/* @group Style Clearing - Epic-DeLea */

* { margin: 0; padding: 0; z-index: 1;
	/*border: 1px solid #990099;*/
}

h1 { font-size: 2em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	
}



h2,h3,h4,h5,h6,pre,code { font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

:link,:visited { text-decoration: none }

a img,:link img,:visited img { border: none }

ul,ol { list-style: none }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin: 0; padding: 0 }

address { font-style: normal }

/* @end */

/* @group Custom Styles */

body {
	color: #555;
	background-color: #eeebe7;
	font: 12px/15px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	background-image: url(/delea/img/interface/background.gif);
	height: 100%;
	width: 100%;
}

/* @group Interface */

img.content_image {
	border: 1px solid #fff;
}

#container_wrapper {
	width: 778px;
	background: url(/delea/img/interface/background_stripe.gif) repeat-y 0 top;
	height: 100%;
}

#container_top {
	background: url(/delea/img/interface/container_top.gif) no-repeat center top;
	padding-top: 20px;
}

#container_bottom {
	background: url(/delea/img/interface/container_bottom.gif) no-repeat center bottom;
	padding-bottom: 65px;
}

#interface_wrapper {
	width: 750px;
	background: url(/delea/img/interface/content_background.gif) repeat-y;
}

#interface_image {
	background: url(/delea/img/interface/content_image.jpg) no-repeat 0 24px;
}

#interface_wrapper_home {
	width: 750px;
	background: url(/delea/img/home/main_image.jpg) no-repeat 0 24px;
}

#header_nav {
	background: url(/delea/img/interface/header_nav_background.gif) no-repeat;
	width: 750px;
	height: 24px;
	clear: both;
	color: #cfcfcf;
	font-size: 13px;
	line-height: 24px;
	text-decoration: none;
	margin-bottom: 10px;
}

#header_nav a:link, #header_nav a:active, #header_nav a:visited, #header_nav a:hover {
	color: #ebebeb;
	font-size: 12px;
	line-height: 24px;
	text-decoration: none;
	font-weight: bold;
}

#header_sub {
	width: 750px;
	text-align: left;
}

#header_sub_links {
	float: right;
	padding-right: 20px;
}

#content {
	margin-top: 30px;
	text-align: left;
	width: 710px;
	margin-bottom: 50px;
	color: #636363;
	font: 12px/14px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}

#featurebox_wrapper {
	clear: both;
	display: block;
	width: 710px;
	background: url(/delea/img/interface/featurebox_middle.gif) repeat-y;
}

#featurebox_top {
	background: url(/delea/img/interface/featurebox_top.gif) no-repeat center top;
}

#featurebox_bottom {
	background: url(/delea/img/interface/featurebox_bottom.gif) no-repeat center bottom;
	padding: 15px 10px;
}

#featurebox_content {
	width: 610px;
	display: block;
	float: right;
	margin-right: 20px;
}

.home_feature {
	display: block;
	margin-bottom: 10px;
}

#home_features_container {
	width: 204px;
}

#home_text {
	padding-top: 325px;
	float: right;
	display: block;
	width: 495px;
	text-align: right;
	color: #000;
	font: 12px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	margin-top: -60px;
}

#contact_map {
	float: right;
}

.div_align_left {
	text-align: center;
	list-style-type: none;
	line-height:25px;
	
}

.no_bullet {
	text-align: center;
	list-style-type: none;
	
/* @end */


/* DM/Delea "Type 5" layout, to put customer info in place */
.customerInfoDiv{


margin-left: 480px;
margin-top: 30px;
position: absolute;
visibility: hidden;


}



a:link, a:active, a:visited{
	text-decoration: underline;
	color: #0c521c;
}

a:hover {
	text-decoration: none;
	color: #07671d;
}

a.other_links, a.other_links:hover {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-top: 8px;
	padding-left: 15px;
	background: url(/delea/img/interface/plus_icon.gif) no-repeat left top;
	width: 375px;
}


.centerIt 
{
	
	text-align:center;
	
}

.page_header {
	display: block;
	float: right;
	color: #49492a;
	text-decoration: none;
	font: bold 19px/19px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	margin-top: -52px;
	padding-bottom: 10px;
	border-bottom: 1px solid #bfc09d;
	width: 710px;
	text-align: right;
}

.sub_title {
	color: #5e5e36;
	text-decoration: none;
	font: bold 14px/16px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}

ul li {
	list-style-type: disc;
	list-style-image: url(/delea/img/interface/list_arrow.gif);
	margin-left: 35px;
	margin-top: 5px;
}

ul {
	padding-top: 10px;
}

/* @group FAQs */

.faq_question {
	display: inline-block;
	margin-bottom: 15px;
	padding-left: 20px;
	background: url(/delea/img/interface/faq_q.gif) no-repeat;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
}

.faq_answer {
	font-size: 12px;
	text-align: left;
	padding-left: 20px;
	margin-bottom: 50px;
	display: none;
	background: url(/delea/img/interface/faq_a.gif) no-repeat 0 2px;
	margin-left: 40px;
	line-height: 14px;
}



/* @end */

/* @group Form */

.form_group {
	color: #5e5e36;
	text-decoration: none;
	font: bold 16px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	display: block;
	margin-bottom: 10px;
}

.form_item {
	display: block;
	margin-bottom: 10px;
	font-size: 11px;
}

.form_label {
	color: #666;
	font: normal 11px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	text-decoration: none;
	display: block;
	margin-bottom: 2px;
}

.form_input {
	color: #000;
	text-decoration: none;
	font: normal normal 12px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}

.form_select {
	color: #000;
	text-decoration: none;
	font: normal normal 11px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}

.form_textarea {
	color: #000;
	text-decoration: none;
	font: normal normal 12px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	width: 350px;
	height: 100px;
}

.submit_button {
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

.form_required {
	color: #ff3333;
	text-decoration: none;
	font: normal normal 9px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}



/* @end */



/* @end */