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

body {
	width: 100%;
	background-color: #ffffff;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}

a {
	color: #760b6d;
	text-decoration: underline;
}

.mainHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #180817;
	text-decoration: none;
	font-weight: normal;
	line-height: 34px;
}

.mainHeader2 { /* for use on green bg */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #2d172a;
	text-decoration: none;
	font-weight: normal;
	line-height: 34px;
}

.subHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6b0963; /*760b6d*/
	text-decoration: none;
	font-weight: bold;
	line-height: 24px;
}

.subHeader a {
	color: #6b0963; /*760b6d*/
	text-decoration: underline;
}
.subHeader_grn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #405813; /*760b6d*/
	text-decoration: none;
	font-weight: bold;
	line-height: 24px;
}

.subHeader_grn a {
	color: #405813; /*760b6d*/
	text-decoration: underline;
}
.subHeader_grn2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #97b653; /*#9dbc57*/
	text-decoration: none;
	font-weight: bold;
	line-height: 24px;
}

.subHeader_grn2 a {
	color: #97b653; /**/
	text-decoration: underline;
}
.subHeader_wht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #c7e389; /*760b6d*/
	text-decoration: none;
	font-weight: bold;
	line-height: 24px;
}

.subHeader_wht a {
	color: #c7e389; /*760b6d*/
	text-decoration: underline;
}

.subsubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6b0963; /* 6b0963 760b6d*/
	text-decoration: none;
	font-weight: bold;
	line-height: 24px;
}

.subsubHeader a {
	color: #6b0963; /*760b6d*/
	text-decoration: underline;
}

.subsubHeader_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #669933; /* 6b0963 760b6d*/
	text-decoration: none;
	font-weight: bold;
	line-height: 24px;
}

.subsubHeader_green a {
	color: #669933; /*760b6d*/
	text-decoration: underline;
}

#siteWrapper {
	width: 1000px;
	margin: 0px auto 0px auto;
	overflow: hidden;
}

#pageContainer {
	background-color: transparent;
	background-image: url(../images/sideShades.png);
	background-repeat: repeat-y;
}

#topAreaContainer {
	position: relative;
	z-index: 100;
}

#top_left {
	float: left;
	width: 50px;
	background-image: url(../images/top_lft_shade.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#top_mid {
	width: 900px;
	float: left;
	background-color: transparent;
}

#top_right {
	float: left;
	width: 50px;
	background-image: url(../images/top_rt_shade.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.break {
	clear: both;
}

#logo {
	float: left;
	width: 600px;
}

#login {
	float: right;
	width: 275px;
	text-align: right;
	padding-right: 20px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #760b6d;
}

.atext {
	width: 170px;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #728a2c;
	text-align: left;
	border: solid 1px #abadb3;
}
#login .atext {
	width: 128px;
}
.atext2 {
	width: 170px;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #728a2c;
	text-align: left;
	border: solid 1px #abadb3;
}
#login .atext2 {
	width: 128px;
	background-color: #ffffff;
	background-image: url(../images/password.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#mainBodyContainer {
	width: 900px;
	margin: 0px auto 0px auto;
	background-color: #ffffff;
	background-image: url(../images/body_bg_top.jpg);
	background-repeat: repeat-x;
	/*position: relative;
	z-index: 1;*/
}

#mainBodyContainer_wave {
	width: 100%;
	background-color: transparent;
	background-image: url(../images/side_wave_bg.png);
	background-repeat: repeat-y;
	background-position: top right;
}

#mainCol {
	float: left;
	width: 585px;
	margin-top: -40px;
}

#rightCol {
	float: left;
	width: 315px;
	/*background-color: transparent;
	background-image: url(../images/side_wave_bg.png);
	background-repeat: repeat-y;
	background-position: top right;*/
	margin-top: -40px;
}

.content {
	padding: 20px 20px 20px 20px;
}

