﻿body, html {
    padding: 0;
    margin: 0;	
}

body {
    background:#2D5A6F top repeat-x url(../images/structure/blue_bg.jpg);
    font: normal 100% Arial, Helvetica, Sans Serif;
    text-align: center;
    color: #000;
		padding-top:25px;
}
a:link {
	color:#0189E4
}
a:hover {
	background-color:#00CCFF;
	color:#000;
	text-decoration:none;
}
a.scripturized {
	text-decoration:none;
	border-bottom-width:1px;
	border-bottom-style: dashed;
	cursor:help;
}
h2 a.scripturized {
	color:inherit;
}
h1,h2,h3,h4,h5 {color: #2779A2;}
h1 {font-size: 135%; color:#036}
h2 {font-size: 120%;padding-top:15px;}
h3 {font-size: 90%;color:#333}
h4 {font-size: 80%;}
dl, ol, ul { }
img {border:0}
div#main-container {
    border: 1px solid #005075;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 800px;
}

#header {
    background: #2779A2 top repeat-x url(../images/structure/header_bg.jpg);
    padding: 18px 0 0 30px;
    height: 80px;
}

#header h1 {
    font: 210% bold Tahoma, Geneva, sans-serif;
    color: #fff;
    padding:0;
    margin: 0;
}
#header h1 a:link, #header h1 a:visited, #header h1 a:hover {
    color: #fff;
    text-decoration: none;
		background-color: transparent;
		padding:0;
    margin: 0;
}

#header p {
    font: 90% normal Tahoma, Geneva, sans-serif;
    color: #9BDDFF;
    padding: 0;
    margin: 0;
}

#top-nav {
    clear: both;
    padding: 5px 12px;
    background-color: #205875;
		border-top:1px solid #036;
		border-bottom:1px solid #036;
}

#top-nav ul {
    margin: 0;
    padding: 0 1px 1px;
    font-size: 75%;
}

#top-nav li {
    list-style-type: none;
    display: inline;
    margin: 0;
    padding: 0;
}

#top-nav li a, #top-nav li a:visited {
    padding: 3px 18px 5px 18px;
    text-decoration: none;
		font-weight: bold;
		color: #9DD2ED;
}

#top-nav li a:hover {
    color: #FFF;
		background-color: #005075;
}

#top-nav ul li#active a:link,
#top-nav ul li#active a:visited  {
    background:#fff top repeat-x url(../images/structure/home_body_top_bg.jpg);
    color: #000;
    padding-bottom: 60px;
}

#promo {
    background-color: #eef5f9;
    border-bottom: 1px solid #BACFD9;
    height: 144px;
    padding: 0;
    margin: 0;
}

#center-content {
    padding: 20px 40px 20px 30px;
	font-size: 90%;
    clear: both;
	background:#fff top repeat-x url(../images/structure/home_body_top_bg.jpg);
}
#center-content h1 {
	margin-bottom:20px;
}
.container {
    float: left;
    height: 180px;
    position: relative;
	padding-top:5px;
}
.container h2 {
	font-size: 130%;font-weight:normal;
	padding-top:0;margin-top:0;
	margin-bottom:25px;
}
.first {
	width: 210px;
}
.second {
	width: 225px;
}
.third {
	width: 260px;
}
#shim {
    clear: both;
    width: 100%;
    height: 1px;
}

ol.special li {
	font-weight:bold;
	color:#333;
	padding-top:2px;
	padding-bottom:15px;
}
ol.special li ol {
	margin-left:0;
	padding-left:0;
	list-style-type:none;
	/*
list-style-type:lower-alpha;
*/
	}
ol.special li ol li {
	font-weight:normal;
	color:#000;
	padding-top:2px;
}
ol.special li ol li span {
	font-size:85%;
}

#footer {
	background:#fff bottom left no-repeat url(../images/structure/bttm_left_corner_bg.jpg);
	height:38px;
	clear: both;
}
#footer div {
	height:28px;
	padding-top:10px;
	vertical-align:middle;
	font-size:70%;
	text-align:center;
	background: transparent bottom right no-repeat url(../images/structure/bttm_right_corner_bg.jpg);
}
#copyright {
	font-size:70%;
	color:#00293F;
	padding:0;
	margin-top:5px;
}
#copyright a:link, #copyright a:visited {
	color:#036
}
#results ul, #results li {
	list-style-type:none;
	padding-left:3px;margin-left:3px
}
.detail {
	color:#aaa;
	font-size:80%;
}
