@import "reset.css";

body {
	font-family:Helvetica,Verdana,Arial;
}

br {
    clear:both;
}

fieldset {
	border:0px;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.main-wrapper {
    width:981px;
    margin:auto;
}

.logo {
    padding:25px 0px 20px 40px;
    float:left;
    clear:both;
}

.nav-wrapper {
    float:left;
    clear:both;
    height:63px;
    width:973px;
    background:url("../images/topnav.jpg") no-repeat 7px 0px;
    position:relative;
    font-size:13px;
    padding:0px 4px;
    line-height:16px;
}

.nav-wrapper a {
    position:absolute;
    color:white;
    text-decoration:none;
}

.nav-wrapper a:hover {
    text-decoration:underline;
}

#item1 {
    left:553px;
    top:21px;
}

#item2 {
    left:665px;
    top:21px;
}

#item3 {
    left:840px;
    top:21px;
}
.login-wrapper {
	float:left;
	width:430px;
	padding-top:260px;
	background:url("../images/net.jpg") no-repeat 2px top;
}

.login-box {
    float:left;
    height:196px;
    width:393px;
    background:url("../images/login.jpg") no-repeat;
    margin-left:24px;   
    font-size:12px;
    line-height:14px;
}

.login-box a {
    color:white;
    text-decoration:none;
}

.login-left {
	padding-top:15px;
	width:200px;
	float:left;
	
}

.login-box label {
	display:block;
	float:left;
	padding-top:5px;
	padding-right:0px;
	color:white;
	text-align:right;
}

.login-left input {
	display:block;
	float:right;
	width:96px;
	height:16px;
}

.login-button {
	display:block;
	position:relative;
	left:95px;
	top:14px;
	float:left;
}

a img {
	border:0px;
	
}

.input-wrapper {
	float:left;
	padding-left:15px;
	padding-top:16px;
	width:170px;
}

.login-right {
	padding-top:15px;
	padding-left:30px;
	width:150px;
	float:left;
	
}

.register {
	float:left;
	display:block;
	margin-top:15px;
}

.checkboxes {
	float:left;
	padding-top:5px;
	font-size:12px;
}

.checkbox-wrapper {
	padding-top:10px;
    float:left;
    width:150px;
}

.checkbox-wrapper input {
	float:left;
	margin-top:6px;
	margin-right:3px;
}

.checkbox-wrapper label {
	float:left;
	text-align:left;
	width:105px;
}

.description-wrapper {
	float:left;
	width:530px;
}

.date {
	float:left;
	padding:17px 0px 40px 6px;
	width:100%;
	color:#99cc33;
	font-size:12px;
	font-weight:bold;
}

.text1 {
    float:left;
    clear:both;
    padding:0px 50px 65px 100px;
    color:#336699;
    font-size:18px;
}

.text2 {
	float:left;
	width:425px;
	padding-left:20px;
	
}

.text2 ul {
	list-style-type:none;
}

.text2 li {
	width:100%;
	float:left;
	color:#006699;
	font-size:13px;
	line-height:15px;
}

.text2-header {
	color:#99cc00;
	font-size:20px;
	padding-bottom:15px;
}

.content-wrapper {
 	width:100%;
	float:left; 
	height:500px;
}

.content-body {
 	width:100%;
	float:left;
	background:url("../images/box-middle.jpg") repeat-y 0px 0px;  
}

.content-bottom {
	width:100%;
	float:left;
	background:url("../images/box-bottom.jpg") no-repeat left bottom;
	padding-bottom:32px;
	padding-top:10px;
}

.footer {
	text-align:center;
	margin:auto;
	width:900px;
	border-top:1px solid #cccccc;
	font-size:10px;
	padding-top:13px;
	color:#006699;
	font-family:Helvetica,Verdana,Arial;
	
}