/*
      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
	  
	  
	  
	  dark blue background: #3C5083
	  dark brown background: #2F0E07;
	  lightest blue background: #C5C8D1;
	  burnt orange from painting: #9E5C12
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, Verdana, sans-serif;
 font-size: 13px;

 
background-image: url(images/bg-tile.gif); 

}
#wrapper { 
 margin: 0 auto;
 width: 822px;
}
#header {
 color: #000;
 width: 800px;
 float: left;
 padding: 10px;
 border: 1px solid #000000;
 height: 160px;
 margin: 5px 5px 0px 0px;
 background: #C3C6CF;
 
background-image: url(images/florida_aviation_attorney.jpg); 
background-repeat:no-repeat; 

}
/* this centers the name on the header */
.aviation_law
{
  text-align: center;
}

.aviation_attorney
{
  text-align: right;
}




ul { margin-top: 10px; margin-bottom: 10px; margin-left: 0; padding-left: 3em }

li { margin-bottom: 10px }
#navigation {
 float: left;
 width: 802px;
 color: #BAA98F;
 padding: 10px;
 border-bottom: 1px solid #000;
 margin: 0px 0px 0px 0px;
 background: #2F0E07;
  font-family: Arial, Helvetica, Verdana, sans-serif;
 font-size: 12px;
 font-weight: bold;
  text-align: left;
}
#leftcolumn { 
 color: #333;
 border-left: 1px solid #000; 
 background: #C3C6CF;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 1420px;  
 width: 300px;
 float: left;
 
 font:  10px arial, verdana, sans-serif;
}


#leftcolumn h3 {
	font-size: 16px;
	color: #3C5083;
	font-family: Georgia, Times, serif;
	font-weight: bold;
}

#leftcolumn hr 
{
border: 0;
color: #3C5083;
height: 1px;
width: 80%;
text-align: center;
}

#leftcolumn  a:link    { font:  11px arial, verdana, sans-serif; color: #992029; text-decoration: none;   font-weight: bolder; }
#leftcolumn a:active  { font:   11px arial, verdana, sans-serif; color: #992029; text-decoration: none;   font-weight: bolder; }
#leftcolumn  a:visited { font:   11px arial, verdana, sans-serif; color: #992029; text-decoration: none;   font-weight: bolder; }
#leftcolumn  a:hover   { font:   11px arial, verdana, sans-serif; color: #000000; text-decoration: none;   font-weight: bolder; }


#rightcolumn { 
 float: right;
 color: #000000;
 border-left: 1px solid #000000;
 
 border-right: 1px solid #000;
 background: #ffffff;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 1400px;  
 width: 498px;
 display: inline;
}


#rightcolumn  a:link    { font:  normal normal 13px arial, verdana, sans-serif; color: #992029; text-decoration: none;   font-weight: bold; }
#rightcolumn a:active  { font:  normal normal 13px arial, verdana, sans-serif; color: #992029; text-decoration: none;   font-weight: bold; }
#rightcolumn  a:visited { font:  normal normal 13px arial, verdana, sans-serif; color: #992029; text-decoration: none;   font-weight: bold; }
#rightcolumn a:hover   { font:  normal normal 13px arial, verdana, sans-serif; color: #000000; text-decoration: underline;   font-weight: bold; }




.textbox      { background: #DEE0DB; color: #000; font: normal normal 10px Verdana, Arial, sans-serif; 
	padding: 6px 10px 6px 10px; text-align: left;
	border: 1px solid #2F0E07; 
	}
.textboxheader { background: #3C5083; color: #ffffff; height: 24px; text-align: center;
	font: normal bold 12px/15px Verdana, Arial, sans-serif; 
	padding: 4px 10px 4px 10px; 
	border: 1px solid #2F0E07;
	
	}
	
	.textbox2      { background: #DEE0DB; color: #000; font: normal normal 10px Verdana, Arial, sans-serif; 
	padding: 6px 10px 6px 10px; text-align: left;
	border: 1px solid #2F0E07; 
	}
.textboxheader2 { background: #2F0E07; color: #ffffff; height: 24px; text-align: center;
	font: normal bold 12px/15px Verdana, Arial, sans-serif; 
	padding: 4px 10px 4px 10px; 
	border: 1px solid #2F0E07;
	
	}
	
h1 {
	font-size: 33px;
	color: #000;
	font-family: Georgia, Times, serif;
	font-weight: bold;
}
h2 {
	font-size: 26px;
	color: #000;
	font-family: Georgia, Times, serif;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	color: #000000;
	font-family: Georgia, Times, serif;
	font-weight: bold;
}

h4 {
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.intro
{
	font-size: 16px;
	color: #000000;
	font-family: Georgia, Times, serif;
	font-weight: normal;
}

/*
td.banner
{

background-image:  url(images/RichRichards.jpg; 
repeat: no-repeat;
}
*/


a:link {color: #A1A7BD; text-decoration: none;}        
a:active {color: #8E1922; text-decoration: none;} 
a:visited {color: #90969A; text-decoration: none;}
a:hover {color: #BAA98F;; text-decoration: underline;}




#footer { 
 width: 802px;
 clear: both;

 border-top: 1px solid #000;

 margin: 0px 0px 0px 0px;
 padding: 10px;
 font: normal 10px Verdana, Arial, sans-serif;
  background: #2F0E07;
   color: #BAA98F;
}
#privacy { 
 width: 802px;
 clear: both;

 border-top: 0px solid #000;

 margin: 10px 10px 10px 0px;
 padding: 0px;
 font: normal 10px Verdana, Arial, sans-serif;
  background: #2F0E07;
   color: #BAA98F;
   
text-align: center;
}

/* 4 columns for Footer */

#Florida_attorney_column1 { 
  font: normal 10px Verdana, Arial, sans-serif;
  background: #926D4E;
   color: #BAA98F;
 border: 0px solid #2F0E07;

 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 430px;
 width: 258px;
 float: left;
}
#miami_aviation_column2 { 

 border: 0px solid #2F0E07;
  font: normal 10px Verdana, Arial, sans-serif;
  background: #926D4E;
   color: #BAA98F;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 430px;
 width: 258px;
 float: left;
}
/* background chocolagte color #2F0E07 */
#florida_attorney_column3 { 
  border: 0px solid #2F0E07;
   font: normal 10px Verdana, Arial, sans-serif;
  background: #926D4E;
   color: #BAA98F;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 430px;
 width: 285px;
 float: left;
}
