
* {
	margin: 0; padding: 0;
}
body {
	font-family: helvetica, tahoma, arial, verdana;
	font-size: 10pt;
	line-height: 12pt;
	color: #333333;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #f7f8f7;
}
img {
	border-style: none;
	margin: 0;
	padding: 0;
}
h1, h2, h3 {
	
	line-height: 140%;
	clear: both;
}
h1 { color: #008ed3; font-size: 140%; }
h2 { color: #231f20; font-size: 130%; }
h3 { color: #231f20; font-size: 120%; }
.maintext { color: #008ed3; }

/* Page Blocks Style - Begin */
#wrapper-header, #headerb, #headermenu, #wrapper-body, #wrapper-footer {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}


#headerb {
	/* background: transparent url('/images/hdrbbg.png') repeat-y top center; */
	/* background: #999999; */
}
#headermenu {
	
}
#wrapper-footer {
	background: transparent url('/images/fterbg.gif') repeat-y top center;
}
/* Page Blocks Style - End */

/* Header Styles - Begin */
#headera, #headerbinner, #headermenuinner {
	margin: 0 auto;
	padding: 0;
	width: 800px;
}
#headera, #headerbinner {
	line-height: 50%;
}

#headermenuinner {
	background: #a3d2e9;
}
/* Header Styles - End */

/* Menu Styles - Begin */
#menu-top {
	font-family: helvetica, arial, verdana;
	font-weight: bold;
	font-size: 8pt;
	line-height: 12pt;
	color: #636467;
	height: 35px;
}
#menu-top ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
#menu-top li {
	border-right: 1px solid #f7f7d0;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}
#menu-top a {
	color: #636467;
	text-decoration: none;
}
#menu-top a span {
	margin: 0;
	padding: 0;
	display: block;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
	text-align: center;
	width: 68px;
	height: 35px;
}
#menu-top a:hover, #menu-top a:hover span, #menu-top a .menuselected { background-color: #ffffff; }
/* Menu Styles - End */

/* Left Nav Styles - Begin */
#menu-left {
	font-family: helvetica, arial, verdana;
	font-weight: bold;
	font-size: 8pt;
	line-height: 20pt;
	color: #008ed3;
	height: 25px;
}
#menu-left ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}
#menu-left li {
	display: inline;
	float: right;
	margin: 0px 0px 0px -20px;
	padding: 0px 0px 0px 0px;
}
#menu-left a {
	color: #008ed3;
	text-decoration: none;
}
#menu-left a span {
	margin: 0;
	padding: 0;
	display: block;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
	text-align: right;
	width: 115px;
	height: 25px;
}
#menu-left a:hover, #menu-left a:hover span, #menu-left a .menuselected { color: #ffffff; background-color: #008ed3; }
/* Left Nav Styles - End */

/* Content Styles - Begin */
#content {
	overflow: hidden; /* no idea why this works, but it fixes a FF problem */
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 800px;
	background: #ffffff;
	color: #636467;
	text-align: left;

}
#content p {
  margin: 0px 0px 10px 0px;
  clear: both;
  
}
#content ul {
  margin: 0px 0px 10px 10px;
  clear: both;
}
#content-main {
	float: left;
	display: block;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	background: #ffffff;
	color: #636467;
	text-align: left;

 
}
#content-right {
	float: right;
	display: block;
	margin: 20px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 130px;
	color: #636467;
	text-align: left;
	
}
#content-left {
	clear: right;
	float: left;
	display: block;
  
	margin: 20px 0 0 0;
	padding: 0;
	width: 115px;
	background: #c0dfed;
	color: #008ed3;
	text-align: left;
}

#callout_summary {
  margin: 5px 0px 20px 0px;
  border: 1px solid gray;
}
#callout_summary th {
  font-size: 14pt;
	line-height: 16pt;
	color: #c0dfed;
	padding: 0px 0px 0px 10px;
	border: none;
}
#donation_box {
  background: #c0dfed;
  border: 1px solid black;
}
#callout_summary td {
  text-align: center;
}
#callouts {
  
}

.rbox {
	width: 130px;
	margin: 0;
	padding: 0;
	background: transparent url('/images/boxshadow.png') repeat-y top left;
}
.content_wide {
  width: 600px; 
  padding: 0 0 0 35px;
  
}

