html, body {
	margin: 0;
	padding: 0;
	width:1000px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 15px; 
	color: #383734;
	background-color: #FFFFFF;
}
html {
	background-color: #FFFFFF;
}
p {
	font-size:12px;
	padding-left: 20px;
	padding-bottom: 15px;
	text-align:justify;
	line-height: 16px;
}
h1 {
	text-align: center;
	font-size: 16px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 16px; 
	color: #7E9A0E;
	padding: 0px;
	padding-left: 15px;
	margin: 0px;
	margin-top: 40px;
	margin-bottom: 40px;
}
h2 {
	text-align: left;
	font-size: 17px;
	padding-left: 20px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 18px; 
	color: #891608;
}
h4 {
	text-align: left;
	font-size: 14px;
	padding: 0px;
	padding-left: 20px;
	padding-right: 5px;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}
h5 {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:100;
	line-height: 12px; 
	color: #383734;
}
h6 {
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px; 
	text-decoration: none;
	padding: 8px;
	padding-left: 25px;
	padding-right: 5px;
	margin: 0px;
}
/************************************
navigation and links - formatting
************************************/
a {
	color: #383734;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
a:link, a:active, a:visited {
	list-style-type: none;
	text-align: left;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
a:hover {
	color: #7D7D7D; 
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	}

/** to style specific lists**/
#navigation {
	list-style-type: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	color: #000000;
}
#navigation a {
	list-style-type: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	color: #000000;
/*}
#navigation li {
	list-style-type: none;
	text-align: center;
	padding: 0px;
	padding-bottom: 3px;
	margin: 0px;
	font-size: 11px;
	color: #000000;
*/}
#navigation li a {
	list-style-type: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	color: #000000;
}
#navigation li a:link, a:active, a:visited {
	list-style-type: none;
	text-align: center;
	color:#999999;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}
#navigation a:hover {
	list-style-type: none;
	text-align: center;
	color:#999999;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}
#lists {
	list-style-type: circle;
	text-align: left;
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
}
#lists li {
	list-style-type: circle;
	text-decoration:none;
	padding: 0px;
	padding-bottom: 8px;
	margin: 0px;
	margin-left: 15px;
}
#menu {
	width: 989px;
	text-align:center;
	white-space: nowrap;
	list-style-type: none;
/*	padding: 0px;*/
/*	padding-left: 20px;*/
/*	margin: 0px;*/
}
#sub_menu a {
	list-style-type:none;
}
#link_lists {
	font-size: 12px;
	color: #942327;
	text-decoration: none;
}
#link_lists a {
	font-size: 12px;
	color: #942327;
	text-decoration: none;
}
#link_lists a:hover {
	text-decoration: underline;
	color: #7E9A0E;
}

/*****
uberlink navlist
****/
#navlist {
	width: 989px;
	white-space: nowrap;
	position: relative;
	text-align: center;
	display: inline;
	font-size: 12px;
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
}
#navlist li {
	white-space: nowrap;
	position: relative;
	text-align: center;
	display: inline;
	font-size: 12px;
	list-style-type: none; /*turns off display of bullet*/
}
/****set link styles***/
#navlist a, #navlist a:visited {
	display: inline;
	padding: 2px 10px 2px 10px;
	border: 1px solid;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	background-image:  url(images/subbtn_down.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #959595;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
/***set the hover***/
#navlist a:hover {
	background-color: #FFFFFF;
	background-image:  url(images/subbtn_over.gif);
	color: #942327;
}
#navlist a:active {
	background-color: #FFFFFF;
	background-image:  url(images/subbtn_over.gif);
	color: #942327;
}
/***create the "current" state***/
#subnav{
	width: 120px;
	position: absolute;
	text-align: left;
	display: inline;
	margin-left: 10px;
	margin: 0; /*removes indent IE and Opera*/
	padding-left: 20px; /*removes indent Mozilla and NN7*/
	padding-top:30px;
	list-style-type: none; /*turns off display of bullet*/
}
#submenu_list {
	position: absolute;
	width: 120px;
	text-align: right;
	font-size: 12px;
	color:#CC6600;
	list-style-type: none;
	margin: 0px;
}
#submenu_list li {
	text-decoration:none;
	display: inline;
	font-size: 12px;
	color:#CC6600;
