body {
	margin: 0px;
	background:#999999;
}
body, td, th {
	font: 0.8em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
h1 {
	color: #000000;
	font-size: 1.25em;
	line-height: 1em;
	margin-top: 15px;
}
h2 {
	color: #000000;
	font-size: 1.1em;
	line-height: 2em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
p {
	margin: 2px 0px 15px 0px;
	font-size: 0.9em;
}
li {
	margin: 2px 0px 8px 0px;
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color:#333366;
	padding-bottom: 2px;
}
a:visited {
	color: #333366;
	font-weight: bold;
	padding-bottom: 2px;
	text-decoration: none;
}
a:hover {
	color:#3333FF;
	text-decoration: underline;
}
a:active {
	color: #3333FF;
}


#container {
	background-color: #FFFFFF;
	margin: auto;
	width: 800px;
}
#toplinks {
	background: #FFFFFF;
	width: 790px;
	text-align: right;
	color: #000000;
	font-size: 0.8em;
	padding: 5px 10px 0px 0px;
	margin-top: 2px;
	height: 95px;
}
#toplinks a {
	color: #000000;
	text-decoration:none;
}
#toplinks a:hover {
	color: #336699;
	text-decoration:underline;
}
.headerLogo {
	height: 72px;
	padding: 0px 0px 2px 10px;
	float: left;
	/*display: block;*/
	background: #ffffff;
	width: 255px;
}
.headerPhone {
	height: 28px;
	background: #ffffff;
	width: 300px;
	text-align: right;
	float: right;
	padding: 10px 5px 0px 0px;
	font-weight: bold;
	color: #000000;
	font-size: 1.2em;
}
.headerQuotes {
	height: 30px;
	width: 350px;
	float: right;
	margin-top: 4px;
	text-align: right;
}
#menu {
	width: 800px;
	height: 25px;
	float: left;
	font-size:0.8em;
}
#menu #left {
	float: left;
	height: 25px;
	width: 150px;
	background-image: url(images/menu_bg2.gif);
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #000000;
	color:#FFFFFF;
}
#menu #right {
	float: left;
	height: 23px;
	width: 638px;
	background-image: url(images/menu_bg1.gif);
	border-right: 1px solid #000000;
	padding: 2px 0px 0px 0px;
}
#menu #right ul {
	margin:0;
	padding: 0;
	list-style:none;
	text-decoration: none;
}
#menu #right li {
	display:inline;
	margin:0;
	padding:0;
	/*color:#FFFFFF;*/
}
#menu #right a span {
	padding:5px 12px 6px 12px;
	color:#000000;
	border-right: 1px solid #ffffff;
	text-decoration: none;
}
#menu #right a span {
	float:none;
}
#menu #right a:hover {
	text-decoration:none;
}
#menu #right a:hover span {
	color:#FFFFFF;
}
#menu #right .selected a, #menu #right .selected a span {
	color:#FFFFFF;
}


#mainimage {
	width:800px;
	height:100px;
	float: left;
	padding: 0px 0px 2px 0px;
	border-bottom: 1px solid #215ca4;
	background: #FFFFFF;
}
#main {
	width: 790px;
	float: left;
	background:#FFFFFF;
	padding-left: 10px;
}
#main strong {
	color:#2e86b9;
}
#main a:link {
	color:#2e86b9;
}
#main #col {
	padding: 0px 0px 0px 5px;
	border-left: 1px dotted #3399CC;
	margin: 20px 20px 0px 30px;
	font-size: 0.9em;
}
#footer {
	background:#FFFFFF;
	width: 800px;
	font-size: 0.8em;
	line-height: 0em;
	text-align: left;
	padding: 0px 0px 3px 0px;
	background-color: #AFB3BE;
}
#footer #top {
	height: 4px;
	background-image:url(images/footerbar.gif);
}
.clearer {
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	clear: both;
}

/*****************************/
/* DROP DOWN MENU CODE BELOW */
/*****************************/
.dropmenudiv_a{
background-color:#93a9be;
/*background-image:url(images/menu_bg1_dropdown.gif);
background-repeat:repeat-x;*/
position:absolute;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
font-size:0.9em;
line-height:18px;
z-index:100;
background-color: #93a9be;
width: 150px;
visibility: hidden;
margin-top:3px;
}


.dropmenudiv_a a{
	width: auto;
	display: block;
	text-indent: 5px;
	padding: 2px 0;
	text-decoration: none;
	color: black;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{
	background-color: #AABBCC;
	color: #FFFFFF;
}
