html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-color:#B3B3B3;
 font:12px verdana, "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
 color:#000000;
 background-image: url(images/bg.jpg);
 background-repeat: repeat-x;
 background-position: top center;
} 
 
#pagewidth{ 
 width:798px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 border:1px solid #717171;
 /*border:1px solid #ECECEB;*/
} 
 
#header{
 position:relative; 
 height:55px; 
 width:100%;
}

#headerstrip{
 height:31px;
 background-image: url(images/headerstrip.jpg);
 background-repeat: repeat-x;
 text-align:right;
}

#topnavigation{
 background-color:#ECECEC;
 height:71px;
 background-image: url(images/topnavbg.jpg);
 background-repeat: no-repeat;
 background-position: top right;
}

#mainnavigation{
 height:22px;
 background-color:#ECECEB;
 text-align:left;
}

#wrapper{
 background-color:#ECECEC;
}
 
#leftcol{
 width:240px; 
 float:left; 
 position:relative;
 text-align:justify;
 padding:5px 5px;
 }
 
#maincol{
 float: right; 
 display:inline; 
 position: relative; 
 width:533px; 
 text-align:justify;
 padding:0px 10px 0px 5px;
 }

#maincol p{margin:1em;}
 
#footer{
 height:20px;
 clear:both;
 background-image: url(images/footer.jpg);
 background-repeat: repeat-x;
 vertical-align:bottom;
 } 

.topitemcontainer{
 float:left;
 width:100%;
 background-color: #FFF;
}

.topitemcontainer a img {
	border: 0;
}

.logoholder{
 float:left;
 width:509px;
 height:94px;
 background:#FFFFFF;
 border-top:1px solid #ECECEC;
 border-right:1px solid #ECECEC;
}
/****************************** SIDE NAVIGATION ******************************/



/********************************* TOP NAVIGATION *********************************/
#topnavigation ul{
margin: 0px;
padding: 0px;
list-style-type: none;
}

#topnavigation ul li{
padding:10px 0px;
float:left;
margin: 0px;
 background-image: url(images/nav_separator.jpg);
 background-repeat: no-repeat;
 background-position: right top;
}

#topnavigation ul li a{
 font-weight:bold;
 padding:7px 20px;
}

#topnavigation ul li a:hover{
 border-bottom:3px solid #F46401;
}
/********************************* TOP NAVIGATION *********************************/



/********************************* SIDE NAVIGATION *********************************/
.leftimageholder{
 padding:3px;
 background:#FFFFFF;
 float:left;
 border:1px solid #A2A2A2;
}
/********************************* SIDE NAVIGATION *********************************/



/****************************** HEADINGS ******************************/
.pageheaders
{
 height:21px;
 background-image: url(images/hr.jpg);
 background-repeat: repeat-x;
 background-position: left bottom;
 font-size:18px;
 text-align:right;
 color:#F45800;
 margin-bottom:7px;
}

.headings
{
 font-size:18px;
 padding-bottom:10px;
}

a
{
 color:#747474;
 text-decoration:none;
}

a:hover
{
 color:#F46401;
}

.nolinks
{
 border:none;
}

input.mlsubmit
{
 background: #FFFFFF;
 border:none;
 width:55px;
 height:20px;
 float:right;
}

input, select, textarea
{
 font:10px verdana, "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
/****************************** HEADINGS ******************************/


 
/*********************************** HACKS AND FIXES AND PRINT STYLES ***********************************/
.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;}
}
/*********************************** HACKS AND FIXES AND PRINT STYLES ***********************************/
