﻿@charset "utf-8";
/* CSS Document */

 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image:url(../images/blue_bkg.png);
	background-repeat:repeat-x;
}
p {
	font-size:75%;
	line-height:1.3em;
}
p a:link {
	color:#000;
	text-decoration:underline;
}
p a:visited {
	color:#000;
	text-decoration:underline;
}
p a:hover {
	color:#cc6600;
	text-decoration:underline;
}
#header { 
 	background:url(../images/blueheader.png) no-repeat center;
	padding: 8px 10px 0 20px;
	height:6.8em;
	width:916px;
	margin:auto;
} 
#header h1 {
	margin: 0;
	padding:0 0 0 110px;
	text-align:left;
	color:#fff;
	font-size:95%;
}
#header p {
	text-align:right;
	font-size:60%;
	position:relative;
	top:0;
}
#header p a:link {
	color:#000;
	text-decoration:none;
}
#header p a:visited {
	color:#000;
	text-decoration:none;
}
#header p a:hover {
	color:#ffcc00;
	text-decoration:underline;
}
#header form {
	position:relative;
	top:-40px;
	text-align:right;
	margin-right:50px;
}
#header input {
	font-size:75%;
	color:#000;
}
#header input.btn {
	font-size: 70%;
	color:#ffffff;
	font-weight:bold;
	background-color:#cc0000;
}
#header .txt {
	font-size:70%;
	color:#ffffff;
	font-weight:bold;
}
#header span a:link, a:visited {
	color:#ffffff;
	text-decoration:none;
}
#header span a:hover {
	color:#ffcc00;
	text-decoration:none;
}
#topnav {
	text-align:center;
	font-size:90%;
	padding:10px 0 10px 0;
	background: url(../images/greystrip.png) repeat-y center;
	width:916px;
	margin:auto;
}
#topnav a:link {
	color:#000;
	text-decoration:none;
}
#topnav a:visited {
	color:#000;
	text-decoration:none;
}
#topnav a:hover {
	color:#cc6600;
	text-decoration:underline;
}
#about {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:70%;
	color:#336699;
	background: #FFFFFF url(../images/whitestrip.png) repeat-y center;
	width:916px;
	margin:0 auto;
	margin-top:-5px;
	/*height:7em;*/
	padding:0 0 10px 0;
}

#about p {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	color:#336699;
	margin:0 18px 5px 18px;
	border-top:6px solid #f2dda4;
	padding:5px 5px 0 5px;
}

#container {
	background: #FFFFFF url(../images/whitestrip.png) repeat-y center;
	width:916px;
	margin:auto;
	padding:0;
	margin-top:-10px;
}
#leftnav {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* 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: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	margin:10px 0 0 25px;
}
#leftnav p {
	color:#000;
	padding-bottom:10px;
	text-align:left;
	border-bottom:2px dotted #f2dda4;
}
#leftnav p.imgLoc {
	padding-bottom:10px;
	margin-top:-20px;
	text-align:center;
}
#leftnav a:link {
	color:#000;
	text-decoration:none;
}
#leftnav a:visited {
	color:#000;
	text-decoration:none;
}
#leftnav a:hover {
	color:#cc6600;
	text-decoration:underline;
}
 #mainContent { 
	margin: 10px 25px 0 245px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	/*padding: 0 20px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	border:1px solid #efefef;
	background:url(../images/building_bkg.png) no-repeat;
	background-position:top;
} 

#mainContent h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	background-color:#efefef;
	padding:10px 0 10px 10px;
	text-align:left;
	margin-top:0;
}
#mainContent h2 {
	font-size:75%;
	font-style:italic;
	border-bottom:1px solid #336699;
	text-align:left;
	margin:0 10px 0 10px;
	font-weight:lighter;
}
/*#mainContent h2 a:link {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
#mainContent h2 a:visited {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
#mainContent h2 a:hover {
	color:#cc6600;
	text-decoration:none;
	font-weight:bold;
}*/
#mainContent h2 a:link {
	color:#336699;
	text-decoration:none;
	font-weight:lighter;
}
#mainContent h2 a:visited {
	color:#336699;
	text-decoration:none;
	font-weight:lighter;
}
#mainContent h2 a:hover {
	color:#cc6600;
	text-decoration:none;
	font-weight:lighter;
}

#mainContent h3 {
	font-size:80%;
	text-align:left;
	margin:10px 10px -10px 10px;
	font-weight:bold;
}
#mainContent h3 a:link {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
#mainContent h3 a:visited {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
#mainContent h3 a:hover {
	color:#cc6600;
	text-decoration:none;
	font-weight:bold;
}
#mainContent h4 {
	font-size:80%;
	text-align:left;
	margin-left:10px;
	font-weight:bold;
	color:#666666;
}

#mainContent p {
	color:#000;
	padding:0px 10px 0 10px;
	text-align:left;
}
#mainContent p.centered {
	text-align:center;
}
#footer { 
	background:url(../images/footer.png) no-repeat center;
	background-position:top;
	background-color:#3e75a8;
	margin:auto;
} 
 #footer p {
	margin: 0; 
	color:#fff;
	font-size:70%;
	padding-bottom:20px;
	padding-top:15px;
	width:916px;
	position:relative;
	line-height:1.5em;
	margin:auto;
}
#footer p a:link {
	color:#fff;
	text-decoration:none;
}
#footer p a:visited {
	color:#fff;
	text-decoration:none;
}
#footer p a:hover {
	color:#ffcc00;
	text-decoration:underline;
}
#footer p.leftAlign {
	text-align:left;
	margin:auto;
	padding-left:100px;
}
#footer p.centerAlign {
	text-align:center;
}
#footer ul {
	display:inline;
	list-style: none;
	margin:auto;
	text-align:center;
}
#footer li {
	/*margin:0;*/
	text-align:center;
	color:#fff;
	font-size:70%;
	padding-bottom:20px;
	padding-top:20px;
	width:916px;
	position:relative;
	line-height:1.5em;
}
#footer li a:link {
	color:#fff;
	text-decoration:none;
}
#footer li a:visited {
	color:#fff;
	text-decoration:none;
}
#footer li a:hover {
	color:#ffcc00;
	text-decoration:underline;
}
.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;
	position:relative;
	left:-150px;
	top:10px;
	/*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;
	/*background:url(../images/footer_bkg.png);
	background-repeat:repeat-x;*/
}
.imgFloat {
	position:absolute;
	top:50px;
	left:150px;
}
.red {
	color:#FF0000;
}
 
[if IE 5]>

/* place css box model fixes for IE 5* in this conditional comment */
 #sidebar1 { width: 230px; }
<![endif][if IE]>

/* place css fixes for all versions of IE in this conditional comment */
 #sidebar1 { padding-top: 30px; }
 #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */



