body{
	xbackground-color:black;
	padding:0;
	margin:0;
	font-family: arial, helvetica, sans-serif;
	font-size:10pt;
	background-color:#a6a6a6;
	
	color:white;
	
}
#page_wrap{
	position:relative;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding-left:25px;
	padding-right:25px;
	background: black url(/images/cord_black.jpg) 2px 0px repeat;
	border-bottom:5px solid white;
	margin-bottom:25px;
}

#header{
	position:relative;
	width:100%;
	height:80px;
	z-index:1;
	padding-top:20px;
}

#header_logo a{
	display:block;
	background: transparent url(/images/logo.gif) top left no-repeat;
	position:absolute;
	top:5;
	right:0;
	width:178px;
	height:72px;
	z-index:2;
}

.itext {
	display: none;
}


#main_body{
	position:relative;
	height:354px;
	width:950px;
	xbackground-color:#728290;
	xbackground: black url(/images/cord2.gif) 0px 0px  repeat;
}

#main_content_box{
	z-index:1;
}
#main_frame_box{
	z-index:2;
	height:354px;
	width:950px;
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
}

#main_content_left{
	position:absolute;
	left:0px;
	top:0px;
	width:200px;
	height:354px;
	background-color:#728290;
}

#main_content_left_in{
	position:absolute;
	left:10px;
	top:25px;
	width:188px;
	height:300px;
	overflow:auto;
	font-size:8.8pt;
	
}

#main_content_right{
	position:absolute;
	top:0px;
	left:210px;
	width:740px;
	height:354px;
	background-color:#728290;
	overflow:hidden;
}
#main_content_right_in{
	position:absolute;
	left:14px;
	top:25px;
	width:226px;
	height:300px;
	font-size:8.8pt;
	xletter-spacing:1px;
	line-height:16px;
}

#main_content_right .page_image{
	position:absolute;
	left:250px;
	top:25px;
}

#main_content_full{
	position:relative;
	height:354px;
	width:950px;
	background-color:#728290;
	overflow:hidden;
}
#main_content_full_in{
	position:absolute;
	left:14px;
	top:25px;
	width:426px;
	height:300px;
	font-size:8.8pt;
	xletter-spacing:1px;
	line-height:16px;
}

#main_content_full .page_image{
	position:absolute;
	left:460px;
	top:25px;
}

.corner_lt{
	position:absolute;
	width:10px;
	height:10px;
	top:0px;
	left:0px;
	background: transparent url(/images/corner_lt.gif) top left no-repeat;
}
.corner_rt{
	position:absolute;
	width:10px;
	height:10px;
	top:0px;
	right:0px;
	background: transparent url(/images/corner_rt.gif) top left no-repeat;
}
.corner_lb{
	position:absolute;
	width:10px;
	height:10px;
	bottom:0px;
	left:0px;
	background: transparent url(/images/corner_lb.gif) bottom left no-repeat;
}
.corner_rb{
	position:absolute;
	width:10px;
	height:10px;
	bottom:0px;
	right:0px;
	background: transparent url(/images/corner_rb.gif) bottom left no-repeat;
}

.dark .corner_lt{
	background: transparent url(/images/corner_lt_dark.gif) top left no-repeat;
}
.dark .corner_rt{
	background: transparent url(/images/corner_rt_dark.gif) top left no-repeat;
}
.dark .corner_lb{
	background: transparent url(/images/corner_lb_dark.gif) top left no-repeat;
}
.dark .corner_rb{
	background: transparent url(/images/corner_rb_dark.gif) top left no-repeat;
}


#boxes{
	position:relative;
	height:330px;
	width:950px;
	
}

#boxes h1{
	font-size:10pt;
	padding:0;
	margin:0;
}

.box{
	position:relative;
	height:90px;
	width:180px;
	xbackground-color:#728290;
	background-color:#47474e;
	margin-top:5px;
	border:10px solid #47474e;
	
}

.active_box{
	border:10px solid #728290;
	height:190px
}


.box .corner_lt{
	top:-10px;
	left:-10px;
}

.box .corner_rt{
	top:-10px;
	right: -10px;
}


#box1{
	position:absolute;
	left:0px;
	bottom:0px;
}
#box2{
	position:absolute;
	left:250px;
	bottom:0px;
	
}
#box3{
	position:absolute;
	left:500px;
	bottom:0px;
	
}
#box4{
	position:absolute;
	left:750px;
	bottom:0px;
}
#box1 .box{
	background: #47474e url(/images/box1_back_dark.jpg) bottom center no-repeat;
}
#box1 .active_box{
	background: #728290 url(/images/box1_back.jpg) bottom center no-repeat;
}

#box2 .box{
	background: #47474e url(/images/box2_back_dark.jpg) bottom center no-repeat;
}
#box2 .active_box{
	background: #728290 url(/images/box2_back.jpg) bottom center no-repeat;
}


#box3 .box{
	background: #47474e url(/images/box3_back_dark.jpg) bottom center no-repeat;
}
#box3 .active_box{
	background: #728290 url(/images/box3_back.jpg) bottom center no-repeat;
}

#box4 .box{
	background: #47474e url(/images/box4_back_dark.jpg) bottom center no-repeat;
}
#box4 .active_box{
	background: #728290 url(/images/box4_back.jpg) bottom center no-repeat;
}

.box_list{
	padding:0;
	margin:0;
}

.box_list li{
	display:inline;
	padding:0;
	margin:0;
	

}
.box_list li a {
	padding:0;
	margin:0;
	color:#7f8f9d;
	text-decoration:none;
	font-size:8pt;	
	padding-right:3px;
	padding-left:10px;
	background: transparent url(/images/list_dot.gif) 0px 4px no-repeat;
}

.box_list li a.first{
	background-image: none;
	padding-left:2px;
}
.box_list li a:hover {
	text-decoration:underline;
}


#box4 .box_list li{
	display:block;
}
#box4 .box_list li a{
	background-image: none;
	padding-left:2px;
}

#main_nav{
	position:absolute;
	left:0px;
	bottom:10px;
	padding:0;
	margin:0;
	
	height:18px;
}

#main_nav_list{
	padding:0;
	margin:0;
	
}


.nav_list{
	padding:0;
	margin:0;

}

.nav_list li{
	display:inline;
	padding:0;
	margin:0;
	
	
}
.nav_list li a {
	padding:0;
	margin:0;
	color:white;
	text-decoration:none;
	font-size:8pt;	
	padding-right:15px;
	padding-left:20px;
}

.nav_list li a.first{
	
}



.nav_list li a:hover {
	text-decoration:underline;
}

.nav_list li a.active_link{
	font-weight:bold;
}


.sub_nav_list{
	padding:0;
	margin:0;
	list-style:none;
	width:135px;
	
}

.sub_nav_list li{
	padding:0;
	margin:0;
	color:#993316;
	padding-bottom:3px;
	padding-top:10px;
}

.sub_nav_list li a{
	padding:0;
	margin:0;
	color:#993316;
	text-decoration:none;
	font-size:10pt;	
}
.sub_nav_list li a.active_link{
	font-weight:bold;
}

.sub_nav_list li a:hover{
	text-decoration:underline;
}

/*Entries (simple pages)*/
.entry{

}
.entry_title{
	font-size:11pt;
	font-weight:bold;
	padding-bottom:3px;
	color:#5f3b20;
}
.entry_text{
	margin-bottom:15px;
}

.entry_text p{
	margin:0;
	padding:0;
	margin-bottom:6px;
}

.entry_text ul{
	padding:0;
	margin:0;
	margin-left:20px;
}
.entry_text ul ul{
	list-style-type:square;
}
.entry_text ul li{
	padding:0;
	margin:0;
	margin-bottom:5px;
}

.entry_image_left{
	padding-right:5px;
	padding-bottom:5px;
}
.entry_image_right{
	padding-left:5px;
	badding-bottom:5px;
}

.links_list{
	list-style:none;
	padding:0;
	margin:0;
	margin-left:5px;
	
}
.links_list li{
	padding-bottom:3px;
	padding:0;
	margin:0;
}
.links_list li a{
	color:#292102;
	text-decoration:none;
}
.links_list li a:hover{
	text-decoration:underline;
}



#contact_form_full{
	position:relative;
	height:354px;
	width:950px;
	background-color:#728290;
	overflow:hidden;
}
#contact_head{
	position:absolute;
	left:20px;
	top:10px;
}
#contact_head .entry_title{
	font-size:12pt;
}

#contact_top{
	position:absolute;
	top:40px;
	left:20px;
}
#contact_image{
	position:absolute;
	left:10px;
	top:80px;
}

#contact_bottom{
	position:absolute;
	top:300px;
	left:20px;
	font-style:italic;
	color:#112c3d;
	width:475px;
	font-size:8pt;
}
.contact_color{
	color:#112c3d;
}
#contact_form_right{
	position:absolute;
	top:10px;
	left:500px;
}
.cf{
	font-size:8pt;
	line-height:12px;
}
.cfh{
	font-size:8pt;
	line-height:12px;
	color:#112c3d;
	margin-top:3px;
	font-weight:bold;
}

.cf input{
	border:0;
	border-bottom:1px solid white;
	background-color:#728290;
	color:white;
	padding-left:5px;
	
}
.cf_button input{
	background-color:#072b43;
	color:white;
	border:0;
	font-size:8pt;
}
#login_form{
	width:300px;
	margin-top:20px;
	margin-left:300px;
}
.login_header{
	margin-bottom:10px;
	width:300px;
	text-align:center;
}

#customer_home_page{
	margin-left:20px;
	margin-top:10px;
	margin-bottom:40px;
}

.welcome{
	font-size:14pt;
	margin-bottom:10px;
	font-weight:bold;
}

.welcome a{
	font-size:10pt;
	color:white;
	text-decoration:none;
}

.csh{
	font-weight:bold;
	margin-bottom:5px;
	font-size:12pt;
}

.cust_tab tr.title td{
	font-weight:bold;
	padding-bottom:6px;
}

.cust_tab tr td{
	padding-right:15px;
	padding-bottom:3px;
}

.cust_tab tr td a {
	color:white;
}
#customer_body{
	position:relative;
	width:950px;
	xbackground-color:#728290;
	xbackground: black url(/images/cord2.gif) 0px 0px  repeat;
}

#customer_home_page .option_box_options{
	padding:10px;
}
td.completion{
	padding-bottom:15px;
}

.c_link{
	margin-top:20px;
}
.c_link a{
	color:white;
	text_decoration:underline;
	font-size:12pt;
	font-weight:bold;
}

#c_cal{
	float:right;
	clear:none;
	width:300px;
}

#c_cal a {
	color:white;
}

#c_visits
{
	float:right;
	clear:none;
	width:300px;
}

#c_visits a{
	color:white;
	text-decoration:none;
}
#c_visits a:hover{
	text-decoration:underline;
}

.news_item .entry_title{
	color:white;
}