html, body, div, span, h1, h2, h3, p, ul, li, footer, header, section{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body{
    line-height:1;
}

a{
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

html{
	background: none repeat scroll 0% 0% rgb(238, 238, 238);
}

body{
	color:#606060;
	line-height:20px;
	font-size:12px;
	font-family:helvetica, arial, sans-serif;
}

#wrap{
	margin:0 auto;
	width:928px;
}


.col_narrow{
	float:left;
	width:405px;
}

.last{ margin-left:35px; }

.container{
	margin:20px 35px;
	overflow:hidden;
}

h1{
	text-align: right; 
	font-size: 26px; 
	color:#383838;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
	margin:70px auto; 
	padding:0;
}


h2{
	text-align: center; 
	font-size: 18px; 
	color:#383838;
	font-family: 'Open Sans', sans-serif; 
	font-weight: 400; 
	margin:10px auto; 
	margin-bottom:25px; 
	padding:0;
}

p{
	color:#443f3f;
	font-size:14px;
	font-family:"Helvetica Neue", Helvetica,Arial,sans-serif;
	line-height:20px;
	color:rgb(51, 51 ,51);
	}

a{ color:#2cbbcb; text-decoration:none; }
a:hover{ color:#f36f36; }

ul{ list-style:none; }

ul li{ margin-bottom:7px; }

.right{ float:right; }


#top_header{
	color:#c5c5c5;
	padding:35px 4px;
	overflow:hidden;
}

#main_header{
	position:relative;
	margin:0px 4px;
	padding:0px 35px;
	background-color:#C5C5C5;
	height:155px;
	overflow:hidden;
}

section{
	padding:10px 4px;
	background:url("../images/content_bg.png") repeat-y;
	overflow:hidden;
}

#logo{
	background:url(../images/logo-new.png) no-repeat;
	overflow:hidden;
	width:auto;
	height:155px;
	margin-top:1px;
}

div.colored_box, form{
	background-color:#eeede8;
	padding:0px 20px 10px 20px;
	-moz-border-radius:4px;
	border-radius:4px;
	overflow:hidden;
}

footer{ position:relative; margin:0px 4px; }

.light_bg{
	padding:5px;
	-moz-border-radius:7px;
	border-radius:7px;
}

.button{
	display:block;
	padding: 4px 12px;
	line-height: 20px;
	height:17px;
	vertical-align: middle;
	color:#fffefd;
	font-size:14px;
	font-family:helvetica,arial,sans-serif;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow:0px -1px 0px rgba(0,0,0,0.3);
	-moz-border-radius:4px;
	border-radius:4px;
}

.button:hover{ color:#fffefd; }

.blue{
	background:url("../images/btn_blue.jpg") repeat-x;
	border:1px solid #2baabb;
}

.blue:hover, .blue:focus{ background:url("../images/btn_blue.jpg") repeat-x 0px -36px; }

.orange{
	background:url("../images/btn_orange.jpg") repeat-x;
	border:1px solid #f28e2a;
}

.orange:hover, .orange:focus{
	background:url("../images/btn_orange.jpg") repeat-x 0px -36px;
}
