@import url("top_nav.css");

* {
	margin: 0px auto;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;		
	background: url(../img/main_bk_strip.jpg) top repeat-x;
}
/*---Layout---*/
#main {
	width: 100%;
background: url(../img/top_drop_shade.jpg) top center no-repeat;
}
#container {
	width: 722px;
}
#top {
	width: 100%;
	height: 30px;
	background: url(../img/top_bk_strip.jpg) repeat-x; 
}
#header {
	width: 100%;
	height: 103px;
	background: url(../img/header_bk.jpg) no-repeat;
}
#nav {
	width: 100%;
	height: 48px;
	background: #000 url(../img/nav_bk.jpg) center center no-repeat;
}
#body_wrap {
	clear: left;
	float: left;
	width: 100%;
	padding-top: 10px;
	background: url(../img/center_bk_strip.jpg) top repeat-x;
}
#center {
	width: 100%;
	height: 195px; /*215*/
	padding: 10px 0px;
	margin: 0 auto;
	text-align: center;
}
#body_contain {
	clear: left;
	float: left;
	width: 100%;
	min-height: 325px;
	height: auto;
}
* html #body_contain {
	height: 325px;
}
#footer {
	clear: both;
	width: 100%;
	height: 65px; /*75*/
	background: #000;
	color: #fff;
	font-family: tahoma;
	font-size: 11px;
	text-align: center;
	padding-top: 10px;
}

/*---Other Stuff--*/
img {
	border: none;
}
h1.page_title {
	width: 692px; /*702*/
	height: 32px; /*36*/
	margin: 0px auto;
	padding: 2px 0px 2px 10px;
	line-height: 32px;
	background: url(../img/title_bk.jpg) no-repeat;
	border: 1px solid #bb0500;
	color: #fff;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14pt;
}
.logo {
	position: relative;
	top: 22px;
	left: 48px;
}
#body_contain a {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
#body_contain a:hover {
	color: #0066FF;
}
#body_contain p {
	width: 95%;
}
.copyline {
	padding-top: 10px;
	font-weight: bold;
}

/*--Footer Links--*/
#footer_links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
#footer_links li {
	margin: 0;
	padding: 0;
	display: inline;
}
#footer_links li a {
	margin: 0;
	padding: 0 10px 0 10px;
	text-decoration: none;
	color: #fff;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	border-right: 1px solid #666666;
}
#footer_links li a.right {
	border-right: none;
}
#footer_links li a:hover {
	color: #999999;
}



.featurebox_wrap {
	float: left;
	width: 100%;
	margin: 0px auto;
	border: 1px solid #ff0000;	
}
.featurebox {
	float: left;
	width: 90%;
/*	position:relative; 
	z-index: 0;*/
	color:#000;
	padding: 10px 15px 15px;
	border-top: 1px solid #d7d7d7;
/*	margin: 0 0 1.5em;*/
	margin: 0px 1.5em;
	margin-bottom: 10px;
	background: #f6f6f6 url(../img/featurebox_bg.gif) no-repeat 100% 100%
}
/*.featurebox p,*/
.featurebox h1, .featurebox h2, .featurebox h3, .featurebox h4, .featurebox h5, .featurebox h6 {
	margin: 0 .5em 0 .3em;
	padding-bottom: 3px;
	border-bottom: 1px solid #c00;
	color:#c00; 
	font-family:Arial, tahoma, verdana, sans-serif; 
	font-size:12px;
}
.featurebox ul, .singles ul {
/*  float: left;*/
/*  position: relative;*/
  width: 96%;
  list-style: none;
  padding-left: 10px;
  padding-top: 10px;
}
 
.featurebox li {
/*  float: left;*/
  width: 43%;
  list-style: none;
  background-image: url(../img/bullet_21.gif);
  background-position: 5px 15px;
  background-repeat: no-repeat;
  padding: 0 0 0 1.5em; /* left padding moves the text away from the bullet */
}
ul.singles li {
  float: left;
  margin-left: 25px;
  width: 90%;
  list-style: none;
  background-image: url(../img/bullet_arrow.gif);
  background-position: 0 7px;
  background-repeat: no-repeat;
  padding: 4px 0 4px 1.5em; /* left padding moves the text away from the bullet */	
}
ul.subsingles li {
	padding-left: 15px;
	margin-left: 0px;
}

.feature_box {
	width: 85%;
/*	background-color: #e8e8ea;*/
	background: #349cfd;
/*	border-left: 7px solid #666665;*/
	border-left: 7px solid #FF0000;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
.feature_box h1 {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	line-height: 30px;
	padding-left: 10px;	
	padding-top: 7px;
}
.feature_box p {
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	color: #fff;
	font-weight: bold;
}


#table_box {
/*	float: left;*/
	width: 90%;
	margin: 10px auto;
}
#table_box h4 {
	text-align: center;
	padding: 5px 0px;
	font-size: 12pt;
	background: #CCCCCC;
}
.box_left {
	float: left; 
	width: 48%;
	padding-bottom: 10px;
}
.box_right {
	float: right;
	width: 48%;
	padding-bottom: 10px;
}


