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

/* CSS RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {    
    margin:0;   
    padding:0;   
}

table {   
    border-collapse:collapse;   
    border-spacing:0;   
}

ol,ul {   
    list-style:none;  
}

h1,h2,h3,h4,h5,h6 {   
    font-size:100%;   
    font-weight:normal;   
}

img {
	border:0;
}

a {	color: #ffda5a; }

body {
	font:12px normal Verdana, Tahoma, Arial;
	background-color: #1f6693;
	text-align: center;
	color:#3075a1;
}

body {
	text-align: -moz-center;
}

/* CONTAINER */
#container {
	width: 900px;
	height: auto;
	background-color: #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

/* HEADER */
#header {
	background: #FFF url(logo.jpg) no-repeat;
	width:100%;
	height: 76px;
	text-align: center;
	text-indent: -9999px;
	border-bottom:2px solid #FFF;
}

#header a {
	display: block;
	width: 900px;
}

/* TOP IMAGES */
#image_box {
	width: 100%;
	height: 168px;
	text-align: center;
}

#top_images {
	text-align: center;
	width: 900px;
	background-color: #FFF;
}

#top_images tr {
	border-bottom: 2px solid #FFF;
}

#top_images td {
	padding:0px 1px 0px 1px;
}

/* TOP BLURBS */
#top_images td h4 {
	width: 222px;
	height: 35px;
	color:#ffda5a;
	background-color: #1f6693;
}

/* CONTENT */
#content_box {
	width: 100%;
	background-color: #FFF;
}

#content {
	padding: 8px;
	background-color: #FFF;
	text-align: justify;
	vertical-align: top;
}

#content h1 {
	font-size: 18px;
	font-weight: bold;
	color:#3075a1;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 8px;
}

#content a { color: #3075a1; font-weight:bold; text-decoration: none; }

#content p {
	text-align: justify;
	font: normal 1.2em/12px Tahoma, Verdana;
	line-height: 1.2em;
	margin-bottom: 12px;
}

#content h2 {
	font-size: 14px;
	font-weight: bold;
	color:#3075a1;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 6px;
}

/* CONTACT US */
#contact td {
	padding: 4px;
	vertical-align: top;
}

/* TOP NAV */
#top_nav {
	width: 900px;
	height: 25px;
	text-align: center;
	background-color: #ffda5a;
}

#top_nav li {
	float: left;
	padding: 0px 16px 0px 16px;
	height: 25px;
}

#top_nav li a {
	display: block;
	padding-top: 4px;
	padding-bottom: 6px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #07456e;
}

/* NAVIGATION */
#navigation {
	float: left;
	margin: 2px;
	width: 190px;
	text-align:left;
}

#navigation ul {
	margin:0;
	padding:0;
}

#navigation ul li a {
	display: block;
	font-size: 12px;
	color: #07456e;
	text-decoration: none;
}

#navigation ul li {
	/* make the list elements a containing block for the nested lists */
	position: relative;
	padding:4px 2px;
	background-color: #fcebb7;
	border-top: 1px solid #FFF;
}

#navigation a {
	padding:4px 2px;
}

#navigation ul ul {
	margin-top: 4px;
	background-color: #535353;
	border:none;
}

#navigation ul ul li {
	padding:4px 2px;
	padding-left: 10px;
	background-color: #fef5d9;
}

#navigation ul ul li a {
	font-size: 11px;
}

.selected {
	background-color: #535353;
}

/* RIGHT ADS */
#right-ads {
	vertical-align: top;
	width: 130px;
}

/* FOOTER */
#footer_box {
	width: 100%;
	height: 20px;
	background-color:#1f6693;
	border-bottom:1px solid #FFF;
	border-top:1px solid #FFF;
	text-align: center;
}

#footer_box {
	text-align: -moz-center;
}

#footer ul, #footer li {
	display: inline;
}

#footer li a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
}

#error {
	width: 100%;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	color:#2e6b80;
	font-weight: bold;
	background-color: #ffd5d5;
	border-bottom:1px solid #fa2f2f;
}