
/*************************************************************************************
  BEGIN styles for the base components 
  Browser normalization
  ************************************************************************************/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p{
	margin				: 0;
	padding				: 0;
}
p{
	padding				: 0;
	margin				: 0;	
}
fieldset, img {
	border				: 0;
}
select{
	font				: normal 11px Arial, Verdana, sans-serif;
}
label{
	float				:left;	
	display				:block;	
}
address, caption, cite, code, dfn,strong, var {
	font-style			: normal;
	font-weight			: normal;
}
ol, ul {
	list-style			: none;
}
abbr, acronym {
	border				: 0;
}
body{
	background-color	:#FFFFFF;
    background-repeat: repeat-x;
	font				:normal 12px Verdana, Helvetica, Sans-serif;
	color				:#3e3e3e;
	line-height			:15.5px;

}
/* ------------------------------------- Links ------------------------------------------------ */

a {	
	text-decoration		: none;	
}

a:hover {
	text-decoration		: underline;
}

/* -------------------------------------- Headers ------------------------------------------------ */

h1 {
	font-size			:20px;
}

h2 {
	font-size			: 15px;
}

h3 {
	font-size			: 1.4em;
}

h1, h2, h3 {
	margin				: 1em 0;
}

h4, h5, h6 {
	font-size			: 15px;
}

h1, h2, h3, h4, h5, h6, strong {
	font-weight			: bold;
}


/*************************************************************************************
  END styles for the base components 
  ************************************************************************************/
  
  
/*************************************************************************************
  BEGIN styles for the common things

  ************************************************************************************/
.clearFloat{
	content				: ".";
	display				: block;
	height				: .001px;
	clear				: both;
	visibility			: hidden;
}
.floatLeft{
	float				:left;
}
.floatRight{
	float				:right;
}
#mainContainer{
	width				:872px;
	margin				:0 auto;
	background-color	:#FFFFFF;
}
#footer{
	background-color	: #FFFFFF;	
}
#footer p{
	padding				: 5px 0;	
	font-size: 9px;
	color: #888279;
	line-height:10px;
}
#footer a{
	color: #999999;
	font-weight			: bold;	
	text-decoration: none;
}
#footer a:hover{
	color: #173c76;
	font-weight			: bold;	
}
.menuHome ul{
	background: #7e9ac6 url("/public/imgs/home/bg-menu.gif") no-repeat bottom left;
	width: 452px;
	float: right;
}
.menuHome ul li{
	background: url("/public/imgs/home/img-divider.gif") no-repeat top right;
	float: left;
	padding: 16px 10px 9px;
	height: 10px;
	line-height: 2px;
}
.menuHome ul li a{
	color: white;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
.menuHome ul li a:hover{
	color: #173c76;
	text-decoration: none;
}
.logoContainer{
	background: url("/public/imgs/home/bg-logo.gif") no-repeat 0 0;
	width:812px;
	height: 61px;
	padding: 0 30px;
}
.phoneImage{
	padding:20px 20px 0 0;
}
.bannerContainer{
	background: #fff;
	color: #819bc5;
}
.bannerContainer .right{
	float:right;
	background: #fff url("/public/imgs/home/img-apple.gif") no-repeat top right;
	width: 392px;
	height:227px;
	padding: 25px 125px 0 25px;
}
.bannerContainer h1{	
	margin: 0;	
}
.bannerContainer p{
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 13px;	
	padding-top: 25px;	
	font-weight: bold;
}
.bannerContainer a{
	color: #C40303;
    text-decoration: underline;
}
.bannerContainer a:hover{
	color: #FFFFFF;
    text-decoration: underline;
}
.leftHomeContentContainer{
    background: #fff url("/public/imgs/home/bg-whynb.gif") no-repeat top right;
	float: left;
	width: 329px; 
	padding: 25px 0 0 70px;
}
.whynbContainer{
	padding: 0 0 43px 0;
    
}
.whynbContainer h1{
	margin: 0 0 18px 0;
}
.testimonialContainer{
	font-weight: bold;
	height: 150px;
	color: #569508;
	padding: 0 50px 0 0;
}
.testimonialContainer p{
	font-weight: bold;
	padding: 3px 0;
}
.testimonialContainer p.author{
	font-weight: normal;
	font-style: italic;
}
.readTestimonialConatiner p{

    padding: 3px 0;
	color: #569508;
	font-size: 11px;
}
.readTestimonialConatiner p a{
	padding: 0  10px;
}
.rightHomeContentContainer{
	float: left; 
	width: 472px;
}
.flashContainer{
	padding:0 10px;
}
.haveABiteContainer .left{
	float: left;
	width:265px;
	padding: 15px 5px 0 20px;
}
.haveABiteContainer .left ul li{
	padding: 10px 0;
}
.haveABiteContainer .left ul li a{
	padding:0 17px 0 0;
}
.haveABiteContainer .right{
	float: right;
	width:142px;
	height:186px;
	background: url("/public/imgs/home/bg-city.gif") no-repeat 0 0;
	padding: 15px 0 0 35px;
}
.haveABiteContainer .right ul li{
	padding: 20px 0;
}




.innnerPageTileContainer{
	background: url('/public/imgs/global/header/bg-innerheader.gif') no-repeat 0 0; 
	height: 106px; 
	padding: 6px 10px 0 20px;
}

.contactUsContainer{
	color: #173c76;
}
.contactUsContainer td{
	padding: 3px 0;
}
.contactUsContainer p{
	padding: 3px 0;
}
.contactUsContainer a{
	color: #569508;
	font-weight: bold;
	text-decoration: underline;
}
.contactUsSocialnw li{
	padding: 10px 0;
}
.contactUsSocialnw li a{
	padding:0 17px 0 0;
}
.contactUsContainer .inputBox {
    font-family: Verdana, Helvetica, Sans-serif;
    font-size: 12px;
    color: #000000;
    border: 1px solid #858585;
    padding: 4px;
}
.boldtxt{
	font-weight: bold;
}


.testimonialTd{
	background: url('/public/imgs/services/bg-testimonial.gif') no-repeat 0 0; 
	width: 217px; 
	height: 55px; 
	padding:40px 0 0 11px;
}
.teamContentContainer p{
	padding: 5px 0;
}

