
html, body {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-family:verdana,arial,helvetica;
	color: #333333;
}
 
#pagewidth{}
 
#header{
 position:relative; 
 height:253px; 
 background-image: url(../img/header_bg.jpg);
 background-repeat: repeat-x;
  background-color:#FFFFFF; 
 width:100%;
} 
#centerheader{
	width: 980px;
	margin: 0px auto 0 auto;
	background: #00cccc;
}
 
 #center_left{
 margin-top: 10px;
 	width:400px;
	height: 200px;
	float: left;
	background-image: url(../img/topleft1.jpg);
	background-repeat: no-repeat;
	 }
 
 #center_right{
  margin-top: 10px;
 	width:580px;
	height: 200px;
	float: right;
	background-color: gray;
	background-image: url(../img/topright1.jpg);
	background-repeat: no-repeat;
 }
 
 ul{
	list-style-type: none;
}

h1{
font-size: 12px;
text-transform: uppercase;
color: #5F473B;
margin: 10px 0 0 0;
}

h2{
font-size: 11px;
color: #818181;
padding: 10px 0 0 0;
}

h3{
font-size: 12px;
color: maroon;
padding:  0;
}

img.right{
	padding: 20px 0 20px 0;
}


a{
font-size: 11px;
color: maroon;
text-decoration: none;
font-weight: bold;
}

a:hover{
color:#9DCF54;
}


 
 #menu {
	width: 980px;
	margin: auto;
	padding-top: 0px;
	text-transform: uppercase;
		}
 
#menu  ul{display:block; width:980px; height:46px;  top:0; right:0; margin:0 auto 0 auto; padding:0;}
#menu  ul li{float:left; font-weight:normal;}
#menu  ul li.breit{float:left; font-weight:normal; background-image: url(../img/menu.jpg); background-repeat: repeat-x; width:189px; height:31px; display:block; padding-top:15px; color:#fff; text-decoration:none; text-align:center; margin:0 1px 0 0; top:0px; left:0px;}
#menu  ul li a{background-image: url(../img/menu.jpg); background-repeat: repeat-x; width:99px; height:31px; display:block; padding-top:15px; color:#fff; text-decoration:none; text-align:center; margin:0 1px 0 0; top:0px; left:0px;}
#menu  ul li a:hover{width:99px; height:31px; text-decoration:none; color:#F3D25F;}

#menu  ul li a.active{
	width: 99px;
	display: block;
	height: 31px;
	color: #F3D25F;
	text-align: center;
	margin: 0 1px 0 0;
}
#menu  ul li a:hover.active{width:99px; display:block; height:31px; color:#F3D25F; text-align:center; margin:0 1px 0 0;}
 
#menu  ul li a.breit{background-image: url(../img/menu.jpg); background-repeat: repeat-x; width:189px; height:31px; display:block; padding-top:15px; color:#fff; text-decoration:none; text-align:center; margin:0 1px 0 0; top:0px; left:0px;}
#menu  ul li a:hover.breit{width:189px; height:31px; text-decoration:none; color:#F3D25F;}
#menu  ul li.active.breit{width:189px; display:block; height:31px; color:#FF7113; text-align:center; margin:0 1px 0 0;}

 
 #contentwidth{
 	width:980px;
	margin: auto;
	 }
 
#leftcol{
color: maroon;
 width:160px;
 margin: 30px 0 0 2px;
 height: 400px;
 padding: 0 35px 0 15px;
 float:left; 
 position:relative; 
 background-color:white;


 }
 
#twocols{
 width:740px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
color: maroon;
min-height: 400px;
 width:280px; 
 margin-top: 30px;
 padding: 10px 20px 0 20px;
 float:right; 
 position:relative; 
 background-color: #FFFFFF;
 background-image: url(../img/contentwidth_1.jpg);
	background-repeat: no-repeat;
  }
 
#maincol{
background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:340px; 
 height:400px;
 padding: 30px 20px 0 0;
 margin:0 20px 0 20px;
 }
 
#footer{
 height:30px; 
 margin-top: 40px;
 border-top: solid 1px #C6AEA2;
 padding: 20px 0 0 0;
 color:#C6AEA2;
background-color:white; 
text-align:center;
text-transform: uppercase;
 clear:both;
 } 
 
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

