/**** Basic Elements ****/
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #111111;
	font-size: 12px;
}

body#body {	
	background: #71a5b7;
	margin-top: 0px;
}

p {
	margin:0px;
	padding:0px;
}

img { 
	border: 0 none; 
}

/******** Links ********/
a:link, a:visited {
	text-decoration: underline;
	border:0px;
	color:#1a7cb2;
}

a:hover {
	border:0px;
	color: #5c9825;
}

#content a, #content a:link, #content a:visited {
	color:#1a7cb2;
	text-decoration: underline;
}

#content a:hover {
	color: #5c9825;
}

.black {
	color:#000000;
}

/****** Page Layout ******/
#body {
}

#background {
}

#container_top {
	width:1006px;
	height:30px;
	margin:auto;
	background:#ffffff url(../images/container_top.gif) top left no-repeat;
}
#container_bottom {
	width:1006px;
	height:40px;
	margin:0px auto 10px;
	background:#ffffff url(../images/container_bottom.gif) bottom left no-repeat;
}

#container {
	position:relative;
	width:900px;
	margin:0px auto;
	padding:2px 53px 10px;
	background:#ffffff url(../images/container.gif) repeat-y;
}

#header {
	width:900px;
	height:145px;
	margin:0px auto 0px;
}

.header {
	margin-bottom:10px;
	width:829px;
	height:82px;
	padding:15px 35px;
	font-size:30pt;
	color:#ffffff;
}

#logo {
	position:absolute;
	top:10px;
	left:53px;
	width:240px;
	height:88px;
	background:url(../images/logo.gif) no-repeat;
}

#title {
	position:absolute;
	top:30px;
	right:53px;
	width:470px;
	height:56px;
}

.buttons {
	position:absolute;
	z-index:0;
	top:0px;
	right:50px;
	width:550px;
	text-align:right;
	color:#71a5b7;
	font-size:13px;
}

.buttons a {
	color:#71a5b7;
	text-decoration:none;
}	

/****** Basic CSS Dropdown Menu *******/
/* Feel free to replace '#header .menu' with the css selector of your parent element.
/* Or you can replace '#header ul.nav' if you apply a css selector to the top (and only the top) ul tag */
#header ul.nav,#header .menu > ul li,#header ul.nav ul {list-style: none;margin: 0;padding: 0;}
#header ul.nav {position: relative;z-index: 80;float: left;}
#header ul.nav li {float: left;line-height: 1.3em;vertical-align: middle;zoom: 1;}
#header ul.nav li:hover, #header ul.nav li:hover {position: relative;z-index: 82;cursor: default;}
#header ul.nav ul {visibility: hidden;position: absolute;top: 100%;left: 0;z-index: 81;width: 100%;}
#header ul.nav ul li {float: none;}
#header ul.nav ul ul {top: 1px;left: 99%;}
#header ul.nav li:hover > ul {visibility: visible;}

/****** Basic CSS Dropdown Menu Styling *******/
#header ul.nav {
	position:absolute;
	top:103px;
	left:53px;
	height: 34px;
	width:900px;
	padding:0px;
	margin:0px;
	background: url(../images/nav.gif) repeat-x left top;
}
#header ul.nav > li {
	margin:0px;
}
#header ul.nav > li > a {
	color:#234f68;
	display:block;
	padding:8px 0px 0px;
	text-align:center;
	font-weight:bold;
	height:26px;
	font-size:11px;
}
#header > ul.nav > li.selected > a, #header > ul.nav > li:hover > a {	
	background:#ffffff;
	/*color:#2C2E22;*/
	opacity:.80;
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8;
	font-size:12px;
	letter-spacing:-.3pt;
	text-shadow: 0px 0px 3px #fff;
	color:#5c9825;
}
#header ul.nav li.separator {
	width:4px;
	height:34px;
	background:url(../images/nav_separator.gif) no-repeat;
}

