/*--------------------------------< 1. Main layout and defaults >-----------------------------------------*/

/* --- default settings --- */
*{
padding:0px;margin:0px;
font-family:Arial, Helvetica, sans-serif;
}

img {border:0;}

body{
	position:relative;
	margin:0 auto 0 auto;
	background-position: top center;
	color:#333;
	font-size:62.5%;
	line-height:1.5;
	background-image:url(../images/refresh_bg2.jpg);
	padding-top:30px;
	padding-bottom:30px;
}

p {font-size:1.4em;
line-height:1.2;}
/* --- layout settings --- */
#wrapper {
	width: 960px;
	margin:0 auto;
	min-height:300px;
	/*background-color:#F0F0F0;*/
}
#skipLink{
display:none;
}
#nav {
	width: 150px;
	float:left;
	clear:left;
	padding: 5px;
}
#content {
	clear: right;
	float: left;
	width: 900px;
	padding:30px;
}
#middleChannel {
	float: left;
	width: 100%;
	
	margin-bottom:30px;}
#header {
	
	background-image:url(../images/box_bg.png);
	height: 130px;
	width: auto;
padding-left:30px;
	margin-bottom:30px;
	-moz-border-radius: 10px;
-webkit-border-radius: 10px;

	
}
#footer {
background-image:url(../images/box_bg.png);
	float:left;
	clear:both;
	height: auto;
	width: 900px;
	padding:30px;
		-moz-border-radius: 10px;
-webkit-border-radius: 10px;
margin-bottom:30px;

}
#midsection {
background-image:url(../images/box_bg.png);
margin-bottom:30px;
	-moz-border-radius: 10px;
-webkit-border-radius: 10px;
float:left;
width: 960px;

}

#logo {
float:left;
width:400px;
padding-top:30px;
}

#manifesto {
float:left;
padding-top:15px;
}

#manifesto h2 {
margin-bottom:10px;

}


/*--------------------------------< 3. Standard Links >-----------------------------------------*/
#content a:link {
background-color:#403223;
color:#FFFFFF;
text-decoration:none;
}

#content a:visited{
text-decoration:none;
background-color: #999999;
color:#FFFFFF;

}

#content a:hover{
text-decoration:none;
background-color:#FFFFFF;
color:#403223;
}

#footer_bottom a:link {
color:#FFFFFF;
text-decoration:none;
}

#footer_bottom a:visited{
text-decoration:none;
color:#FFFFFF;

}

#footer_bottom a:hover{
text-decoration:none;
background-color:#FFFFFF;
color:#403223;
}

/*--------------------------------< 4. Header specific including "Feature List" Accessibilty etc. ------------------*/
#header ul, #header h1{
	padding-left:15px;
}
#header h1{
	padding:0px;
	padding-left:0px;
	margin:0px;
}
#header ul{
padding-left:0em;
}
#featureList li
{
	font-family:Arial, Helvetica, sans-serif;
	display: inline;
	list-style-type: none;
	font-size:0.9em;
	font-weight:bold;
	padding: 0px;
	margin: 0px;
	padding-right: 0.6em;
}
#featureList li a:link, #featureList li a:visited{
	text-decoration: none;
	color:#FFFFFF;
}
#featureList li a:hover{
	text-decoration: underline;
}


/*--------------------------------< 5. Navigation - series of unordered lists >-----------------------------------------*/


#nav ul{
list-style-type:none;
}
/*common sub nav lists*/
#nav ul ul a:link, #nav ul ul a:visited{
color:#999;/*dark_grey*/
display:block;
width:150px;
/*margin:0 8%;*/
padding:4px 2%;
text-decoration:none;
}
#nav ul ul a:hover{
text-decoration:underline;
background-color:#FFF;
}
/*specific lists*/
#nav ul #itemSub a:link, #nav ul #itemSub a:visited{
color:#202A5D;
background-color:#FFF6D9;
}
#nav ul #itemSub a:hover{
background-color:#ffdc6c;
text-decoration:underline;
}

#nav ul h4 a:link, #nav ul h4 a:visited{
display:block;
font-size:1.2em;
width:150px;
/*margin:0 8%;*/
padding: 0 2%;
text-decoration:none;
color:#666;/*default dark grey*/
border-top:solid 2px #ffffff;
font-weight:lighter;
}
#nav ul h4.selected a:link, #nav ul h4.selected a:visited{
display:block;
background-color:#F36;
color:#FFF;
text-decoration:none;
}
#nav ul h4 a:hover{
background-color:#F36;
color:#FFF;
text-decoration:underline;
}
/*--------------------------------< 6. Footer specific styles >---------------------------------------*/
#footer p{

}
/*--------------------------------< 7. Main page area styles >-----------------------------------------*/

/* --- standard html elements --- */
#middleChannel p, #middleChannel h1, #middleChannel h2, #middleChannel h3, #middleChannel h4{
	padding:10px;
}

#middleChannel p, #middleChannel h3{
 font-size:1.4em;
}
#middleChannel h1, #middleChannel h2{
font-size:1.6em;
line-height:1.4em;
letter-spacing:-1px;
}
#middleChannel h3{
font-size:1.4em;
line-height:1.2em;
letter-spacing:-1px;
}
#middleChannel h4{
font-size:1.2em;
line-height:1.4em;
}
#middleChannel ul{
padding-left:40px;
padding-bottom:10px;
}
#middleChannel select{
font-size:1.1em;
margin-left:15px;
width:200px;
}
#middleChannel option{
line-height:1px;
}
#middleChannel input{
font-size:1.1em;
line-height:1;
}

/*--------------------------------< 7. Common helper styles >---------------------------------------*/

/* --- table formatting --- */
#myTable #highlight{
background-color:#E0F0F7;
}
#myTable #lowlight{
background-color:#9FD8F3;
}
.clear{

clear:both;
}


/*----------------------------------< 8. Grid layout stylings >-------------------------------------------*/


.h_2col {width:100%;}

.h_2col_col_one {
width:400px;
float:left;}

.h_2col_col_two {
width:500px;
float:left;
}





#manifesto ul {float:left;
width:250px;}

#manifesto ul li {font-size:1.2em;
font-weight:bold;
list-style-type:none;}

h3 {margin-bottom:10px;}

.h_2col_col_one p {padding-right:50px;
}

.h_2col_col_two p {margin-bottom:10px;
}

.signup form { margin-top:10px;
}

#response {font-size:1.4em;}

	.clean-gray {
		border:solid 1px #DEDEDE; 
		background:#EFEFEF;
		color:#222222;
		padding:4px;
		text-align:center;
	}
	.clean-yellow {
		border:solid 1px #DEDEDE; 
		background:#FFFFCC;
		color:#222222;
		padding:4px;
		text-align:center;
	}
	.clean-ok {
		border:solid 1px #349534; 
		background:#C9FFCA;
		color:#008000;
		font-weight:bold;
		padding:4px;
		text-align:center;
	}
	.clean-error {
		border:solid 1px #CC0000; 
		background:#F7CBCA;
		color:#CC0000;
		font-weight:bold;
		padding:4px;
		text-align:center;
	}
	
	#footer_bottom {
color:#FFFFFF;
text-align:right;
float:left;
width:960px;

}