/*multi-column list*/
	
.featurebox_list {
	color:#000;
	padding: 5px 20px 20px;
	border-top: 1px solid #d7d7d7;
	margin: 0 0 1.5em;
	background: #f6f6f6 url("images/featurebox_bg.gif") ;
	no-repeat 100% 100%;
}
		
ul.listing {
/*  float: left;
  position: relative;*/
  width: 90%;
  list-style: none;
  padding-left: 20px;
  margin: 0px auto;
  clear: both;
}
 
ul.listing li {
  float: left;
  width: 45%;
  list-style: none;
  background-image: url(../img/bullet_arrow.gif);
  background-position: 0 3px;
  background-repeat: no-repeat;
  padding: 0 0 0 1.5em; /* left padding moves the text away from the bullet */
}

/*--- from the original css --*/
/* FORMS */
form {margin: 0 0 1.5em; font-family: Arial, tahoma, verdana, sans-serif}
input {font-family: arial,tahoma,verdana,sans-serif;margin: 2px 0}
fieldset {border: none}
label {display:block;padding: 5px 0}
label br {clear:left}

	/* FORMS - general classes */
	input.f-submit {padding: 1px 3px;background:#666;color:#fff;font-weight:bold;font-size:96%}
	
	/* FORMS - f-wrap-1 - simple form, headings on left, form elements on right */
	form.f-wrap-1 {width:100%;background-color: #f6f6f6;border-top: 1px solid #d7d7d7;position:relative}
		form.f-wrap-1 fieldset {width:auto;margin: 0 1em}
		form.f-wrap-1 h3 {margin:.2em 0 .4em;font: bold 155% arial;color:#c00}
		form.f-wrap-1 label {clear:left;float:left;width:100%;border-top: 1px solid #fff}
		
		/* hide from IE mac \*/
		form.f-wrap-1 label {float:none}
		/* end hiding from IE5 mac */
	
		form.f-wrap-1 label input, form.f-wrap-1 label textarea, form.f-wrap-1 label select {width:15em;float:left;margin-left:10px}
		
		form.f-wrap-1 label b {float:left;width:8em;line-height: 1.7;display:block;position:relative}
		form.f-wrap-1 label b .req {color:#c00;font-size:150%;font-weight:normal;position:absolute;top:-.1em;line-height:1;left:-.4em;width:.3em;height:.3em}
		form.f-wrap-1 div.req {color:#666;font-size:96%;font-weight:normal;position:absolute;top:.4em;right:.4em;left:auto;width:13em;text-align:right}
		form.f-wrap-1 div.req b {color:#c00;font-size:140%}
		form.f-wrap-1 label select {width: 15.5em}
		form.f-wrap-1 label textarea.f-comments {width: 20em}
		form.f-wrap-1 div.f-submit-wrap {padding: 5px 0 5px 8em}
		form.f-wrap-1 input.f-submit {margin: 0 0 0 10px}
		
		form.f-wrap-1 fieldset.f-checkbox-wrap, form.f-wrap-1 fieldset.f-radio-wrap {clear:left;float:left;width:32em;border:none;margin:0;padding-bottom:.7em}
		form.f-wrap-1 fieldset.f-checkbox-wrap b, form.f-wrap-1 fieldset.f-radio-wrap b {float:left;width:8em;line-height: 1.7;display:block;position:relative;padding-top:.3em}
		form.f-wrap-1 fieldset.f-checkbox-wrap fieldset, form.f-wrap-1 fieldset.f-radio-wrap fieldset {float:left;width:13em;margin: 3px 0 0 10px}
		form.f-wrap-1 fieldset.f-checkbox-wrap label, form.f-wrap-1 fieldset.f-radio-wrap label {float:left;width:13em;border:none;margin:0;padding:2px 0;margin-right:-3px}
		form.f-wrap-1 label input.f-checkbox, form.f-wrap-1 label input.f-radio {width:auto;float:none;margin:0;padding:0}
		
		form.f-wrap-1 label span.errormsg {position:absolute;top:0;right:-10em;left:auto;display:block;width:16em;background: transparent url(images/errormsg_bg.gif) no-repeat 0 0}
		form.f-wrap-1 label span.errormsg b {padding: 10px 0;margin: 0 10px 0 30px;color:#B30800;font-weight:bold;display:block;width:auto;float:none;line-height:1.3}

#body_content_mix {
	float: left;
	width: 69%;
	margin-bottom: 15px;
}		
		
#right_column {
	float: right;
	width: 30%;
	background-color: #e0e6eb;
	margin-bottom: 15px;
}		