@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: "Arial MT", Arial, Verdana;
	font-size: 12px;
	color: #000000;
	background-color: #DDEFF1;
}

a, a:link, a:visited, a:active {
	color: #006fab;
	text-decoration: none;
}

a:hover {
	color: #006fab;
	text-decoration: underline;
}

p {
	margin: 5px 0 15px 0;
	text-align: justify;
}

h1 {
	font-family: Calibri, Candara, Arial, Verdana;
	font-size: 22px;
	color: #000000;
	font-weight: normal;
}

.h1sub {
	font-size: 14px;
}

h2 {
	font-family: Calibri, Candara, Arial, Verdana;
	font-size: 15px;
	color: #ffffff;
	margin: 27px 17px 10px 17px;
}

h3 {
	font-family: Calibri, Candara, Arial, Verdana;
	font-size: 18px;
	color: #000000;
	margin: 30px 0 20px 0;
	text-align: justify;
	font-weight: normal;
	line-height: 20px;
}

h4 {
	font-family: "Arial MT", Arial, Verdana;
	font-size: 15px;
	margin: 20px 0 0 0;
}

h5 {
	font-family: "Arial MT", Arial, Verdana;
	font-size: 15px;
	color: #006fab;
	margin: 10px 0 0 0;
}

h6 {
	font-family: Calibri, Candara, Arial, Verdana;
	font-size: 18px;
	color: #000000;
	margin: 20px 0 20px 0;
	text-align: justify;
	font-weight: normal;
}

#dropmenudiv{
	position:absolute;
	/*border:1px solid black;
	border-bottom-width: 0;*/
	font-weight: normal;
	line-height:18px;
	z-index:100;
	margin-top: 7px;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	/*border-bottom: 1px solid black;*/
	padding: 2px 1px 1px 1px;
	text-decoration: none;
	background-color: #D9DB3C;
	font-family: "Arial MT", Arial, Verdana;
	color: #FFFFFF;
	font-size: 14px;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #D9DB3C;
	text-decoration: underline;
}

#Container {
	width: 700px;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}

#Menu {
	width: 695px;
	height: 30px;
	background-image: url(../images/menuback.jpg);
	top: -4px;
	position: relative;
	padding: 0 0 0 5px;
	font-family: "Arial MT", Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}

#Menu a, #Menu a:link, #Menu a:visited, #Menu a:active {
	text-decoration: none;
	color: #FFFFFF;
	margin: 0;
	padding: 8px 10px 10px 10px;
	display: block;
	border-right: 1px solid #FFFFFF;
}

#Menu a:hover {
	text-decoration: underline;
}

#Menu ul li {
	float: left;
	position: relative;
	list-style: none;
}

#Menu ul li ol {
	display: none;
	width: 220px;
	background-color: #009FB2;
	position: absolute;
	left: 0px;
	top: 30px;
	padding: 0 0 3px 0;
}

#Menu ul li:hover ol {
	display: block;
}

#Menu ul li ol li {
	float: left;
	width: 220px;
	text-align: left;
}

#Menu ul li ol li a, #Menu ul li ol li a:link, #Menu ul li ol li a:visited, #Menu ul li ol li a:active {
	margin: 4px 0 0 11px;
	display: block;
	padding: 0;
	border: none;
}

#MainText {
	width: 496px;
	height: auto;
	margin: 27px 0 27px 20px;
	float: left;
}

#MainText2 {
	width: 630px;
	height: 610px;
	margin: 27px 0 27px 35px;
	float: left;
}

#MainText ul {
	list-style: disc;
	margin: 0 0 20px 23px;
}

#MainText img {
	border: 4px solid;
}

#RightBox {
	width: 157px;
	float: right;
	top: -4px;
	position: relative;
	text-align: center;
}

#RightBox form {
	margin: 10px 0 0 2px;
}

#YellowBox {
	width: 157px;
	padding: 0 0 10px 0;
	text-align: left;
}

#YellowBox h2 {
	font-size: 14px;
}

#YellowBox p {
	margin: 0px 17px 10px 17px;
	font-family: "Arial MT", Arial, Verdana;
	font-size: 13px;
	color: #ffffff;
	text-align: left;
}

#BottomLinks {
	width: auto;
	height: auto;
	font-family: "Arial MT", Arial, Verdana;
	font-size: 9px;
	color: #000000;
	float: left;
	margin: 15px 0 0 0;
	padding: 0 15px 0 15px;
}

#BottomLinks a, #BottomLinks a:link, #BottomLinks a:visited, #BottomLinks a:active {
	color: 006fab;
	text-decoration: none;
}

#BottomLinks a:hover {
	color: 006fab;
	text-decoration: underline;
}

#BottomLinksRight {
	width: auto;
	height: auto;
	font-family: "Arial MT", Arial, Verdana;
	font-size: 9px;
	color: #000000;
	float: right;
}

.FormLink {
	font-family: "Arial MT", Arial, Verdana;
	color: #0000FF;
	font-size: 11px;
	line-height: normal;
	margin: 5px 0 10px 0;
	display: block;
}

#BrochureButt {
	margin: 6px 2px 0 0;
	display: block;
}

#BrochureButt a, #BrochureButt a:link, #BrochureButt a:visited, #BrochureButt a:active {
	background-image: url(../images/brochurebutt.gif);
	width: 150px;
	height: 23px;
	display: block;
	padding: 114px 0 0 0;
}

#BrochureButt a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#NewsletterSignup {
	text-align: left;
	margin: 30px 0 0 0;
}

#name, #l480591-480591 {
	width: 146px;
}

.QuoteBox {
	float: right;
	width: 200px;
	padding: 8px;
	margin: 0 0 10px 10px;
}

.QuoteText {
	font-size: 12px;
	font-style: italic;
	padding: 0;
	margin: 0 0 8px 0;
}

.QuoteName {
	font-size: 12px;
	padding: 0;
	text-align: right;
	line-height: 1;
	margin: 0;
}

#accordion {
	padding: 10px 0 0 5px;
	width: 147px;
}

#accordion p {
	padding: 0 8px 6px 10px;
	margin: 0;
}

.toggler {
	margin: 0;
	padding: 0 0 0 0;
	width: 147px;
	cursor: pointer;
	text-align: center;
}
 
.element {
 
}
 
.element p {
	margin: 0;
	padding: 4px 0 4px 0;
}
 
.element a {
	color: #FFFFFF;
	text-align: center;
}
 
.element ul li {
	list-style: disc;
	margin: 0 0 6px 0;
 }
 
 
#UsefulLinks {
	margin: 30px 0 0 0;
}