* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;

}
#center_table {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#primary_box {
	background-color: #EBE7E1;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
#secondary_box {
	background-color: #FFFFFF;
	width: 760px;
	margin-top: 0px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	padding-bottom: 15px;
	margin-left: 10px;
}

#logo {
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 5px;
}
#links {
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	width: 744px;
	margin-top: 7px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

li.item { /* all list items */
	float: left;
	position: relative;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
li a {
	color: #FFFFFF;
	text-decoration: none;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	left: 0;
	margin-top: 5px;
}
li ul li {
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #113555;
	width: 100px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #0A1F32;
	border-bottom-color: #0A1F32;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

* html li ul {
	margin-top: 24px;
}
/*#nav {
	margin-top: 12px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 744px;
	margin-left: 6px;
	padding-top: 4px;
}
#nav ul {

}
#nav li {
	float: left;
	list-style-type: none;
	
	padding-top: 5px;
	padding-bottom: 12px;
	text-align: center;
}
#nav li a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 16px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
#nav .current {
	background-image: url(../images/location_arrow.gif);
	background-repeat: no-repeat;
	background-position: 50% 30px;
}
#nav ul li ul {
	margin: 0px;
	width: 8em;
	position: absolute;
	padding-top: 8px;
	
}

#nav ul li ul li {
	text-align: left;
	background-color: #143757;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	width: 150px;
}
#nav ul li ul li a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #143757;
}
#nav ul li ul{
	display:none;
}
#nav ul li:hover ul {
	display:block;
}
#nav ul li:hover ul, #nav ul li ul:hover {
	display:block;
}*/


#content {
	margin-right: 8px;
	margin-left: 8px;
}
#content p {
	font-size: 0.9em;
	color: #333333;
	line-height: 1.5em;
}

#content h1 {
	font-size: 1.5em;
	color: #B2104D;
	line-height: 1.5em;
	font-weight: normal;
}

#content h2 {
	font-size: 1.0em;
	color: #333333;
	line-height: 1.5em;
	font-weight: normal;
}

#content a {
	color: #333333;
	text-decoration: underline;	
}


#content ul {
	margin-left: 30px;
}
#content li {
	line-height: 1.5em;
}
.image_left {
	padding: 2px;
	float: left;
	border: 1px solid #333333;
	margin-right: 8px;
	margin-bottom: 8px;
}
#content #left_column {
	float: left;
	background-color: #D0C6B6;
	width: 90px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin-top: 13px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9B9183;
	border-right-color: #676057;
	border-bottom-color: #676057;
	border-left-color: #9B9183;
	font-size: 12px;
}
#content #left_column ul {
	list-style-type: none;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}
#content #left_column li {
	padding-bottom: 5px;
	padding-top: 5px;
}
#content #left_column .currentService {
	border-left-width: 3px;
	border-left-style: double;
	border-left-color: #000000;
	padding-left: 5px;
	color: #000000;
}
#content #right_column {
	float: left;
	margin-left: 20px;
	width: 598px;
	margin-top: 5px;

}
#content #right_column li {
	font-size: .9em;
	margin-left: 15px;
	color: #333333;
}


#content #formWrapper {
	width: 370px;
	background-color: #D0C6B6;
	border: 1px solid #9B9183;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	height: 400px;
}
#content p.date {
	color: #B2104D;
}
input:focus {
	background:#FFFFE5;
}
textarea:focus {
	background:#FFFFE5;
}
#formWrapper #contactForm {
	padding: 5px;
}
#formWrapper #contactForm label {
	font-size: 0.9em;
	float: left;
	color: #333333;
	width: 80px;
	padding-bottom: 20px;
	margin-right: 20px;	
}
#formWrapper #submit {
	margin-top: 10px;
	float: right;
	cursor:pointer;
}
#formWrapper #contactForm .clearfloats {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3AB9D;
	padding-bottom: 5px;
}
div.clearfloats {
	clear:both;
}
#footer {
	width: 760px;
	margin: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
#footer p {
	font-size: 0.7em;
	color: #333333;
	line-height: 1.5em;
}
#content #right_column table {
	width: 598px;

}
.clsXcelTableHeadingFont {
	text-wrap: suppress;
	}
#primary_box #secondary_box #links {
	font-size: 12px;
	height: 27px;
}

