body {
	margin: 0;
	background-color: #CDDBE0;
	background-image: url(../images/backgrounds/body.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	border: none;
	font-family: Verdana, sans-serif;
	font-size: 68.5%;
	color: #2F3F4B;
}
.holder {
	width: 800px;
	background: #fff;
	margin: 10px auto 25px;
	border: solid 1px #777;
	min-height: 600px;
}

.logo {
	width: 185px;
	height: 150px;
	background: #fff;
	float: left;
}

.banner {
	width: 613px;
	height: 150px;
	float: right;
	border-left: solid 2px #fff;
	/*border-bottom: solid 3px #c5e3f6;*/
}

a, a:visited {
	color: #2F3F4B;
	text-decoration: none;
}
a:hover, a:hover:visited {
	color: #2F3F4B;
	text-decoration: underline;
}
img {
	margin: 0;
	padding: 0;
	border: none;
}


/* CUSTOM STYLES */

.intro {
	border-bottom: dashed 1px #E9A02D;
	padding-bottom: 30px !important;
	font-weight: bold;
}
.bold {
	font-weight: bold !important;
}
.noborder {
	border: none !important;
}
.alignright {
	float: right;
}

a.important_link,
a:visited.important_link {
	font-size: 13px;
	color:  #E9A02D;
	font-weight: bold;
	text-decoration: none;
	margin-left: 5px;
}
a:hover.important_link,
a:hover:visited.important_link {
	text-decoration: underline;
}
.phoneNumber {white-space: nowrap; }
ul.charityLogos {display: block;float: left;clear:both;margin:-10px 0 0 ;padding:0 20px;}
ul.charityLogos li {width: 177px;height:100px;float:left;list-style: none;margin: 0;padding: 0;text-align: left;}



ul.bulletPontsTicks {
  display: block;
  list-style: none;
  margin-bottom: 17px;
  }
ul.bulletPontsTicks li {
  margin-bottom: .5em;
  padding-left: 22px;
  background: url(../images/backgrounds/bulletPointTick.gif) 0 0 no-repeat;
  }
 
 
.tabbedRows {
	margin: 0 0 20px;
	padding: 2px 3px 3px;
	border-top:3px solid #c5e3f6;
	}
.tabbedRows li {
	border-bottom:1px solid #c5e3f6;
	list-style-position: inside;
	padding: 4px 0 5px;
	padding-left: 7px;
	font-size: 1.1em;
	color: #005dac;
	}
  

.actionButton {text-align: center; } 
.solidBck {
  background: #e2f4fd;
  padding:25px 10px 20px;
  margin-top: 0;
  text-align: center;
	border-top: solid 3px #c5e3f6;
  }

/* Tables */

.wTable {width: 100%;}
.wTable th {
	width: 100px;
	background: #e2f4fd;
	padding:2px 10px 5px;
	border-top: solid 3px #c5e3f6;
	border-bottom: solid 1px #c5e3f6;
	text-align: left;
}
.wTable td {border-bottom: solid 1px #c5e3f6;padding:4px 10px 5px;}

/* NAVIGATION */
.mainMenu {
	background: #e2f4fd;
	display: block;
	float: left;
	width: 800px;

	}
.top_nav {
	display: block;
	width: 615px;
	float: right;
	clear: both;
	margin: 0 !important;
	padding: 0 !important;
}
.top_nav li {
	border-left: solid 2px #fff;
	list-style: none;
	display: inline;
	padding: 11px 5px 5px !important;
	margin: 0 !important;
	text-align: center;
	font-size: 9px;
	width: 75px;
	white-space: nowrap;
	float: left;
	font-weight: bold;
}
.top_nav li#contact {
	border-right: none;
	border-left: solid 2px #fff;
	float: right;
}
.top_nav li.selected {
	background-color: #005dac;
	color: #fff;
}
.top_nav li a,
.top_nav li a:visited {
	color: #35434D;
	text-decoration: none;
}
.top_nav li a:hover,
.top_nav li a:visited:hover {
	text-decoration: none;
	color: #005dac;
}
.top_nav li.selected a,
.top_nav li.selected a:visited {
	color: #000;
}



/* PAGE CONTENT */

.content_holder {
	margin: 0;
	padding: 0;
	background: #e2f4fd;
	float: left;
	display: block;
}



/* Sidebar + Quotes */

.sideBar {
	margin:0;
	padding: 0;
	float: left;
	display: block;
}
.quotation {
	padding:15px 10px 15px 20px;
  background: #e2f4fd url(../images/backgrounds/quotesBck.gif) 5px 10px no-repeat;
	color: #005dab;
	font-size: 14px;
	
}
.sideBar .quotation {
	width:155px;
	
}
.quotation p.quote {
  background: url(../images/backgrounds/quotesBck.gif) bottom right no-repeat;
	padding-bottom:0;
}
.quotation p.credits,p.credits {
	margin: 0 0 0 -3px;
	border-top: solid 1px #c5e3f6;
	font-size: 11px;
	padding:3px 8px 10px 10px;
	color: #6e9bc0;
}

/* MAIN COPY */

.main_copy .quotation p.quote {padding-top:20px; font-size: 12px !important;}
.main_copy {
	margin: 0;
	padding: 30px 20px 15px;
	float: right;
	display:block;
	width: 575px;
	color: #2F3F4B;
	min-height: 360px;
	_height: 360px;
	background: #fff;
}
.main_copy p {
	margin: 0 0 10px;
	padding: 0;
	line-height: 145%;
	font-size: 1.1em;
	_font-size: 12px;
}
.main_copy a, a:hover { 
	color:#005DAC;
}
	


.main_copy h1,.main_copy h3 {color: #005dac;font-size: 1.2em;}

.main_copy .alignLeft {float:left;display: block;/*width:280px;*/}
.main_copy .alignRight {float:right;display: block;/*width:280px;*/}
.main_copy .clearAll,.main_copy .clear {clear:both;}

.main_copy .column {
  width:280px;
  }

/* FOOTER */

.footer {
	display: block;
	margin: 0;
	padding: 0 0 2px;
	width: 800px;
	height:245px;
	float: left;
	color:#777c89;
	background: #fff url(../images/backgrounds/crowdBck.gif) left top no-repeat;
}

.footerContent {
  margin-top: 213px;
	border-top: solid 5px /*#005dac*/ #c5e3f6;
	display: block;
	}

.footer p {
	margin: 0;
	padding: 7px 10px 7px;
	font-size: 11px;
	float: right;
}
	
.footer ul {
	display: block;
	margin: 0;
	padding: 0;
	background: #fff;
	float: left;
}
.footer li {
	display: inline;
	float: left;
	list-style: none;
	margin: 0;
	padding: 7px 6px 5px 7px;
	font-size: 10px;
}
.footer li.selected {
	font-weight: bold;
}
.footer li a,
.footer li a:visited {
	color: #777c89;
	text-decoration: none;
}
.footer li a:hover,
.footer li a:hover:visited {
	color:#999;
	text-decoration: underline;
}
