@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}

#container {
	width: 1070px;
	min-height: 768px;
	background-image: url(../images/container_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 auto 0 auto;
	padding: 0;
}

#bodyConatiner {
	position: relative;
	top: 162px;
	width: 860px;
	min-height: 100%;;
	margin: 0 auto 0 auto;
	padding: 20px 20px 0 20px;
	background-color: #ffffff;
}

#footer {
	position: relative;
	top: 162px;
	width: 100%;
	height: 46px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
}

#leftPanel {
	position: relative;
	width: 520px;
	min-height: 100%;
	height: 100%;
	background-image: url(../images/left_panel_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 10px 0 0;
	padding: 30px 20px 10px 20px;
	float: left;
}

#leftPanel p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #666666;
	margin: 0;
	padding: 0;
}

#bulletList ul {
	margin: 13px 0 13px 30px;
	padding: 0;
}

#bulletList ul li {
	list-style: url(../images/bullet.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #666666;
}
	
#rightPanel {
	position: relative;
	width: 240px;
	min-height: 300px;
	background-image: url(../images/right_panel_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 0 0 10px;
	padding: 30px 20px 10px 20px;
	float: left;
}

#rightPanel p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #666666;
	margin: 0;
	padding: 0;
}

.floatLeft {
	float: left;
}
	
#navBar {
	position: relative;
	width: 813px;
	height: 52px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0 23px 0 24px;
}	

#homeBox {
	position: relative;
	width: 860px;
	height: 257px;
	background-image: url(../images/home_box.jpg);
	margin: 0 0 20px 0;
	padding: 0;
}

#aboutBox {
	position: relative;
	width: 860px;
	height: 257px;
	background-image: url(../images/about_box.jpg);
	margin: 0 0 20px 0;
	padding: 0;
}

#volunteerBox {
	position: relative;
	width: 860px;
	height: 257px;
	background-image: url(../images/volunteer_box.jpg);
	margin: 0 0 20px 0;
	padding: 0;
}

#boxButtons {
	position: relative;
	top: 180px;
	left: 390px;
	width: 420px;
	height: 45px;
	margin: 0;
	padding: 0;
}

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #666666;
	margin: 0;
	padding: 0;
}

.polAdv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 16px;
	border-top: solid 1px #dddddd;
	padding-top: 5px;
	width: 100%;
}

#newsSection {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #666666;
	margin: 20px 0 5px 0;
	padding: 0 0 10px 0;
}

#newsSection a {
	color: #2373a8;
	text-decoration: none;
}

#newsSection ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#newsSection li {
	list-style: none;
	margin: 0;
	padding: 5px 0 8px 0;
	display: block;
}

#newsSection h1 {
	font-size: 16px;
	color: #be1212;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#newsSection h1 a {
	color: #be1212;
	text-decoration: none;
}

#newsSection em {
	font-size: 11px;
	color: #2373a8;
	font-style: normal;
}

#newsSection span {
	color: #bbbbbb;
	font-style: italic;
}

#newsSection h2 {
	font-size: 21px;
	line-height: 22px;
	color: #be1212;
	font-style: normal;
	margin: 0 0 15px 0;
	padding: 0;
}

#pressSection {
	margin: 20px 0 5px 0;
	padding: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #666666;
}

#pressSection a {
	color: #2373a8;
	text-decoration: none;
}

#pressSection ul {
	margin: 0;
	padding: 0;
}

#pressSection ul li {
	list-style: none;
	margin: 0;
	padding: 5px 0 8px 0;
}

#pressSection ul li ul {
	margin: 15px 0 15px 30px;
	padding: 0;
}

#pressSection ul li ul li {
	list-style: url(../images/bullet.png);
	margin: 0;
	padding: 0;
}

#pressSection h1 {
	font-size: 16px;
	color: #2373a8;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#pressSection h1 a {
	color: #be1212;
	text-decoration: none;
}

#pressSection em {
	font-size: 11px;
	color: #be1212;
	font-style: normal;
}

#pressSection span {
	color: #bbbbbb;
	font-style: italic;
}

#pressSection h2 {
	font-size: 21px;
	line-height: 22px;
	color: #2373a8;
	font-style: normal;
	margin: 0 0 15px 0;
	padding: 0;
}

#pressSection h3 {
	font-size: 14px;
	color: #2373a8;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#pressSection h4 {
	font-size: 18px;
	color: #2373a8;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#pressSection h5 {
	font-size: 14px;
	color: #999999;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.redText {
	color: #be1212;
}

.bodyTextLink {
	color: #2373a8;
}

.bodyTextLink a:link {
	color: #2373a8;
	text-decoration: none;
}

.bodyTextLink a:hover {
	color: #2373a8;
	text-decoration: none;
}

