/*   


	 QUICK REFERNCE!!! 
     ORDER OF STYLES:
	    -HEADER INFO
		-CONTENT INFO
		-FOOTER INFO
		-ALL HOMEPAGE SPECIFIC STYLES
		-ALL INTERIOR SPECIFIC STYLES
	
		
*/


/*body {
  
  margin: 0px 0px 0px 0px;
 
}*/
body {
 	margin: 0;
 	padding: 0;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
 	background-image:url(../images/head_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
 }

 #container{
 	margin:0px auto 0px auto;
	height:auto;
	/*overflow:auto;*/
	/*position: relative;*/
	}


/* ALL HEADER INFORMATION GOES IN HERE!!! */
#head {
	width: 100%;
	height: 215px;
	}
	
.head_flash {
	background-image:url(../images/flash_head.png);
	background-repeat:no-repeat;
	width: 865px;
	height: 186px;
	margin:10px 0px 0px 0px;
	}
	
#nav {
	background-color:#CCCCCC;
	width: 743px;
	margin:0 auto;
	height: 58px;
	}
/* END HEADER INFO */



/* CONTENT INFO GOES HERE */
#content{
	margin:0 auto;
	width:800px;
	height: auto;
	padding-bottom: 0px;
	min-height: 500px;
	}
	
#index_content{
	margin:0 auto;
	width:800px;
	height: 400px;
	padding-bottom: 0px;
	}
/* MAIN INFO ENDS HERE */

#indexcontent{
	margin:0 auto;
	width:800px;
	height: 300px;
	padding-bottom: 30px;
	}

	
/* ALL FOOTER INFORMATION GOES IN HERE!!! */	
#foot {
	width: 865px;
	height: 34px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
}

.footer-left{
	width: 850px;
	margin:0 auto;
	padding: 6px 0 0 0;
	}
	
.footer-left p{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
	margin: 0;
	padding: 0;
	}

.footer-left p a:link{
	color:#ffffff;
	text-decoration:underline;
	}

.footer-left p a:hover {
	text-decoration: none;
	}
	
.footer-left p a:visited {
	color:#ffffff;
	text-decoration: underline;
	}
/* END FOOTER INFO */


	
/* HOMEPAGE SPECIFIC!!!!!! */
#callout_holder{
	width: 798px;
	height: 295px;
	margin: 30px 0px 10px 0px;
	}
	
#callout_headsl{
	margin: 8px 0px 8px 8px;
	height: 86px;
	}

#callout_headsm{
	margin: 8px 0px 8px 8px;
	height: 86px;
	}
	
#callout_headsr{
	margin: 8px 0px 8px 8px;
	height: 86px;
	}
	
#callout_contentl{
	height: 137px;
	padding:0px 20px 0px 10px;
	}
	
#callout_contentm{
	height: 137px;
	padding:0px 20px 0px 10px;
	}
	
#callout_contentr{
	height: 137px;
	padding:0px 20px 0px 10px;
	}
	
#callout_contentl p{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	font-size:11px;
	overflow:hidden;
	margin: -5px 0px -10px 0px;
	color:#FFFFFF;
	}

#callout_contentm p{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	font-size:11px;
	overflow:hidden;
	margin: -5px 0px -10px 0px;
	color:#FFFFFF;
	}
	
#callout_contentr p{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	font-size:11px;
	overflow:hidden;
	margin: -5px 0px -10px 0px;
	color:#FFFFFF;
	}
	
#callout_readmore{
	vertical-align:baseline;
	height: 40px;
	width: 100%;
	text-align:right;
	}
	
#callout_contact{
vertical-align:baseline;
	height: 40px;
	width: 100%;
	text-align:right;
	}
	
#callout_viewall{
	vertical-align:baseline;
	height: 40px;
	width: 100%;
	text-align:right;
	}
	
.left_callout{
	width: 256px;
	height:273px;
	float: left;
	text-align:left;
	background-image:url(../images/blue_gloss.jpg);
	background-repeat:no-repeat;
	}

.center_callout{
	float:left;
	text-align:left;
	margin:0px 0px 0px 15px;
	width: 256px;
	height:263px;
	background-image:url(../images/blue_gloss.jpg);
	background-repeat:no-repeat;
	}

.right_callout{
	float:left;
	text-align:left;
	margin:0px 0px 0px 15px;
	width: 256px;
	height:263px;
	background-image:url(../images/blue_gloss.jpg);
	background-repeat:no-repeat;
	}
/* END HOMEPAGE INFO */



/* BEGIN INTERIOR INFO*/
#top_spacer{
	width:100%;
	height:30px;
	}
#interior_content{
	margin:0 auto;
	width:800px;
	padding-bottom: 20px;
	min-height:400px;
	}
	
#interior_content h2{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 30px;
	margin: 0px 0px 0px 0px;
	}
	
#interior_content h3{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 18px;
	margin-top: 30px;
	}
	
#interior_content p{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height:14px;
	color:#000000;
	}
	
#interior_content p a:link{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height:14px;
	color:#000000;
	text-decoration:underline
	}
	
#interior_content p a:hover{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height:14px;
	color:#000000;
	text-decoration:underline
	}
	
#interior_content p a:visited{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height:14px;
	color:#000000;
	text-decoration:underline
	}
	
#interior_content ul a:link{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height:14px;
	color:#000000;
	text-decoration:underline
	}
	
#interior_content ul a:hover{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height:14px;
	color:#000000;
	text-decoration:underline
	}
	
#interior_content ul a:visited{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height:14px;
	color:#000000;
	text-decoration:underline
	}
	
.left_photo{
	width: 270px;
	height:275px;
	float: left;
	background-image:url(../images/blue_gloss.jpg);
	background-repeat:no-repeat;
	}
	
.liRight{
	margin: 0;
	padding: 0;
	margin-left:20px;
	}
/* END INTERIOR INFO*/
.testimonial_main{
width:400px; 
background:url(../images/testimonial_middle.jpg) repeat-y;
}

.testimonial_top{
height:36px; 
width:400px;
}

.testimonial_middle{
width:400px; 

}
.testimonial_main p{
margin: 10px 30px 0px 30px;
}


.testimonial_bottom{
height:43px; 
width:400px;
}

.testimonial_name{
color:#ad3536;
}



.application_main{
height:auto; 
width:320px; 
float:left;
margin-left:150px;
}