body 
{
	background-color:#fff;
}

#container
{
	background: #d50500 url('../images/container_bg.gif') repeat-y;
	width:990px;
	margin:10px auto;
	padding:  0px;
	border: 1px solid #000;
	
}

.ds-left {
	height:453px;
	width:77px;
	float:left;
	background-image:url('../images/ds-left_bg.gif');
	background-repeat: no-repeat;
	}
.ds-main {
	padding-top:45px;
	width:842px;
	float:left;

	}
.ds-right {
	height:453px;
	width:71px;
	float:left;
	background-image:url(../images/ds-right_bg.gif);
	background-repeat: no-repeat;
	}

.idx #header {
	height:87px;
	background:#fff url(../images/header_3bg.gif) no-repeat;
	}
#header {
	height:87px;
	background:#fff url('../images/header_4bg.jpg') no-repeat left top;
	}

#header h1, #header h2{
	display:none;
	}
	
#menu {
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	padding: 0px 8px 0px 10px;
	}

#menu ul{
	
	margin:0px;
	padding:0px;
	
	}
#menu li{
	list-style:none outside;
	float:left;
	font-size:;

	}
	
#menu li a:link, #menu li a:visited{
	background:#000d31;
	color:#fff;
	display:block;
	padding:10px 30px 11px 29px;
	text-decoration:none;
	text-transform:uppercase;

	
}	
#menu li a:hover{
	background:#001c4e;
	color:#fff;
	display:block;
	padding:10px 30px 11px 29px;
	text-decoration:none;
	text-transform:uppercase;
	
}

.separator{
	background-image:url(../images/nav_separator.gif);
	background-repeat: no-repeat;
	width:5px;
	height:33px;
	}
#main-cnt{
	background-image: url('../images/content_bg.gif');
	background-repeat: repeat-y;
	}
	
	#main-cnt .padding {
		padding: 2px 8px;
		}
	
#main1 {
	}
#main2 {

	}
	
#colLeft {
	padding:0px;
	float:left;
	width:293px;
	margin:0;
	background-image:url(../images/gray_bg.jpg);
	background-repeat:repeat-x;
	}
#colLeft h3{
	font-family:Arial Black;
	font-weight:normal;
	padding:0px 0px 10px 0px;
	}	
#colLeft .padding{
	padding:10px;
	}

#colRight {
	padding:0px;
	float:right;
	width:225px;
	margin:0;
	background-color:#fff;
	}
#colRight h3{
	font-family:Arial Black;
	font-weight:normal;
	padding:0px 0px 10px 0px;
	}
#colRight .padding{
	padding:10px;
	}
#colRight p{
	padding-top:10px;
	}

#content {
	padding:10px;
	background-image:url(../images/secondary_bg.jpg);
	background-repeat:repeat-x;
	margin-right:229px;
	}
#content h3{
	font-family:Arial Black;
	font-weight:normal;
	color:#9f0400;
	padding:0px 0px 10px 0px;
	text-transform:capitalize;
	}
	
body.idx #content{
	padding:10px;
	margin:0px 229px 0px 303px ;
	background-image:url(../images/gray_bg.jpg);
	background-repeat:repeat-x;
	}

#footer { 
	background-image:url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	padding:10px;
	margin-top:0px;
	margin-left:77px;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
 }
 
 #footer a{
	text-decoration:none;
	color:#fff;
	}
#footer a:hover{
	text-decoration:underline;
	color:#fff;
	}  
 
ul.arrow { padding:0; margin:0; list-style:none; height:20px;}
ul.arrow li { padding:0; margin:0;margin-right:0px;list-style:none; }
ul.arrow li,ul.arrow li b,ul.arrow li div,ul.arrow li em {float:left; text-align:center;}
ul.arrow div,ul.arrow li b,ul.arrow li em {display:block;}
ul.arrow div {line-height:20px;color:black;padding:0 10px;background-color:#E6BD57; font-size:14px;}
ul.arrow li b,ul.arrow li em {width:0;height:0;overflow:hidden;border-width:10px 10px;border-style:solid;border-right:none;background-color:transparent;}
ul.arrow b {border-top-color:#E6BD57;border-bottom-color:#E6BD57;border-left-color:#FFFFFF;}
ul.arrow em {border-top-color:#FFFFFF;border-bottom-color:#FFFFFF;border-left-color:#E6BD57;}
ul.arrow li.current div {background-color:#424761;color:white;}
ul.arrow li.current b {border-top-color:#424761;border-bottom-color:#424761;}
ul.arrow li.current em {border-left-color:#424761;}

#home { color: #fff; font-size: 2em; background: #fff url(../images/home_content_bg.jpg) no-repeat; margin: 0 0 10px 0; width: 109px; height: 66px; padding: 112px 32px 107px 684px; }

body.noRight #main2 { background-image:none; }
body.noRight #colRight { display:none; }
body.noRight #content { margin-right:0; }

body.noLeft #main1 { background-image:none; }
body.noLeft #colLeft { display:none; }
body.noLeft #content { margin-left:0; }

body.noStructure {}
body.noStructure #colLeft,
body.noStructure #colRight,
body.noStructure #main1,
body.noStructure #main2,
body.noStructure #content,
body.noStructure #header,
body.noStructure #footer,
body.noStructure #menu
{
	display:none;
}

#content .floatfix { display: table; height: 1%; width: 100%; margin: 0; padding: 0; }
