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

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	background-color: #eeeeee;
	background-image:url(../images/grad-back.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color:#000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thick;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

div#page {
	width: 800px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

div#header {
	height: 85px;
	position: relative;
}

div#logo {
	position: absolute;
	left: 190px;
	top: 4px;
	height: 72px;
	width: 313px;
}

div#phone {
	position: absolute;
	top: 51px;
	right: 26px;
	font-size: 12px;
	color: #002B5C;
}
div#phone a {
	text-decoration: none;
}

form#search {
	margin-top: 12px;
}

form#search input#query {
	width: 100px;
	color: #CCCCCC;
}

form#search input#button {
	vertical-align: bottom;
	padding-left: 6px;
}

div#navigation {
	float: left; 
	width: 160px;
	padding-left: 25px;
}

div#navigation ul {
	list-style: none;
}

div#navigation ul li {
	border-bottom: 1px solid #dfdfe0;
	padding: 4px 0;
}

div#navigation ul ul li {
	border-top: 1px solid #dfdfe0;
	padding: 4px 0;
	border-bottom: none;
}

div#navigation ul ul  {
	padding-top: 6px;
	display: none;

}
div#navigation ul ul li a {
	padding-left: 10px;
}

div#navigation ul ul ul li a {
	padding-left: 20px;
}

div#navigation ul ul ul ul li a {
	padding-left: 30px;
}

div#navigation ul li.first-child {
	border-top: 1px solid #dfdfe0;
}

div#navigation ul li a.active {
	text-decoration: none;
	font-weight: bold;
	color: #002B5C;
}

div#navigation ul li a.active-pointer, div#navigation ul li a.highlight {
	text-decoration: none;
	font-weight: bold;
	color: #002B5C;
	background-image: url(../images/nav-pointer.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

div#navigation ul li a {
	text-decoration: none;
	color: #333333;
	display: block;
}

div#navigation ul li a:hover {
	color: #002B5C;
}

div#body-content {
	margin-left: 195px;
	margin-right: 18px;
	padding-bottom: 24px;
}

p#credit {
	float: right;
	color: #CCCCCC;
}

p#credit a {
	color: #CCCCCC !important;
	text-decoration: none;
}

div#footer {
	margin-top: 48px;
	font-size: 9px;
	padding-right: 6px;
}
div#footer a {
	color: #333333;
	text-decoration: none;
}

h1 {
	font-size: 16px;
	color: #002B5C;
	margin-top: 30px;
	border-bottom: 1px solid #dfdfe0;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 1.4em;
	margin-right: 18px;
	font-weight: bold;
	letter-spacing: .5px;
}

p {
	margin-bottom: 12px;
}

p.blue {
	color: #002B5C;
}

p.locations {
	color: #002B5C;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 1px;
}
p.locations a {
	text-decoration:none;
}

a {
	color: #002B5C;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