#header ul.nav li ul {
	padding:0px;
	background:#f1f1f1;
	width:160px;
}

#header ul.nav li ul li a {
	text-align:left;
	background:none;
	padding:2px 6px 3px;
	display:block;
	color:#234f68;
	font-size:11px;
}

#header ul.nav li ul li a:hover {
	background:#dddddd;
}

#content {
	min-height:400px;
	margin:0px auto;
	width:900px;
	/*text-align:justify;*/
}

#footer {
	margin: auto;
	height: 30px;
	width:900px;
	text-align:center;
	padding-top:15px;
}

#footer div {
	color: #999999;
	padding-top: 8px;
}

#footer a {	
	color: #999999;
}

.survey td {
	vertical-align:top;
	padding:2px 4px;
}
.question {
	font-weight:bold;
}

#important_dates {
	color:#646568;
	font-weight:bold;
	padding:10px;
}

/********* Tables *********/
table {
	border-collapse:collapse;
}

.table {
	width:100%;
}

.table td, .table th {
	padding:4px;
}

.none {
	padding:25px;
	text-align:center;
}

/********* Forms *********/
form {
	margin: 0;
	padding: 0;
}

.submit { 
	cursor: hand;
	cursor: pointer; 
}

select, input {
	font-size:12px;
}

input[type=text], input[type=password], textarea {
	width:300px;
	border:1px solid #dddddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

input[type=submit], input[type=button] {
	background:#717a91;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	border:1px solid #c1c4c9;
	padding:3px 8px;
}

textarea {
	height:80px;
}

.default {
	color:#999999;
}

.save {
	width:400px;
	text-align:right;
	margin:4px 0px;
}

input.big {
	font-size:22px;
	height:38px;
}

/******** Headings ********/
h1 {
	font-size:24px;
	padding:0px;
	margin:0px;
	color: #498ecc;
	font-weight:normal;
}
#container h1 a, #container h1 a:link, #container h1 a:hover, #container h1 a:active, #container h1 a:visited {
	color: #498ecc;
	text-decoration:none;
}

h2 {
	font-size:20px;
	color: #5c9825;
	padding:0px;
	margin:0px 0px 3px;
}

h3, tr.h3 {
	font-size:13px;
	font-weight:bold;
	padding:2px 5px 4px;
	color:#6a7590;
	margin:0px;
	border-bottom:3px solid #6a7590;
}

h3.mail {
	background:url(../images/h3_mail.gif) no-repeat top left;
	padding-left:25px;
}

h3.date {
	background:url(../images/h3_date.gif) no-repeat top left;
	padding-left:25px;
}

tr.h3 td {
	font-size:12px;
	font-weight:bold;
	padding:6px 12px 8px;
	height:28px;
}

td.forum {
	padding:6px 12px 4px;
}

h4 {
	display:inline;
	font-size:10px;
	font-weight:normal;
	padding:0px;
	margin:0px;
	color:#777777;
}

h5 {
	font-size:14px;
	font-weight:bold;
	color: #498ecc;
	padding:0px;
	margin:0px 0px 3px;
}

h6 {
	font-size:14px;
	font-weight:normal;
	color: #498ecc;
	padding:0px;
	margin:0px 0px 3px;
}

hr {
	color:#dddddd;
}

div.hr {
	border-top:1px solid #cfcfcf;
	margin:10px 5px;
}

/******** Lists ********/
ul {
	margin: 0px;
	padding: 0px 0px 0px 13px;
}

li {
	margin: 0px;
	padding: 0px;
}

/********* Divs ********/
.red {
	margin:6px;
	padding:6px;
	color:#990000;
	border:1px solid #990000;
	background-color:#f8f0f0;
}

.green {
	margin:6px;
	padding:6px;
	color:#608112;
	border:1px solid #8DA820;
	background-color:#eff4e5;
}

.center {
	margin:auto;
	text-align:center;
	width:600px;
}

