@charset "utf-8";
/* CSS Document */

body {
	background-image:url(assets/images/bggradient.gif);
	background-repeat:repeat-x;
	background-color:#394d64;
	margin:0px 0px 0px 0px;
	text-align:center;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	color:#444444;
}

#container {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(assets/images/bodybackground.gif);
	background-repeat:repeat-y;
	text-align:left;
	vertical-align:top;
}

#leftshadow {
	width:10px;
	height:195px;
	background-image:url(assets/images/leftshadow.gif);
	float:left;
}

#navigation{
	width:740px;
	height:225px;
	float:left;
}

#flash{
	width:740px;
	height:135px;
	background-image:url(assets/images/bannergradient.gif);
	background-repeat:repeat-x;
}

#logo{
	float:left;
	padding:10px 20px 10px 20px;
}

#printlogo{
	display:none;
}

#flashcontent{
	padding:20px;
}

#wave{
	width:740px;
	height:90px;
	background-image:url(assets/images/wave3.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

#rightshadow {
	width:10px;
	height:195px;
	background-image:url(assets/images/rightshadow.gif);
	float:right;
}

table#content{
	clear:both;
	width:680px;
	margin:0px 40px 30px 40px;
	vertical-align:top;
}

table#menu{
	margin:0px 30px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #036f81;
	line-height: 22px;
	border-bottom: 1px dotted black;
}

#associates{
	margin:0px 30px 0px 0px;
}
	
table#menu tr td a, table#menu tr td a:link, table#menu tr td a:visited{
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	color: #036f81;
	border-top: 1px dotted black;
} 

table#menu tr td a:hover {
	background-color: #cce2e5;
	color: #036f81;
} 

#bottom{
	width:760px;
	height:70px;
	background-image:url(assets/images/bottom.gif);
	margin-left:auto;
	margin-right:auto;
}

#footer{
	width:760px;
	margin-left:auto;
	margin-right:auto;
}

#footerleft{
	float:left;
	margin:20px 0px 0px 10px;
	text-align:left;
	line-height:30px;
}

#footerleft a, #footerleft a:link, #footerleft a:visited{
	color:#80b6c0;
}

#footerright{
	margin:20px 10px 20px 0px;
	float:right;
}

a, a:link, a:visited, a:active{
	color:#006e7f;
	text-decoration:none;
}

a:hover{
	color:#006e7f;
	text-decoration:underline;
}

h2{
	font-size:x-large;
	color:#9b5540;
	font-weight:bold;
	margin-top:0em;
}

h4{
	color:#9b5540;
	font-size:small;
	font-weight:bold;
	margin-bottom:-0.8em;
}

.smaller{
	font-size:x-small;
}

