@charset "utf-8";

/* CSS Document */



body {	

	width: 100%;

	font-family: Verdana, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	text-align: center;

	color: #000000;

	background-color: #346633;

	margin: 0px;

	}

.text_wrap {
	padding: 10px;
	float: left;
	margin-bottom: 5px;
	margin-left: 5px;
}

.text_wrapRight {
	padding: 10px;
	float: Right;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

.text_wrap_right {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 10px;
}

#peopleNav {

	margin-top:18px;

	}



#peopleNav a, a:visited {
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
	}



#peopleNav a:hover {

	color: #F60;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-weight:bold;

	font-size:12px;

	text-decoration: none;

	}



#mainBox {

	width:860px;

	height:auto;

	background-color: #ffffff;

}



#photoBox {

	padding-top:2px;

	padding-bottom:2px;

	background-color:#ffffff;

}



#navBar {

	background-color:#000000;

	height:20px;

	color:#FFF;

	font-weight:bold;

	font-size:11px;

}



#navBar a{

	color:#FFF;

	text-decoration:none;

}

#navBar a:hover{

	color:#F60;

	text-decoration:none;

}

/* main nav decoration */



#navBar ul {

	margin-left: 0;

	padding-left: 0;

	padding-top:3px;

	display: inline;

	} 



#navBar ul li {

	height:21px;

	margin-left: 0;

	margin-bottom: 0;

	line-height: 175%;

	padding: 5px 25px 9px;

	border-right: 1px solid #fff;

	border-left: 1px solid #fff;

	list-style: none;

	display: inline;

	}

	

#navBar ul li.first {

	margin-left: 0;

	border-left: none;

	list-style: none;

	display: inline;

	}



#navBar ul li.last {

	margin-right: 0;

	border-right: none;

	list-style: none;

	display: inline;

	}



H5 {	

	font-family: Verdana, Helvetica, sans-serif;

	font-size: 16px;

	font-weight: bold;

	text-align: left;

	color: #346633;

	margin: 5px;

	}

H14 {	

	font-family: Verdana, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: bold;

	text-align: left;

	color: #346633;

	margin: 1px;

	}

/* common styling for Pop-up menus*/

/* set up the overall width of the menu div, the font and the margins with a relative position*/



.menu2 {

font-family: verdana, arial, sans-serif; 

font-weight: bold;

font-size:10px;

width:860px; 

height:22px;

background-color:#000000;

margin:0; 

position:relative;

}

/* remove the bullets and set the margin and padding to zero for the unordered list */

.menu2 ul {

padding:0; 

margin:0;

list-style-type: none;

border:0;

}

/* float the list so that the items are in a line */

.menu2 ul li {

float:left; 

}

/* style the links to be 105px wide by 22px high with a top and right border 1px solid white. Set the background color and the font size. */

.menu2 ul li a, .menu2 ul li a:visited {

display:block; 

text-align:center; 

text-decoration:none; 

width:105px; 

height:22px; 

color:#ffffff; 

border:0px solid #fff;

border-width:0 2px 0 0;

background:#000000; 

line-height:22px; 

font-size:10px;

}

/* make the dropdown ul invisible */

.menu2 ul li ul {

display: none;

}



/* specific to non IE browsers */

/* set the background and foreground color of the main menu li on hover */

.menu2 ul li:hover a {

color:#F60; 

background:#000000;

}

/* make the sub menu ul visible and position it beneath the first list item */

.menu2 ul li:hover ul {

text-align:left;

display:block;

position:absolute; 


left:auto;

text-align:left;

}

/* make the sub menu ul li the full width with padding and border. Add an auto scroll bar */

.menu2 ul li:hover ul li {

background:#ffffff;

color:#00000;

text-align:left;

font-weight:normal;

line-height:12px;

padding:0 4px 0 4px;

width:103px;

border:0px;

border-bottom:6px solid #F60;

}

/* style the paragraph font height */

.menu2 ul li:hover ul li p {

font-size:10px;

font-weight:normal;

}

/* style the background and foreground color of the submenu links */

.menu2 ul li:hover ul li a {

display:inline;

background:none;

color:#000;

text-decoration:none;

font-weight:normal;

border:0;

line-height:11px;

}

/* style the background and forground colors of the links on hover */

.menu2 ul li:hover ul li a:hover {

text-decoration:underline; 

color:#000;

line-height:11px;

font-weight:normal;

}





.menu3 {

font-family: verdana, arial, sans-serif; 

font-weight: bold;

font-size:10px;

width:860px; 

height:28px;

background-color:#414682;

margin:0; 

position:relative;

}

/* remove the bullets and set the margin and padding to zero for the unordered list */

.menu3 ul {

padding:0; 

margin:0;

list-style-type: none;

border:0;

}

/* float the list so that the items are in a line */

.menu3 ul li {

float:left; 

}

/* style the links to be 141px wide by 28px high with a top and right border 1px solid white. Set the background color and the font size. */

.menu3 ul li a, .menu3 ul li a:visited {

display:block; 

text-align:center; 

text-decoration:none; 

width:141px; 

height:28px; 

color:#ffffff; 

border:0px solid #fff;

border-width:0 2px 0 0;

background:#414682; 

line-height:28px; 

font-size:10px;

}

/* make the dropdown ul invisible */

.menu3 ul li ul {

display: none;

}



/* specific to non IE browsers */

/* set the background and foreground color of the main menu li on hover */

.menu3 ul li:hover a {

color:#F60; 

background:#414682;

}

/* make the sub menu ul visible and position it beneath the first list item */

.menu3 ul li:hover ul {

text-align:left;

display:block;

position:absolute; 


left:auto;

text-align:left;

}

/* make the sub menu ul li the full width with padding and border. Add an auto scroll bar */

.menu3 ul li:hover ul li {

background:#ffffff;

color:#00000;

text-align:left;

font-weight:normal;

line-height:12px;

padding:0 4px 0 4px;

width:103px;

border:0px;

border-bottom:6px solid #F60;

}

/* style the paragraph font height */

.menu3 ul li:hover ul li p {

font-size:10px;

font-weight:normal;

}

/* style the background and foreground color of the submenu links */

.menu3 ul li:hover ul li a {

display:inline;

background:none;

color:#000;

text-decoration:none;

font-weight:normal;

border:0;

line-height:11px;

}

/* style the background and forground colors of the links on hover */

.menu3 ul li:hover ul li a:hover {

text-decoration:underline; 

color:#000;

line-height:11px;

font-weight:normal;

}


