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

/* created by desi9n for NetCuras 2.20.2009
Included in CSS is a version of Eric Meyer's Reset
http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearer {
	width: 100%;
	clear: both;
}

h1 {
	font: bold 18px/24px Arial, Helvetica, sans-serif;
	color: #23324f;
}

h1 a, h1 a:visited{
	color: #23324f;
	text-decoration: none;
}

h1 a:hover {
	color: #666;
}

.hr {
	margin: 20px 20px 20px 0;
	border-top: 1px solid #c3ccdb;
	height: 1px;
}

/**************************************
				LAYOUT
**************************************/

#wrap {
	width: 960px;
	margin: 0 auto;
}

#top {
	position: relative;
	width: 960px;
	height: 75px;
	margin: 10px 0;
	z-index: 1;
}

#logo {
	background: url(../images/logo.png) no-repeat;
	width: 355px;
	height: 65px;
	float: left;
}

#logo a {
	display: block;
	width: 355px;
	height: 65px;
}

#date {
	float: right;
	text-align: right;
	font: bold 24px/38px Arial, Helvetica, sans-serif;
	color: #1b2c4d;
}

#nav {
	width: 960px;
	height: 36px;
	background: url(../images/nav_bg.jpg) no-repeat;
	margin-bottom: 10px;
	position: relative;	
}

#nav ul li {
	float: left;
}

#nav ul li a, #nav ul li a:visited {
	font: 12px/36px Arial, Helvetica, sans-serif;
	color: #1b2c4d;
	height: 36px;
	background: url(../images/menu_divider.jpg) no-repeat right;
	text-align: center;
	padding: 0 30px;
	float: left;
	display: block;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #fff;
}

.no_img {
	background: none;
}

a.login {
	height: 36px;
	color: #1b2c4d;
	font: 12px/36px Arial, Helvetica, sans-serif;
	padding: 0 30px;
	float: right;
	text-decoration: none;
}

a.login:hover {
	color: #fff;
	background: url(../images/arrow.jpg) no-repeat 120px 0;
}

#banners {
	width: 960px;
	height: 250px;
	margin: 10px 0;
	position: relative;
}

#slideshow_corners_left {
	position: absolute;
	height: 250px;
	width: 2px;
	background: url(../images/corners_left.png) no-repeat;
	top: 0;
	left: 0;
	z-index: 1000;
}

#slideshow_corners_right {
	position: absolute;
	height: 250px;
	width: 2px;
	background: url(../images/corners_right.png) no-repeat;
	top: 0;
	right: 325px;
	z-index: 1002;
}

#top_left_box {
	position: absolute;
	height: 250px;
	width: 635px;
	background: url(../images/slideshow_bg.jpg) no-repeat;
	top: 0;
	left: 0;
	z-index: 899;
}
	
#top_right_box {
	float: right;
	position: relative;
	height: 250px;
	width: 310px;
	background: url(../images/top_right_box_bg.jpg) no-repeat;
}

#top_right_box h2 {
	color: #3a4252;
	font: bold 18px/18px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

#top_right_box ul {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #565e6e;
	padding-left: 15px;
}

#top_right_box ul li {
	list-style-type: square;
}

#top_right_box div {
	padding: 15px;
}

a.learn_more {
	position: absolute;
	bottom: 14px;
	left: 15px;
	width: 100px;
	height: 24px;
	display: block;
	font: bold 13px/24px Arial, Helvetica, sans-serif;
	color: #1b2c4d;
	text-align: center;
	text-decoration: none;
}

a.learn_more:hover {
	color: #fff;
}

#content {
	width: 960px;
	margin: 20px 0;
	background: url(../images/content_bg.png) repeat-y;
}

#content p {
	color: #454e5f;
	padding: 8px 15px 8px 0;
	font: 12px/18px Arial, Helvetica, sans-serif;
}

#content p a, #content p a:visited {
	color: #1b2c4d;
}

#content p a:hover {
	color: #acb3c1;
}

#content #l_col ul {
	padding-left: 25px;
}

#content #l_col ul li {
	list-style-type: square;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #565e6e;
	margin-bottom: 7px;
	padding-right: 15px;
}

#content #l_col ul li strong em {
	color: #1b2c4d;
}

#content h3 {
	font: bold 15px Arial, Helvetica, sans-serif;
	margin: 6px 0;
	color: #23324f;
}

#l_col {
	width: 635px;
	float: left;
}

#r_col {
	width: 310px;
	float: right;
}

#small_boxes {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #23324f;
}

#small_boxes h3 {
	font: bold 16px/20px Arial, Helvetica, sans-serif;
}

#box_left {
	position: relative;
	float: left;
	width: 310px;
	height: 182px;
	background: url(../images/btm_left_box_bg.jpg) no-repeat;
	margin-right: 15px;
}

#box_middle {
	position: relative;
	float: left;
	width: 310px;
	height: 182px;
	background: url(../images/btm_middle_box_bg.jpg) no-repeat;
	margin-right: 15px;
}

#box_right {
	position: relative;
	float: left;
	width: 310px;
	height: 182px;
	background: url(../images/btm_right_box_bg.jpg) no-repeat;
}

#box_left div, #box_middle div, #box_right div {
	padding: 15px;
}

#box_left p, #box_middle p {
	width: 180px;
}

/* SUBPAGES */

#subbanner {
	width: 960px;
	height: 200px;
}

#r_col ul {
	width: 309px;
	margin-top: 14px;
	border-top: 1px solid #bdc5d2;
}

#r_col li {
	border-bottom: 1px solid #bdc5d2;
}

