body{
	font: 62.5%;
	font-family: 'Verdana', 'Georgia', 'sans-serif';
	font-size: 1em;
	background: #00a4bc url('../images/site-bg1.jpg') no-repeat center top;
}
.hidden-link{
	color: white;
	text-decoration: none;
}
.site{
	width: 950px;
	margin: 0px auto;
	position: relative;
}
#header{
	margin-top: 50px;
	height: 450px;
	background: url('../images/logo1.png') no-repeat 300px 70px;
}
#logo{
	display: block;
	margin: 100px auto 50px auto;
	position: relative;
	left: 50px;
}
.clearfix{
	clear: both;
}
#mainNav{
	position: relative;
	top: 250px;
	width: 175px;
	text-align: right;
	list-style-type: none;
}
#mainNav a, #clientLoginLink{
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing:-2px;
}
#mainNav li{
	margin: 10px 0px 10px 0px;
}
.line{
	display: block;
	margin: 20px auto 10px auto;
}
.content{
	background: url("../images/containerbg1.png");
	min-height: 300px;
	width: 910px;
	padding: 10px 20px 30px 20px;
	margin: 0px auto;
}
.content h2{
	color: #5d5353;
	font-size: 1.1em;	
}
.content h1{
	color: #211313;
	font-size: 1.4em;	
	clear: left;
	display: block;
}
.content div{
	margin: 25px 0px 10px 220px;
	width: 600px;
	color: white;
	text-align: justify;
}
#about p{
	margin-left: 20px;
	width: 500px;
}
.content .icon{
	float: left;
	margin: 10px 20px;
	width: 200px;
	height: 200px;
}
.content .smallRightCol{
	float: right;
	margin: 20px 10px;
	width: 300px;
	height: 200px;
}
.content .smallRightCol h2{
	color: #211313;
	font-size: .9em;

}
.content .smallRightCol ul{
	margin-left: 20px;
	color: white;
	font-size: .8em;
}

#footer{
	width: 950px;
	margin: 20px auto;
	font-size: .8em;
	color: #211313;
	text-align: right;
}
#login{
	color: white;
	position: absolute;
	top: 10px;
	right: 50px;
}
#login div{
	float: right;
	clear: right;
	color: white;
	text-decoration: none;
}
#login a{
	float: right;
	clear: right;
	color: white;
	text-decoration: none;
}
#login img{
	float: right;
}
form .frmTxt{
	border: none;
	float: left;
	margin-left: 10px;
	margin-bottom: 5px;
	width: 350px;
	background-color: #f4f87c;
	padding: 5px;
}
form #asterisk{
	color: #b26b6f;
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	width: 20px;
	
}
form label{
	color: white;
	margin-bottom: 30px;
	display: block;
	width: 100px;
	text-align: right;
	float: left;
	clear: left;
}
.button{
	display: block;
	margin: 50px auto;
	background-color: #d80816;
	border: none;
	font-weight: bold;
	color: white;
	height: 40px;
	width: 100px;
	padding: 5px;
}
a img{
	border: none;
}
.ui-widget-header{
	background-image: none;
	background-color: #00a4bc;
}
.youtube{
	font-size: .8em;
	color: white;
	margin-left: 20px;
}
