﻿body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	border: 0px;
	text-align:center;
	background-color:#333333;
	
}



#shell {
	width:980px;
	padding:0;
	margin: 20px auto 20px auto;
	background-color:#ebf7f9;
	border:4px #d40e0e solid; 
	height:auto;
	}
	
	
	
/*		Basic Fonts		*/

h1 {font-family:Arial, Helvetica, sans-serif;	font-size:1.75em; font-weight: bold;	text-align: center; margin:0}

h2 {font-family:Arial, Helvetica, sans-serif;	font-size: 1.6em;	font-weight: bold; text-align: center;}

h3 {font-family:Arial, Helvetica, sans-serif;	font-size: 1.25em;	font-weight: bold;	text-align: center;	}

h4 {font-family:Arial, Helvetica, sans-serif;	font-size: 1.25em;	font-weight: bold;	text-align: left; }

h5 {font-family:Arial, Helvetica, sans-serif;	font-size: 1em;	font-weight: bold;	text-align: center;}

h6 {font-family:Arial, Helvetica, sans-serif;	font-size: 1em; font-weight: bold; text-align: left; }

p {font-family:Arial, Helvetica, sans-serif; font-size: .85em;	font-weight: normal;	text-align: left; word-spacing:2px; letter-spacing: .035em }


/* 		Special fonts		*/

p.copyright {
	font-size:.75em;
	font-weight:bold;
	font-style:italic;
	margin-top:15px;
	text-align:center;
}

p.footernav {
	font-weight:normal;
	text-align:center;
	font-size:.75em;
	margin-bottom:5px;
	margin-top:5px;

}





p.testimonialcopy {
	font-family:"Arial";
	font-weight:normal;
	font-style:italic;
	font-size:.7em;
	text-align:center;
	line-height:20px;
	margin-bottom:3px;
	margin-top:3px;
}


p.testimonialsig {
	font-family:"Arial";
	font-weight:bold;
	font-size:.8em;
	color:#000000;
	text-align:center;
	margin-bottom:5px;
	

}


h5.testimonialhead {
	font-family:"Arial";
	font-weight:bold;
	font-size:.75em;
	margin-bottom:1px;
	margin-top:1px;
	color:#000000;

}

h6.faq {
	font-weight:bold;
	font-size:.8em;
}

h5.links {
	font-size:1em;
}


li {
	margin-top:5px;
	text-align:left;
	font-family:Arial;
	font-size:.75em;
	line-height:25px;
}


hr {
	
	width:400px;
	height:4px;
	background-color:#d40e0e;
	margin-top:20px;
	margin-bottom:0px;
}

hr.test {
	width:140px;
	margin-top:5px;
}

/*		links		*/

a:link {
	color: #080cd6;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color: #080cd6;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color: #d40e0e;
	text-decoration:none;
	font-weight:bold;
	
}





/*		Header Stuff		*/

#header {
	width:100%;
	height: 250px;
	background-image:url('../images/bgd_analyst_blue_250_trans_02.png');
	padding:0px 0px 0px 0px;
	margin-bottom:0px;
	border-bottom:4px #d40e0e solid;
	
	
	
}


.logo {
	width:250px;
	height:250px;
	float:left;
	margin-left:10px;
	background-image:url('../images/hdr_no_lemons.png');
	
	
}


.headpiece {
	width:600px;
	height:240px;
	float:right;
	margin-right:60px;
	
	
	
	
}

/*        Sidebar          */

#leftsidebar {
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	margin-left:20px;
	width:200px;
	line-height:30px;
	padding-left:0px;
	padding-right:0px;
	padding-top:10px;
	padding-bottom:10px;
	float:left;
	height: auto ;
	border:4px #d40e0e solid;
	
	


}

.sidebarbuttons {
	margin-top:20px;
	width:100%;
	height:auto;
}



.testimonial {
	width:186px;
	height:auto;
	text-align:center;
	margin-top:20px;
	margin-left:5px;
	border:2px #000000 solid;
	
	
}
 .phone	{
	width:100%;
	text-align:center;
}




/* 		Main Stuff		*/



#main {
	padding:0px 10px 10px 10px;	
	position:relative;
	width: 680px;
	margin-right:20px;
	margin-top:10px;
	margin-left:250px;
	
	
}

/*		Footer		*/

#footer {
	margin-top:10px;
	width:100%;
	border-top: 4px #d40e0e solid;
	border-bottom:4px #d40e0e solid;
	height: 100px;
	clear:both;
	text-align:center;	
	

}

.footnav {
	width:880px;
	height:50px;
	margin-top:10px;
	margin-left:50px;
	
	
	
}






