/* ******************************
/* GLOBAL BASELINE
/* ****************************** */
* {
	margin: 0;
	padding: 0;
	border-width: 0;
	}
a {
	outline: 0;
	color: #000;
	text-decoration: none;
	}
a:hover {
	color: #868686;
	}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ******************************
/* PAGE ELEMENTS
/* ****************************** */
html {
	height: 100%;
	}
body {
	font: 0.8em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.22em;
	min-width: 853px;
	margin-bottom: 20px;
	color: #000;
	text-align: center;
	background: #B6B6B6 url(../img/bkgrnd_fullHeader.jpg) repeat-x;
	}
#page {
	background: url(../img/bkgrnd_pageLayout.gif) repeat-y;
	width: 853px;
	margin: 0 auto;
	text-align: left;
	}
#page_home {
	background: url(../img/bkgrnd_pageLayout_noSubnav.gif) repeat-y;
	width: 853px;
	margin: 0 auto;
	text-align: left;
	}

/* ******************************
/* HEADER & FOOTER ELEMENTS 
/* ****************************** */
#header_images {
	height: 111px;
	width: 853px;
	}
#header_images h1#logo a {
	background: url(../img/bkgrnd_header_websiteLogo.gif) no-repeat;
	float: left;
	overflow: hidden;
	height: 111px;
	width: 303px;
	text-indent: -99999px;
	font-size: 1px;
	}
#header_images h1#image {
	background: url(../img/bkgrnd_header_images.jpg) no-repeat;
	float: right;
	overflow: hidden;
	height: 111px;
	width: 550px;
	text-indent: -99999px;
	font-size: 1px;
	}
#header_mainnav-bottom {
	background: url(../img/mainnav_dropShadow.gif) no-repeat;
	height: 8px; 
	width: 853px;
	width: 853px;
	padding: 0;
	}
#header_mainnav-bottom_noSubnav {
	background: url(../img/mainnav_dropShadow_noSubnav.gif) no-repeat; /* different mainnav element */
	height: 8px; 
	width: 853px;
	padding: 0;
	}
#footer {
	margin: 0 auto;
	height: 50px;
	width: 853px;
	padding-top: 30px;
	background: url(../img/bkgrnd_footer.gif) no-repeat;
	font: 9pt "Trebuchet MS", Verdana,Arial,Helvetica,sans-serif;
	color: #535353;
	line-height: 0.95em;
	text-align: center;
	}
#footer a {
	color: #535353;
	}
#footer a:hover {
	color: #535353;
	}
#singleColumnContainer {
  width: 709px;
	margin: 26px 72px 0 72px;
	padding-bottom: 16px;
	}
#forumsContainer {
  width: 761px;
	margin: 8px 46px 0 46px;
	padding-bottom: 16px;
	}
#forumsContainer td {
	padding: 2px 4px;
	}

/* ****************************************
/* CONTAINER ELEMENTS (HOME PAGE SPECIFIC)
/* **************************************** */
#homeContainer {
  overflow: hidden;
  width: 100%;
	}
#homeContent {
  width: 653px;
  margin: 32px -200px 10px 0;
  float: left;
	}
#homeContent .copy { 
	padding: 0 12px 0 72px;
	line-height: 1.24em;
	}
#homeContent .copy p { 
	padding-bottom: 1.36em; 
	}
#homeBucketRail {
	border-left: 2px dotted #000;
  width: 164px;
  float: right;
	margin: 26px 0;
	padding: 0 26px 0 8px;
	font-size: 8pt;
	line-height: 1em;
	text-align: center;
	}
#homeBucketRail p {
  width: 100%;
	text-align: left;
	padding: 0;
	}
#homeBucketRail hr {
  width: 70%;
	border-bottom: 2px dotted #000;
	margin: 12px 0 12px 22px;
	border-color: #868686;
	}
#homeContainer_close {
	clear: both;
	}

/* ******************************************
/* PAGE & SUBNAV SPECIFIC CONTAINER ELEMENTS
/* ****************************************** */
#contentContainer {
	background: url(../img/bkgrnd_subNavBar_bottom.jpg) bottom left no-repeat;
  overflow: hidden;
  width: 100%;
	}
#contentBody {
  width: 693px;
  margin: 0 0 10px -160px;
	float: right;
	}
#contentBody ul#crumbList {
	margin: 3px 0 0 8px;
	padding: 0;
	font-size: 10px;
	line-height: 1em;
	list-style: none;
	}
	
#contentBody ul#crumbList li {
	display: inline;
	margin: 0;
	}

#contentBody ul#crumbList li {text-decoration: none;}

#contentBody .copy { 
	padding: 20px 28px 0 16px;
	line-height: 1.2em;
	}
.copy p {
	padding: 0.7em 0;
	}
.copy ul {
	margin-left: 28px;
	}
.copy ul#noListItem {
	list-style-type: none;
	}
#contentSubnav {
  float: left;
  width: 126px;
	padding: 14px 4px 0 30px;
	color: #fff;
	}
#contentSubnav ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	padding-top: 16px;
	font: 8pt "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}
