/* CSS Document */

div.head {background: url(../images/title.jpg) no-repeat; border: none;
	height: 80px;
	position: absolute; top: 0px; left: 0px;
	width: 800px; margin: 0 0 0 0 px; padding: 0 0 0;}
	
body {background: #FFFFFF; margin: 0 0 0 0; padding: 0;}

h1{color:#58996A;font-family: arial, sans-serif; font-size:14px; font-weight:bold; padding:0 0 0 0;margin-bottom:-2px;}

h2 {color: #58996A;font-family: arial, sans-serif; font-size:12px;font-weight:bold; padding:0 0 0 0; margin-top:10px; margin-bottom; -20px;}

div.contentmain {background-color: #FFFFFF; position: absolute; top: 110px; left: 40px; text-align: justify;
	color: #58996A; font-family: arial, sans-serif; font-size: 12px; line-height: 1.2;
	width: 700px; padding: 0 10 10 10;}
	
div.contentmain a{background: #FFFFFF; color: #58996A; font-family: arial, sans-serif; font-size: 12px; text-decoration: none;
	padding: 0 0 0 4 px;}
	
div.contentmain a:hover{
	text-decoration: underline;
	}
p#floated {
	margin: 10 10 10 0;
	padding: 10px;
	border: 1px solid green;
	float: left;
	}
	
p#floatedR {
	margin: 10 0 10 10;
	padding: 10px;
	border: 1px solid green;
	float: right;
	}	

div.contentphoto {
	background-color: #FFFFFF;
	position:absolute;
	top: 125px;
	left: 0px;
	padding: 0 0 0 0;
	border: 0 0 0 0;
	}
	
div.content {background-color: #FFFFFF;
	position: absolute; top: 110px; left: 20px; text-align: justify;
	color: #58996A; font-family: arial, sans-serif; font-size: 12px; line-height: 1.2;
	width: 250px; padding: 0 10 10 10;}

div.content a {background: #FFFFFF; color: #875A29; font-family: arial, sans-serif; font-size: 12px; text-decoration: none;
	padding: 0 0 0 4 px;}

div.content a:hover {background: #FFE8B2; color: #C34A2B; font-family:
	arial, sans-serif; font-size: 12px; text-decoration: underline;}

div.topnav {position: absolute; top: 45px; left: 14px;
	color: #FFFFFF; font-family: arial, sans-serif; font-size: 12px;
	line-height: 1.0;}

div.topnav a {color: #FFFFFF; font-family: arial, sans-serif; font-size: 12px; text-decoration: none;
	padding: 0 0 0 0 px;}

div.topnav a:hover {background: #58996A; color: #C8FB4E; font-family:
	arial, sans-serif; font-size: 12px; text-decoration: underline;}
	
div.montage {background: url(../images/montage.jpg) no-repeat; position: absolute; top: 110px; left: 20px;
	width: 232px; height: 510px;}
	
div.box {background: url(../images/box.jpg) no-repeat; position: absolute; top: 110; left: 550px; width: 232px;
	height: 510px; z-index:1;
	border: 1px solid green;}
	
div.news {
	font-family: arial, sans-serif; font-size: 11px;
	text-align: justify;
	width: 215px;
	color: green;
	line-height: 1.0;
	z-index: 100;
	}
	

/* This is the dropdown menu css below*/

/*.bluetabs{
border-bottom: 1px solid gray;
}*/

.bluetabs a {
font: bold 10px Arial;
color: white;
}

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 10px Arial;
color: white;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
color: white;
border: 1px solid #778;
background: #58996A url(media/bluetab.gif) top left repeat-x; /*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color: #ffffff;
}

.bluetabs li a:hover{
text-decoration: underline;
color: #ffffff;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: url(media/bluetabactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 10px Arial;
line-height:18px;
z-index:100;
background-color: #58996A;
width: 200px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: white;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #edf3f3;
color: green;
}
