body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

h1
{
    font-size:24px;
}
h2
{
    font-size:20px;
    padding-left:40px;
}
h3
{
    font-size:18px;
}
h4
{
    font-size:16px;
}
h5
{
    font-size:12px;
}

.twoColFixLtHdr #container {
	width: 825px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	padding-bottom:30px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/Background.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
} 
.twoColFixLtHdr #header {
	background: #000;
	padding-right: 40px;
	padding-left: 20px;
	height:100px;
	margin-bottom:30px;
} 

.border{
	border: 1px solid #000;
	padding: 5px;

}
.active_on {
	color: #777;
}
.twoColFixLtHdr #header ul li{
	margin: 0;
	display:inline;
	font-size: 12px;
	padding-top: 10px;
	padding-right:30px;
	padding-bottom: 10px;
	padding-left: 0;
	font-weight: bold;
	text-transform: uppercase;
}

#header a:link, #header a:visited, #header a:active{
	text-decoration:none;
	color:#C1C1C1;
}

#header a:hover{
	color:#FFF;
}

.twoColFixLtHdr #sidebar1 {
	width: 215px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	padding-right: 10px;
	float: left;
	font-size:12px;
}

.twoColFixLtHdr #sidebar1 ul{
	display: block;
	list-style-type: none;
	color: #000;
}

.twoColFixLtHdr #sidebar1 ul li{
	padding-top:10px;
	font-weight: bold;
	text-transform: uppercase;
}

.twoColFixLtHdr #mainContent {
	float:left;
	width:550px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	font-size: 12px;
} 

#mainContent ul li {
	padding-bottom:10px;
}

.twoColFixLtHdr #footer {
	padding: 10px 10px 0 20px;
	height: 75px;
	color: #E9E9E9;
	margin: 0 auto;
	width: 800px;
} 

.twoColFixLtHdr #footer ul li{
	display:inline;
	font-size: 11px;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 0;
	font-weight: bold;
	text-transform: uppercase;
}

a:link, a:visited, a:active{
	text-decoration:none;
	color:#900000;
}

a:hover{
	text-decoration:underline;
	color:#777;
}

.maplink{
	text-transform:uppercase;
	font-weight:bold;
	color:#000; 
	padding-top:10px; 
	padding-right:40px; 
	float:right; 
	font-size:11px; 	
}

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*------------------------------------Navigation Styles----------------------------------*/

ul.topnav {
	list-style: none;
	padding: 0 20px;
	margin: 0;
	width: 550px;
	background: #222;
	font-size: 1.2em;
	background: url(../css/topnav_bg.gif) repeat-x;
}
ul.topnav li 
{
    float:left;
    margin:0px;
	padding: 0 15px 0 10px;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	padding: 10px 10px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url(../css/topnav_hover.gif) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(../images/MainNavArrow.png) no-repeat right center;
}
ul.topnav li span.subhover {background: url(../images/MainNavArrow_hover.png) no-repeat right center; cursor:pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0;
	top: 45px;
	background: #555;
	margin: 0;
	padding: 0;
	display: none;
	text-align:left;
	float: left;
	width:180px;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	
	
	}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-bottom: 1px solid #222; /*--Create bevel effect--*/ /*--Create bevel effect--*/
	border-right: 1px solid #222;
	border-left: 1px solid #222;
	clear: both;
	opacity: 0.95;
	width: 148px;
	height:35px;
	
}
html ul.topnav li ul.subnav li a {
	width: 148px;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background-color: #777;
	width: 148px;
}

.staff
{
    padding: 4px; 
    border-style: solid; 
    border-width: 1px; 
	margin-right:15px;
    height:250px; 
    width:200px;
	float:left;
}

.thumbnails table tr td
{
    padding-right:5px;
	padding-bottom:5px;
}

.thumbnails ul
{
    margin-left:0;
    list-style-type: none;
}

.thumbnails ul li
{
    padding-right:10px;
    display:inline;
}

/*-----------------------Form Styles-------------------------------*/
.formtitle
{
    padding: 4px;
    background-color: #E2E2E2;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
}
.section_border
{
    border:1px solid #C0C0C0; 
    padding:4px;
    padding-bottom:15px;
    margin-bottom:15px;
    margin-top:15px;
    color:#555;
    font-size:11px;
}	
	
.bottomnav
{
     border-right:solid; 
     border-width:1px; 
     padding-right:7px;
}

.RequiredIndicator
{
    font-size:18px;
    font-weight:bold;
}

.RequiredField
{
    background-color: #FFFFCC;
    border: 1px solid #999999;
}

.submit_button
{
     margin:0 auto; 
     float:left; 
     width:550px; 
     text-align:center; 
     padding-top:15px;
}

.formsections
{
     padding-left:15px;
}

