/* start hdr_ftr.css */
/* description: styling for the header and footer
	NOTE: may contain rules for basic sidebar modules, but it shouldn't 
*/

/* should these be in ie.css */

ol.cn_pnav_fmenu, 
li.dropshadow img { 
	behavior: url("/assets/js/iepngfix.htc"); 
}

/* background styles  */

body { 
	background-color: #616D7E;
	/* background:url('../images/gradient_bg.jpg') repeat-x;*/
	/* background:url('../images/boxes.jpg') repeat; */
	margin: 20px 0 20px 0;
	font-family: arial, helvetica, sans-serif;
}

.background { 
	background:url('../images/bg_drop.png') repeat-y center;
	margin: 0px auto;
}

.bottom_cap { 
	background: url('../images/bottom_cap_drop.png') no-repeat center;
	height: 46px;
	margin: 0px auto;
}

.top_cap { 
	background:url('../images/top_cap_drop.png') no-repeat bottom center;
	height: 28px;
	margin: 0px auto;
}

/* "no-banner" with a type "is-popup" */
body.body_popup {
    margin: 0;
    padding: 0;
}

/* general link styles (duplicated from global.css) */

#cn_header * a:link, 
#cn_header * a:active, 
#cn_header * a:visited {
	text-decoration: none;
      color: #e67600 !important;
	font-size: 20px;
}

#cn_header * a:hover {
	text-decoration: underline;
	color: #e67600 !important;
	font-size: 20px;
}

/* set background for the header */	

#cn_header {
	width: 740px;
	font-size: 11px;
	color: #999;
	text-align:center;
	margin: 0px auto;
	padding: 0;
	background: #fff;
	position: relative;
    	z-index: 3000;
}

#company {
    	font-weight: bold;
	font-size: 40px;
	font-family: "Times New Roman", Courier, Garamond, serif;
	vertical-align: top;
}

#cn_header * ol, 
#cn_header * ul {
	list-style-type: none !important;
	list-style-image: none !important;
	margin: 0;
}

#cn_header h3 {
	font-size: 20px;
}


/* logo area */	

#logo {
	float: left;
	width: 175px;
	height: 60px;
}

#logo img {
	display: block;
	margin: 0;
}

/* footer styles */

.cn_footer {
	border: 1px;
}
.cn_footer h3 {
	font-size: 14px;
}

ul.footer_gray_bar {
	background: url('../images/css/menus/footer_740x31.gif') no-repeat;
	clear: both;
	width: 740px;
	height: 31px;
	margin: 0;
	padding: 3px 0 0 0;
	font-size: 11px;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
}

ul.footer_gray_bar li a:link, 
ul.footer_gray_bar li a:visited, 
ul.footer_gray_bar li a:active {
	color: #666 !important;
}

ul.footer_gray_bar li a:hover {
	text-decoration: underline;
}

ul.footer_gray_bar li {	
	display: block;
	float: left;
	margin: 5px 2px 5px 2px;
	padding: 0 0 0 5px;
	border-left: solid 1px #ccc;
}

ul.footer_gray_bar li * {	
	font-weight: normal;
	font-size: 11px;
}

ul.footer_gray_bar li.first {	
	display: block;
	float: left;
	margin: 5px 2px 5px 2px;
	padding: 0 0 0 5px;
	border-left: none;
}

ul {
	text-align: left;
}

ul li {
	color: #2B60DE;
	font-size: 20px;
	font-weight: bold;
/	* #FF0000  red */
}

ul.checklist {
	list-style-type: none;
}

ul.checklist li {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background-image: url('../images/checkbox.jpg');
    	background-repeat: no-repeat;
    	padding-left: 15px;
    	background-position: 0px 5px;
/* #FF0000  red */
}

#notice {
	font-size: 24px;
	font-weight: bold;
	vertical-align: center;
/	* #FF0000  red */
}

#phone {
	font-size: 30px;
	font-weight: bold;
	vertical-align: center;
	color: #FF0000
}

#dot {
	font-size: 12px;
	margin-top: 5px;
	color: #000000;
}

#notice2 {
      padding-top: 60px;
      padding-left: 50px;
	font-size: 24px;
	font-weight: bold;
	vertical-align: middle;
 	float: left;
      clear: none;
}



#statement {
	font-size: 18px;
	margin: 20px;
	width: 720px;
	text-align: left;
}

#statement2 {
	font-size: 18px;
	margin-top: 2px;
	width: 700px;
	text-align: center;
}

#LeftColList {
    float: left;
    width: 360px;
    /*margin-right: 300px;*/
    position: static;
    display: inline;
    clear: both;
}

#contact {
	color: #FF0000;
	font-size: 16px;
}


#RightColList {
    margin-left: 355px;
    /*position: static;*/
    clear: none;
    vertical-align: top;
    clear: none;
}

#thankYou
{
	font-size: 16px;
}

.clearer {
    clear: both;
}

.BodyContent{
    width: 740px;
}

tr {
	text-align: left;
}

th {
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
}


/* end hdr_ftr.css */
