/* Stylesheet */
/* Styled by Graham Wilkinson 2007 */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#E7E7E8;
}

h1 {
	font-family: Times, Helvetica, sans-serif;
	font-size: 30px;
	font-variant: small-caps;
	font-style: normal;
	color: #662f8f;
}

h2 {
	font-family: Times, Helvetica, sans-serif;
	font-size: 17px;
	font-variant: small-caps;
	color: #662f8f;
}


#container {
	width: 820px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}

#head_container {
	width: 800px;
	margin: 0 10px 10px 10px;
	text-align: left;
}

#main_container {
	width: 800px;
	margin: 0 10px 10px 10px;
	text-align: left;
}

#leftcontent {
	float:left;
	width:48%;
	margin-right:10px;
	padding: 0px 10px 20px 10px;
	font-size: 14px;
	text-align: justify;;
}

#rightcontent {
	padding: 0px 10px 20px 10px;
	font-size: 14px;
	text-align: justify;;
}

#header {
	height: 72px;
	width: 800px;
	padding-top: 10px;
}

#banner {
}

#content {
	width: 800px;
}

#pers_form {
	float:right;
	width:230px;
	height: 500px;
	margin:0px 0px 10px 20px;
	padding: 120px 0px 0px 0px;
	font-size: 12px;
	background-image: url(images/pers_form.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#corp_form {
	float:right;
	width:230px;
	height: 500px;
	margin:0px 0px 10px 20px;
	padding: 120px 0px 0px 0px;
	font-size: 12px;
	background-image: url(images/corp_form.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#text {
	padding: 0px 10px 10px 10px;
	font-size: 14px;
	text-align: justify;
}

#form_container {
	width: 168px;
	height: 500px;
	margin-top: 7px;
	margin-left: 632px;
	padding-top: 50px;
	background-image: url(images/form_background.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#map {
	width: 500px;
	height: 500px;
	margin-left: 66px;
}

#footer {
	padding: 0px 10px 0px 10px;
	font-size: 11px;
	text-align: center;
}

img {
	border-style: none;
}

/* Navbar - start */

#navbar {
	font-family: Arial,Sans-Serif;
	width: 800px;
	height: 26px;
	margin-top: 5px;
	border-bottom: 3px solid #8cc641;
}

#navlist {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#navlist li {
	padding: 0;
	margin: 0;
	text-indent: 0;
	display: inline;
}

#navlist li a {
	letter-spacing: -1px;
	text-decoration: none;
	color: #8cc641;
	font-size: 1em;
	padding: 0 7px;
	/*border-top: .25em solid #bcbec0;*/
}

#navlist li a:hover,#navlist a#current {
	color: #8cc641;
	border-top: none;
	font-size: 1em;
}

#navlist a#current { 
	color: #662f8f;
}

/* Navbar - end */

/* Sub-Navbar - start */

#sub_navbar {
	font-family: Arial,Sans-Serif;
	width: 800px;
	height: 26px;
	margin-top: 5px;
}

#sub_navlist {
	text-align: right;
	margin: 0 auto;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#sub_navlist li {
	padding: 0;
	margin: 0;
	text-indent: 0;
	display: inline;
}

#sub_navlist li a {
	letter-spacing: -1px;
	text-decoration: none;
	color: #8cc641;
	font-size: .75em;
	padding: 0 7px;
}

#sub_navlist li a:hover,#sub_navlist a#current {
	color: #8cc641;
	border-top: none;
	font-size: 1em;
	font-weight: bold;
}

#sub_navlist a#current { 
	color: #662f8f;
}

/* Sub-Navbar - end */

/* FAQ List - start */

#faq_list {
	color: #662f8f;
}

#faq_list li {
	font-size: 18px;
}

#faq_list li a {
	text-decoration: none;
	color: #662f8f;
}

#faq_list li a:hover {
	color: #8cc641;
}

/* FAQ List - end */
