@charset "utf-8";
/* CSS Document */

/* global reset */

html, body, div, span, form, blockquote, quote, h1, h2, h3, h4, h5, h6, address, p, a, code, em, font, dt, dd, img, strong, ol, ul, li, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

/* body styles
-------------- */

body {
	background: url(/images/bodybg.jpg) #eee top center repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	margin:auto;
	text-align:center;
}

* html body, *:first-child+html body {
	font-size:1em !important;
}

address {
	font-style: normal;
}

p, address {
	font-size:.8em;
	padding-bottom:10px;
}

blockquote {
	font-style:italic;
	font-size:.8em;
	padding-bottom:10px;
}

cite {
	font-weight:bold;
	font-style:normal;
}

a {
	font-weight:inherit;
	color:#000;
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

ul, ol {
	font-size:.8em;
	
}

*+html body ul{
	font-size:.8em;
}

ul, ol {
	padding-bottom:10px;
}

ul ul, ol ol {
	font-size:inherit;
}

p p {
font-size:inherit;
}

h2 {
	font-weight:lighter;
	font-size:1.5em;
	padding-bottom:10px;
}

h3 {
	font-weight:lighter;
	font-size:1.2em;
	padding-bottom:10px;
}

h4 {
	font-weight:lighter;
	font-size:.8em;
	padding-bottom:10px;
}

form {
	padding-bottom:10px;
}

.textareainfo {
	font-size:13px;
}

#container {
	width:1000px;
	background-color:#fff;
	margin:auto;
	font-size:.95em;
	text-align:left;
}

ol {
	padding-left:20px;
	padding-bottom:10px;
	list-style:decimal !important;
}

ol li {
	padding-bottom:5px;
}

td {
	vertical-align:top;
}

sub {
	font-size:.8em;
}

sup {
	font-size:.6em;
	vertical-align:super;
}

select {
	z-index:0;
}

/* classes 
---------- */

#vs {
float:left;
}

.bold {
	font-weight:bold;
}

.bullet {
	margin-left:15px;
	list-style:square;
	padding-bottom:5px;
}

*+html .bullet {
	list-style-position:inside;
	padding-left:15px;
	list-style:square;
	padding-bottom:5px;
}

.cursor {
	text-decoration:underline;
	cursor:pointer;
}

.button {
	border:1px solid #000;
	background-color:#70b62b;
	color:#fff;
	font-weight:bold;
}

.linkbutton {
	border:1px solid #000;
	background-color:#70b62b;
	color:#fff;
	text-decoration:none;
	padding:1px 7px;
}

#oppinfo .button, #ratingtable .button, .linkbutton {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	border:1px solid #000;
	background-color:#70b62b;
	color:#fff;
	font-weight:bold;
}

.secondarylinkbutton {
	border:1px solid #999;
	color:#999;
	text-decoration:none;
	padding:2px;
	font-size:12px;
	background-color:#fff;
}

.tab {
	cursor: pointer;
}

.tab a {
	color:#fff;
  text-decoration:none;
}

.alignright {
	text-align:right;
}

.imgleft {
	float:left;
	margin-right:10px;
}

.subitem {
	position:relative;
	clear:left
}

.imgcolumnnb {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.imgcolumn {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #666;
}

.imgright {
	margin-left:10px;
	text-align:center;
}

.imgcenter {
	display:block;
	text-align:center;
	border:1px solid #666;
	margin:auto;
	margin-bottom:10px;
}

.subboximg {
	border:1px solid #666;
	margin-bottom:10px;
}

.subinfo {
	padding:10px;
	padding-bottom:5px;
	padding-left:150px;
}

.subinfo h4 {
	font-weight:bold;
	font-size:.9em;
	padding-bottom:5px;
}
	
.padding10 {
	padding:10px;
}

.ablock {
  font-size:.8em;
  margin-bottom:10px;
}

#aazsearch {
	font-size:.8em;
}

#columnside h3 {
	text-transform:capitalize;
}

#fontsize {
  margin-right: 10px;
  margin-top: -10px;
  float: right;
  font-size: small;
  color: #666;
}

#fontsize span {
  cursor: pointer;
  padding: 2px 2px 0px 2px;
}

#fontsmall {
	font-size: 16px;
  margin-right: 2px;
}

#fontbig {
	font-size: 24px;
}

.selected {
  background: #666;
  color: #FFF !important;
}

/* forms
-------- */

.formerror {
	color:#c00;
}


#formbox {
	background:url(/images/gradient-green.jpg) top center repeat-x;
	margin:30px;
}

#formbox h3{
	color:#090 !important;
}

.columnbox, #formbox {
	border:1px solid #b2b2b2;
	margin-bottom:10px;
	padding:10px;
	color:#333;
}

#geocodelocations {
	z-index:1;
	position:absolute;
	padding:10px;
	margin-top:5px;
  border: 1px solid #999;
  background-color: #fff;
  color: #cd5c5c;
}
#geocodelocations a {
	color:#999;
}

#geocodelocations a:hover{
	color:#000;
}

/* buttons */

div.primarybutton {
	margin-bottom:10px;
	float:left;
	margin-right:10px;
}

