/* @override http://massrxhelp.org/rxhelp.css */

/* CSS Document */

body{
background:#f2eff6 url(images/bg.png) repeat-x;
margin-top:0px;
font-family:Georiga, 'Times New Roman', Times, serif;
}


h1{
/*font-weight:bold;*/
color:#ff6600;
font-size:18px;
}

a, a:active{
color:#003691;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

a:visited{
text-decoration:underline;
color:#3a6fc8;
}

ul {
list-style-position:inside;
line-height:25px;
list-style-image: url(images/check.png);
list-style-type: square;
padding: 6px;
margin: 2px;
}
li{
margin-top:8px;
margin-bottom:8px;
}

#page{
width:750px;
height:100%;
margin:0 auto;
/*border:1px solid #ccc;*/
}
#banner{
background:#f2eff6 url(images/banner.png) no-repeat top center;
height:217px;
}
a.logoAnchor1{
	display:block;
	float:left;
	height:217px;
	width:425px;
	
	position:relative;
	/*border:1px solid red;*/
	}

#content{
clear:both;
height:100%;
font-size:18px;
}

#nav{
float:left;
width:215px;
}

/* new nav */
#navigation {
	float:left;
	width:215px;
	padding: 40px 0;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation ul li {
	margin: 0;
	padding: 0;
}
#navigation ul li a {
	display: block;
	width: 214px;
	height: 39px;
	text-indent: -9999em;
}
#navigation ul li#learnMore a {
	background-image: url(images/nav/nav_learn_more.gif);
}
#navigation ul li#takeAction a {
	background-image: url(images/nav/nav_take_action.gif);
}
#navigation ul li#spreadWord a {
	background-image: url(images/nav/nav_spread_word.gif);
}
#navigation ul li#signUp a {
	background-image: url(images/nav/nav_sign_up.gif);
}
#navigation ul li#becomeSupporter a {
	background-image: url(images/nav/nav_supporters.gif);
}
#navigation ul li#intheNews a {
	background-image: url(images/nav/nav_in_the_news.gif);
}
#navigation ul li a {
	background-position: 0 0;
	background-repeat: no-repeat;
}
#navigation ul li a:hover {
	background-position: 0 -39px;
}
#navigation ul li.active a {
	background-position: 0 -39px;
}


#contentrr{
margin-top:40px;
float:right;
width:499px;
text-align:left;
}


#footer{
clear:both;
width:750px;
text-align:center;
margin:0 auto;
font-size:12px;
color:#999999;
text-align:left;
padding-top:10px;
border-top:5px solid #c2cae2;
}