.half {
	float:left;
	width:350px;
	margin:0px 20px;
}

.absmiddle {
	vertical-align:middle;
}

.clear {
	clear:both;
}

.fade {
	opacity:.30;
	filter: alpha(opacity=30); 
	-moz-opacity: 0.3;
}

.p{
	display:inline;
	width:20px;
	padding:2px 5px 3px 5px;
	margin:0px 2px;
	font-weight:bold;
	background:#FFFFFF;
	border:1px solid #CFCFCF;
}

.box {
	padding:12px;
	background:#f1f0eb;
}

img.box {
	padding:4px;
	background:#ffffff;
	margin-bottom:4px;
	border:1px solid #cfcfcf;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow:#d8d8d8 3px 3px 4px;
	-moz-box-shadow:#d8d8d8 3px 3px 4px;
	-webkit-box-shadow:3px 3px 4px #d8d8d8;
}

table.border  {
	border-collapse:collapse;
}
table.border td {
	border:1px solid #333;
}

.blurb {
	background:#d31145;
	padding:18px;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	border:3px double #ffffff;
}

.row {
	border-bottom:1px solid #cfcfcf;
}

.odd {
	background:#f8f8f8;
}

.cke_bottom {
	display:none;
}


/****** Superfish ******/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
	background:#e5e5e5;
	padding:6px 6px 10px 4px;
}
.sf-menu ul li {
	width:			100%;
	padding:0px;
	margin:0px;
	background:#e5e5e5;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
	margin:0px;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			25px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/* shadows for all but IE6 */
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/***** Validation *****/
label.error {
	margin-left: 5px;
	width: auto;
	display: inline;
	color:#B80A0A;
	display: none;
}

/***** Spellchecker *****/
#spellcheckresults { position: absolute; background: #fff; margin: 0; border: 1px solid #000; padding: 5px; }
#spellcheckresults dl { margin: 0; padding: 0; }
#spellcheckresults dl dt { float: left; clear: left; margin: 3px 0; padding: 0; font-weight: bold; }
#spellcheckresults dl dd { float: left; margin: 3px 10px; padding: 0; cursor: pointer; color: green; }
#spellcheckresults dl dd.ignore { color: red; font-style: italic; }

a.checkspelling {  }
a.checkspelling img { margin: 0 5px; border: 0; }

/************* Fader *****************/
#header .fader {
	position:absolute;
	top:122px;
	left:6px;
}

ul.fader {
	position:relative;
	padding:0px;
	margin:0px;
	list-style:none;
}

ul.fader li {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	padding:0px;
	margin:0px;
}