.topPad {
	padding-top: 40px;
}
.leftPad {
	padding-left: 35px;
}
.rightPad {
	padding-right: 35px;
}

#mainNav {
	background-color: #2c0027;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	height: 36px;
}

#mainNav a {
	color: #bedf72;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}
#mainNav a:hover {
	color: #ffffff;
}
#mainNav .selected {
	color: #ffffff;
}

#mainNavContainer {
	text-align: center;
	padding: 8px 4px 4px 4px;
}

#navWave {
	background-color: #e5ffb6;
}

#footerWrapper {
	width: 1000px;
	margin: 0px auto 0px auto;
}

#footerContainer {
	float: left;
}

#footer {
	background-color: #2c0027;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	height: 36px;
	color: #ffffff;
	font-size: 11px;
}
#footer a {
	color: #ffffff;
	text-decoration: underline;
}

#copyright {
	padding: 10px 2px 2px 15px;
	float: left;
	width: 300px;
}

#policy {
	padding: 10px 15px 2px 2px;
	float: right;
	width: 300px;
	text-align: right;
}

#btm_left {
	float: left;
	width: 50px;
	height: 86px;
	background-image: url(../images/btm_lft_corner_shade.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#btm_right {
	float: left;
	width: 50px;
	height: 86px;
	background-image: url(../images/btm_rt_corner_shade.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.split {
	width: 100%;
}
.left_50 {
	float: left;
	width: 48%;
	padding-right: 0px;
}
.right_50 {
	float: right;
	width: 48%;
	padding-left: 0px;
}

.quoteBox {
	background-image: url(../images/quoteBox_top.jpg);
	background-repeat: no-repeat;
	background-color: #405813;
	background-position: top center;
	width: 254px;
}
.quoteBox_quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #cfe898;
	text-align: center;
	padding: 12px 8px 8px 8px;
	line-height: 24px;
}
.quoteBox_quotee {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-align: right;
	line-height: 10px;
	margin-top: 6px;
	margin-right: 6px;
}
.quoteBox_footer {
	background-image: url(../images/quoteBox_btm.jpg);
	width: 254px;
	height: 13px;
	background-repeat: no-repeat;
}

.trainingLink_icon {
	background-image: url(../images/training_icon.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	float:left;
	width:19px;
	padding: 1px 0px 1px 0px;
}
.document_icon {
	background-image: url(../images/icon_page-small2.png);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	float:left;
	width:19px;
	padding: 1px 0px 1px 0px;
}

.doclink {
	color: #000000;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
}
.doclink_wrapper {
	float:left;
	width: 238px; /*234px*/
	margin-bottom: -4px;
	line-height: 17px;
}
.doclink_wrapper_wide {
	float:left;
	width: 500px; /*234px*/
	margin-bottom: -4px;
	line-height: 17px;
}

.green_bullet {
	background-image: url(../images/green_bullet.gif);
	background-position: 15px 5px;
	background-repeat: no-repeat;
	float:left;
	width:32px;
	padding: 1px 0px 1px 0px;
}
.bullet_wrapper_main {
	float:left;
	width:500px;
	margin-bottom: -4px;
	line-height: 17px;
}
.bullet_wrapper_right {
	float:left;
	width:234px;
	margin-bottom: -4px;
	line-height: 17px;
}

.smallDate_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #520049;
	background-color: #ffffff;
	padding: 0px 1px 0px 1px;
	border: solid 1px #520049;
}
.smallDate_purple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	background-color: #520049;
	padding: 1px 2px 1px 2px;
}
.smallDate_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	background-color: #669933;
	padding: 1px 2px 1px 2px;
}


.question {
	width: 100%;
	background-color: #c7e389; 
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6b0963;
	text-decoration: none;
	font-weight: bold;
	line-height: 24px;
}
.question a {
	color: #6b0963; 
	text-decoration: underline;
}