.primarybuttona{
	background:url(/images/buttons/primary_right.png) top right no-repeat;
	color: #4f4414 !important; 
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px !important;
	height:30px;
	float:left;
	font-weight:bold;
	padding-right:10px;
}

.primarybuttonsubmit{

	background:url(/images/buttons/primary_right.png) top right no-repeat;
	color: #4f4414 !important; 
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px !important;
	height:30px;
	float:left;
	font-weight:bold;
	padding-right:10px;
}

.primarybutton a:hover, .primarybutton input:hover{
	color:#f00 !important;
}

a.primarybuttona span{
	background:url(/images/buttons/primary_left.png) top left no-repeat;
	display:block;
	line-height:20px;
	padding:5px 0 5px 10px;
}

.primarybutton input{
	display:inline;
	width:auto !important;
	height:30px;;
	border:none;
	border-width:0;
	background:none;
	font:inherit;
	cursor:pointer;
	padding:0;
	margin:0;
	color:inherit;
	line-height:inherit;
	text-align:center;
	background:url(/images/buttons/primary_left.png) top left no-repeat;
	line-height:20px;
	padding:3px 0 5px 10px;
	color: #4f4414 !important; 
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px !important;
}

#login_error_div{
  padding-bottom:8px;
}

/* secondaries */

div.secondarybutton{
	float:left;
	border:1px solid #999;
  margin-left:10px;
	padding:2px;
}

.secondarybuttona{
	color: #666 !important; 
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px !important;
	display:block;
	padding:1px;
}

.secondarybutton a:hover, .secondarybuttonsubmit input:hover{
	color:#999 !important;
}

div.secondarybuttonsubmit {
	display:inline;
}

.secondarybuttonsubmit input{
	display:block;
	border-width:0;
	background:none;
	font:inherit;
	cursor:pointer;
	color:inherit;
	text-align:center;
	line-height:20px;
	color: #666 !important; 
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px !important;
		border:1px solid #999;
  margin-left:10px;
	padding:1px;
	width:auto!important;
	height:auto;
}

/* header
--------- */

#header {
	height:150px;
  background:none;
}
* html #header {
	height:151px;
}


#logo{
	position:absolute;
	margin-left:20px;
	margin-top:30px;

}


#topnav ul {
	margin-top:10px; 
	margin-right:10px;
	float:right;
  white-space:nowrap;
  width: auto;
}  

#topnav li {
	display:inline;
}



#topnav a {
	color:#666;
	text-decoration:none;
}

#topnav a:hover {
	color:#000;
	text-decoration:underline;
}

#mainnav {
	width:1000px;
	clear:both;
	position:absolute;
	top:127px;
}

#mainnav ul, #subnav ul {
	clear:both;
	text-align:left;
	margin-left:10px;
	padding-bottom:4px;
}

#mainnav li, #subnav li {
	display:inline;

}

#mainnav li a.su {
  background-color: #933;
  color: #fff;
}

#mainnav .tab {

}

#mainnav a.tabup {
	background-color:#fff;
	padding-bottom:4px;
	border-bottom:1px solid #fff;
	z-index:1;
}

#mainnav a {
	font-size:13px;
	font-weight:bold;
	height:15px;
	float:left;
	display:block;
	margin-right:3px;
	padding:3px 20px 4px 20px;
	background-color:#f1f2f2;
	border-top:1px solid #b2b2b2;
	border-left:1px solid #b2b2b2;
	border-right:1px solid #b2b2b2;
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #b2b2b2;
}

#mainnav a:hover {
	color:#666;
}

#subnav {
	clear:both;
	padding-bottom:3px;
	background-color:#fff;
	border-top:1px solid #b2b2b2;
}

#subnav a {
	font-size:13px;
	display:block;
	font-weight:bold;
	float:left;
	padding:4px 20px 3px 20px;
	color:#4f9800;
	text-decoration:none;
}

#subnav a.tab {
	/* border-bottom:3px solid #fff; */
}

#subnav a.tabup {
	text-align:center;
	border-bottom-width:4px;
	border-bottom-style:solid;
	border-bottom-color: #f98b00 !important;
}


#tertiarynav a {
	color:#333;
	font-weight:bold;
	text-decoration:none;
}

#tertiarynav a:hover {
	font-weight:bold;
	text-decoration:underline;
}

/* content 
---------- */

#content {
	border-top:1px solid #b2b2b2;
	clear:both;
	padding:10px 0px 0px 10px;
}

#alert {
	margin:20px auto;
	width:670px;
	margin-bottom:30px;
	padding:10px;
}

/* columnmain */

#columnmain {
	float:left;
	width:670px;
	margin-right:0px;
	margin-bottom:20px;
}
	
/* footer
--------- */

#footer {
	color:#666;
	font-size:.9em;
	text-align:left;
	clear:both;
	border-top:1px solid #777;
	padding:0px;
	margin-top:30px;
}

#footer p{
	font-size:.8em;
}

#footer a{
	color:#666;
	text-decoration:underline;
}

#footer a:hover{
	color:#333;
	text-decoration:none;
}

#footer ul{
	padding-bottom:10px;
}

