/* CSS Document */
html {
	margin:0 auto;
	padding:0;
	font-family:MS Sans Serif, Tahoma, Helvetica, sans-serif; 
	font-size: 11px; 
	background:#fff url(../images/back_html.gif) repeat-x top center;
	color:#555555;
	line-height:19px;
	text-align:justify;
	}
	
	p
	{
	    margin-top:0;
	}

body {
	margin-top:0;
	}
	
/***************** general *************************/
h1, h2, h3, h4, h5, h6, h7 {
	padding:0;
	margin:0;
	}



/***************** layout *************************/
#wrap {
	width:983px;
	margin: 0 auto;
	padding:236px 0 0 0;
	overflow:hidden;
	}		
#overlay {
	background:url(../images/main_bk.png) repeat-y scroll 0 0 transparent;
	float:left;
	width:983px;
	}	
#main {
	background:url(../images/main_bot.gif) no-repeat scroll center bottom transparent;
	float:left;
	width:983px;
	}	
#container {
	margin:0 0 0 12px;
	padding:0px;
	width:955px;
	background:url(../images/side_bk.gif) repeat-y;
	overflow:hidden;
	}

/******************************/	
.righted
{
color:#777777;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}

/*************	Side Nav *****************/	

#side_nav
{
	width:267px;
	margin:0 1px 0 0;
	float:right;
}

.side_services {
	width:267px;
	float:left;
	}
	
.side_services img {
	width:267px;
	float:left;
	}	
	
.side_services_title {
	width:267px;
	height:25px;
	padding-top:5px;
	float:left;
	background:url(../images/side_title.gif);
	}

#side_nav ul{
	list-style-image:url('../images/li.gif');
	padding-left:15px;
	margin-left:0px;
	line-height:19px;
	font-size:11px;
	}

#side_nav li li {
	list-style:square;
	}
	
li.main{color:#fff;}

#side_nav li li{
 	background:url('../images/li_bg.gif');
}

li a{
	color:#333;
}

li a:hover{
	color:#ef3e34;
	text-decoration:none;
}

#side_contact
{
	width:155px;
	height:150px;
	border:4px solid #dbdbdb;
	font-size:11px;
	padding:5px 5px 5px 10px;
}
#icon_contact
{	width:37px;
	height:37px;
	float:right;
	background:URL('../images/email_oval.gif') no-repeat;
	margin:-17px 5px 0 0;
}

#side_contact a
{
	color:#333;
}

#side_about
{
	width:155px;
	height:165px;
	border:4px solid #dbdbdb;
	font-size:11px;
	padding:5px 5px 5px 10px;
}
#icon_about
{	width:37px;
	height:37px;
	float:right;
	background:URL('../images/about_oval.gif') no-repeat;
	margin:-17px 5px 0 0;
}

#icon_locn
{	width:37px;
	height:37px;
	float:right;
	background:URL('../images/locn_oval.gif') no-repeat;
	margin:-17px 5px 0 0;
}


#find_more
{
	width:149px;
	height:74px;
	margin-top:10px;
	background:URL('../images/find_more.gif');
}

#view_locn
{
	width:149px;
	height:74px;
	margin-top:10px;
	background:URL('../images/view_locn.gif');
}
#side_about h2
{
	color:#ef3e34;
	width:110px;
}
#side_contact h4
{
	color:#ef3e34;
	width:110px;
}

/****************** main body(common) ********************/
#main_body
{
	float:left;
	width:638px;
	padding:5px 20px 0 28px;
	overflow-x:hidden;
	overflow-y:auto;
	height:695px;
}

#main_body a
{
	color:#777777;
}

#main_body a:hover
{
	text-decoration:none;
}


#main_body a.readmore
{
	color:#777777;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

#main_body a.readmore:hover
{
text-decoration:none;
}


#main_txt {
	width:686px;
	float:left;
	margin-left:1px;	
	}

#banner_box {
	float:left;
	width:686px;
	height:275px;
	}
	
#banner_box img {
	float:left;
	width:380px;
	height:252px;
	}	
	
#banner_box_txt {
	float:left;
	width:246px;
	height:205px;
	background:#555555;
	color:#fff;
	padding:20px 30px 0 30px;
	}		
	
.banner_box_title {
	font-family:Tahoma;
	font-size:26px;
	text-transform:uppercase;
	}	

#banner_box_bot {
	float:left;
	height:24px;
	padding:3px 0 0 17px;
	width:239px;
	background:#5D5D5D;
	color:#fff;
	letter-spacing:3px;
	}	
	
#banner_box_next {
	float:left;
	height:24px;
	padding:3px 0 0 10px;
	width:40px;
	background:#3D3D3D;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	}		
#banner_box_next a:link {
	text-decoration: none;
	color: #fff;
	}
#banner_box_next a:visited { 
	text-decoration: none; 
	color: #fff;
	}
