@charset "utf-8";
/* CSS Document */

body {
	background-color:#f6d25a;
	background-image:url(../images/mainbg.jpg);
	background-position:bottom;
	background-attachment:fixed;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	font-family:"Lucida Sans Unicode", Calibri, Arial;
	font-size:12px;
	color:#2c2c2c;
}
#wrappermain {
	background-image:url(../images/bodybg.png);
	background-position:top;
	background-attachment:fixed;
	background-repeat:no-repeat;
	width:100%;
	height:auto;/*
	overflow:hidden;*/
}
#wrapper {
	width:961px;
	margin:0px auto;
}
#logosection {
	width:100%;
	height:242px;
	background-image:url(../images/logosection.gif);
	background-repeat:no-repeat;
	float:left;
}

#logosection a img{
	margin:5px 0 0 350px;
	border:none;
}

#contentsection {
	width:100%;
	height:auto;
	float:left;
}
#imgstripe {
	width:100%;
	height:134px;
	float:left;
}
#content {
	float:left;
	width:100%;
	background-image:url(../images/contentbg.png);
	background-position:top;
	background-repeat:repeat-x;
	padding-bottom:76px;
}
#leftnav {
	width:209px;
	padding:22px 0 0 19px;
	float:left;
	height:auto;
}
#leftnav ul {
	margin:0;
	padding:0;
}
#leftnav li {
	width:170px;
	margin:0;
	padding:0 0 0 20px;
	line-height:30px;
	background-image:url(../images/navseparator.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	list-style:none;
}
#leftnav li a {
	text-decoration:none;
	color:#2c2c2c;
}
#leftnav li a:hover {
	color:#c44c1a;
}
#rightcontent {
	float:left;
	width:693px;
	padding:26px 40px 0 0;
}

#rightcontent #title{
	float:left;
	width:100%;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:24px;
	line-height:25px;
	margin-bottom:10px;
}
#partnerlogos {
	float:left;
	width:724px;
}
.clr {
	clear:both;
	font-size:1px;
}


#contentbottom {
	width:100%;
	float:left;
	height:auto;
}
#contentbottom td {
	padding:5px 5px 5px 5px;
}

.borders {
	border-top:solid 1px #CCC;
	border-left:solid 1px #CCC;
	background:#fff;
	font-weight:bold;
}
.borders td {
	border-right:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
}
.form {
	background:#fff;
	border:solid 1px #CCC;
	border-top:none;
	font-weight:bold;
	
}
.form2 {
	background:#fff;
	border:solid 1px #CCC;
	font-weight:bold;
	
}
.btn_b {
	background:#006600;
	border:none;
	color:#fff;
	cursor:pointer;
	padding:5px 15px;
	margin:0 20px 0 0;
}