body
{
	background-color: #B7B8BB;
	margin: 0;
}

form
{
	margin: 0;
}

body, td, input, select, textarea
{
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 11px;
	color: #181818;
}

a
{
	color: #181818;
	text-decoration: underline;
}

a img
{
	border: 1px solid #181818;
}

h1
{
	color: #F48E00;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 6px 0;
}
/*
div#content h1
{
	background: url('/images/h1bg.gif') no-repeat;
	padding-left: 14px;
}
*/
h2
{
	color: #302279;
	font-size: 12px;
	font-weight: bold;
	margin: 6px 0 3px 0;
}

h3
{
	color: #302279;
	font-size: 11px;
	font-weight: bold;
	margin: 6px 0 3px 0;
}

p
{
	margin: 3px 0 12px 0;
	line-height: 18px;
}

blockquote
{
	margin: 12px 24px;
}

ul, ol
{
	margin-top: 3px;
	margin-bottom: 6px;
}

th
{
	color: #302279;
	text-align: left;
}

ul
{
	list-style: url("/images/arrow_bullet.gif") square;
	text-align: left;
	margin: 3px 0 12px 30px;
	padding-left: 0;
}

ul li
{
	line-height: 18px;
}
ul li ul
{
	list-style: url("/images/arrow_bullet2.gif") circle;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

div.hr
{
	height: 1px;
	margin: 6px 0;
	background-color: #181818;
}
div.hr hr
{
	display: none;
}

.phone
{
	font-size: 13px;
	font-weight: bold;
}

a.email
{
	background-image: url("/images/email.gif");
	background-repeat: no-repeat;
	padding-left: 24px;
	padding-bottom: 1px;
	text-decoration: none;
}

a.email:hover
{
	text-decoration: underline;
}

div#page
{
	margin: 12px 0;
	padding: 9px;
	width: 773px;
	text-align: left;
	border: solid 1px #6B6B6B;
	background-color: #FFFFFF;
}

div#header
{
	height: 64px;
	background-image: url('/images/header_bg.gif');
	border-top: 1px solid #6B6B6B;
}

div#header_logo
{
	width: 199px;
	height: 54px;
}

table#menu_login
{
	width: 137px;
}

table#menu_login input
{
	font-size: 10px;
}

table#menu_login td
{
	padding: 1px 2px;
	font-size: 10px;
	color: #FFFFFF; 
}

div#navigation
{
	height: 27px;
	margin: 3px 0 2px 0;
}

div#location
{
	height: 13px;
	background-color: #B7B8BB;
	padding: 9px 12px;
}

div#location a
{
	text-decoration: none;
}

div#location a:hover
{
	text-decoration: underline;
}

div#content
{
	margin: 3px 0;
}

div#footer
{
	margin: 3px 0;
}

div#footer_photo
{
	float: left;
}

div#footer_content
{
	float: left;
	margin-left: 3px;
	height: 39px;
	width: 555px;
	padding: 12px;
	background-color: #E7E7E6;
	line-height: 18px;
}

div#copyright
{
	margin: 3px 0;
	text-align: right;
	font-size: 10px;
	color: #6B6B6B;
}

div#copyright a
{
	text-decoration: none;
	color: #6B6B6B;
}

div#copyright a:hover
{
	text-decoration: underline;
}