#r_col li a, #r_col li a:visited {
	font: 15px/17px Helvetica, Arial, sans-serif;
	color: #23324f;
	height: 34px;
	padding: 15px 0 15px 15px;
	display: block;
	text-decoration: none;
}

#r_col li a span, #r_col li a:visited span {
	font: 11px/13px Helvetica, Arial, sans-serif;
	color: #6a7b9d;
}

#r_col li a:hover {
	background: #edf1f7;
}

#r_col li a.active {
	background: #f2f3f4;
}


/* FOOTER */

#footer {
	margin-top: 15px;
	width: 960px;
	height: 40px;
	border-top: 1px solid #9ea6b7;
	color: #9ea6b7;
}

#f_left {
	font: 11px/30px Arial, Helvetica, sans-serif;
	padding-left: 20px;
	float: left;
}

#f_right {
	height: 40px;
	float: right;
	width: 450px;
}

#f_right {
}

#f_right a, #f_right a:visited {
	font: 11px/30px Arial, Helvetica, sans-serif;
	padding: 0 20px;
	text-align: center;
	display: block;
	float: right;
	text-decoration: none;
	color: #9ea6b7;
}

#f_right a:hover {
	color: #192c48;
}


/* FORMS */

div.form-container { margin: 10px; padding: 5px; background-color: #FFF;}

p.legend { margin-bottom: 10px; }
p.legend em { color: #C00; font-style: normal; }

div.errors { margin: 0 0 10px 0; padding: 5px 10px; border: #FC6 1px solid; background-color: #FFC; }
div.errors p { margin: 0; }
div.errors p em { color: #C00; font-style: normal; font-weight: bold; }

div.form-container form p { margin: 0; }
div.form-container form p.note { margin-left: 170px; font-size: 90%; color: #333; }
div.form-container form fieldset { margin: 10px 0; padding: 10px; border: #DDD 1px solid; }
div.form-container form legend { font-weight: bold; color: #666; }
div.form-container form fieldset div { padding: 3px 0; }
div.form-container label, 
div.form-container span.label { color: #666; font-size: 12px; margin-right: 10px; padding-right: 10px; width: 85px; display: block; float: left; text-align: right; position: relative; }
div.form-container label.error, 
div.form-container span.error { color: #C00; }
div.form-container label em, 
div.form-container span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
div.form-container input.error { border-color: #C00; background-color: #FEF; }
div.form-container input:focus,
div.form-container input.error:focus, 
div.form-container textarea:focus {	background-color: #FFC; border-color: #FC6; }
div.form-container div.controlset label, 
div.form-container div.controlset input { display: inline; float: none; }
div.form-container div.controlset div { margin-left: 170px; }
div.form-container div.buttonrow { margin-left: 180px; }

/* SEARCH */

/* AJAX Search */

#search_box {
	width: 310px;
	height: 24px;
	position: absolute;
	bottom: 0;
	right: 0;
}
 
#search_box input.text {
	border-top: solid 1px #cfd5e0;
	border-right: solid 1px #a4acbc;
	border-bottom: solid 1px #a4acbc;
	border-left: solid 1px #cfd5e0;
	width: 200px;
	height: 20px;
	float: left;
	color: #505c74;
	vertical-align: middle;
	font: italic 13px/21px Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 7px;
}
 
#search_box input.submit {
	background: url(../images/search.jpg) no-repeat;
	font: bold 10px/18px Arial, Helvetica, sans-serif;
	border: none;
	float: right;
	padding: 0;
	width: 100px;
	height: 24px;
	color: #0072bc;
	cursor: pointer;
}

#search #ajaxSearch_form, #search form {
	position:absolute;
	width:auto;
	height: 24px;
	margin:0;
	padding:0;
	top: 22px;
	left: 460px;
}

#ajaxSearch_intro {
	margin: 10px 0 15px 0;
}

#ajaxSearch_input {
	border-top: solid 1px #cfd5e0;
	border-right: solid 1px #a4acbc;
	border-bottom: solid 1px #a4acbc;
	border-left: solid 1px #cfd5e0;
	width: 200px;
	height: 20px;
	float: left;
	color: #505c74;
	vertical-align: middle;
	font: italic 13px/21px Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 7px;
}

#ajaxSearch_submit {
	background: url(../images/search.jpg) no-repeat;
	font: bold 10px/18px Arial, Helvetica, sans-serif;
	border: none;
	float: right;
	padding: 0;
	width: 100px;
	height: 24px;
	color: #0072bc;
	cursor: pointer;
}

#ajaxSearch_output {
	position: absolute;
	top: 15px;
	left: 0px;
  	font-size: 12px;
	background: #f1f1f1;
	border: 1px solid #ccc;
	color: #333;
  	width: 310px;
	z-index: 1200;
	padding: 10px 8px;
	margin: 15px 0;
	line-height: 16px;
	zoom: 1;
}

.ajaxSearch_paging {
	display: block;
	margin: 5px 0 10px;
}

.AS_ajax_result {
  color: #333;
  margin-bottom: 3px;
}

.AS_ajax_resultLink {
  text-decoration: underline;
  color: #090644;
}

.AS_ajax_resultDescription, .ajaxSearch_resultDescription{
  color: #555;
  padding: 0 2px 2px 2px;
}

.AS_ajax_resultsIntroFailure{
  padding: 3px;
}

.AS_intro { display: none;}

#ajaxSearch_form fieldset {
	border: none;
	height: 45px;
	position: relative;
}

#searchClose {
	position: absolute;
	top: 4px;
	left: 180px;
	z-index: 1202;
}

#indicator {
	position: absolute;
	top: 4px;
	left: 160px;
	z-index: 1203;
}

.ajaxSearch_highlight, ajaxSearch_highlight1 {
	color:#990000;
}

