@charset "UTF-8";
/* CSS Document */


/*--- Main Body ---*/

#home_body{
	width:675px;
	float:left;
}

#home_body div.header{
	background:url(../images_css/home-main-header.gif) no-repeat;
	height:10px;
	margin-bottom:0;
}

#home_body div.body{
	background:url(../images_css/home-main-body.gif) repeat-y;
	padding: 5px 15px 0 15px;
}


#home_body div.body h1{
	color:#013eaf;
	padding-bottom:5px;
	font-size:34px;
	font-weight:400;
	
}

#home_body div.body p{
	color:#222;
	font-size:14px;
	margin-bottom:0;
	line-height:18px;
}


#home_body div.body p a{
	font-size:14px;
	
}

#home_body div.footer{
	background:url(../images_css/home-main-footer.gif) no-repeat;
	height:275px;
}


/*-- QUOTES --*/
#home_body div.quote{	
}

#home_body div.quote div{
	/*padding: 15px 15px 0 15px;*/
	margin: 5px 15px 0 5px;
}

#home_body div.quote2{
	float:right;
	font-family: "Palatino", Times New Roman, Times, serif;
	font-size:23px;
	font-style:italic;
	line-height:27px;
	color:#444;
	width:355px;
	background:url(../images/quotation.gif)  no-repeat;
	margin: 0 15px 0 0;
}

#home_body div.quote2 div{
	padding:25px 0 0 20px;
	margin: 0 15px 0 0;
	background:none;
}

#home_body div.quote div.image{
	float:left;
}

#home_body div.signature{
	text-align:right;
	font-family:"Palatino", Times New Roman, Times, serif;
	font-size:12px;
	line-height:14px;
	font-style:italic;
	color:#444;
	padding-right:15px;

}

/*-- END QUOTES --*/


/*--- END MAIN BODY ---*/


/*--- RIGHT COLUMN ---*/

#home_right{
	width:280px;
	float:right;
}

#home_right div.header{
	background:url(../images_css/home-right-header.gif) no-repeat;
	height:10px;
	
	
}

#home_right div.body{
	background:url(../images_css/home-right-body.gif) repeat-y;
	padding: 5px 10px 0 10px;
}

#home_right div.footer{
	background:url(../images_css/home-right-footer.gif) no-repeat;
	height:10px;
}


#home_right h2{
	text-align:center;
	color:#ff770b;
	font-size:28px;
	font-weight:bold;
	margin: 0 0 5px 0;
	padding: 0;
}

#home_right h3{
	text-align:center;
	color:#ff770b;
	font-size:30px;
	font-weight:bold;
	margin:0;
	padding:0;
}
	
#home_right .image{
	text-align:center;
	padding: 60px 0;
}

#home_right .btn{
	text-align:center;
	padding: 5px 0 20px 0;
}




/*--- END RIGHT COLUMN ---*/


/*--- BOTTOM BOX (AD SPACE) ---*/
#home_bottom{
	clear:both;
	padding-top:15px;
	width:980px;
}

#home_bottom .header{
	background:url(../images_css/home-bottom-header.gif) no-repeat;
	height:10px;
}

#home_bottom .body{
	background:url(../images_css/home-bottom-body.gif) repeat-y;
	padding:0 0 15px;
	text-align:center;
	display:inline-block;
}

#home_bottom .title_container{
	border-bottom: 1px solid #c4c4c4;
	padding: 0 0 5px 0;
	height:80px;
	
}

#home_bottom .title_container .image{
	float:left;
	padding: 0 15px 0 0;
}

#home_bottom .title_container .title_left {
	font-size:18px;
	color:#013eaf;
	font-weight:bold;
	padding: 10px 0 0 0;
	text-align:left;
}

#home_bottom .title_container .title_center {
	font-size:18px;
	color:#013eaf;
	font-weight:bold;
	padding: 10px 0 0 0;
	text-align:left;
	margin-right: 75px;
}

#home_bottom .title_container .title_right {
	font-size:18px;
	color:#013eaf;
	font-weight:bold;
	padding: 20px 0 0 0;
	text-align:left;
}


#home_bottom .desc{
	clear:both;
	text-align:left;
	font-size:12px;
	padding:10px 5px 0 5px;
	
}





#home_bottom .footer{
	clear:both;
	background:url(../images_css/home-bottom-footer.gif) no-repeat;
	height:10px;
}


/*--- AD SPACES ---*/

#ad-left{
	float:left;
	width:290px;
	margin:10px 15px 0 30px;
	
}

#ad-center{
	float:left;
	width:290px;
	margin:10px 10px 0 10px;
}

#ad-right{
	float:left;
	width:290px;
	margin:10px 30px 0 15px;
	
	
}

#ad-right .pricing{
	margin-top:-15px;
	
}




/*//////////  SEO BELOW FOLD ///////*/
 #viewmore span{
	 float:right;
	 height:25px;
	 width:90px;
	 margin-left: -90px;
	 font-size:11px;
	 color:#333;
	 background: url(../images_css/more_btn.png);
	 outline:none;
 }
 
 #viewmore a:hover{
	 text-decoration:none;
	 cursor:pointer;
	
 }
 
 #viewmore span.active{
	 background-position: left bottom;
 }
 
 
 #below_footer_container{
	width: 980px;
	margin: 0 auto;
	text-align:left;
 }
 
 #below_footer_container .header{
	background:url(../images_css/home-more-header.gif) no-repeat;
	height:10px;
 }
 
 #below_footer_container .body{
	background:url(../images_css/home-more-body.gif) repeat-y;
	padding:10px 5px;
 }
 
 #below_footer_container .footer{
	background:url(../images_css/home-more-footer.gif) no-repeat;
	height:10px;
 }
 
 #below_footer_container h2{
	 font-size:14px;
	 color:#013eaf;
	 margin:0;
	 padding:5px 0;
 }
 
  #below_footer_container h3{
	 font-size:12px;
	 color:#333;
	 margin:0;
	 padding:5px 0;
 }
 
 #below_footer_container ul{
	 margin-left:15px;	
	 padding:0;
 }
 
 #below_footer_container table{
	 padding: 0 0 10px 0;
 }
 
 #below_footer_container table td{
	 margin:0;
	 padding:0 5px 0 5px;
	 vertical-align:top;
 }
 
 
  #below_footer_container .left_column{
	float:left;
	width: 450px;
	border-right: 1px solid #999;
	padding: 0 20px 0 10px;
 }
 
 
 #below_footer_container .right_column{
	float:right;
	width: 450px;
	padding: 0 10px;
 }
 
 


