

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:16px;
	line-height:28px;
	font-weight:900;
	color:#669900;
}
h2 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:14px;
	font-weight:500;
	color:#669900;
	line-height: 14px;
	}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:white;
}
p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	}
.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #003366;
	list-style-type: none;
	font-weight: bold;
	display: block;
	padding-bottom: 15px;
}

div#header{height:125px; margin-bottom: 20px;}
div#container{text-align:left; }
div#footer p{margin:0;padding:10px; float:right;}
div#container{margin:0 auto; border: 1px solid #003366; }
div#container {width:820px;}
content {float:right; width:500px; position:relative;}
div#content{margin: 0 25px 0 250px; padding:0; }
div#navigation {float:left; width:220px; position:relative; }
div#navigation{  margin: 0; padding: 0;}
div#extra{float:right;width:570px}
div#footer{clear:both;width:800px;margin:10px auto; text-align:right; font-size: 9px;}



/*
#Content {
	padding:10px;
	width: 500px;
	margin-top: 45px;
	margin-right: 50px;
	margin-bottom: 50px;
	margin-left: 220px;
	height: 100%;
}
#Content>p {margin:0px;}
/*#Content>p+p {text-indent:30px;}*/




#Menu submenu {
	color: #0070AB;
	background-color: #FFFFFF;
	text-indent: 10px;
}
.sublink {
	color:#003366;
	font-size:9px;
	text-decoration:none;
	font-family:"verdana", arial, helvetica, sans-serif;
	font-weight: 200;
	padding-left:10px;
}
h6{
	font-size:12px;
}
#Header {
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:13px;
	background-color:#003366;
	width:398px;
	/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	float: left;
	padding-top: 17px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 200px;
	color: #FFFFFF;
	text-align: right;
	font-weight: normal;
	font-size: 9px;
	margin: 0px;
	text-indent: 20px;
}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:14px;}
#image {
	float: right;
	width: 200px;
	margin: 0px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #003366;
	border-left-color: #003366;
}
#slide-menu{
	
}

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/vertical-concertina-6.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* #slide height = (number of top level links - 1) * height of links + inner div height */
#slide {padding:0; margin:0; list-style:none; width:220px; height:400px; border:1px solid #ccc; position:relative; overflow:hidden; font-family: verdana, sans-serif; font-size:11px;}

#slide li.sub,
#slide li.top
{display:block; float:left; height:24px; line-height:24px; width:220px; color:#000; background:#eee; text-decoration:none;border-bottom:1px solid #fff; text-indent:10px; overflow:hidden; cursor:pointer;}

#slide li.sub {background:#eee url(arrows/out.gif) no-repeat 5px 8px;}

#slide li.top a {text-decoration:none; color:#000; display:block; background:url(arrows/out.gif) no-repeat 5px 8px;}
#slide li.top a:hover {color:#069; background:#ddd url(arrows/out-over.gif) no-repeat 5px 8px;}

#slide li.clicked {color:#003366; background:#ddd url(arrows/down.gif) no-repeat 5px 8px;}

/* #slide li.sub div height = (maximum sub lines * sub line height) + top level link height(variable fY in jQuery) */
#slide li.sub div {background:#fff; height:220px; width:200px; padding:0 15px; line-height:1.2em; font-family: verdana, sans-serif; text-indent:0;}

#slide li div ul {padding:0; margin:0; list-style:none;}
#slide li div ul li {float:left; height:20px; width:100%;}
#slide li div ul li a {
	padding:0;
	margin:0;
	color:#888;
	text-decoration:none;
	font-size:10px;
	display:block;
	border-bottom:1px solid #ddd; /*height:19px;*/
	line-height:19px;
	width:100%;
	text-indent:5px;
	background-color: #fff;
	background-image: url(arrows/out.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
}
#slide li div ul li a:hover {color:#069; background:#fff url(arrows/out-over.gif) no-repeat 5px 6px;}

#Menu-slide {
	width: 220px;
	background-color:#EAEEE6;
	border:1px dashed #999;
	line-height:normal;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:220px;
	list-style-type: none;
	
	margin-right: 15px;

	
	float: left;
	clear: both;
	left: 0px;
	}
#Menu {
	width:150px;
	background-color:#EAEEE6;
	border:1px dashed #999;
	line-height:normal;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	float: left;
	clear: both;
	left: 0px;
	}
#Menu dl {
	list-style: none;
	margin: 0;
	padding: 0;
}
#Menu td {
	border-bottom: 1px solid #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	list-style: none;
}
#Menu div a:hover{
	text-decoration: underline;
	padding: 0px;
}	
#Menu a:link {
	display: block;
	padding: 5px;
	background-color: #EAEEE6;
	color: #003366;
	text-decoration: none;
}
#Menu td a:visited  {
	display: block;
	padding: 5px 5px 5px 5px;
	background-color: #EAEEE6;
	color: #003366;
	text-decoration: none;
}

#Menu td a:hover {
	display: block;
	background-color: #003366;
	color: #FFFFFF;
}
#Menu dt a:link, #Menu dt a:visited {
	background-color: #FFFFFF;
	color: #669900;
}
#Menu dt {
	border-left: 12px solid #EAEEE6;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;

	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EAEEE6;
	border-right-color: #EAEEE6;
	border-bottom-color: #EAEEE6;
	border-left-color: #EAEEE6;
	font-size: 9px;
	font-weight: lighter;
}
#Menu dt a:hover {
	background-color: #EAEEE6;
}
#Menu p{
	padding: 5px;
}
#Menuemail {
	vertical-align: baseline;
	display: block;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	bottom: 0px;
	clip: rect(auto,auto,0px,auto);
}
#Menuemail a:link {
	margin: 0px;
	padding: 0px;
}
.subtext {
	font-weight: lighter;
}
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}
#banner {
	/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:76px;
	padding-top: 10px;
	padding-left: 20px;
	width: 200px;
	text-align: right;
	margin-top: 2px;
	
}
#rgt_image {
	border: 1px solid #666666;
	float: right;
	height: 125px;
	width: 200px;
	margin: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	clear: both;
}
.Headersubtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #003366;
	width: 500px;
	text-align: right;
	float: right;
	margin-top: 100px;
	margin-right:auto;
	vertical-align: baseline;
	margin-bottom: 10px;
	clip: rect(auto,auto,0px,auto);
	bottom: 0px;
}

.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;
}
a {
	color: #0070AB;
}
#layout_table {
	padding: 0px;
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	overflow: scroll;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#layout_table td {
	vertical-align: top;
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: auto;
}
.table_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #669900;
	padding: 5px;
}
.table_subtitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.contact_labels {
	font-size: 12px;
	font-weight: bold;
	color: #669900;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	vertical-align: text-top;
	text-align: left;
}
#contact-table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 1px;
	width: 450px;
}
#names td {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.name_label {
	font-size: 14px;
	font-weight: bolder;
	vertical-align: top;
	text-align: left;
	color: #003366;
}
.background-color {
	background-color: #EAEEE6;
	color: #003366;
}
.scrollextra {
	height: 50px;
	overflow: scroll;
}
