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

body {
	background-color: #12466e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	color: #333;
	}
	
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,blockquote,th,td,html,label,table,tr,image {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
td {
	padding: 0 8px 8px 0;
	}
	
th {
	padding: 2px;
	font-size: 1.1em;
	color: #fff;
	text-align: left;
	}

img,a img,:link img,:visited img {
	border: 0;
	}
	
fieldset {
	border: 1px solid #575757;
	padding: 20px;
	}
	
ul {
	}
	
p {
	font-size: 1em;
	line-height: 1.8em;
	text-align: justify;
	}

li {
	font-size: 1em;
	line-height: 1.8em;
	}

hr {
	border: none 0;
	border-top: 1px solid #BABABA;
	height: 1px;
	}
	
h1 {
	font-size: 1.6em;
	color: #12466e;
	}
	
h2 {
	font-size: 1.4em;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	}

h3 {
    font-size: 1.2em;
    line-height: 1.3em;
    margin: .769em 0;
  }

h4, h5, h6 {
    font-size: 1em;
    line-height: 1.3em;
    margin: .909em 0 .5em;
}
	
img {
	border: 0;
	}
	
	
/****** Layout ******/

#page {
	width: 985px;
	margin: 0 auto;
	padding: 0 10px 10px;
	background-image: url(/images/background.gif);
	background-position: top left;
	background-repeat: repeat-y;
	}
	
#header {
	width: 985px;
	}
	
#logo {
	width: 485px;
	height: 108px;
	float: left;
	}
	
#top-menu {
	width: 130px;
	margin: 53px 0 0 370px;
	float: left;
	}
	
#top-graphic {
	width: 985px;
	}
	
#content {
	width: 905px;
	padding: 18px 40px;
	}
	
#large-right { /* for 2 column pages with main content on the right */
	width: 528px;
	margin-left: 20px;
	float: right;
	}
	
#small-left {
	width: 336px;
	padding-right: 20px;
	border-right: 1px solid #1e5177;
	float: left;
	}
	
#large-left { /* for 2 column pages with main content on the left */
	width: 528px;
	margin-right: 20px;
	float: left;
	}
	
#small-right {
	width: 336px;
	padding-left: 20px;
	border-left: 1px solid #1e5177;
	float: right;
	}
	
#nav {
	width: 985px;
	height: 66px;
	background-image: url(/images/primary-nav-bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	}
		
#secondary-nav {
	height: 40px;
	background-image: url(/images/primary-nav-bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	padding-left: 33px;
	}
	
#locations {
	width: 985px;
	}
	
#locations ul li {
	list-style: none;
	float: left;
	padding-right: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	line-height: 1.4em;
	}
	
#footer {
	width: 1004px;
	margin: 0 auto;
	padding: 10px 0;
	background-image: url(/images/footer-shadow.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
	}
	
#footer p {
	font-size: .85em;
	margin: 0;
	}
	
#footer p,
#footer a {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
	

/****** Menus ********/

#top-menu ul {
	list-style-image: url(/images/bullet-arrow.gif);
	margin: 0;
	padding: 0;
	}
	
#top-menu ul li,
#nav ul li,
#secondary-nav ul li {
	font-family: Helvetica, Arial, sans-serif;
	}
	
.large-buttons {
	margin-bottom: 8px;
	}
	
#nav ul {
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
#nav li {
	display: block;
	float: left;
	list-style: none;
	width: 121px;
	height: 40px;
	margin-left: 2px;
	font-size: 1.1em;
	line-height: 1em;
	padding-top: 26px;
	}
	
li.nav {
	background-image: url(/images/primary-btn-off.gif);
	background-repeat: repeat-x;
	}
	
#nav ul li.on {
	/* background-image: url(/images/primary-btn-on.gif); */
	background-repeat: repeat-x;
	}
	
#nav ul li.two-line {
	height: 46px;
	padding-top: 20px;
	}
	
#secondary-nav ul {
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
#secondary-nav li {
	display: block;
	float: left;
	list-style: none;
	line-height: 1em;
	font-size: .95em;
	margin: 1.1em;
	}


/****** Links ******/

a {
	color: #12466f;
	}
	
#top-menu a {
	text-decoration: none;
	}
	
#nav li a,
#secondary-nav li a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	}
	
/****** Misc ******/

.clear {
	clear: both;
	}
	
.bigger {
	font-size: 1.8em;
	}
	
.center {
	text-align: center;
	margin: 0em -5em 0em -5em; 
	}