/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
	  And their templates are great starters, I always customize, but the starter
	  part saves me a lot of time!
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
  background: #ccc;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 color: #333;
 width: 920px;
 float: left;
 padding: 0px;
 border: 1px solid #ccc;
 height: 120px;
 margin: 0px 0px 0px 0px;
 background: #BFC3CF;

background-image: url(images/aviation_attorneys_banner.gif); 
background-repeat:no-repeat; 
}

.florida_certified
{

 text-align: center;
 }
#leftcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background: #E7DBD5;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 460px;
 width: 210px;
 float: left;
}
#leftmiddle { 
 color: #333;
 border: 1px solid #ccc;
 background: #F2F2E6;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 460px;
 width: 210px;
 float: left;
}
#rightmiddle { 
 color: #333;
 border: 1px solid #ccc;
 background: #E7DBD5;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 460px;
 width: 210px;
 float: left;
}
#rightcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background: #F2F2E6;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 460px;
 width: 204px;
 float: left;
}
#footer { 
 width: 900px;
 clear: both;
 color: #333;
 border: 1px solid #ccc;
 background: #A6ACC2;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 
	font-size: 10px;
	color: #000;
	font-family: Verdana, sans-serif;
}

.phone {
	font-size: 20px;
	color: #000;
	font-family: Georgia, Times, serif;
	font-weight: bold;
	 text-align: center;
	  padding: 10px;
}

h1 {
	font-size: 39px;
	color: #000;
	font-family: Georgia, Times, serif;
	font-weight: bold;
	 text-align: center;
}
h2 {
	font-size: 14px;
	color: #000;
	font-family: Georgia, Times, serif;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	color: #000;
	font-family: Georgia, Times, serif;
	font-weight: lighter;
}


ul { margin-top: 10px; margin-bottom: 10px; margin-left: 0; padding-left: 3em }

li { margin-bottom: 10px }