/* main css for template 1 */
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: 14px;
 color:#555753;
 background:url(../images/backgroundimage.gif) repeat; 

} 

#pagewidth{ 
margin:0; 
 padding:0; 
 width:980px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#wrapper{
 background-color:#c9ccbc; 
 }
 
#header{
 position:relative; 
 height:120px; 
  background-color:#FCF3F0; 
 width:100%;
 background:url(../images/bannerbackground.gif) repeat; 
 margin-top:12px;
} 
 
#leftcol{
 width:30%; 
 float:left; 
 position:relative; 
 background-color:#c9ccbc; 
 padding:0;
 margin:0;
 }
 
 #leftcol-inside{
 padding:20px;
 }
 
 
 
#maincol{background-color: #e7ecce;  
 float: right; 
 display:inline; 
 position: relative; 
 width:70%; 
 padding:0;
 margin:0;
 }
 
  #maincol-inside{
 padding:20px;
 }
 
 
 
 
#footer{
 height:150px; 
 background-color:#aaaaaa; 
 font-size:13px;
 clear:both;
 color:black;
 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: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:23px;
line-height:normal;
}


h3{
margin:0;
padding:0;
font-family:'Trebuchet MS',Verdana,Tahoma,Arial,sans-serif;
font-style:bold;
font-size:18px;
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:13px;
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; }


td {
vertical-align:top;
font-size:12px;
}

hr {
color:#aaaaaa;
background-color:#aaaaaa;
}


/*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]>







/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.urbangreymenu{
width: 190px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #606060 url(../images/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
margin-left:-10px;
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background: #f1f0e4;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: #606060;
}
