
/*  main +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
* {
	padding: 		0;
	margin: 		0;
}
body { 
 
	text-align: 	center;
	background: 	#bebcad;
	font: 10pt/16pt Arial,Helvetica,sans-serif;
	overflow: scroll;
	}
p { 
	text-align: 	left;
	padding:  5px 0px 0px 0px;
	color: 			#000000;
	line-height: 	1.8em;
	text-indent: 1.5em;
	}
p.caption
	{
	font: 			0.75em Arial,Helvetica,sans-serif;
				text-indent: 0em;
				padding-left: 10px;
				padding-right: 10px;
	}
p.footer
	{
	font: 			0.75em Arial,Helvetica,sans-serif;
				text-indent: 0em;
				padding-left: 10px;
				padding-right: 10px;
				padding-bottom: 10px;
				text-align: center;
				color: 			#96A19C;
	}
a{
	text-decoration: underline;
	background: 	transparent url(dotlink.gif) repeat-x left bottom;
	color: 			#000;
}
a.footer{
	/*text-decoration: none;*/
	background: 	transparent url(dotlink.gif) repeat-x left bottom;
	color: 			#96A19C;
}
a.black{
	text-decoration: none;
	background: 	transparent url(dotlink.gif) repeat-x left bottom;
	color: 			#000000;
}
a.icon {
	clear:right;
	background: transparent url(pics/icon.gif) no-repeat 3px 7px;
	}
h3 {
	font: 			1.5em Arial,Helvetica,sans-serif;
	
	color: 			#5D6C67;
}
h4 {
	font: 			0.75em Arial,Helvetica,sans-serif;
}
h5 {
	font: 			1.25em Arial,Helvetica,sans-serif;
	color: 			#d2a06b;
	text-decoration: underline;
	text-transform: uppercase;
}



/* stuff+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#container { 
	margin: 		0 auto;
	text-align: 	left;
	width: 			780px;
	background: 	url(pics/mainbg.gif) repeat-y center top;
	position: 		relative;
	z-index: 		11;
	}
h2 {
	background: 	transparent url(pics/header.jpg) no-repeat top left;
	width: 			780px;
	height: 		169px;
	}
#footer {
	top: 			0;
	left: 			0;
	background: 	transparent url(pics/footergraphic.gif) no-repeat;
	width:			534px;
	height:			50px;
	margin-left: -5px;
	text-align: bottom;
	}
#mainindent {
	width: 510px;
	margin-left: 230px;
	margin-top: -10px;
	/*background: 	url(supportbg.gif) repeat-y left top;*/
	
	}
#photocenter
	{
	text-align: center;
	margin-top: 10px;
	border: 1px solid #000;
	float: right;
	width: 340px;
	padding: 5px;
	margin-left: 10px;
	}
#vertphoto
	{
	text-align: center;
	margin-top: 10px;
	border: 1px solid #000;
	float: right;
	width: 240px;
	padding: 5px;
	margin-left: 10px;
	}
#fullphoto
	{
	text-align: center;
	margin-top: 10px;
	border: 1px solid #000;
	width: 490px;
	padding: 5px;
	/*margin-left: 10px;*/
	}
#footer a{
	text-decoration: none;
	padding-top: 15px;
	color: 			#96BBAC;
	}
#footer a:link, #footer a:visited {
	color: 			#96BBAC;
}
#footer a:hover {
	color: 			#96BBAC;
}
#linklist {
	position: absolute;
	top: 180px;
	left: 20px;
	width: 140px;
	background: #ECECEA;
	}
/* links ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 140px;
	border-bottom: 1px solid #626C62;
}
ul li {
	position: relative;
	}

li ul {
	position: absolute;
	left: 139px;
	top: 0;
	display: none;
	width: 120px;
	}
ul li a {
	display: block;
	text-decoration: none;
	color: #5F6F6E;
	background: #46789b;
	padding: 2px 0px 0 17px;
	border: 1px solid #626C62;
	border-bottom: 0;
	}
li:hover ul, li.over ul { 
	display: block; 
	background: #ECECEA;
}
UL LI A:hover {
	COLOR: #fff
	list-style-type:none;
	clear:right;
	background: #CBB991 url(pics/iconroll.gif) no-repeat 3px 7px;
}



IMG.right-floating {

float: right;
padding-left: 13px;

}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

/* h1 {padding: 10px 2% 15px 20px}
top padding will be 10px, right padding will be 2% of the width of the closest element, 
bottom padding will be 15px, left padding will be 20px */
