@charset "UTF-8";
body {
	background-color: #1a1a1a;
	margin: 0px;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #313131;
	font-size: 12px;
}

.wrapper{
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
	background-color: #F7F7F7;
	padding-bottom: 40px;
	overflow: hidden;
}

.header{
	width:692px;
	height: 215px;
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-left:auto;
	margin-right:auto;
}

.logo{
	position: absolute;
	top: 40px;
	padding-left: 20px;
}

.navigation{
	font-size: 12px;
	text-transform:uppercase;
	position: absolute;
	top: 200px;
	padding-left: 20px;
	width: 600px;
}

.navigation a{
	color: #313131;
	text-decoration: none;
	margin-right: 18px;
}

.navigation a:hover{
	color: #546aa9;
	text-decoration: none;
	margin-right: 18px;
}

.navigation ul{
 	padding: 0px;
	margin: 0px;
}

.navigation li{
	display: inline;
	list-style-type: none;
}

.image{
	width: 692px;
	height: 151px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 0px;
}

#main{
	width: 690px;
	background-color: #FFFFFF;
	margin-top: 15px;
	padding-top: 25px;
	padding-bottom: 35px;
	border-width: 1px;
	border-style: solid;
	border-color: #969696;
	margin-left:auto;
	margin-right:auto;
	overflow: auto;
}

.top{
	width: 610px;
	padding-left: 25px;
	padding-right: 55px;
	margin-bottom: 25px;
}

.top-left{
	width: 284px;
	padding-left: 25px;
	padding-right: 35px;
	margin-bottom: 25px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dfdede;
}

.top-right{
	width: 275px;
	padding-left: 25px;
	padding-right: 35px;
	margin-bottom: 25px;
	float: left;
}

.line{
	clear:both;
	margin-left: 45px;
	margin-right: 45px;
	margin-bottom: 30px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #dfdede;
}

.left-column{
	width: 220px;
	padding-left: 17px;
	padding-right: 20px;
	float: left;
}

.middle-column{
	width: 165px;
	padding-left: 25px;
	padding-right: 25px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dfdede;
	border-left-color: #dfdede;
	float: left;
}

.right-column{
	width: 165px;
	padding-left: 25px;
	padding-right: 25px;
	float: left;
}

.column{
	width: 180px;
	padding-left: 25px;
	padding-right: 25px;
	float: left;
}

.middle{
	width: 178px;
	padding-left: 25px;
	padding-right: 25px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dfdede;
	border-left-color: #dfdede;
	float: left;
}

.right{
	width: 170px;
	padding-left: 25px;
	padding-right: 35px;
	float: left;
}


#footer{
	background-color: #1a1a1a;
	width: 100%;
	height: 65px;
	padding-top: 25px;
	color: #F7F7F7;
	text-transform: uppercase;
	font-size: 11px;
}	

.footer-left{
	width: 250px;
	float: left;
}

.footer-right{
	width: 433px;
	text-align: right;
	float: left;
}

.center{
	width: 690px;
	margin-left: auto;
	margin-right: auto;
}

#footer ul{
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

#footer li{
	display: inline;
}

#footer a{
	color: #F7F7F7;
	text-decoration: none;
}

#footer a:hover{
	color: #F7F7F7;
	text-decoration: underline;
}

a{
	color: #313131;
	text-decoration: none;
}

a:hover{
	color: #546aa9;
	text-decoration: underline;
}
	
p{
	line-height: 18px;

}

p.homepage{
	font-size: 16px;
	line-height: 20px;
	padding-top: 0px;
	margin-top: 0px;
}

ul{
	line-height: 20px;
	list-style-image: url(images/dot.gif);
	margin-left: 0px;
	padding-left: 15px;
}

li{
	margin-top: 6px;
}

h1{
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	color: #6f6f6f;
}

h2{
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	color: #6f6f6f;
}

h3{ font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	color: #6f6f6f;
}

.subheading{ font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	color: #6f6f6f;
	font-weight: bold;
}

p.nopadd-top{
	padding-top: 0px;
	margin-top: 0px;
}

.formstyle{
	background-image:url(images/form-bg.jpg);  background-repeat: repeat;
	font-size: 10px; 
	padding-top: 2px; padding-left: 3px; padding-right: 5px; 
	border: 1px solid #909090;
}

.padd{
	padding-top: 20px;
}

h1.huge{
	font-size: 46px;
	letter-spacing: -2px;
	color: #546aa9;
}

h1.people{
	font-size: 46px;
	letter-spacing: -2px;
	color: #546aa9;
}

.padd-bottom{
	margin-bottom: 20px;
}