/* Main Style Sheet for jQuery UI date picker */
#ui-datepicker-div, .ui-datepicker-inline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	background: #ddd;
	width: 185px;
}
#ui-datepicker-div {
	display: none;
	border: 1px solid #777;
	z-index: 100; /*must have*/
}
.ui-datepicker-inline {
	float: left;
	display: block;
	border: 0;
}
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-dialog {
	padding: 5px !important;
	border: 4px ridge #ddd !important;
}
.ui-datepicker-disabled {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
}
button.ui-datepicker-trigger {
	width: 25px;
}
img.ui-datepicker-trigger {
	margin: 2px;
	vertical-align: middle;
}
.ui-datepicker-prompt {
	float: left;
	padding: 2px;
	background: #ddd;
	color: #000;
}
* html .ui-datepicker-prompt {
	width: 185px;
}
.ui-datepicker-control, .ui-datepicker-links, .ui-datepicker-header, .ui-datepicker {
	clear: both;
	float: left;
	width: 100%;
	color: #fff;
}
.ui-datepicker-control {
	background: #400;
	padding: 2px 0px;
}
.ui-datepicker-links {
	background: #000;
	padding: 2px 0px;
}
.ui-datepicker-control, .ui-datepicker-links {
	font-weight: bold;
	font-size: 80%;
}
.ui-datepicker-links label { /* disabled links */
	padding: 2px 5px;
	color: #888;
}
.ui-datepicker-clear, .ui-datepicker-prev {
	float: left;
	width: 34%;
}
.ui-datepicker-rtl .ui-datepicker-clear, .ui-datepicker-rtl .ui-datepicker-prev {
	float: right;
	text-align: right;
}
.ui-datepicker-current {
	float: left;
	width: 30%;
	text-align: center;
}
.ui-datepicker-close, .ui-datepicker-next {
	float: right;
	width: 34%;
	text-align: right;
}
.ui-datepicker-rtl .ui-datepicker-close, .ui-datepicker-rtl .ui-datepicker-next {
	float: left;
	text-align: left;
}
.ui-datepicker-header {
	padding: 1px 0 3px;
	background: #333;
	text-align: center;
	font-weight: bold;
	height: 1.3em;
}
.ui-datepicker-header select {
	background: #333;
	color: #fff;
	border: 0px;
	font-weight: bold;
}
.ui-datepicker {
	background: #ccc;
	text-align: center;
	font-size: 100%;
}
.ui-datepicker a {
	display: block;
	width: 100%;
}
.ui-datepicker-title-row {
	background: #777;
}
.ui-datepicker-days-row {
	background: #eee;
	color: #666;
}
.ui-datepicker-week-col {
	background: #777;
	color: #fff;
}
.ui-datepicker-days-cell {
	color: #000;
	border: 1px solid #ddd;
}
.ui-datepicker-days-cell a{
	display: block;
}
.ui-datepicker-week-end-cell {
	background: #ddd;
}
.ui-datepicker-title-row .ui-datepicker-week-end-cell {
	background: #777;
}
.ui-datepicker-days-cell-over {
	background: #fff;
	border: 1px solid #777;
}
.ui-datepicker-unselectable {
	color: #888;
}
.ui-datepicker-today {
	background: #fcc !important;
}
.ui-datepicker-current-day {
	background: #999 !important;
}
.ui-datepicker-status {
	background: #ddd;
	width: 100%;
	font-size: 80%;
	text-align: center;
}

/* ________ Datepicker Links _______

** Reset link properties and then override them with !important */
#ui-datepicker-div a, .ui-datepicker-inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	color: #000;
}
.ui-datepicker-inline .ui-datepicker-links a {
	padding: 0 5px !important;
}
.ui-datepicker-control a, .ui-datepicker-links a {
	padding: 2px 5px !important;
	color: #eee !important;
}
.ui-datepicker-title-row a {
	color: #eee !important;
}
.ui-datepicker-control a:hover {
	background: #fdd !important;
	color: #333 !important;
}
.ui-datepicker-links a:hover, .ui-datepicker-title-row a:hover {
	background: #ddd !important;
	color: #333 !important;
}

/* ___________ MULTIPLE MONTHS _________*/

.ui-datepicker-multi .ui-datepicker {
	border: 1px solid #777;
}
.ui-datepicker-one-month {
	float: left;
	width: 185px;
}
.ui-datepicker-new-row {
	clear: left;
}

/* ___________ IE6 IFRAME FIX ________ */

.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

/***** Thickbox *****/
#TB_window { font: 12px Arial, Helvetica, sans-serif; color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {
	position: fixed;
	z-index:99;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../images/overlay.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 100;
	color:#000000;
	display:none;
	border: 2px solid #666666;
	text-align:left;
	top:50%;
	left:50%;
	/*border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;*/
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 20px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	padding:7px 30px 10px 25px;
}

#TB_closeWindow{
	height:20px;
	position:absolute;
	top:3px;
	right:3px;
}

#TB_closeAjaxWindow{
	padding:5px;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background:#888888;
	height:27px;
	color:#ffffff;
	/*border-top-left-radius:2px;
	border-top-right-radius:2px;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
	-webkit-border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;*/
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:102;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:102;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
