/* STYLES UNIQUE TO A CERTAIN PAGE. PLEASE MAKE BEGINNING AND END COMMENTS TO SEPARATE EACH PAGE. */

/*Contact Us Page commands, table and cell can remain the same, but everything else is changable*/

table#contact-us  {
	width:400px;
	padding:0;
	margin:12px 0 24px 0;
}

table#contact-us td  {
	padding:5px 3px;
	margin:0;
}

td.name  {
	width:150px;
	font-weight:bold;
}

td.field  {
	width:237px;
}
/*End contact us page styles*/


/********** Home Styles **********/
#home #right_content {
	text-align:center;
}


/********** Extra Styles **********/
p.highlight {
	display:block;
	background-color:#e5e5e5;
	padding:5px;
	margin:9px 0;
}

li h3 {
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.fact {
	width:50px;
	padding:0;
	margin:0;
	float:left;
}

.fact_float {
	width:341px;
	padding:0 0 15px 10px;
	margin:0;
	float:left;
}

.home_read {
	font-weight:bold;
	text-align:right;
}


/********** Sitemap ***********/
#copyright {
	font-size:10px;
	text-align:center;
}

/********* Do You Comply Page *********/

#do_comply #main_left {
	width:975px;
}

#do_comply #main_content {
	width:975px;
}

#do_comply #content_container {
	width:700px;
	padding:0 8px 8px 8px;
	background-image:none;
}

#do_comply #main_right {
	display:none;
	visibility:hidden;
}

#do_comply #right_content {
	display:none;
	visibility:hidden;
}