#footer li{
	display:inline;
}

.footer_links_and_twitter {
  width:887px;
  margin:auto;
}

#seo_footer {
  margin-top: 25px;
	margin-bottom:10px;
	padding:10px;
	width:941px;
	height: 162px;
	background-color: #fff;
}

#seo_footer h3 {
  color: #0b627f;
	font-family: Clarendon_bold, 'Clarendon_bold', Georgia, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

#seo_footer .cols ul li a {
  font-family: 'Cabin', arial, sans-serif;
	color: #616161;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none; 
	text-align: left;
	padding-left: 10px;
}

#seo_footer .cols ul li a:hover {
    color: #699e03;
}

#seo_footer .seo_footer_cities {
  background: url("/style/images/footer_divider.png") repeat-y scroll right center transparent;
	font-family: 'Cabin', arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #bebebe;
	text-align: right;
	float: left;
	height: 100px;
	padding-left: 20px;
	padding-right: 10px;
	width:44px;
}

#seo_footer .seo_footer_searches {
  background: url("/style/images/footer_divider.png") repeat-y scroll right center transparent;
  font-family: 'Cabin', arial, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	color: #bebebe;
	text-align: right;
	float: left;
	height: 100px;
	padding-left: 20px;
	padding-right:10px;
	width:70px;
}

#seo_footer .cols {
  float: left;
	width:100px;
	text-align: left;
}

#global_footer {
	padding: 10px;
}


#seo_footer ul{
 display:inline;      
}

#seo_footer li {
	line-height: 24px;
}

.seo_footer_title{
	font-size:.8em;
	font-weight:bold;
}

#sociallinks {
	float:right;
}

#sociallinks a {
	margin-left:3px;
}

/* Proxy Login */
	
.proxylogin {
	background:#f00;
	border:1px solid #f00;
	padding:5px;
	color:#fff;
	display:block;
	float:left;
	position:relative;
	top:5px;
  margin-right:5px;
	width:auto;
}
.proxylogin a {
	color:#fff !important;
}
	
/* About box - countdown */

.countdown #milestone{
	padding:10px;
	margin-bottom:10px;
	border:1px solid #f00;
	background:url(/images/gradient-red.jpg) top left repeat-x;
}	

.countdown h4 {
	font-size:16px; 
	color:#c00;
	font-weight:bold;
}

.countdown li {
	font-size:14px;
	margin-bottom:5px;
}

/* IE 5.5+ PNG Hack; see http://www.twinhelix.com/css/iepngfix/ 
img.pngimg {
  behavior: url(http://www.volunteermatch.org/style/resources/iepngfix.htc);
}
*/
/* social media bookmarking icons */

.socialBookmarks {
	background-color:#fff;
	border:1px solid #666;
	padding:2px;
	width:90px;
	text-align:center;

}

.socialBookmarks a{
	font-weight:bold;
	text-decoration:none;
}

.socialBookmarks ul {
  background: none;
  border: none;
}
.socialBookmarks li {
  padding: 0px 3px;
}

.socialBookmarks {
	font-size:.65em;
}

/* Sponsor link */

/* Sponsor link */

#sponsorlink {
	display:block;
	height:70px;
	width:150px;
	position:absolute;
	margin-left:840px;
	top:40px;
}

.fbiframe {
border:5px; 
overflow:hidden; 
width:300px; 
height:30px;
}


/* Google Ad */

.googlead {
	margin-bottom:10px;
	padding-top: 35px;
}

.sponsoredby {
	padding:1px;
	font-size:10px !important;
	color:#999;
	text-align:center;
}

/* sprites */
.sprite {float:left}
.sprite-activitymapicon { background: url(/images/csg-4bcde8627be82.png) 0 0; width: 100px; height: 100px; }
.sprite-bodybg { background: url(/images/csg-4bcde8627be82.png) 0 -150px; width: 1100px; height: 1px; }
.sprite-connect { background: url(/images/csg-4bcde8627be82.png) 0 -201px; width: 89px; height: 21px; }
.sprite-donate2 { background: url(/images/csg-4bcde8627be82.png) 0 -272px; width: 185px; height: 30px; }
.sprite-exclamation { background: url(/images/csg-4bcde8627be82.png) 0 -352px; width: 16px; height: 16px; }
.sprite-facebook-icon { background: url(/images/csg-4bcde8627be82.png) 0 -418px; width: 32px; height: 33px; }
.sprite-help { background: url(/images/csg-4bcde8627be82.png) 0 -501px; width: 16px; height: 16px; }
.sprite-linkedin-icon { background: url(/images/csg-4bcde8627be82.png) 0 -567px; width: 32px; height: 33px; }
.sprite-logo { background: url(/images/csg-4bcde8627be82.png) 0 -713px; width: 172px; height: 74px; }
.sprite-myspace-icon { background: url(/images/csg-4bcde8627be82.png) 0 -837px; width: 32px; height: 33px; }
.sprite-twitter-icon { background: url(/images/csg-4bcde8627be82.png) 0 -920px; width: 32px; height: 33px; }

.sprite-loader {} /* disabling thickbox loader sprite - causing problems */

