@charset "UTF-8";
/* CSS Document */

/*© 2008 Jeff Kaplan

Author: Ben Guerra

URL: http://jhkaplan.com



---------------------- HTML MAIN INFO -----------------------------*/

html {height: 100%; padding-bottom: 1px;}

body{
	background-color:#CCCCCC;
	font:12px/16px Arial, Arial Black, Arial;  
	color:#333333;
	}
	
* {margin: 0; padding: 0;}

/* Main Container */

#container{
    width: 770px;
	height: 100%;
	padding: 0; 
	margin: 0 auto;
	background-color:#FFFFFF;
	padding: 0;
	}
	 
body#index { 

	background:#fff;
	font:11px/16px Arial, Helvetica, Verdana, sans-serif; 
	color:#ffffff;
	}
	
a:link,a:visited	{ color:#000000; text-decoration:underline; outline:none; }

a:hover,a:active	{ color:#990000; text-decoration:underline; outline:none; border:#990000; }



h1  { font-size:1.8em; color:#990000;}

h2	{ font-size:1.2em; color:#990000;}

h3  { font-size:1.0em; color:#990000;}

/* ----- Flash ----- */

#navigation {
	width: 770px;
	height: 315px;
	background-image:url(../flash/nav_header.swf);
	}
	
#navigation2 {
	width: 770px;
	height: 315px;
	background-image:url(../flash/nav_header2.swf);
	}
	
/* ----- CONTENT ----- */

#home-content {
	width:770px;
	height:100%;
	padding-bottom:25px;
	}
	
#home-content p, h1 {
	margin: 20px 20px 20px 20px;
	}
	
#bio-content {
	width:770px;
	height: 500px;
	padding-bottom:25px;
	}
	
#bio-content-left {
	width:500px;
	height: auto;
	float:left;
	}
	
#bio-content-left p, h1 {
	margin: 20px 20px 20px 20px;
	}
	
#bio-content-right {
	width: 250px;
	height: auto;
	float:left;
	background:#FFFFFF;
	}
	
#bio-content-right img {
	margin: 20px 20px 20px 20px;
	}
	
#bio-content-right p {
	margin: 0 20px 20px 20px;
	text-align:center;
	}
	
#services-content {
	width: 770px;
	height: 100%;
	padding-bottom:25px;
	}
	
#services-content p, h1, h2 {
	margin: 20px 20px 20px 20px;
	}
	
#services-content ul {
	margin: 20px 20px 20px 40px;
	}
	
#articles-content {
	width: 770px;
	height: 100%;
	padding-bottom:25px;
	}
	
#articles-content p, h1, h3 {
	margin: 20px 20px 20px 20px;
	}
	
#articles-content ul {
	margin: 20px 20px 20px 40px;
	}
	
#contact-content {
	width: 770px;
	height: 500px;
	}
	
#contact-content-left {
	width: 480px;
	height: auto;
	float: left;
	}
	
#contact-content-left p, h1, h2, h3 {
	margin: 20px 20px 20px 20px;
	}

#contact-content-left ul {
	margin: 5px 20px 20px 40px;
	list-style:none;
	}
	
#contact-content-right {
	width: 290px;
	height: 500px;
	float: left;
	}
	
#contact-content-right img {
	margin: 20px 20px 20px 10px;
	}
	
#contact-content-right p {
	margin: 0 20px 20px 20px;
	text-align:center;
	}
	
	