.answer {
	width: 100%;
	background-color: #a6c561; 
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2c3e0f;
	text-decoration: none;
	font-weight: bold;
	line-height: 24px;
}
.answer a {
	color: #2c3e0f; 
	text-decoration: underline;
}

.q {
	background-color: #a6c561; 
	padding: 1px 2px 1px 2px;
	color: #cee993; /*c7e389 405813*/
}

.a {
	background-color: #c7e389; /*c7e389 405813*/
	padding: 1px 2px 1px 2px;
	color: #97b653; /*a6c561*/
}
.a_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	line-height: 16px;
}

.details {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #507512;
	padding: 1px 2px 1px 2px;
	text-decoration: none;
}
.details a {
	text-decoration: none;
}

.details_purple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background-color: #520049;
/*	padding: 2px 2px 2px 2px;*/
	padding: 1px 2px 1px 2px;
	text-decoration: none;
}
.details_purple a {
	text-decoration: none;
}
.details_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background-color: #507512; /*507512 669933 97b653*/
	padding: 1px 3px 1px 3px;
	text-decoration: none;
	/*border: solid 1px #520049;*/
}
.details_green a {
	text-decoration: none;
}
.detailsWrapper {
	position: relative;
	display: inline-block;
}

.breadcrumbs {
	font-size: 11px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}


.calendar_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background-color: #669933; /*507512 669933 97b653*/
	padding: 2px 4px 2px 4px;
	text-decoration: none;
	/*border: solid 1px #520049;*/
}
.calendar_green a {
	text-decoration: none;
}
.calendar_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #507512;
	background-color: #97b653; /*507512 669933 97b653*/
	padding: 2px 4px 2px 4px;
	text-decoration: none;
}
.calendar_white a {
	text-decoration: none;
}
.calendar_purple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background-color: #520049;
	padding: 2px 3px 2px 3px;
	text-decoration: none;
}
.calendar_purple a {
	text-decoration: none;
}

.green_link {
	font-size: 11px;
	color: #669933;
	text-decoration: none;
	font-weight: bold;
	background-color: #e0f1bb; /*e4f4c1*/
	padding:0px 2px 2px 2px;
}
.green_link a {
	color: #629133; /*669933*/
	text-decoration: underline;
}
.hilite_purple {
	background-color:#edd4fa; /*eacef9 e8c4fa e1bdfa*/
}

.subnav {
	font-size: 15px;
	color: #520049;
	line-height: 32px;
	text-decoration: none;
	font-weight: normal;
}
.subnav a {
	text-decoration: underline;
}
.subnav .selected {
	color: #e6ffb6;
	text-decoration: none;
	background-color: #669933;
	padding: 1px 3px 1px 3px;
}
.subnav_purple {
	color: #ffffff;
	background-color: #520049;
	padding-right:2px;
}

.tinyTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4a7023; /* 6b0963 760b6d*/
	text-decoration: none;
	font-weight: bold;
}
.staffTitle {
	color:#444444;
	line-height: 16px;
}


/* forms */
div.row {
  clear: both;
  padding-top: 5px;
}

div.row span.label {
  float: left;
  width: 30%;
  text-align: right;
}

div.row span.formw {
  float: right;
  width: 69%;
  text-align: left;
} 
div.spacer {
  clear: both;
}
.membersOnly,.membersOnly a {
	width: 170px;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #b9d972;
	text-align: left;
	text-decoration: underline;
	font-weight: bold;
}

.membersOnlyTab {
	float: right;
	background: transparent url(../images/membersOnlyTab_trans.png) no-repeat bottom right;
	width: 260px;
	height: 40px;
	text-align: right;
	padding: 0px 14px 0px 0px;
	margin: 3px -20px 0px 0px;
}

.calendarWrapper {
	width: 100%;
}
.calendarBox {
	float:left;
	padding: 18px;
}
.calendarBox a {
	background-color: #CC99FF;
	text-decoration: none;
}

.calendar-month {
	background-color: #7aa31d;
}