/*
  ******   GENERAL STYLES   ******
*/


body {
	font-family: "HelveticaNeue-Light", "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color:#000;
	background: #ADCCF1;
	margin: 0;
	padding: 0;
}

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

form {
	padding:0;
	margin:0;
}



/* --------------------------------------------------------------------
                   ******   CONTAINERS   ******
   ------------------------------------------------------------------*/

#container {
	width:778px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}

#content {
	float: left;
	position: relative;
	background: #7EA4CF;
	padding: 1px;
	margin-bottom: 20px;
}

#content_inner {
	float: left;
	position: relative;
	background: url(images/body_bg.gif) no-repeat bottom right #fff;
	padding: 1px;
}

#left {
	width: 222px;
	float: left;
	position: relative;
	/* border: 1px solid #000; */
}

#right {
	width: 552px;
	float: left;
	position: relative;
	padding-bottom: 60px;
}

#separator_tall {
	width: 1px;
	float: left;
	position: relative;
	background: url(images/separator_tall.gif) no-repeat top right #fff;
}

#header {
	height: 25px;
	background: url(images/header_bg.gif) repeat-x;
	text-align: right;
}

#footer {
	width:750px;
	height: 12px;
	background:url(images/footer_bg.gif) repeat-x top #2366B2;
	clear: left;
	padding: 12px;
	font-size: 10px;
	line-height: 12px;
	color: #9cf;
}


/* --------------------------------------------------------------------
                   ******   HEADERS + TOP + FOOTER   ******
   ------------------------------------------------------------------*/

#logo {
	width: 222px;
	height: 256px;
	background: url(images/logo.gif) no-repeat top;
	border-bottom: 1px solid #fff;
}

#separator {
	height: 13px;
	background: url(images/separator_bg.gif) repeat-x;
}

#main_banner {
	width: 552px;
	height: 230px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#header .link {
	float: right;
	font-size: 10px;
	padding: 7px 15px 4px 15px;
	border-left: 1px solid #0A4A92;
}

#footer .link {
	font-size: 10px;
}

#footer a, #header a {
	color: #9cf;
}

#footer a:hover, #header a:hover {
	color: #fff;
	text-decoration: none;
}

#left #body {
	background: url(images/body_shade.gif) repeat-x top #fff;
	padding: 8px 5px 5px 5px;
}

#right #body {
	background: url(images/body_shade.gif) repeat-x top;
	padding: 1px 20px 20px 20px;
}

#right .separator {
	width: 80%;
	padding-top: 20px;
	border-bottom: 1px dotted #ccc;
}

#right ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:circle;
	margin: 0;
	padding: 0 0 0 8px;
}

#right li {
	margin: 10px;
}

#right li h3 {
	font-size: 14px;
	font-weight: normal;
	color: #0A4D99;
	margin-bottom: 0;
	padding-bottom: 0;
}


#right li a {
	color: #0A4D99;
}

#right li a:hover {
	color: #999;
	text-decoration:none;
}



/* --------------------------------------------------------------------
                   ******   SIDE BAR   ******
   ------------------------------------------------------------------*/

#left #body .link, #left #body .menutitle {
	position: relative;
	padding: 15px 5px 5px 30px;
	margin-left: 5px;
	font-size: 16px;
	color: #000;
	background: url(images/bullet_large.gif) no-repeat 0px 12px;
	cursor:pointer;
}

#left #body .sublink {
	position: relative;
	padding: 7px 5px 7px 20px;
	margin-left: 30px;
	font-size: 13px;
	color: #000;
	background: url(images/bullet_small.gif) no-repeat 0px 8px;
}

#left #body .separator {
	margin-left: 5px;
	position: relative;
	border-bottom: 1px dotted #ccc;
	padding-top: 10px;
}


#left #body .link a, #left #body .sublink a, #left #body .menutitle a {
	font-weight: normal;
	color: #000;
}

#left #body .link a:hover, #left #body .sublink a:hover, #left #body .menutitle a:hover {
	color: #0B4280;
	text-decoration: none;
}


/* --------------------------------------------------------------------
                   ******   CONTENT   ******
   ------------------------------------------------------------------*/

h1 {
	font-size: 26px;
	font-weight: normal;
	color: #0A4D99;
	margin-bottom: 0;
}

h2 {
	font-size: 22px;
	font-weight: normal;
	color: #0A4D99;
	margin-bottom: 0;
}

h3 {
	font-size: 15px;
	font-weight: normal;
	color: #999;
	margin-bottom: 0;
}
