﻿/* -- Begin CSS Reset Code -- */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
a {
	color: #C0C0C0;
}
a:visited {
	color: #CC9900;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -- End CSS Reset Code -- */

  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #010066;
}
#masthead {
	padding-top: 10px;
}

#top_nav {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 7px;
	font-style: italic;
}
.red {
	color: #FF0000;
}

#container {
	min-width: 600px;
	color: #C0C0C0;
}
#left_col {
	width: 165px;
	float: left;
	text-align: justify;
}
.leftNavButton {
	list-style-type: none;
	text-align: center;
}
.leftNavButton a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
	color: #C0C0C0;
	background-image: url('../border_graphics/BaseButton.gif');
	background-repeat: no-repeat;
	display: block;
	padding-top: 10px;
	padding-bottom: 12px;
}
.leftNavButton li {
}
.leftNavButton a:visited {
	color: #C0C0C0;
}
.leftNavButton a:hover {
	background-image: url('../border_graphics/HoverButton.gif');
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}
.leftNavButton a:active {
	color: #00FF00;
	background-image: url('../border_graphics/ClickButton.gif');
	background-repeat: no-repeat;
}
#page_content {
	margin-left: 175px;
}
#footer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	text-decoration: none;
}
#footer p {
	padding: 6px 125px 6px 125px;
}
.cantfind {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}
.phoneus {
	font-weight: bold;
}
.officeColor {
	color: #FFFF00;
}
.custStates {
	font-weight: bold;
	padding-right: 60px;
	padding-left: 60px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	border-bottom-style: solid;
	border-bottom-width: thick;
	border-bottom-color: #000000;
}

