/* CSS Document */

body{
margin:0;
padding:0;
line-height: 1.5em;
background: url(/images/bg-tile.jpg) repeat-x;
color: #666666;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

ul {list-style-type:none;}
b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
margin-top: 20px;
background: #fff;
}

#topsection{
height: 90px; /*Height of top section*/
padding-top: 10px;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

/* TOP PANEL*/
#topPanel{
width:762px; 
height:85px; 
position:relative; 
margin:0 auto; 
padding:0;
}

#topPanel img{
width:230px; 
height:80px; 
z-index:1; 
padding:0; 
position:absolute; 
margin:0 0 0 21px;
}

/* MENU PANEL*/
#topPanel ul{
display:block; 
width:732px; 
height:36px; 
position:absolute; 
top:0; 
right:0; 
margin:11px 0 0; 
padding:0 29px 0 0; 
border-bottom:1px solid #AEAEAE;
}

#topPanel ul li{
float:right; 
font:12px/36px "Trebuchet MS",Arial, Helvetica, sans-serif; 
font-weight:bold;
}

#topPanel ul li a{
width:74px; 
height:36px; 
display:block; 
padding:0; 
color:#555; 
background:#fff; 
text-decoration:none; 
text-align:center; 
margin:0 1px 0 0; 
top:0px; 
left:0px;
}

#topPanel ul li a:hover{
width:74px; 
height:36px; 
text-decoration:none; 
background: url(../images/button.png) no-repeat 0 0 #AEAEAE; 
color:#fff;
}

#topPanel ul li.active, #service_pg #servicepage, #contact_pg #contactpage, #about_pg #aboutpage, #clientlogin_pg #clientloginpage{
width:74px; 
display:block; 
height:36px; 
background: url(../images/button.png) no-repeat 0 0 #AEAEAE; 
color:#fff; 
text-align:center; 
margin:0 1px 0 0;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
background: #C8FC98;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}