.content_narrow {
  width: 663px;
  padding: 0px 0px 0px 20px;
  margin: 0px 0px 0px 0px;
  }
.content_narrow p {
  
  padding: 0px 20px 0px 0px;

}
  
.rboxtop {
	width: 130px;
	margin: 0;
	padding: 0;
	
}

.rboxbottom {
	width: 130px;
	margin: 0;
	padding: 0;
}
.rboxtext {
	padding: 2px 0 0 12px;
	width: 110px;
	background: transparent;
	line-height: 120%;
	text-align: left;
}
.rboxmore {
	width: 130px;
	margin: 0;
	line-height: 10%;
	padding: 0px 0 0 0;
}
/* Content Styles - End */

/* Footer Styles - Begin */
#footer {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	background: #626366;
	color: #cdcdce;
}
#menu-footer {
	font-family: helvetica, arial, verdana;
	font-weight: bold;
	font-size: 8pt;
	line-height: 12pt;
	color: #bbbdbf;
	height: 35px;
}
#menu-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
#menu-footer li {
	border-right: 1px solid #cdcdce;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}
#menu-footer a {
	color: #bbbdbf;
	text-decoration: none;
}
#menu-footer a span {
	margin: 0;
	padding: 0;
	display: block;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
	text-align: center;
	width: 60px;
	height: 35px;
}

#copyright {
	font-size:10px;
}
#menu-footer a:hover, #menu-footer a:hover span { color: #636467; background-color: #ffffff; }
/* Footer Styles - End */

div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  
  float: left;
  width: 105px;
  text-align: right;
  }
  div.row span.wide_label {
  
  float: left;
  width: 250px;
  text-align: right;
  }

div.row span.formw {
  
  float: right;
  width: 375px;
  text-align: left;
  margin-left: 5px;
  } 

div.row span.wide_formw {
  
  float: right;
  width: 225px;
  text-align: left;
  margin-left: 5px;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}
#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
  margin: 10px 0px 0px 0px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
  margin: 0px 0px 0px 20px;
} 

#headlines h1 {
  background-color: #D4ECFB;
  width:560px;
  margin: 0px 25px 10px 25px;
  padding: 0px 0px 0px 10px;
  
}

#headlines h2 {
  color: #666666;
  font-size: 90%;
  width: 540px;
  margin: 0px 25px 10px 25px;
  padding: 0px 0px 0px 10px;
  
}

#headlines p {
  margin: 0px 25px 10px 25px;
  padding: 0px 0px 0px 10px;
  width: 550px;
}

#left_col {
  background:#a3d2e9;
  float:left;
  width:285px;
}  


#left_col h1  {
  margin: 5px 10px 5px 10px;
}

#left_col h2  {
  font-size: 90%;
  margin: 5px 10px 5px 10px;
}

#left_col p {
  font-size: 90%;
  margin: 5px 10px 5px 10px;
}



#right_col {
  background:#D4ECFB;
  
  float:right;
  width:285px;  
}

#right_col h1  {
  margin: 5px 10px 5px 10px;
}

#right_col h2  {
  font-size: 90%;
  margin: 5px 10px 5px 10px;
}

#right_col p {
  font-size: 90%;
  margin: 5px 10px 5px 10px;
}

#bottom_wrap {
		background:#D4ECFB;
		
		width:570px;
    margin: 0px 25px 10px 25px;
    
}
	
#col_footer {
    background:#cc9;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    clear:both;
}
.ListTitle {
	color: #244;
	font-weight: bold;
	font-size: larger;	
}
.ListLine0 {
	background-color: #e0f8f8;	
}

.ListLine1 {
	background-color: #f8b0f8;	
}

#wrap {
		background:#c0dfee;
		margin:0 auto;
		width:800px;
	}
	
#l2_footer {
    background:#cc9;
    clear:both;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
    clear: none;
   
}
img.floatRight { 
    float: right; 
    margin: 4px; 
    clear: none;
}

.offer {
	display: block;
	display: block;
	margin: 10px 0px 10px 0px;
}

.banner_offer {
	margin: 0px;
	width: 150px;
	height: 60px;
	display: inline;
	
}
.offer_text {
	margin: 0px 0px 0px 10px;
	width: 300px;
	display: inline;
	vertical-align: top;
}

.offer_text p {
	width: 300px;
	display: inline;
}

#footer_bar{
}
