.background {
	margin: 0px;
	background-color: #750f0d;
}
.header_bk {
	background-image: url(images/head_image_bk.gif);
	background-repeat: no-repeat;
	height: 140px;
	width: 855px;
}
.footer_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.footer_link a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.footer_link a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.footer_link a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.footer_link a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration:underline;
}
.body_bk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #191919;
	text-decoration: none;
	background-image: url(images/body_image.gif);
	background-repeat: no-repeat;
	text-align: left;
	height: 400px;
	width: 585px;
}
.home_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	margin-top: 170px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
}
.nav_bk {
	background-image: url(images/nav_image.gif);
	background-repeat: no-repeat;
	height: 400px;
	width: 270px;
}

ul#white_nav {
	margin: 0;
	padding: 0;
	width: 650px; /*For KHTML*/
	list-style: none;
	height: 0px;
	text-indent:3px;
}
ul#white_nav li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 16px;
	visibility: visible;
}
ul#white_nav ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 10px;
	list-style: none;
	display: none;
	position: absolute;
	top: 16px;
	left: 0;
}
ul#white_nav ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
ul#white_nav ul li {
	width: 150px;float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
}

/* Root Menu */
ul#white_nav a {
	padding: 0 6px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
}

/* Root Menu Hover Persistence */
ul#white_nav a:hover,
ul#white_nav li:hover a,
ul#white_nav li.iehover a {
	color: #F9D8A9;
}

/* 2nd Menu */
ul#white_nav li:hover li a,
ul#white_nav li.iehover li a {
	float: none;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #CCCCCC;
}

/* 2nd Menu Hover Persistence */
ul#white_nav li:hover li a:hover,
ul#white_nav li:hover li:hover a,
ul#white_nav li.iehover li a:hover,
ul#white_nav li.iehover li.iehover a {
	color: #ffffff;
	background-color: #67100e;
}

/* 3rd Menu */
ul#white_nav li:hover li:hover li a,
ul#white_nav li.iehover li.iehover li a {
	color: #333333;
	background-color: #CCCCCC;
}

/* 3rd Menu Hover Persistence */
ul#white_nav li:hover li:hover li a:hover,
ul#white_nav li:hover li:hover li:hover a,
ul#white_nav li.iehover li.iehover li a:hover,
ul#white_nav li.iehover li.iehover li.iehover a {
	background: #CCC;
	color: #FFF;
}

/* 4th Menu */
ul#white_nav li:hover li:hover li:hover li a,
ul#white_nav li.iehover li.iehover li.iehover li a {
	background: #EEE;
	color: #666;
}

/* 4th Menu Hover */
ul#white_nav li:hover li:hover li:hover li a:hover,
ul#white_nav li.iehover li.iehover li.iehover li a:hover {
	background: #CCC;
	color: #FFF;
}

ul#white_nav ul ul,
ul#white_nav ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#white_nav li:hover ul ul,
ul#white_nav li:hover ul ul ul,
ul#white_nav li.iehover ul ul,
ul#white_nav li.iehover ul ul ul {
	display: none;
}

ul#white_nav li:hover ul,
ul#white_nav ul li:hover ul,
ul#white_nav ul ul li:hover ul,
ul#white_nav li.iehover ul,
ul#white_nav ul li.iehover ul,
ul#white_nav ul ul li.iehover ul {
	display: block;
}
/* this is left nav*/
.markermenu{
	list-style-type: none;
	padding: 0;
	width: 240px;
	border: 0px solid #9A9A9A;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 15;
}
.markermenu li a{
	color: #FFFFFF;
	display: block;
	width: auto;
	padding: 6px 0;
	padding-left: 35px;
	text-decoration: none;
	background-color: #70655f;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #ADA49C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	list-style-type: none;
}
* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 235px;
	list-style-type: none;
}
.markermenu li a:visited, .markermenu li a:active{
	color: #FFFFFF;
	list-style-type: none;
}
.markermenu li a:hover{
	color: black;
	background-color: #e5d2be;
	background-image:url(images/arrow_f2.gif); /*onMouseover image change. Remove if none*/
	list-style-type: none;
}
.header_bk_sec {
	height: 140px;
	width: 855px;
	background-image: url(images/head_image_sec_bk.gif);
	background-repeat: no-repeat;
}
.nav_bk_sec {
	background-image: url(images/nav_image_sec.gif);
	background-repeat: no-repeat;
	height: 400px;
	width: 270px;
	background-color: #B6ADAB;
	background-position: bottom;
}
.body_bk_sec {
	text-decoration: none;
	background-image: url(images/body_image_sec.gif);
	background-repeat: no-repeat;
	text-align: left;
	height: 400px;
	width: 585px;
	background-color: #EEE9E5;
	background-position: bottom;
	padding-bottom: 20px;
}
.second_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-left: 25px;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #750F0D;
	text-decoration: none;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 25px;
	margin-top: 10px;
}
.level_nav_table {
	background-color: #70655F;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	width: 240px;
}
/* this is left nav*/
.markermenu_hit{
	list-style-type: none;
	padding: 0;
	width: 240px;;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 15;
}
.markermenu_hit li a{
	color: #FFFFFF;
	display: block;
	width: auto;
	padding: 6px 0;
	padding-left: 35px;
	text-decoration: none;
	background-color: #8d847f;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style-type: none;
}
* html .markermenu_hit li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 235px;
	list-style-type: none;
}
.markermenu_hit li a:visited, .markermenu li a:active{
	color: #FFFFFF;
	list-style-type: none;
}
.markermenu_hit li a:hover{
	color: black;
	background-color: #e5d2be;
	background-image:url(images/arrow_f2.gif); /*onMouseover image change. Remove if none*/
	list-style-type: none;
}
.second_link a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #750f0d;
	text-decoration: none;
}
.second_link a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #750f0d;
	text-decoration: none;
}
.second_link a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #750f0d;
	text-decoration: underline;
}
.second_link a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #750f0d;
	text-decoration: none;
}.red_square {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/red_square.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: 4px;
}
.headline_noindent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #750F0D;
	text-decoration: none;
}
