@import url(reset.css); /* The browser equalizer */
@import url(default.css); /* Default classes */
@import url(menu.css);

body {
	color: #484848;
	background-color: #9d420f;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
	}

#container { 
	/*background-color: #000*/
	background-image: url('../images/container_bg.gif');
	background-repeat: repeat-y;
	width: 832px;
	margin: 0 auto;
	padding: 0 32px;
	position: relative;
	}

#header {}
#header h1 { background: #fff url(../images/header_bg.gif) no-repeat; text-indent: -9999px; }
#header h1 a { display: block; height: 96px; }

a		{ color:#00307D;	text-decoration:underline; }
a:link		{ color:#00307D;	text-decoration:underline; }
a:visited	{ color:#1E0059;	text-decoration:underline; }
a:active	{ color:Red;	text-decoration:underline; }

#main1 {
	background:url(../images/col_bg.gif) top left repeat-y;
	clear: both;
	}
#main2 {
	background:url(../images/col_bg.gif) top right repeat-y;
	}
	
#colLeft {
	float:left;
	width:256px;
	margin:0; padding:0;
	}
#colLeft .padding { padding: 25px; }

#colRight {
	float:right;
	width:256px;
	margin:0; padding:0;
	}
#colRight .padding { padding: 25px; }

#content {
	margin:0 256px;
	min-height: 325px; /* to clear ds_left and ds_right */
	}
#content .padding { padding: 25px 40px; }
body.root #content { min-height: 10px; }
body.root #content .padding { padding: 25px; }
#content .floatfix { display: table; height: 1%; width: 100%; margin: 0; padding: 0; }

h2.title { color: #605442; font-weight: normal; font-size: 2em; margin: 0 0 10px; }

#footer { background: #000; margin: 0; padding: 25px 10px; height:30px;}
#footer li { list-style: none outside; float:left; border-left: 1px solid #fff; padding: 0 5px; }
#footer li.last { color: #525a07; margin-top: 5px; border-left: none; }
#footer li.first { border-left: none; }
#footer li a:link, #footer li a:visited { color: #fff; text-decoration: none; }
#footer li.last a { color: #525a07; }
#footer li.address {float:right;color:#fff;border:none;padding:0;}  

.ds_left { background-image: url('../images/ds_left.gif'); width: 32px; height: 448px; position: absolute; top: 0%; left: 0%; }
.ds_right { background-image: url('../images/ds_right.gif'); width: 32px; height: 448px; position: absolute; top: 0%; right: 0%; }

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;
}

