/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0;
 /*padding-left:80px;*/
 text-align:center;
 width:850px;
 height:1006px;
 max-height:1200PX;
 max-width:850px;  
 min-width:800px;
 /*background-color:#039936;*/
 } 
 
#pagewidth{
 width:850px;
 height:auto;
 max-width:850px;  
 min-width:800px;
}
 
.header{
 /*float:right;*/
 position:relative; 
 height:306px; 
 /*background-color:#FFFFFF; */
 background-image:url(images/header-sitemap.jpg);
 background-repeat:no-repeat;
 width:100%;
 min-width:800px;
 size:inherit;
 max-width:850px;
} 

.header ul {
	list-style: none;
	padding: 0;
	margin: 0;
	
}

.header li {
	
	display: inline; 
	float: right;
	position: relative;
	padding-right:3px;
	/*width: 100px;*/
	width: 70px;
	height: 9px;
	font-weight: bold;
	/*font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
	font-family:Century Gothic;
}

.header a {
	/*float: right;*/
	padding-top: 0px;
	width: 70px;
	height: 9px;
    /*display: block;*/
	/*display: inline;*/
	text-align: left;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 9px;
	/*text-transform: uppercase;*/
	padding-top: 1px;
	padding-left: 5px;
	display: block;
	font-family:Century Gothic;
	

}

.header a:hover {
	width: 70px;
    height: 9px;
	color: #A8BDCC;
	text-decoration: none;
	font-size: 9px;
	font-family:Century Gothic;
	/*background: url(images/menu_r2.gif) repeat-x;*/
}

/*New*/

.header ul li{
position: relative;
display: inline;
float: right;
width:70px;
height:9px;
font-family:Century Gothic;
}


.header ul li a{
display: block;
/*background: #0066CB;*/ /*background of tabs (default state)*/
color: #FFFFFF;
padding: 1px 5px;
/*border-right: 1px solid #778;*/
color: #FFFFFF;
text-decoration: none;
width:70px;
height:9px;
font-family:Century Gothic;
}

* html .header ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.header ul li a:link, #header ul li a:visited{
color: #FFFFFF;
}

.header ul li a:hover{
/*background: #0066CB;*/ /*tab link background during hover state*/
background:none;
color: #FFFFFF;
width:70px;
height:9px;
}

.header ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.header ul li ul li{
display: list-item;
float: none;
}

.downarrowclass{
position: absolute;
top: 3px;
right: 20px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/*End NEW*/

#contentwrapper{
	width:100%;
	background-image:url(images/background-sub2.jpg);
	background-repeat:no-repeat;
}


 
#maincol{ 
 float: right; 
 display:inline; 
 position: relative; 
 /*width:100; */
 width:220px;	 /*background-color:background: #E7F7ED repeat-x;*/
 height:800px;
 /*background-image:url(images/right2.jpg);*/
 /*overflow:hidden;*/
 }
 
#maincol p{margin:1em;}

/*#rightcol
{*/
	/*float:left;
	display:inline; 
 	position: absolute; 
	width:612px;
	height:800px;*/
	/*overflow:auto;*/
	/*background-image:url(images/left3.jpg);*/
/*} */

#rightcol
{
	float:left;
	display:inline; 
 	/*position: absolute;*/
	position:fixed;
	width:612px;
	height:800px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	/*padding-left:27px;*/
	/*text-align: left;*/
	/*overflow:auto;*/
	/*background-image:url(images/left3.jpg);*/
} 


/*#maincol td H3
{
width: 222px;
height: 15px;
font-size: 12px;
font-weight: bold;
padding-left: 12px;
padding-top: 0px;
text-transform: uppercase;
color: #0065A3;

}*/

/*#maincol td a
{
font-size: 14px;
font-weight: bold;
color: #0065A3;
text-decoration:none;
font-family:AvantGarde LT Book; color:#0066CB; font-size:20px; 

}*/
 
/* #rightcol
{
	/*display:none;*/
	/*background-image:url(images/left3.jpg);*/


 
 /* *** 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 right column when printing*/ 
#twocols,#maincol{width:100%; float:none;}


}
