/**************************************************************

STYLESHEET CONTENTS
1. HTML Tags
2. Layour Divs
3. Specific formatting
      a. Header
	  b. Footer
	  c. Navigation
      d. CSI
4. General Formatting Classes

***************************************************************/

/********************* HTML Tags ********************/
* { margin: 0px;
	padding: 0px;
	border: 0px;}

html {	}	

body {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color: #333;
	background:url(../images/headGradient.jpg) top left repeat-x;} /* set the default to 10px */

p {	
	color: #606060;
	line-height: 140%;
	font-size: 1.2em;
	margin-bottom: 15px;}
	
a {	
	color: #606060;
	text-decoration: underline;
	font-weight: bold;}

a:hover {	
	text-decoration: none;}

li {
	line-height: 140%;}

h1 {	
	margin: 0 0 10px 0;
	font-size: 2.6em;}
	
h2 { 
	margin: 20px 0 10px 0;
	font-size: 2.1em;}
		
/********************* End HTML Tags *********************/
		
/********************* Layout Divs *********************/

#container {
	width: 995px;
	margin: 0 auto;}
	
#header {
	background:url(../images/headerBG.jpg) top left no-repeat;
	padding: 0 45px;
	height: 304px;}		
	
#footer {	
	background:url(../images/footerBG.jpg) top left no-repeat #FFF;
	clear: both;
	text-align: center;
	padding-top: 50px;
	font-size: 1.1em;}

#content {
	background:url(../images/contentBG.jpg) top left repeat-y;
	padding: 10px 45px;}	

#contentColumn {
	float: left;
	width: 669px;}	

#contentColumn li {	
	line-height: 140%;
	font-size: 1.2em;}
	
#infoColumn {
	float: right;
	width: 205px;
	margin-top: 47px;}				
		
/********************* End Layout Divs *********************/
	
/********************* Specific formatting *********************/

/* -------- Header -------- */

#accessibilityBar {
	float: left;
	margin: 10px 0 0 0;
	font-size: 1.1em;}

#accessibilityBar, #accessibilityBar a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;}
	
#accessibilityBar a:hover {
	text-decoration:underline;}
	
#date {
	float: right;
	margin-right: 0px;
	margin: 10px 0 0 0;
	font-size: 1.3em;
	color: #D8E9F9;
	font-weight: bold;}	

/* -------- End Header -------- */

/* -------- Footer -------- */

#footerLinks {
	color: #ADADAD;}

#footerLinks a {
	color: #ADADAD;
	text-decoration: none;
	font-weight: bold;
	margin: 0 3px;}

#footerLinks a:hover {	
	text-decoration: underline;}

#copyright {
	padding: 20px 0;
	color: #ADADAD;}


/* -------- End Footer -------- */

/* -------- Navigation -------- */

#mainNav{
	padding: 230px 0 0 0;}

#mainNav ul{	}

#mainNav li {	
	display: inline;
	list-style-type: none;
	padding: 10px 0 10px 12px;}

#mainNav li span {	
	padding: 10px 12px 10px 0;} 
	
#mainNav a{
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.3em;}

#mainNav a.last {
	}	

#mainNav a:hover {
	text-decoration:underline;}

#mainNav .mainNavActive a, #mainNav .mainNavActive a:hover{
	text-decoration: none;
	color: #FFF;}

#mainNav .mainNavActive {	
	background:url(../images/mainNavBG_Left.gif) top left no-repeat;}
#mainNav .mainNavActive span {	
	background:url(../images/mainNavBG_Right.gif) top right no-repeat;}

#subNav {
	font-size: 1.2em;}

#subNavTitle {
	background-color: #BE5095;
	display: block;
	line-height:35px;
	padding-left: 11px;}

#subNav li {
	list-style-type: none;
	padding-left: 28px;
	border-bottom: 1px solid #E5E5E5;
	display: block;
	line-height: 316%;}
				
#subNav li a {	
	text-decoration: none;
	display: block;
	font-weight: normal;}

#subNav a:hover {
	font-weight: bold;}
				
#subNav .subNavActive, #subNav .subNavActive a, #subNav .subNavActive a:hover  {
	background-color: #4093DF;
	padding-left: 11px;
	font-weight: bold;
	color: #FFF;}
	

/* -------- End Navigation -------- */


/* -------- Content Column -------- */

#featureContainer {
	background-color: #333;
	position: relative;
	color: #FFF;
	height: 225px;
	overflow: hidden;}

