@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	outline:0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #634102;
	background-color: #7D9FDE;
	line-height: 16px;
}
#wrapper {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background: #FFFFFF;
}
#top_corners {
	background-image: url(images/bg_topcorners.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: auto;
	height: 15px;
}
#header {
	background-image: url(images/bg_header.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 87px;
	width: auto;
}
#main_image {
	background-image: url(images/bg_mainimage_1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 275px;
	width: auto;
	font-size:11px;
}
#content {
	background-image: url(images/bg_bodybg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height: auto;
	width: auto;
	padding-right: 40px;
	padding-left: 40px;
}


#footer {
	background-image: url(images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 91px;
	width: auto;
	clear: both;
}
#wrapper #header img {
	margin-top: 15px;
	margin-left: 40px;
}
#wrapper #header .contact_number {
	float: right;
	width: 100px;
	margin-top: 20px;
	font-size: 12px;
	margin-right: 60px;
	text-align: right;
}
#wrapper #content .box .heading {
	background-image: url(images/bg_column_heading.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	width: 210px;
	padding-top: 14px;
	padding-bottom: 15px;
	padding-left: 25px;
}

#wrapper #header .contact_number p {
	color: #7ABAC3;
}
#wrapper #header .contact_number strong {
	color: #067FAE;
}
#wrapper #content #faq {
	float: right;
}

#wrapper  #content   #faq ul {
	padding: 0px;
	margin-top: 10px;
	margin-left: 7px;
	list-style-type: none;
}
#wrapper  #content   #faq li {
	padding-bottom: 5px;
	padding-top: 10px;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EBE4CA;
}
#wrapper #footer p {
	padding-top: 20px;
	padding-left: 40px;
	color: #0580AC;
}
#wrapper #content ul {
	padding: 0px;
	margin-left: 30px;
	margin-bottom: 15px;
}
p {
	padding-bottom: 15px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0580ac;
	padding-bottom: 10px;
	background-image: url(images/bg_headline.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 25px;
	padding-top: 4px;
	line-height: 22px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0580AC;
	padding-bottom: 10px;
	font-weight: bold;
}
h2  a   {
	font-weight: bold;
	color: #0580AC;
	background-image: url(images/bg_h2_down_arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 23px;
	height: 25px;
	line-height:18px;
	padding-bottom: 2px;
}
h2 a:hover {
	color: #7D9FDE;
	text-decoration: none;
}




a {
	color: #0580AC;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #7D9FDE;
}
.clear_both {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.box {
	float: left;
	width: 320px;
	padding-right: 20px;
}




/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
	font-size:11px;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	z-index: 100;
	position: relative;
	margin-left: 32px;
	padding-top: 225px;
	font-size:11px;
}
.nav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
	color: #634102;
	display: block;
	padding: 0 9px;
	/*text-transform: lowercase;*/
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
}

.nav li a:hover {
	color: #0580AC;

}
#nav-one li:hover a, 
#nav-one li.sfHover a {
	color: #0580AC;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
	color: #634102;
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
	color: #634102;
}

.nav ul {
	background: #f2f0e1;
	border-bottom: 1px solid #efe1c6;
	list-style: none;
	margin: 0;
	width: 200px;
	position: absolute;
	top: -999em;
	left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 25px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
	padding-right: 20px;
	width: 180px;
	white-space: nowrap;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ECE1C5;
	border-right-color: #ECE1C5;
	border-bottom-color: #ECE1C5;
	border-left-color: #ECE1C5;
}
.nav ul a:hover {
	color: #634102;
	background-color: #FAF9F4;
}
#contactform input{
	padding:2px;
	margin-bottom:5px;
}

#contactform label{
	width: 120px;
	float:left;
}
.show_hide {
	padding-bottom: 10px;
	margin-bottom: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBE4CA;
}