#banner_box_next a:hover, a:active { 
	text-decoration: underline; 
	color: #fff;
	}			
#banner_box_txt a:link {
	text-decoration: none;
	color: #FF3300;
	border-bottom:1px dotted;
	font-weight:bold;
	}
#banner_box_txt a:visited { 
	text-decoration: none; 
	color: #FF3300;
	border-bottom:1px dotted;
	font-weight:bold;
	}
#banner_box_txt a:hover, a:active { 
	text-decoration: none; 
	color: #FF3300;
	border-bottom:0px dotted;
	font-weight:bold;
	}	
#banner_box_shadow {
	width:686px;
	height:23px;
	float:left;
	background:url(../images/banner_box_shadow.gif);
	}	
	
#home_txt {
	width:328px;
	margin-right:27px;
	float:left;
	}	

#home_news {
	width:265px;
	float:left;
	}	
	
#home_news_box {
	width:265px;
	float:left;
	background:transparent url(../images/home_news.gif) no-repeat;
	}	
	
#home_news_box_txt {
	width:216px;
	float:left;
	color:#ACABA5;
	padding:0 22px 10px 17px;
	background:transparent url(../images/news_bk.gif) repeat-y;
	margin:10px 0 0 5px;
	}
	
#home_news_box a:link {
	text-decoration: none;
	color: #ACABA5;
	}
#home_news_box a:visited { 
	text-decoration: none; 
	color: #ACABA5;
	}
#home_news_box a:hover, a:active { 
	text-decoration: underline; 
	color: #ACABA5;
	}		
	
#home_news_box_txt ul {
	background:none;
	font-size:100%;
	margin:0;
	padding:0;
	list-style:none;
	}	
	
#home_news_box_txt li {
	background:url(../images/news_bullet.gif) no-repeat left top;
	padding:0 0 0 11px;
	}					
	
#home_news_bot {
	width:244px;
	height:28px;
	padding:0 31px 0 0;
	float:left;
	text-align:right;
	background:transparent url(../images/news_bot.gif) no-repeat;
	}					

.home_spacer {	
	background:url(../images/home_spacer.gif) repeat-x;
	width:100%;
	height:1px;
	clear:both;
	margin:10px 0 10px 0;
	float:left;
	}
/****************** main body(services) ********************/

#service_banner
{
	width:738px;
	height:139px;
	margin-bottom:10px;
	display:none;
}

#body_header
{
	width:738px;
	height:139px;
	margin-bottom:10px;
	background:URL('../images/header.jpg');
}

#body_col
{
	width:435px;
	color:#333;
	float:left;
	padding-right:10px;
	text-align:justify;
}

#body_col li
{
	background:none;
}
#body_side_img
{
	width:296px;
	height:285px;
	float:left;
	background:URL('../images/side_img.jpg');
}

.contact_float_left {
	float:left;
	width:220px;
	}

#contact_map {
	float:right;
	width:394px;
	height:186px;
	margin-bottom:15px;
	}

/****************** main body(about us) ********************/
#body_about_us
{
	width:625px;
	color:#333;
	float:left;
	padding:0;
	text-align:justify;
}

#body_about_us li
{
	background:none;
}



/***************** page styling *************************/
.content {
	color:#ddddff;
	}

#header {
	top:0;
	padding:0;
	margin: 0 auto;
	position:absolute;
	width:98%;
	left:13px;
	}

#header_inner {
	width:983px;
	height:236px;
	margin:0 auto;
	background:url(../images/header_bg.gif) no-repeat;
	}
	
#logo_left {
	margin:44px 0 0 45px;
	width:93px;
	height:165px;
	float:left;
	background:url(../images/logo_left.jpg);
	}	
	
#logo_right {
	margin:88px 0 0 32px;
	width:502px;
	height:91px;
	float:left;
	background:url(../images/logo_right.gif);
	}	
	
#top_nav {
	width:983px;
	height:27px;
	float:left;
	background:url(../images/nav_bk.png) no-repeat;
	}

/***************** footer styling *************************/
#footerwrap {
	width: 100%;
	margin:0 auto;
	color:#B2B2B2;
	}

#footer {
	clear:both;
	margin: 0 auto;
	font-size:11px;
	text-align:center;
	width:979px;
	height:31px;
	background:url(../images/footer_bk.png);
	}

#footer ul{
	margin:0;
	padding:0;
	list-style:none;
	}
#footer li{
	display:inline;
	margin:0;
	padding:0;
	}
#footer p{
	padding:5px;
	margin:0;
	}
#footer a
{
    color:#B2B2B2;
}	
#footer_lt
{
	float:left;
	margin:2px 0 0 27px;
}
#footer_rt
{
	float:right;
	margin:2px 27px 0 0;
}

.img_small{
	height:14px;
	width:11px;
	margin-bottom:-3px;
	border:none;
	}


/***************** misc styling *************************/
.spacer {
	clear:both;
	height:10px;
	}

