@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c1c1c1;
	background-attachment: scroll;
	background-color: #191f26;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	text-align:center;
}
#wrapper{
	width:900px;
	display:inline-block;
	margin-top:20px;
}
.clear{
	clear:both;
}

#logo{
	float:left;	
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	width:319px;
	height:101px;
}
/* Login Section */
#login{
	float:right;
	text-align:right;	
	font-size:10px;
}
#login .input{
	background-color:#4c5b6d;
	color:#FFF;
	border:none;
	padding:4px;
}

#login a, #login .button{
	border:none;
	padding:0px;
	margin:0px;
	background-color:transparent;
	text-decoration:none;
	cursor:pointer;
	font-weight:bold;
	color:#708db2;
	font-size:14px;	
}
#login a:hover, #login .button:hover{
	color:#85beff;							/* Color of login buttons when hovered over */
}
#login a.forgottenpass{
	font-size:10px;	
}
#login span.pipe{
	font-weight:bold;
	color:#708db2;
	font-size:14px;
}

/* Nav and partners Section */
#header{
	width:900px;
	text-align:center;	
	overflow:visible;
	height:38px;
}
#header .bg{
	position:relative;
	z-index:-1;
	width:0px;
	height:0px;
	overflow:visible;
	left:-52px;
}
#header .bg .img{
	width:1024px;
	height:134px;
	background-image:url(../images/header.png);
	
}
#nav{
	width:100%;
	text-align:center;
	position:relative;
	top:6px;
}
#nav a{
	text-decoration:none;
	color:#708db2;
	border:none;
	height:22px;
	padding:4px 10px;
	margin:0px;
	letter-spacing:1px;
	
	font-size:12px;
	font-weight:bold;
	
}
#nav a:hover, #nav a.selected{
	background-color:rgba(25,31,38,0.25);
	color:#FFF;
}
#partners{
	width:880px;
	height:93px;
	background-image:url(../images/partner_box.png);
	overflow:hidden;
	padding-top:15px;
	background-repeat:no-repeat;
}
#partners .logos{
	border:none;
	display:inline-block;	
}
#partners .logos a{
	border:none;
	text-decoration:none;
	margin: 0px 4px;	
	display:inline-block;
	vertical-align:middle;
}
a{
	color:#708db2;		
	border:none;
	text-decoration:none;
}
a:hover{
	color:#85beff;	
}
a img{
	border:none;	
}
a.img, a.img img{
	border:none;
}
form fieldset legend{
	color:#C1C1C1;	
}
h1{
	font-size:24px;
	font-weight:bold;
	color:#FFF;	
	border-bottom:rgba(96,116,140,0.7) solid 1px;
}
h2{
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;	
	margin:0px;
	padding:0px;
}
h3{
	font-size:14px;
	font-weight:normal;
	font-stretch:condensed;
	font-family:Arial, Helvetica, sans-serif;
	color:#c1c1c1;
	padding:0px;
	margin:0px;	
}

#content{
	width:900px;
	text-align:left;
	display:inline-block;
	padding-top:30px;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;	
}

#content .left, #content .right{
	width:430px;	
}

#footer{
	border-top:#2f4763 solid 1px;
	width:900px;
	padding-top:4px;
	margin-top:40px;
	font-size:11px;
	margin-bottom:40px;
}
#footer a{
	padding-left:4px;	
}

#registration_form fieldset label{
	display:inline-block;
	width:128px;	
}

#contact label{
	display:inline-block;
	width:94px;	
}

.singlePartnerLogo{
	width:896px;
	text-align:right;
	background-color:#FFF;	
	padding-top:4px;
	padding-bottom:4px;
	padding-right:4px;
}

form ul {
	list-style-type: none;
}

form li {
	float: left;
	width: 180px;
	list-style-type: none;
}

table ul {
	list-style-type: disc;
}

table li {
	margin: 2px 0px 2px 0px;
}

.left_pane{
	width:160px;
	float:left;
	display:inline-block;	
}
.right_pane{
	float:right;
	width:700px;
	display:inline-block;
}

.right_pane form label{
	width:160px;	
	display:inline-block;
}
.right_pane form .note{
	font-size:10px;
	color:#818181;
	margin-bottom:10px;	
}