body{
	background-color:#000;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;	
}


.clear{
	clear:both;	
}

#wrapper{
	margin:50px auto 0px auto;
	width:960px;
	height:auto;
	position:relative;
	background-color:#fff;	
}

hr{
	width:100%;
	height:2px;
	background-color:#EC5F17;
	border:none;	
}

.main-container{
	margin:0px auto 0px auto;
	padding-top:20px;
	position:relative;
	width:900px;
	height:auto;
	color:#333;
	font-size:12px;	
}

.main-left{
	float:left;
	width:500px;	
}

.main-right{
	float:right;
	width:360px;	
}

.header{
	width:960px;
	height:340px;
	background:url(../images/header-image.jpg) no-repeat;
}

.top-bg{
	width:960px;
	height:auto;
	min-height:400px;
	position:relative;
	background:url(../images/top-bg.jpg) no-repeat;	
}

.footer-bg{
	height:57px;
	width:960px;
	background:url(../images/footer-image.jpg) no-repeat;
	margin:0px auto 20px auto;	
}


.footer{
	position:relative;
	width:900px;
	height:30px;
	line-height:30px;
	margin-left:auto;
	margin-right:auto;
	color:#333;
	font-size:11px;	
	padding-bottom:20px;
}

.foot-left{
	float:left;
	text-align:left;	
}

.foot-right{
	float:right;
	text-align:right;
}

.foot-link{
	color: #EC5F17;
	text-decoration:none;
}

/*==========================Form Elements====*/

#error {
	color:red;
	font-size:10px;
	display:none;
}
.needsfilled {
	background:red;
	color:#fff;
}

label{
	font-weight: bold;
	font-size:12px;
	line-height: normal;
	text-align: left;
	margin-right: 10px;
	position: relative;
	display: block;
	float: left;
	width: 100px;
	}	
	
.req-field-login{
	padding-left:30px;
	color:#F30;
}

label.fieldLabel	{
	display: inline;
	float: none;
	}
	
input.formInputText   {
	font-size: 12px;
	padding: 2px;
	border: solid 1px #666;
	margin-right: 5px;
	margin-bottom: 5px;
	width:184px;
	height: 20px;
	}

		
input.formInputText:hover {
	border: solid 1px #666;
	width:184px;
	cursor: pointer;
	}
	
.button-news {
    border: 1px solid #333;
    background: #ccc;
	height:30px;
	line-height:30px;
	font-size:12px;
	color:#000;
	width:99px;
	text-align:center;
}



select.formSelect-news  {
	font-size: 12px;
	padding: 2px;
	border: solid 1px #666;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	width:305px;
	}


textarea.formInputText{
	color: #666;
	background-color: #FFF;
	padding: 2px;
	width:184px;
	height:100px;
	border: solid 1px #666;
	}


input.formInputText-sub   {
	font-size: 12px;
	padding: 2px;
	border: solid 1px #666;
	margin-right: 5px;
	margin-bottom: 5px;
	width:238px;
	height: 20px;
	}


.button-news-sub {
    border: 1px solid #333;
    background: #ccc;
	height:30px;
	font-size:12px;
	color:#000;
	width:99px;
	text-align:center;
}



select.formSelect-news-sub  {
	font-size: 12px;
	padding: 2px;
	border: solid 1px #666;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	width:238px;
	}



textarea.formInputText-sub{
	color: #666;
	background-color: #FFF;
	padding: 2px;
	width:238px;
	height:100px;
	border: solid 1px #666;
	}