#featureContainer p {	
	color: #FFF;}
	
#featureContainer h3 {	
	font-size: 1.9em;
	margin-bottom: 15px;}

.feature {
	clear: both;}

.feature img {
	float: left;}
	
.feature a {
	color: #FFF;}

.featText {
	float: right;
	width: 300px;
	padding: 10px 20px;}

#featureNav {
	position: absolute;
	bottom: 15px;
	right: 12px;}

#featureNav li {
	float: left;
	width: 15px;
	height: 15px;
	overflow: hidden;
	padding-top: 20px;
	margin-left: 7px;}

#featureNav li a {
	background-color: #4094DF;
	color: #4094DF;}

#featureNav a.activeSlide, #featureNav a:hover { 
	background: #FFF; 
	color: #FFF; }
	
#featureNav a:focus { 
	outline: none; }

ul.boxList li {
	float: left;
	width: 160px;
	list-style-type: none;
	margin-right: 9px;}

ul.boxList li p {
	font-size: 1em;}

ul.boxList li.last {	
	margin-right: 0;}
	
ul.boxList li.alt {	
	}
	
ul.boxList li.alt h3 {	
	color: #BE5095;}
	
ul.boxList li h3 {	
	font-size: 1.25em;
	color: #4094DF;
	padding: 10px 0 10px 3px;}
	
ul.boxList li p {	
	font-size: 0.91666em;	
	padding-left: 3px;}
	
/* -------- End Content Column -------- */

/* -------- Info Column -------- */

#volunteer {
	margin: 40px 0 0 0;}

#signupForm {
	background: url(../images/talkToUs.gif) top left no-repeat #333;
	padding: 55px 16px 16px 16px;
	margin: 15px 0 0 0;
	font-size: 1.2em;}

#signupForm .label {	
	color: #FFF;
	margin: 10px 0 5px 0;
	display: block;}
	
#signupForm .text {	
	width: 167px;
	padding: 3px;}

.btnSignup {	
	overflow: hidden;	
	cursor: pointer; /* hand-shaped cursor */
	background:transparent url(../images/btnSignup.gif) top left no-repeat;
	width: 71px;
	height: 21px;
	margin-top: 10px;
	padding-top: 21px;
	float: right;}	
	
/* -------- End Info Column -------- */

/* -------- CSI -------- */

#csi {
    background: url(../images/csi-bg.png?v=1) 0 0 no-repeat;
    margin-top: -25px;}
#csi p.full {
    width: 570px;}

#csiContentColumn 
{
    min-height: 1000px;
    _height: 1000px;
    padding-bottom: 30px;
    width: 570px;
    float: left;
    padding: 180px 0 30px;
    margin-left: 68px;}
    
#csiContentColumn p {
    width: 340px;}

#csiInfoColumn {
    width: 223px;
    float: left;
    margin-left: 25px;
    padding-top: 67px;}
    
#csiSubNav li {
    list-style-type: none;
    line-height: 34px;
    padding-left: 30px;
    background: url(../images/csi-nav-line.gif) 18px bottom no-repeat;}         
#csiSubNav li.no-line {
    background: none;}    
#csiSubNav li.active {
    background: url(../images/csi-nav-bg.png) 0 0 no-repeat;}    
    
#csiSubNav li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;}    
    
#csiSubNav li.active a, #csiSubNav li a:hover {
    color: #000;
    font-weight: bold;} 


/* -------- End CSI -------- */

/********************* End Specific formatting *********************/

/********************* General Formatting *********************/


.flRightImg {	float:right;
				margin: 5px;
				padding:2px;				
				border: 1px solid #CCC;}			

.flLeftImg {	float:right;
				margin: 5px;
				padding:2px;				
				border: 1px solid #CCC;}	
				
.left {        float: left;}										
.right {        float: right;}										

/********************* End General Formatting *********************/

/********************* Clearing Div Fixes *********************/

.clearfix:after, #footer:after, #content:after, #featureContainer:after, #csi:after { 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0; } 

.clearfix, #footer, #content, #featureContainer, #csi { 
	display: inline-block; } 

html[xmlns] .clearfix, html[xmlns] #footer, html[xmlns] #content, html[xmlns] #featureContainer, html[xmlns] #csi { 
	display: block; } 

* html .clearfix, * html #footer, * html #content, * html #featureContainer, * html #csi { height: 1%; }

/********************* End Clearing Div Fixes *********************/

