/* CSS Document */
/* Design */
body{
margin:0;
padding:0;
width:100%;
height:100%;
font:normal 11px Arial, sans-serif;
color:#333333;
background-color:#FFFFFF;
}
table.maintable
{
width:1000px;
height:100%;
border:none;
background: url(../images/body-bg.gif) repeat-y;
}
td.top{
width:1000px;
height:230px;
padding:0;
margin:0;
}
td.footer{
height:32px;
background:url(../images/footer.gif) no-repeat;
font:normal 10px Arial, sans-serif;
color:#FFFFFF;
}
table.inner{
height:100%;
width:1000px;
}
td.leftinner{
width:250px;
background:url(../images/bg-left-part.jpg) no-repeat bottom;
}
td.middleinner{
width:10px;
background:url(../images/middle-bg.gif) no-repeat;
}
td.rightinner{
width:740px;
height:auto;
}
#contentarea{
padding:5px 10px 25px 10px;
}
/* content */
img{
border:none
}
p { 

	margin: 0;	
	text-align: justify;
	padding: 0px;
	font:normal 14px Arial, sans-serif;
	}
p.content { 
	padding: 10px 20px 10px 10px;	
	}
p.services{
padding: 5px 20px 5px 25px;
font:bold 12px Arial, sans-serif;
background:url(../images/arrow1.gif) no-repeat left;
margin-left:10px;
}
a:link { 

	font-weight: normal;
	text-decoration: none;
	color: #993300;
	font-size:12px;
	text-align:left;
	}	
	
a:visited { 

	font-weight: normal; 
	text-decoration: none;
	color: #993300;
	font-size:12px;
	}



a:hover, a:active { 

	text-decoration: none; 
	color: #000;
	font-size:12px;
	}
h3 { 
	font: bold 18px Arial, sans-serif;
	margin: 0;
	color: #333;
	padding:0 0 5px 5px;			
	}
/****  menu  ***********/

#navcontainer {
        
        width: 100%;
        margin: 0;
        padding: 0;
        font-family: Arial, sans-serif;
        font-size: 10px;
        text-align: center;
        text-transform: uppercase;
		font-weight:bold;
}

ul#navlist {
        text-align: left;
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
}

ul#navlist li {
        display: block;
        margin: 0 0 0 0;
        padding: 0;
}

ul#navlist li a {
        display: block;
        width: 100%;
        padding: 0.5em 0 .9em 3.5em;        
        color: #000;
        text-decoration: none;
		font-weight:bold;
		background:url(../images/buttons.gif) no-repeat;
		
        
}

ul#navlist li #current {
        display: block;
        width: 100%;
        padding: 0.5em 0 .9em 3.5em;        
        color: #000;
        text-decoration: none;
		font-weight:bold;
		background: url(../images/buttons-active.gif) no-repeat;
		cursor: default;
		
        
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a {        
        color: #000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
        color: #af3c28;       
}
/* end menu */
