body, html{
	width:100%;
	text-align: center;
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #666;
	background-color:#e4e4e4;
}

p{
	margin: 0 0 20px 0;	
}

a{
	color: #000;	
}

a:visited{
	font-weight:400;	
}

#nav{
	margin: 0 20px 5px 0;
	text-align:right;		
}
#nav ul{
	margin: auto;	
}

#nav li{
	display: inline;
}
#nav li a{
	padding: 2px 7px;
	font-weight: 600;
	color: #fff;
	background-color: #ff9900;
	text-decoration: none;	
}
#nav li a:hover{
	background-color: #87b4cf;
}

h2{
	color: #000;
	font-size: 18px;	
	margin-bottom: 12px;
	font-weight: 600;
}

h4{
	color:#5fa932;
	font-size:14px;
	margin-bottom: 12px;	
	font-weight: 600;	
}

#container{
	width: 975px;
	text-align: left;
	margin: 30px auto 30px auto;
	background-color:#fff;
	background-image: url('../images/container-bg.gif');
	background-position: left;
	background-repeat: repeat-y;
}

#content{
	padding-left: 30px;
	width: 575px;
}

#masthead{
	height:90px;	
}

#main{
	clear:both;
	font-weight:600;
}

#info{
	width: 360px;
	padding:0 20px;
}

#info.wide{
	padding-left: 0;
	width: 535px;
}

#info ul{
	padding-bottom: 20px;
	padding-left: 20px;
}

ul.bulleted li{
	list-style-type: circle;
	list-style-position: outside;	
	padding: 3px 7px;
}

#submitbar{
	width:175px;
}

#submitbar h3{
	font-size:14px;
	font-weight: 600;
	color: #5fa932;
	margin-bottom: 15px;
}

#submitbar #question{
	width: 155px;
	text-align:center;	
	font-weight: 400;
}

#submitbadge{
	display:block;
	height:165px;
	background-image: url('../images/join-our-mailing-list.gif');
	background-position: center;
	background-repeat: no-repeat;
}

#submitbadge:hover{
	background-image: url('../images/join-our-mailing-list-on.gif');
	background-position: center;
	background-repeat: no-repeat;
}

#submitbadge span{
	display:none;	
}


#contentfooter{
	padding-left: 30px;
	padding-bottom: 10px;
	text-align: left;
	clear: both;	
}

#sidebar{
	width: 370px;
	background-color: #88B5CF;
}


#sidebar img{
	display:block;
	border:0;	
}

.leftcol{
	float: left;
	display: inline;	
}

.rightcol{
	float: left;
	display: inline;
}

h5{
	color:#5fa932;
	font-weight: 600;
}

em{
	color:#87014b;
}

.clear{
	clear:both;
}

#main dl{
	
}

#main dt{
	color:#5fa932;
}

#main dd{
	margin-bottom: 15px;
}

#main a{
	color:#F0AB17;
	font-weight: 600;		
}

p.question{
	font-size: 14px;
	color:#5fa932;
	margin-bottom: 5px;	
}

p.answer{
	
}

ul.partners a{
	color:#F0AB17;
}

ul.partners a:visited{
	font-weight:600;
}
.building{
	background-image: url("../images/building.png");	
	background-repeat: no-repeat;
	background-position: 0 0;	
}

.board{
	padding: 20px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 200%;
	color: #FFFFFF;
	font-weight: 600;
}

.board a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
}

.errorbox{
	padding: 10px;
	margin-bottom: 15px;
	background-color:#FFBBBB;
	border: 1px solid #CC0000;	
}


.error{
 color:#CC0000;
}

.error p, .errorbox p{
	margin: 7px 0 3px 0;
}

.error .longdesc{
	color: #666;	
}

label{
	display: block;	
	width: 150px;
	float: left;
}

label.longform{
	float: none;
	color:#5fa932;
	font-size: 14px;
	width: 100%;
	margin-top: 20px;
}

.error label.longform{
	color:#CC0000;
}

form li{
	margin-bottom: 10px;
}

form{
	padding-bottom: 25px; 	
}

p.longdesc{
	margin-bottom: 5px;	
}

input{
	/* clear: both;	*/
}
textarea{
	width:100%;
	height: 100px;
}

textarea.short{
	height: 48px;	
	width: 159px;
}

#socialicons{
	padding-top:17px;
	text-align:center;
	font-size: 11px;
}
#socialicons h5{
	margin-bottom: 12px;
}

div.radio input{
	margin-right: 10px;
	margin-left: 10px;
}

.twtr-hd, .twtr-ft{
	display:none;
}

#twitterfeed{
	margin: 40px 0 0 0;	
}
.twtr-tweets{
	margin-left: -5px;
	font-size: 10px !important;	
}

.orange{
	color:#F0AB17;
}