/*--------------Begin standard HTML tags--------------*/
body {
	background-image: url(--images/bg_main.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	background-color: #eee;
	background-repeat: repeat-y;
	background-position: center;
	left: auto;
	right: auto;
}

ul {
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 6px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 6px;
}
li { color: #000;
	 border-bottom: 1px solid #6699CD;
	 line-height: 1.8em;
	 padding-top: 0.2em;
	 padding-right: 5px;
	 padding-bottom: 0.2em;
	 padding-left: 0px;
	 list-style-type: none;
	 margin-left: 0px;
}
.error { color: #FF0000;
	 border-bottom:none;
}
hr {
	font-weight: bold;
	color: #6699CC;
	height: 1px;
}
p {
	margin-top: 0px;
	line-height: 1.6em;
	padding-right: 5px;
}
.pageImage {
	padding-left: 4px;
}
img.pageImage {
	margin: 0 0 6px 10px;
}
img.pageImage.right {
	float: right;
}
.frontPanelRight {
	background-image: url(images/bg_rightFront.gif);
	background-repeat: repeat-x;
	width: 40%;
	padding-top: 20px;
	padding-bottom: 25px;
	padding-left: 30px;
}
.frontPanelLeft {
	line-height: 25px;
	color: #336699;
	background-color: #FFFFFF;
	width: 60%;
	vertical-align: top;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 20px;
	padding-left: 6px;
}
h1 {
	font-size: 20px;
	color: #000;
	line-height: 30px;
	margin-bottom: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 5px;
	padding-top: 5px;
}
h3 {
	font-size: 20px;
	color: #000;
	line-height: 30px;
	margin-bottom: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 5px;
	padding-top: 5px;
}
h4 {
	font-size: 12px;
	color: #333333;
	text-align: right;
	padding-right: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: normal;
}
input, textarea, select {
	font-size: 12px;
	background: #E0EFFD;
	color: #043D76;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*--------------End standard HTML tags--------------*/

/*--------------Begin custom CSS tags--------------*/
.faq {
	margin-left: 20px;
	line-height: 1.9em;
	font-weight: bold;
}
.required {
	font-weight: bold;
	color: #FF0000;
}
.radio {
	background-color: #FFFFFF;
}
.footer {
	font-size: 10px;
	text-align: right;
	color: #396A9C;
	font-weight: bold;
	padding-right: 1em;
	background-color: #fff;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #CCC;
	padding-top: .2em;
	padding-bottom: .2em;
	clip: rect(auto,auto,auto,auto);
}
.sub_nav {
	background-color: #6699CD;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #396A9C;
	border-bottom-color: #396A9C;
	text-align: right;
	margin-top: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}
.top_banner {
}
.mainBody {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 25px;
	background-color: #FFF;

}

.mainMenu {
	background-color: #396A9C;
	vertical-align: top;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 0px;
}

.hideObject {
	display: none;
	padding: 0px;
}

/*--------------This runs the side navigation sub-menu--------------*/
.sub { 
	padding-left: 10px;
	font-weight: normal;
	line-height: 1.6em;
	font-size: 11px;
	padding-top: 0.1em;
	padding-bottom: 0.4em;
}
.formButton {
	font-size:9px;
	font-weight:bold;
	background-image:url(images/form_btn.gif);
	background-repeat:no-repeat;
	height:20px;
	width:90px;
	border:0px none;
	font-weight: lighter;
}

/*--------------This runs the copyright information on the bottom of the site--------------*/
.copyRight {
	font-size: 10px;
	color: #999999;
	margin: 5px;
	padding: 5px;
	left: auto;
	right: auto;
	width: 700px;
	text-align: right;
	background-color: #fff;
}

/*--------------This runs the service page for packages--------------*/
.packageBorder {
	border: 1px solid #2F6397;
}
.packageTitle {
	background:#6699CC;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2F6397;
}
.packageBody {
	background:#EEEEEE;
	font-size: 11px;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 8px;
}
.packageOptions {
	padding-left: 50px;
	line-height: 25px;
	font-weight: bold;
}
.packagePrice {
	text-align: right;
	padding-right: 15px;
	background-color: #EEEEEE;
	font-size: 14px;
	font-weight: bold;
	color: #006633;
}
.packageButton {
	padding-left: 70px;
	background-color: #EEEEEE;
}

/*--------------This ends the service page for packages--------------*/

/*--------------End custom CSS tags --------------*/

/*----------------Begin Site Links----------------*/

a:link { color: #396A9C; text-decoration: underline;}
a:visited { color: #396A9C;}
a:hover { text-decoration: none;}

.mainMenu a:link { text-decoration: none; color: #FFFFFF;}
.mainMenu a:visited {text-decoration: none; color: #FFFFFF;}
.mainMenu a:hover {text-decoration: underline; color: #FFFFFF;}

.sub a:link { text-decoration: none; color: #EEEEEE;}
.sub a:visited {text-decoration: none; color: #EEEEEE;}
.sub a:hover {text-decoration: underline; color: #EEEEEE;}

.footer a:link { text-decoration: none; color: #396A9c;}
.footer a:visited { color: #396A9c; text-decoration: none;}
.footer a:hover {
	color: #333;
	text-decoration: none;
}

.sub_nav a:link { text-decoration: none; color: #FFFFFF;}
.sub_nav a:visited { color: #FFFFFF; text-decoration: none;}
.sub_nav a:hover { color: #EEEEEE; text-decoration: underline;}

.faq a:link { text-decoration: underline; color: #FF0000;}
.faq a:visited { color: #FF0000;}
.faq a:hover { color: #FF0000;}

#wrapper {
	border: 1px solid #CCC;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