.bodyTextLink a:visited {
	color: #2373a8;
	text-decoration: none;
}

#sectionNavBox {
	width: 100%;
	border: 1px solid #dddddd;
	height: 19px;
	padding: 5px;
	margin-bottom: 10px;
}

#sectionNavBox a {
	color: #be1212;
}

/***** Navigation *****/

#home {
	position: relative;
	left: 1px;
	height: 52px;
	width: 115px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../images/home.jpg) bottom left no-repeat;
	display: block;
	float: left;
}

#home:hover {
	background-position: top left;
}

#homeTwo {
	position: relative;
	left: 1px;
	height: 52px;
	width: 115px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../images/home2.jpg) bottom left no-repeat;
	display: block;
	float: left;
}

#about {
	position: relative;
	left: 2px;
	height: 52px;
	width: 115px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../images/about.jpg) bottom left no-repeat;
	display: block;
	float: left;
}

#about:hover {
	background-position: top left;
}

#aboutTwo {
	position: relative;
	left: 2px;
	height: 52px;
	width: 115px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../images/about2.jpg) bottom left no-repeat;
	display: block;
	float: left;
}

#volunteer {
	position: relative;
	left: 3px;
	height: 52px;
	width: 115px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../images/volunteer.jpg) bottom left no-repeat;
	display: block;
	float: left;
}

#volunteer:hover {
	background-position: top left;
}

#volunteerTwo {
	position: relative;
	left: 3px;
	height: 52px;
	width: 115px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../images/volunteer2.jpg) bottom left no-repeat;
	display: block;
	float: left;
}

#contribute {
	position: relative;
	left: 4px;
	height: 52px;
	width: 115px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../images/contribute.jpg) bottom left no-repeat;
	display: block;
	float: left;
}

#contribute:hover {
	background-position: top left;
}

#news {
	position: relative;
	left: 5px;
	height: 52px;
	width: 115px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../images/news.jpg) bottom left no-repeat;
	display: block;
	float: left;
}

#news:hover {
	background-position: top left;
}

#newsTwo {
	position: relative;
	left: 5px;
	height: 52px;
	width: 115px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../images/news2.jpg) bottom left no-repeat;
	display: block;
	float: left;
}

#multimedia {
	position: relative;
	left: 6px;
	height: 52px;
	width: 115px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../images/multimedia.jpg) bottom left no-repeat;
	display: block;
	float: left;
}

#multimedia:hover {
	background-position: top left;
}

#multimediaTwo {
	position: relative;
	left: 6px;
	height: 52px;
	width: 115px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../images/multimedia2.jpg) bottom left no-repeat;
	display: block;
	float: left;
}

#contact {
	position: relative;
	left: 7px;
	height: 52px;
	width: 115px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../images/contact.jpg) bottom left no-repeat;
	display: block;
	float: left;
}

#contact:hover {
	background-position: top left;
}

#contactTwo {
	position: relative;
	left: 7px;
	height: 52px;
	width: 115px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../images/contact2.jpg) bottom left no-repeat;
	display: block;
	float: left;
}

/***** End *****/

/***************** Forms *****************/

#signup table {   
	/*background-color: #5a4122;  */ 
	width: 330px;   
	/*border: 1px solid #c2aa8d;  */
	border-collapse: collapse;  
	margin: 30px 0 20px 0;  
}   
  
#signup td {   
	/*border: 1px solid #D7E5F2;*/   
	padding: 3px 9px 3px 9px; 
	height: 24px;  
}

.smalllabelcell {    
	font: 11px Arial, Helvetica, sans-serif;    
	background-color: transparent;    
	color: #666666;    
	width: 130px;    
}    
   
.smallfieldcell {    
	/*background-color: #F2F7FB;*/    
	color: #c2aa8d;    
	text-align: right;       
}

.smallfieldcell input {    
	width: 192px;
	height: 21px;    
	font: 11px Arial, Helvetica, sans-serif;    
	background-color: #333333;
	background-image: url(../images/input_bg.png);
	background-repeat: repeat-x;    
	color: #102132;    
	border: 1px solid #999999;   
	padding-left: 4px;
	padding-right: 4px;
}  

.smallfieldcell textarea {    
	width: 192px;    
	font: 11px Arial, Helvetica, sans-serif;    
	background-color: #ffffff;
	background-image: url(../images/input_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;  
	color: #102132;    
	border: 1px solid #999999;   
	padding: 4px;
	margin: 0;
} 

.smallfieldcelltext {    
	/*background-color: #F2F7FB;*/    
	color: #666666;    
	text-align: left; 
	font: 11px Arial, Helvetica, sans-serif;          
}  
   
#button {    
	
	padding: 0px 9px 0px 9px;
	margin: 0;    
}

/***************** End *****************/
