/* main css for template 1 */
html{ 
 margin:0; 
 padding:0;
 background-color:#0099ff; 
 } 

body{ 
 margin:0; 
 padding:0; 
 line-height: 1.4em;
 font-family:'Trebuchet MS',Verdana,Tahoma,Arial,sans-serif;
 font-size: 14px;
 color:#0099ff;

} 

#pagewidth{ 
margin:0; 
 padding:0; 
 width:980px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
margin-top:0px;
 position:relative; 
 height:48px; 
  background-color:#0099ff; 
 width:100%;
} 
 
#leftcol{
 width:30%; 
 float:left; 
 position:relative; 
 background-color:#0099ff; 
 padding:0;
 margin:0;
 }
 
 #leftcol-inside{
 padding:20px;
 }
 
 
 
#maincol{background-color: #0099ff;  
 float: right; 
 display:inline; 
 position: relative; 
 width:70%; 
 padding:0;
 margin:0;
 }
 
  #maincol-inside{
 padding:20px;
 }
 
 
 
 
#footer{
 height:100px; 
border-top:1px solid black; 
 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;
color:black;
 }
 

 
 /* *** 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:14px;
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;
}





/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#tabs {
	float:left;
	width:90%;
	line-height:normal;
	border-top:2px solid #666;
	margin-bottom:1em; /*margin between menu and rest of page*/
	overflow:hidden;
	padding-left:100px;
	}

#tabs ul {
	margin:0;
	padding:0px 10px 0 0px;
	list-style:none;
	
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("../media/left.png") no-repeat left top;
	margin:0 10px 0 10px;
	padding:0 10px 0 6px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	font-size:19px;
	background:url("../media/right.png") no-repeat right top;
	padding:9px 52px 9px 52px;
	margin-right:2px;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}


