@charset "utf-8";
body  {
	font: 80% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color:#CCCCCC;
}

#dir {	
	width:280px;
	height:20px;
	padding:0px;
	float:right;
	color:#FFFFFF;
	list-style-type:none;
	}

a img {border:none;}

#dir ul {
	float:right;
	margin:3px 0 0 0;
	padding:0px;
	}

#dir li {
	font-size:11px;
	margin-right:5px;
	margin-left:5px;
	display:inline;
	}

#dir a:link {
	color:#FFFFFF;
	text-decoration:none;
	}

#dir a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

#searchbutton {	
	height:20px;
	width:20px;
	border:none;
	}

#search {
	float:right;
	}

h1 img {
	border:0px;
	}

h2 {
	font-size:17px;
	margin-top:0px;
	padding-top:0px;
	}

h3 {
	font-size:13px;
	}

p {
	margin-top:0px;
	padding-top:0px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	}

.contact {
	font-size:11px;
	}

.active, #Nav a.active:link, #Nav a.active:hover, #Nav a.active:active, #Nav a.active:visited {
	color:#CC9900;
	font-weight: bold;
	}

.boldBlue {
	color:#336699;
	text-transform:uppercase;
	font-weight:600;
	font-size:10px;
	margin:0px;
	margin-bottom:0px;
	padding:0px;
	}

.boldBlue a:link {
	color:#336699;
	text-decoration:none;
	}

.boldBlue a:visited {
	color:#336699;
	text-decoration:none;
	}

.boldBigBlue {
	color:#336699;
	text-transform:uppercase;
	font-weight:600;
	font-size:12px;
	margin:0px;
	margin-bottom:0px;
	padding:0px;
	}

.quote {
	font-weight:600;
	color:#CC9900;
	font-size:16px;	
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	margin-right:20px;
	line-height:1.5em;
	}

.credit {
	color:#CC9900;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: -10px 0 50px 30px;
	}

.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(img/sidebar_bg.jpg);
	background-repeat:repeat-y;
	background-position:left;
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #header { 
	background: #DDDDDD;
	background-image:url(img/banner.jpg);
	height:73px; 
	padding: 10px 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#vert_menu {
	font-size:11px;
	font-weight:500;
	color:#FFFFFF;
	height:17px;
	background-color:#021A3C;
	padding-top:5px;
	padding-left:20px;
	}

#vert_menu ul {
	margin:0px;
	padding:0px;
	}

#vert_menu li {
	display:inline;
	margin-right:35px;
	}

#vert_menu a:link {
	color:#FFFFFF;
	text-decoration:none;
	}

#vert_menu a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

#vert_menu a:hover {
	color:#CC9900;
	}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #EBEBEB;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}

#Nav {
	list-style-type:none;
	margin: 0px 0px 80px 0px; 
	padding:0px;
	}

#Nav li {
	font-size:12px;
	margin: 5px 0 15px 0;
	}

#Nav a:link {
	text-decoration:none;
	color:#000000;
	}

#Nav a:visited {
	text-decoration:none;
	color:#000000;
	}

#Nav a:hover {
	color:#CC9900;
	}
	
.subNav {
	font-size:18px;
	margin: 10px 0px 10px 20px;
	padding: 0px;
	list-style-type:none;
	}

.subNav li {
	margin:0px;
	padding: 0px;
	line-height:3px;
	}
	
.subNav li.inactive{
	color:#999;
}

.twoColFixLtHdr #mainContent {
	float:right;
	width:518px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
} 

.contact_info {
	width:250px;
	height:100px;
	float:left; 
	}

.contact_info_125 {
	width:250px;
	height:125px;
	float:left; 
	}

#right_box {
	float:right;
	width:155px;
	padding: 0px 0px 20px 10px;
	height:300px;
	margin-left:25px;
	}

.twoColFixLtHdr #footer {
	padding: 0;
	margin-left: 30px;	/*background:#DDDDDD; */
	/*background-image: url(img/banner.jpg);*/
} 

.twoColFixLtHdr #footer p {
	color:#000000;
	text-align:center;
	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 */
}

#footer a:link {
	text-decoration:none;
	color:#000000;
	}

#footer a:visited {
	text-decoration:none;
	color:#000000;
	}

.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;
}

#contentWrapper {
float: left;
width: 549px;
padding: 0px;
margin: 0px;
}