#contentSubnav li {
	padding: 4px 0;
	}
#contentSubnav a {
	color: #ED1C24;
	}
#contentSubnav a:hover {
	color: #868686;
	}
#contentContainer_close {
	clear: both;
	}
#boldTxt {
	font-weight: bold;
	}
h2, h3 {
	color: #FF00FF;
	padding-bottom: 0.5em;
	}

/* ******************************************
/* FORM ELEMENTS
/* ****************************************** */
form {
	margin: 0;
	padding: 0;
	}
form #instructions {
	font: 9pt/1.3em Verdana,Arial,Helvetica,sans-serif;
	border: 1px solid #98BE10;
	background-color: #F6FEDA;
	padding: 6px 8px;
	margin: 4px 0 14px 0;
	}
form #requiredTxt {
	font: bold 10pt/80% "Trebuchet MS", Verdana,Arial,Helvetica,sans-serif;
	color: #ED1C24;
	}
form #leftItems {
	float: left;
	width: 308px;
	padding: 0;
	}
form #rightItems {
	float: right;
	width: 310px;
	padding: 0;
	margin-right: 2px;
	}
#formElements {
	width: 292px; 
	border: 1px solid #909090;
	border-left-width: 4px;
	margin: 12px 12px 12px 0; 
	padding: 6px 8px 10px;
	}
#formElements input,select,textarea {
	font: 9pt Verdana, Helvetica, Arial, sans-serif;
	}
#formElements legend {
	font-weight: bold;
	padding: 1px 4px 2px;
	margin: 0;
	}
#formElements legend.formLegend {
	border: 1px solid #909090;
	border-left-width: 4px;
	}
#formElements p {
	line-height: 1.4em;
	margin: 0;
	padding: 4px 0 0 0;	
	}
#formElements #floatContainer {
	line-height: 1.4em; 
	margin: 0;
	padding-top: 4px;
	}
#formElements .txtField {
  border: 1px solid #E0E0E0;
	}
#formElements .selectBox {
  border: 1px solid #E0E0E0;
	}
#formElements .multiSelectBox {
	border: 1px solid #CCC;
	margin: 6px 0 6px 18px; 
	}
#formElements .multiSelectGroup {
	font-weight: bold;
	padding: 4px 0 0 2px;
	}
#formElements .multiSelectItem {
	padding-left: 10px;
	}
#formElements .hint {
	font: 8pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #15405E;
	}
.submitBtn {
	font: 8pt Verdana, Helvetica, Arial, sans-serif;
	border: 1px solid #666;
	background-color: #DCDDDE;
	padding: 1px 2px;
	cursor: hand;
	}
.submitBtn:hover {
	font: 8pt Verdana, Helvetica, Arial, sans-serif;
	border: 1px solid #FFF;
	background-color: #C00;
	color: #FFF;
	}
.resetBtn {
	width: 34px;
	font: 10pt Verdana, Helvetica, Arial, sans-serif;
	border: 1px solid #DCDDDE;
	background-color: #C00;
	padding: 2px 6px 2px;
	}
.resetBtn a {
	color: #FFF;
	}
.resetBtn:hover {
	width: 34px;
	font: 10pt Verdana, Helvetica, Arial, sans-serif;
	border: 1px solid #666;
	background-color: #DCDDDE;
	color: #000;
	cursor: hand;
	}
.resetBtn a:hover {
	color: #000;
	}

/* ******************************************
/* CONTAINER ELEMENTS (3 COLUMN SPECIFIC)
/* ****************************************** */
.container_3col {
  overflow: hidden;
  width: 100%;
	}
.body_3col {
  float: left;
  width: 517px;
  margin: 20px -150px 0 16px;
	border-right: 2px dotted #000;
	padding-right: 8px;
	line-height: 1.2em;
	}
.rightBucketRail_3col {
  width: 114px;
  float: right;
	padding: 20px 28px 0 8px;
	font-size: 8pt;
	line-height: 1em;
	}

/* ******************************************
/* ALERT BOX
/* ****************************************** */
#alertBoxShell {
	width: 642px;
	text-align: center;
	margin: 16px 0;
	}
#alertBoxSuccess {
	min-height: 80px;
	margin: 0 auto;
	border-top: 2px solid #A0CF77;
	border-bottom: 2px solid #A0CF77;
	background-color: #D9FFB2;
	}
#alertBoxFailure {
	min-height: 80px;
	margin: 0 auto;
	border-top: 2px solid #D48551;
	border-bottom: 2px solid #D48551;
	background-color: #FFD0B1;
	}
#alertBoxShell img {
	float: left;
	padding: 14px 12px 18px;
	}
#alertBoxShell .message {
	padding: 8px 0;
	text-align: left;
	margin-left: 72px;
	}
#alertBoxShell .message p {
	padding: 4px 8px 4px 0;
	}
#alertBoxShell .message ol {
	list-style-type: decimal;
	margin: 0 8px 6px 24px;
	line-height: 1.0625em;
	}
#alertBoxShell .message ol li {
	padding-top: 8px;
	}