/**
 * main.css - Global stylesheet 
 */

/***********************************************************************
 * Elements
 **********************************************************************/
a:link {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

body {
	color: #999999;
	margin: 0px;
	font-size: 12px;
	font-family: arial, helvetica, "sans serif";
	background-color: #000000;
}

td {
	font-size: 12px;
}

.smallertext {
	font-size: 10px;
	color: #999999;
}
A.smallertext:link          { font-size: 10px;}
A.smallertext:active        { font-size: 10px;}
A.smallertext:visited       { font-size: 10px;}
A.smallertext:hover         { font-size: 10px;}

.whitetext { color: #FFFFFF; }
A.whitetext:link          { COLOR: #FFFFFF; TEXT-DECORATION: none}
A.whitetext:active        { COLOR: #FFFFFF; TEXT-DECORATION: none}
A.whitetext:visited       { COLOR: #FFFFFF; TEXT-DECORATION: none}
A.whitetext:hover         { COLOR: #FFFFFF; TEXT-DECORATION: underline}

.whitebold {
	color: #FFFFFF;
	font-weight:bold;
}

.redtext {
	color: #BC2026;
}

.columnchart {
	padding:18px 26px 18px 26px;
	border-style:solid;
	border-width:1px;
	border-color:#252624;
	line-height:24px;	
}

.columnchartleft {
	background-image: url(../images/ch_bot_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	
}

.columnchartright {
	background-image: url(images/ch_bot_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;	
}


a#navbeingoncall {
display:block;
height:12px;
width:100px;
float:left;
margin:0 8px 0 20px;
background:url(http://www.oncallnyc.org/images/nav-links.png) no-repeat 0 0;
}
a#navbeingoncall:hover, a#navbeingoncall.current_item {
background:url(http://www.oncallnyc.org/images/nav-links.png) no-repeat 0 -36px;
}
a#navbeingoncall span {
display:none;}
a#navcomewithus {
display:block;
height:12px;
width:99px;
float:left;
margin:0 8px 0 20px;
background:url(http://www.oncallnyc.org/images/nav-links.png) no-repeat -129px 0;
}
a#navcomewithus:hover, a#navcomewithus.current_item {
background:url(http://www.oncallnyc.org/images/nav-links.png) no-repeat -129px -36px;
}
a#navcomewithus span {
display:none;}
a#navgetinvolved {
display:block;
height:12px;
width:97px;
float:left;
margin:0 8px 0 20px;
background:url(http://www.oncallnyc.org/images/nav-links.png) no-repeat -257px 0;
}
a#navgetinvolved:hover, a#navgetinvolved.current_item {
background:url(http://www.oncallnyc.org/images/nav-links.png) no-repeat -257px -36px;
}
a#navgetinvolved span {
display:none;}
a#navfieldreports {
display:block;
height:12px;
width:179px;
float:left;
margin:0 8px 0 20px;
background:url(http://www.oncallnyc.org/images/nav-links.png) no-repeat -383px 0;
}
a#navfieldreports:hover , a#navfieldreports.current_item  {
background:url(http://www.oncallnyc.org/images/nav-links.png) no-repeat -383px -36px;
}
#navfieldreports span {
display:none;
}



a#navmadonation {
display:block;
height:12px;
width:129px;
float:right;
margin:0 8px 0 20px;
background:url(http://www.oncallnyc.org/images/nav-links.png) no-repeat 0 -72px;
padding:0;
}
a#navmadonation:hover  {
background:url(http://www.oncallnyc.org/images/nav-links.png) no-repeat 0 -109px;
}
#navmadonation span {
display:none;
}
a#navcontact {
display:inline-block;
height:12px;
width:81px;
float:right;
margin:0 0 0 7px;
padding:0;
background:url(http://www.oncallnyc.org/images/nav-links.png) no-repeat -159px -72px;
}
a#navcontact:hover , a#navcontact.current_item  {
background:url(http://www.oncallnyc.org/images/nav-links.png) no-repeat -159px -109px;
}
#navcontact span {
display:none;
}






a#navblog {
display:block;
height:12px;
width:36px;
float:left;
margin:0 8px 0 20px;
background:url(http://www.oncallnyc.org/images/nav-links.png) no-repeat -591px 0;
}
a#navblog:hover, a#navblog:hover.current_item {
background:url(http://www.oncallnyc.org/images/nav-links.png) no-repeat -591px -36px;
}
a#navblog span {
display:none;}
.homethumb a img {border:0;}
#comecity {
font-size:16px;
color:#fff;
margin-right:6px;}
#comecountry {
font-size:38px;
font-family:serif;
color:#fff;}
.pagetitle {
color:#FFFFFF;
font-family:serif;
font-size:31px;
font-weight:normal;}
.nomargin {margin:0}
