@charset "UTF-8";
BODY {margin-top: 0px}
* {
        margin: 0px;
        padding-bottom: 0px;
}
p {
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	line-height: 25px;
 	color: #2e2e2e;
	text-align: left;
	padding-right: 8px;
	padding-left: 25px;
	padding-top: 6px;
	padding-bottom: 12px;
}

#wrapper {
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}


#top {
	float: left;
	height: 134px;
	width: 950px;
	position: relative;
	background-image: url(a-images/homepage/top-logo.jpg);
	background-repeat: no-repeat;
}

#logo {
	float: left;
	height: 134px;
	width: 448px;
	position: relative;
}

#topright {
	float: right;
	height: 134px;
	width: 502px;
	position: relative;
	background-image: url(a-images/homepage/top-right.jpg);
	background-repeat: no-repeat;
}

#slider {
	float: left;
	height: 318px;
	width: 950px;
	position: relative;
	background-color: #FFF;
	background-image: url(a-images/homepage/white.png);
}

#content {
	float: left;
	height: auto;
	width: 950px;
	position: relative;
	background-color: #FFF;
	background-image: url(a-images/homepage/white.png);
}


#left {
	float: left;
	height: 580px;
	width: 256px;
	position: relative;
}

#leftmenu {
	float: left;
	height: 210px;
	width: 256px;
	position: relative;
}


#leftpic {
	float: left;
	height: 184px;
	width: 256px;
	position: relative;
	padding-top: 15px;
}

#leftpictwo {
	float: left;
	height: 200px;
	width: 256px;
	position: relative;
}

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

ul.leftmenu li {
	list-style: none;
	padding: 0;
	width: 256px;
	display: inline;
}

ul.leftmenu li a {
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #333333;
	display: block;
	border-bottom: 1px solid #d9d9d9;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 40px;
	background-image:url(a-images/homepage/arrow1.png);
	background-repeat: no-repeat;
	background-position: 11px 10px;
	font-weight: normal;
}

ul.leftmenu a:hover {
	color: #000;
	background: #e9e9e9;
	background-image:url(a-images/homepage/arrow2.png);
	background-repeat: no-repeat;
	background-position: 11px 10px;
}


#right {
	float: right;
	height: auto;
	width: 694px;
	position: relative;

}



#text {
	float: left;
	height: auto;
	width: 536px;
	position: relative;
}

#footer {
	float: left;
	clear: both;
	height: 160px;
	width: 950px;
	position: relative;
	background-image: url(a-images/homepage/footer.jpg);
	background-repeat: no-repeat;
}

#footpara {
	height: 85px;
	width: 610px;
	position: absolute;
	left: 325px;
	top: 10px;
}



#footlinks {
	height: 20px;
	width: 910px;
	position: absolute;
	left: 20px;
	top: 125px;
}

ul.footmenu {
	list-style:none;


	text-align: center;
}
ul.footmenu li {
	display: inline;
}

ul.footmenu a {
	color: #000;
	font-size:10px;
	text-decoration:none;
	font-family: 'Open Sans', Arial, sans-serif;
	padding-top: 2px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 2px;
	margin-right: 6px;
	margin-left: 6px;
	margin-top: 6px;
	margin-bottom: 6px;
	line-height: 10px;
}
ul.footmenu a:hover {
	color: #000;
	background:#ffd500;
}



h1 {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-size: 19px;
	line-height: 24px;
	color: #000;
	letter-spacing: -0.5px;
	text-align: left;
	padding-right: 8px;
	padding-left: 25px;
	padding-top: 6px;
	padding-bottom: 2px;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	padding-right:10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-weight: bold;
	margin: 0px;
	text-align: center;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	padding-right:10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-weight: bold;
	margin: 0px;
	text-align: center;
}

.h3_form {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #4ca3eb;
	padding-right: 15px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: bold;
	margin: 0px;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding-right: 1px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 0px;
	font-weight: bold;
	text-align: left;
	}
.right { float: right;
margin-right: 5px;
margin-left: 5px; }

.left { float: left;
margin-right: 5px; }
