@charset "UTF-8";
/* CSS Document */

a img{
	border: 0px;
}

body {
	background-color: #000;
	font-size: 0.9em;
	
	font-family: Calibri, arial, sans-serif;
}

#banner{
	background: #fff;	
}

#content {
	width: 968px;
	height:600px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #000;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}


#main {
	position: relative;
	width: 918px;
	background-image: url('images/home2.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFF;
	background-color: #000;
	padding: 259px 25px 0px 25px;
	font-size: 1.1em;
}
#main h2 {
	font-size: 1.2em;
	color: #1A74B4;
	padding-bottom: 0.5em;
}
#main p {
	padding-bottom: 1em;
}

#main .short {
	width: 600px;
}


#boxout {
	margin-top: 10px;
	position: relative;
	width: 990px;
	background-image: url(images/boxoutback.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-size: 0.85em;
}
#boxout #col1, #boxout #col2, #boxout #col3 {
	width: 296px;
	float: left;
	margin-right: 10px;
	position: relative;
	padding-top: 36px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#boxout #col3 {
	margin-right: 0px;
}
#boxout h2 {
	font-weight: normal;
	position: absolute;
	height: 26px;
	line-height: 26px;
	background-image: url(images/boxout1back.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	color: #FFF;
	padding-left: 10px;
	left: 0px;
	top: 0px;
	width: 306px;
	font-size: 1.3em;
}
#boxout #col2 h2 {
	background-image: url(images/boxout2back.jpg);
}
#boxout #col3 h2{
	background-image: url(images/boxout3back.jpg);
}
#boxout img {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}
#footer div form label {
	position: relative;
	display: block;
	width: 50px;
	float: left;
}
#footer div form input {
	position: relative;
	float: left;
	width: 145px;
	margin-bottom: 10px;
}
#footer div form #submit {
	position: relative;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 50px;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	background-color: #000;
	height: 2em;
	font-size: 0.9em;
}





#footer {
	margin-top: 0px;
	position: relative;
	width: 990px;
	font-size: 0.9em;
	background-image: url(images/footerback.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background: #000;
}
#footer div {
	width: 202px;
	float: left;
	position: relative;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#footer div h3 {
	font-weight: normal;
	font-size: 1.5em;
	padding-bottom: 1em;
	color: #626464;
}
#footer a,
#main a,
#boxout a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover,
#main a:hover,
#boxout a:hover {
	color: #0874B5;
	text-decoration: none;
}
#footer #legal {
	clear: left;
	width: 968px;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 0.85em;
	background-image: none;
	color: #fff;
}
#footer #legal .copyright {
	float: right;
}


#navigation {
	position: absolute;
	left: 0px;
	top: 115px;
	width: 200px;
}
#navigation ul li {
	padding:0px;
	margin:0px;
	list-style: none;
}

#navigation ul li a {
	background-image: url(images/navigationback.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	line-height: 33px;
	height:33px;
	display: block;
	padding-left: 50px;
	font-size: 1.2em;
	padding-right: 20px;
	position: relative;
	margin-top: 0px;
	color: #FFF;
	text-decoration: none;
}
#navigation ul li a:hover {
	color:#000000;
}
#login {
	position: absolute;
	top: 30px;
	right: 25px;
	width: 500px;
	font-size: 0.85em;
	
}
#wlpeUserRegisterForm , #wlpeUserProfileForm{
	font-size: 0.85em;
}
#wlpeNewUser label , #wlpeUserProfileForm label{
	display: block;
	clear: left;
	position: relative;
	padding-bottom: 10px;
}
#wlpeNewUser label input , #wlpeUserProfileForm label input{
	position: absolute;
	top: 0px;
	left: 200px;
}
#wlpeCaptchaLabel {
	font-size: 0.8em;
}
#main a {
	color: #FFF;
}