/*	padding-right: 20px;*/
}
#submenu_list li a {
	text-decoration:none;
	font-size: 12px;
	color:#CC6600;
}
#submenu_list li a:active {
	text-decoration:none;
	font-size: 12px;
	color:#CC6600;
}
#submenu_list li a:hover, a:visited {
	text-decoration:none;
	font-size: 12px;
	color:#891608;
}
#navlist .uberlink {
	background-color: #FFFFFF;
	background-image:  url(images/subbtn_over.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #959595; /*!important*/
	cursor: default;
}
/*end uberlink navlist*/
.bottom_text {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px; 
	color: #383734;
}
body {
	text-align:center;
	width: 1000px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
}
#container {
	background: url(images/newsidebar_repeat.jpg) repeat-y #E75116;
	text-align:center;
/*	padding-left: 0px;*/      /* LC fullwidth */
/*	padding-right: 11px;*/     /* RC fullwidth + CC padding EDIT - this changes size of right column*/
}
#container .column {
	position: relative;
	float: right;
}
#center {
	width: 989px;
	margin-left:11px;
	padding-right:0px;
}
#content {
	width: 380px;
	height: 480px;
	margin-left:150px;
	margin:0;
	float:right;
	z-index:1;
}
#client_content {
	width: 380px;
	height: 600px;
	margin-left:150px;
	margin:0;
	float:right;
	z-index:1;
}	
#right {
	width: 11px;             /* RC width */
	padding: 0px;          /* RC padding */
	padding-bottom: 40px;
	margin: 0px;
	background: url(images/newsidebar_repeat.jpg) repeat-y #E75116;

}
#footer {
	clear: both;
	height: 50px;
}
#flash_main {
	float: right;
	width: 360px;
	height: 360px;
	padding: 5px;
	padding-left: 40px;
	padding-bottom: 50px;
	margin: 0px;
	margin-right: 20px;
	z-index:0;
	clear: both;
}
#graphic_left {
	float: left;
	width: 250px;
	height: 227px;
	padding: 5px;
	padding-left: 37px;
	margin: 0px;
	margin-right: 15px;
	clear: both;
}
#graphic_right {
	float: right;
	width: 250px;
	height: 227px;
	padding: 5px;
	padding-left: 15px;
	margin: 0px;
	margin-right: 15px;
	clear: both;
}
.tops {
	vertical-align: top;
}
.bottoms {
	float: right;
}
/*** Equal-height Columns ***/
#container {
	text-align:center;
	width:1000px;
	overflow: hidden;
}
#container .column {
	padding-bottom: 1001em;     /* X + padding-bottom */
	margin-bottom: -1000em;     /* X */
}
/*** Footer Fix ***/
* html body {
	overflow: hidden;
}
* html #footer_wrapper {
	float: left;
	position: relative;
	width: 850px;
/*	padding-bottom: 10010px;
	margin-bottom: -10000px;*/
	background: #FFF;         /*** Same as body background ***/
}
/*** Just for Looks ***/
body {
	margin: 0;
	padding: 0;
	background: #FFF;
}
#header, #footer {
	font-size: large;
	text-align: center;
	padding: 0;
	background: #FFFFFF;
}
/** IE6 fix**/
#footer {
	width: 1000px;
	padding-top: 10px;
	border-top: 1px solid black;
}
/** all others **/
html>body #footer {
	width: 1000px;
	padding: 0px;
	padding-top: 10px;
	border-top: 1px solid black;
}
#center {
	background: #FFFFFF;
}
#container .column {
	text-align: justify;
}
#contact {
	position:absolute;
	width: 429px;
	height: 20px;
	text-align:center;
	padding: 0px;
	padding-left:100px;
	padding-top:20px;
	padding-bottom: 50px;
	margin: 0px;
	background-color: #FFFFFF;
}
#contact a {
	font-size: 12px;
	color: #942327;
	text-decoration: none;
}
#contact a:hover {
	text-decoration: underline;
	color: #7E9A0E;
}
#contact a:visited {
	font-size: 12px;
	color: #942327;
	text-decoration: none;
}
#header_menu {
	position: absolute;
	top: 120px;
	left: 575px;
	width: 80px;
	height: 100px;
	background: #FFFFFF;
	padding: 0px;
	margin: 0px;
	z-index: 2;
}
.headline_holder {
	position: relative;
	width: 889px;
	height: 100px;
	padding-top: 50px;
	display:inline;
	background: transparent;
}
#form_wrapper {
	width: 350px;
	padding-left: 20px;
/*	position:fixed;*/
/*	top: 400px;
	left: 150;*/
/*	padding-right: 10px;
	padding-left: 10px;
*/	margin: 0px;
}
.form_text {
	text-align: right;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px; 
	color: #383734;
}
