/* main css for template 2 */ 
html, body{ 
 margin:0; 
 padding:0; 
 } 

body{ 
 margin:0; 
 padding:0; 
 line-height: 1.4em;
 font-family:'Trebuchet MS',Verdana,Tahoma,Arial,sans-serif;
font-style:normal;
font-size:14px;
 color:#555753;
 background:url(../images/backgroundimage2.gif) repeat-x;
 background-color:#9a9a9b;
} 
 
#pagewidth{ 
margin:0; 
 padding:0; 
 width:970px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 

#header{
 position:relative; 
 height:125px; 
 width:100%;
  background-image:url('../images/concrete2.gif');
	  border-right:1px solid #aaaba3;
	  border-left:1px solid #aaaba3;
} 
 
 
#wrapper{
  border-right:1px solid #aaaba3;
	  border-left:1px solid #aaaba3;
		  border-bottom:0px solid #aaaba3;
		}
 
 #wrapper2{	 
 margin-top:-2px;
 background-image:url('../images/concrete.gif');
  background-repeat:repeat;
 }
 
 #leftcol{
 width:62%; 
 float:left; 
 background-color:#292a64;
 padding:0;
 margin:8px;
 border:1px solid #91928b;

 }
 
 
 #leftcol-inside{
 padding:30px; 

 }
 
 
 #rightcol{
  background-color:#292a64;
 float: right; 
 display:inline; 
 width:33%; 
 padding:0;
 margin:8px;
 border:1px solid #91928b;

 }
 
  #rightcol-inside{
 padding:20px;
 }
 
 
 
 
#footer{
 height:100px; 
  background-color:#515573; 
 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:10px;
color:white;
 }
 

 
 /* *** 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*/ 

#twocols, #maincol{width:100%; float:none;}
}





/*Place the p h 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:white;
 text-align:justify;
}


h1{
margin:0;
padding:0;
 font-family:Garamond,'Bookman Old Style','Times New Roman',Georgia,serif;
 font-weight:bold;
font-size:42px;
line-height:normal;
color:#f3da75;
}


h2{
margin:0;
padding:0;
font-family:Garamond,'Bookman Old Style','Times New Roman',Georgia,serif;
  letter-spacing:.08em;
 font-weight:bold;
font-size:23px;
line-height:normal;
color:#f3da75
}


h3{
margin:0;
padding:0;
font-family:'Trebuchet MS',Verdana,Tahoma,Arial,sans-serif;
font-style:bold;
font-size:19px;
line-height:normal;
color:#f3da75;
margin-bottom:8px;
}


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

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


}

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*/
}

</style>

<![endif]>

 
 
 
 h1{color:white;}