@charset "UTF-8";
body{
	background-color: #FFFFFF;
}
.head_link:link{
	text-decoration: none;
	color: #000000;
}
.head_link:visited{
	text-decoration: none;
	color: #000000;
}
.head_link:active{
	text-decoration: none;
	color: #000000;
}
.head_link:hover{
	text-decoration: underline;
	color: #999999;
}

#wrapper{
	clear: both;
	height: 175px;
	width: 1000px;
	background: url(../Images/bar.jpg) repeat-x center;
	margin-left: auto;
	margin-right: auto;
	
}
#content-wrapper{
	clear: both;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
.main{
	clear: both;
	height: 175px;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}
.content-main{
	margin-left: 40px;
	margin-right: 40px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.fieldset{
	border: 1px solid #CCCCCC;
	margin-bottom: 0px;
	padding: 10px;
	
}
.fieldset-clients{
	height: 170px;
	border: 1px solid #CCCCCC;
	margin-bottom: 0px;
	background: url(../Images/globe.jpg) no-repeat right;
	padding: 10px;
	
}
.list{
	list-style-type: none;
	float: left;
}
.list label{
	border-bottom: 1px solid #CCCCCC;
}
.limage{
	height: auto;
	float: left;
	margin-right: 10px;
}
.rimage{
	float: right;
	margin-left: 10px;
}
.fieldset legend, .fieldset-clients legend{
	font-size: 12px;
	color: #6699CC;
	font-weight: bold;
}
.spacer{
	height: 10px;
}
#featured{
	float: left;
	width: 540px;
}
#featured_text{
	height: 1px;
	float: left;
	padding-right: 30px;
	padding-left: 140px;
	margin-top: 85px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
}
#footer{
	background: url(../Images/fade-bar.png) no-repeat right;
	clear: both;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	height: 22px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
}
