
/* main css  */


html{ 
 margin:0; 
 padding:0; 
 } 

body{ 
 margin:0; 
 padding:0; 
 line-height: 1.4em;
 font-family:'Trebuchet MS',Verdana,Tahoma,Arial,sans-serif;
 font-size: 13px;
 color:#555753;
  background-color:#dddddd;
	background:url(../graphics/backgroundimage.gif) repeat; 

} 

#pagewidth{ 
margin:0; 
 padding:0; 
 width:980px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
 background-color:#fefef3;
  margin-top:12px;
} 
 
#header{
 position:relative; 
 height:130px; 
  background-color:#FCF3F0; 
 width:100%;
 background:url(../images/bannerbackground.gif) repeat; 

} 
 
#leftcol{
 width:20%;
 float:left; 
 position:relative; 
 background-color:#F6F9F0; 
 padding:0;
 margin:0;
 margin-top:10px;
 }
 
 #leftcol-inside{
 padding:13px;
 border:1px solid gray;
 margin-left:15px;
 padding-bottom:35px;
 }
 
 
 
#maincol{
 float: right; 
 display:inline; 
 position: relative; 
 width:80%; 
 padding:0;
 margin:0;
 }
 
  #maincol-inside{
 padding:10px;

 }
 
 
 
 
#footer{
 height:110px; 
 background-color:#FCF3F0 
 clear:both;
 text-align:center;
 } 
 
#footer-inside{
padding:20px 100px 20px 100px;
text-align:center;
font-family:'Trebuchet MS',Verdana,Tahoma,Arial,sans-serif;
font-style:normal;
line-height:normal;
font-size:11px;
 }
 

 
 /* *** 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;} 
#twocols, #maincol{width:100%; float:none;}
}






/*Place the P H's and uls at the bottom of the css file */

p{
margin:0;
padding:0;
font-family:'Trebuchet MS',Verdana,Tahoma,Arial,sans-serif;
font-style:normal;
font-size:13px;
line-height:normal;
color:#2b2b2b;
text-align:left;
}


h1{
margin:0;
padding:0;
font-family:'Trebuchet MS',Verdana,Tahoma,Arial,sans-serif;
font-style:bold;
font-size:33px;
line-height:normal;
}


h2{
margin:0;
padding:0;
font-family:'Trebuchet MS',Verdana,Tahoma,Arial,sans-serif;
font-style:bold;
font-size:28px;
line-height:normal;
}


h3{
margin:0;
padding:0;
font-family:'Trebuchet MS',Verdana,Tahoma,Arial,sans-serif;
font-style:bold;
font-size:22px;
line-height:normal;
}


h4{
margin:0;
padding:0;
font-family:'Trebuchet MS',Verdana,Tahoma,Arial,sans-serif;
font-style:bold;
font-size:18px;
line-height:normal;
}

ul, li
{
margin:0;
padding:0;
font-family:'Trebuchet MS',Verdana,Tahoma,Arial,sans-serif;
margin-left:10px;
font-style:normal;
font-size:12px;
line-height:normal;
}

ul{
padding-top:8px;
padding-bottom:15px;
}


a:link { 
font-weight : bold; 
text-decoration : none; 
color : #1b1b1b; 
} 
a:visited { 
font-weight : bold; 
text-decoration : none; 
color : black; 
} 
a:hover, a:active { 
text-decoration : underline; 
color : #555555; 
}

img { 
margin: 0px; 
padding: 0px; 
border: none; }





/** Transparent boxes */
.transparent { 
	background-image:url('images/transparent/transparent.gif'); 
	background-repeat:repeat;
}

.greentransparent { 
	background-image:url('images/transparent/greentransparent.gif'); 
	background-repeat:repeat;
}




/*CSS Drop Shadows */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */<!-- Hide entire CSS code from IE6 -->
<![if !IE 6]>

.shiftcontainer{
position: relative;
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
width: 300px; /* container width*/
background-color: #d1cfd0;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -5px; /*shadow depth*/
top: -5px; /*shadow depth*/
}

<![endif]>