@import 'reset.css';

body {
	background-color: #ffffff;
	font-family: tahoma;
	color: #555555;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	margin: 0px auto;
	
}

a {
	color: #555;
	text-decoration: none;
}
a:hover {
	color: #fe872a;
	text-decoration: none;
}

#wrapper {	
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0px auto;
}

#content {
	width: 980px;	
	text-align: center;
	margin: 0px auto;	
}

#topline {
	float: lef;
	width: 100%;
	height: 20px;
	background-color: #555;
}

#logo {
	width: 351px;
	float: left;
	margin-top: 54px;
}

#menu {
	float: right;
	width: 560px;
	text-align: right;	
	margin-top: 78px;
}

#menu li {
	display: inline;
	margin-left: 20px;
	text-align: right;
}

#menu li a {
	font-size: 16px;
	letter-spacing: 0.8px;
}
#menu li a:hover {
	color: #fe872a;	
}


h1 {
	font-size: 28px;
	font-weight: normal;
	color: #555;
	float: left;
	text-align: left;
	clear: left;
	margin-bottom: 46px;
	width: 100%;
}

#content-right-holder h1 {
	font-size: 28px;
	font-weight: normal;
	color: #555;
	float: left;
	text-align: left;
	clear: left;
	margin-bottom: 23px;
}

.services h2 {
	float: left;
	text-align: left;
	font-size: 17px;
	font-weight: normal;
	margin-top: 10px;
}

#content-left {
	margin-top: 88px;
	float: left;
	width: 660px;
	padding-bottom: 88px; 
}

.welcome {
	width: 100%;
	text-align: justify;
	float: left;
}

.welcome strong {
	color: #fe872a;
}

.vsep {
	width: 100%;
	height: 60px;
	float: left;
}

.vsep2 {
	width: 100%;
	height: 20px;
	float: left;
}

.services {
	float: left;
	clear: left;
	width: 660px;
}

.services li {
	float: left;
	width: 220px;
	padding-bottom: 40px;
}

.services li img {
	float: left;
	margin-right: 20px;
}

#content-right {
	margin-top: 88px;
	float: left;
	width: 320px;
	min-height: 840px;
	background-image: url('images/sidebar.jpg');
	background-repeat: no-repeat;
	background-position: 0px -20px;
}

#content-right-holder{
	width: 250px;
	float: right;
}

.how {
	float: left;	
}

.how li {	
	float: left;
	width: 220px;	
}

.h_pic {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 10px;
}

.h_txt1 {
	font-size: 24px;
	font-weight: normal;
	float: left;
	margin-bottom: 3px;
	width: 160px;
	text-align: left;
}
.h_txt2 {
	font-size: 17px;
	font-weight: normal;
	float: left;
	width: 160px;
	text-align: left;
}

.h_desc {
	float: left;
	text-align: justify;
	margin-top: 22px;
	width: 184px;
}

.h_desc a {
	color: #fe872a;	
	font-weight: bold;
}
.h_desc a:hover {
	color: #555;
}


#footer {
	height: 103px;	
	background-color: #555;
	width: 100%;
	float: left;
}

#footer_content {
	width: 980px;
	margin: 0px auto;
	text-align: center;
}

#partners {
	float: left;
	line-height: 103px;
	color:  #fff;
}

#design {
	line-height: 103px;
	float: right;
}

#footer span {
	color: #fe872a;
}

#footer a {
	color: #fff;	
}

#footer a:hover {
	color: #fe872a;
}

#quote {
	float: left;
	margin-bottom: 46px;
}

#stats {
	float: left;		
	margin-bottom: 46px;
}	
#stats li label{
	float: left;
	width: 70px;
	margin-right: 10px;
	text-align: right;
	color: #fe872a;
	font-size: 28px;
	margin-bottom: 10px;
}

#stats li {
	text-align: left;
	float: left;
	line-height: 28px;
	
}

#news {
	float: left;
	margin-bottom: 46px;
	width: 100%;
	text-align: justify;
}

blockquote {
	font-style: italic;
	float: left;
	width: 100%;
	text-align: left;
}

#say {
	float: left;
	text-align: left;
}

#noscript {
	float: left;
	left: 0px;
	top: 0px;
	height: 35px;
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 20;
	background-color: #fff1ba;
	font-size: 12px;
	color: #000;	
	font-weight: bold;
	line-height: 35px;
}

.form {
	float: left;
	margin-top: 60px;
	text-align: left;
	width: 660px;	
}

.form li {
	margin-bottom: 18px;	
	clear: left;
	float: left;
	width: 660px;
}

.form label {
	width: 220px;
	float: left;
	font-weight: bold;
}

.form span {
	font-style: italic;
	font-size: 11px;
	margin-left: 5px;
	float: left;	
}

.form p {
	float: left;
	margin-left: 3px;	
	margin-top: 5px;
}

.i-text {
	width: 254px;
	height: 27px;
	border: 1px solid #555;
	font-size: 12px;
	font-family: tahoma;
	color: #555;
	line-height: 20px;
}


.i-textarea {
	width: 254px;
	height: 80px;
	border: 1px solid #555;
	font-size: 12px;
	font-family: tahoma;
	color: #555;
	line-height: 20px;
	float: left;
}

.i-checkbox {
	float: left;	
}

.requirements {
	float: left;
	text-align: left;
	margin-bottom: 40px;
	font-weight: bold;
}

