/* CSS Document */
html, body{
margin:0;
padding:0;
background:#1177ee url(images/bg.jpg) top left repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#2E2E2E;
line-height:20px;
}
p, h5{padding:0 5px;}
p{margin-top:5px; line-height:18px;}
ul, p ul{ margin-top:0; margin-bottom:0;}
li{ line-height:20px;}

form{margin:0}

#container{
width:850px;
margin: 0 auto;
background:url(images/container_bg.jpg) top center repeat-y;
}
#body-content{
width:820px;
margin:0 15px;
}
#header{
margin:0 15px;
padding:0;
background:url(images/logo-r.jpg) top right no-repeat;
width:820px;
height:126px;
}
#navbar{
background:#000 url(images/navbar.jpg) top left repeat-x;
height:35px;
margin:0 15px;
}
#navbar ul{
list-style:none;
padding:5px 0 0 0;
margin:0 0 0 40px;
}
#navbar ul li{
display:inline;
padding:0 40px 0 0;
margin:0;
}
#navbar ul li a:link, #navbar ul li a:visited{
text-decoration:none;
color:#FFFFFF;
}
#navbar ul li a:hover{
text-decoration:underline;
}
#content{
width:820px;
margin:0 15px;
padding:0;
}
#left-content, #right-content{
float:left;
padding:0;
} 
#left-content{
width:550px;
margin:10px 8px 10px 0;
}
#right-content{
width:257px;
margin:0 5px 0 0;
}

/*********For Home Page Only******************/
#left-content-home, #right-content-home{
float:left;
padding:0;
} 
#left-content-home{
width:450px;
margin:10px 8px 10px 0;
}
#right-content-home{
width:357px;
margin:5px 5px 0 0;
}
#right-home-top{
background:url(images/services2.gif) top center no-repeat;
height:25px;
}
#right-home-center{
background:url(images/services2-bg.gif) top center repeat-y;
padding:5px;
}
#right-home-foot{
background:url(images/services2-bottom.gif) top center no-repeat;
height:20px;
}

#testimonial-box{
margin: 5px 0;
padding:0;
}
#services-box{
margin-bottom:10px;
padding:0;
}
#footer{
width:820px;
margin:0 15px;
padding:19px 0 0 0;
background: #585858 url(images/footer-bg.gif) top left repeat-x;
height:35px;
font-size:11px;
clear:both;
}
#footer .menu{
color:#fff;
padding-left:50px;
}
#footer .menu a:link, #footer .menu a:visited{
text-decoration:none;
color:#fff;
}
#footer .menu a:hover{
text-decoration:underline;
}
#footer .copy{
color:#434343;
padding-left:200px;
}

/************* Content CSS *****************/
.testi-top, testi-center, testi-bottom{
margin:0;
}
.testi-top{
background:url(images/testi-top.gif) top left no-repeat;
height:33px;
}
.testi-center{
background:url(images/testi-bg.gif) top left repeat-y;
}
.testi-bottom{
background:url(images/testi-bottom.gif) top left no-repeat;
height:23px;
}
.testi-content{
background:#fff;
width:237px;
margin:0 5px;
padding:5px;
color:#434343;
}
.testi-content span{
font-weight:bold;
}
.testi-more a:link, .testi-more a:visited{
text-decoration:none;
color:#009900;
padding:0 0 0 130px;
}
.testi-more a:hover{
text-decoration:underline;
}
.services-top{
background:url(images/services.gif) top left no-repeat;
height:35px;
margin:10px 0 0 0;
padding:0;
}
.services-content{
margin-left:7px;
}
.services-bottom{
background:url(images/services-bottom.gif) top left no-repeat;
height:30px;
margin:15px 0 0 0;
padding:0;
}

.services-content td{
background:url(images/bullet.gif) center left no-repeat;
}
.services-content a:link, .services-content a:visited{
font-size:13px;
font-weight:bold;
color:#2E2E2E;
text-decoration:none;
padding-left:20px;
}
.services-content a:hover{
color:#FF0000;
text-decoration:underline;
}

p.title-blue{
color:#0066CC;
font-size:23px;
}

.title-blue{
padding-left:5px;
color:#0066CC;
font-size:23px;
}

.title-green{
color:#669900;
font-size:23px;
padding-left:5px;
}

.sub-title{
font-size:14px;
font-weight:bold;
}
.sub-title-red{
font-size:14px;
font-weight:bold;
color:#FF0000;
}
.sub-testi{
font-size:12px;
font-weight:bold;
color:#434343;
}

a:link.more-red, a:visited.more-red{
text-decoration:none;
color:#FF0000;
}
a:hover.more-red{
text-decoration:underline;
}
a:link.more-gray, a:visited.more-gray{
text-decoration:none;
color:#ACACAC;
}
a:hover.more-gray{
text-decoration:underline;	
color:#0066CC;
}
.testi-box p{
margin-bottom:10px;
padding:5px 10px;
}
.p-inner p, .p-inner li{
font-size:13px;
line-height:20px;
}

/***********Home Page Content CSS*************/
.right-home-title{
background:#fff;
font-size:18px;
color:#FF0000;
padding:5px 0 5px 5px;
margin-top:10px;
}
.right-home-content{
background:#fff;
padding:5px 0;
margin-top:2px;
}

.highlight {
	background-color: #FFFF66;
}