@charset "utf-8";
/* CSS Document */

body {	background-color:#666666;
		margin:0;
		}
	
	

.site {	text-align:center;
		width:950px;
		height:inherit;
		background-image:url(images/bg.gif);
		background-repeat: repeat-y;
		position:absolute; top:0; left:150px;
		}
	
		
.header {background-image:url(images/header.png);
		background-repeat:no-repeat;
		background-position:center;
		height:150px;}
			
ul {list-style:square;
	list-style-position:inside;}
	
.nav {border-bottom-style:solid;
		border-bottom-width:1px;
		border-bottom-color:#cccc99;
		border-top-style:solid;
		border-top-width:1px;
		border-top-color:#cccc99;
		text-align:right;
		margin-left:41px;
		margin-right:67px;}
		
.nav a {padding:10px;
		font-weight:bold;}	

.nav a:link {
	color:#333333;
	text-decoration: none;}
	
.nav a:visited {
	color:#333333;
	text-decoration: none;}
	
.nav a:focus {
	color:#333333;
	text-decoration:none;
	font-style:italic;}
	
.nav a:hover {
	color:#333333;
	text-decoration: none;
	font-style:italic;}
	
.nav a:active {
	color:#333333;
	text-decoration: none;
	font-style:italic;}
		
.sidebar {float:left;
		width:200px;
		border-left-style:solid;
		border-left-color:#cccc99;
		border-left-width:1px;
		margin-top:40px;
		height:auto;
	}

#quick {background-image:url(images/quick.gif);
		background-repeat:no-repeat;
		background-position:top;
		height:35px;}
		
#quick span {display:none;}	

#home {background-image:url(images/home_h1.gif);
		background-repeat:no-repeat;
		background-position:top;
		height:35px;}
		
#home span {display:none;}	

#contact {background-image:url(images/contact_h1.gif);
		background-repeat:no-repeat;
		background-position:top;
		height:35px;}
		
#contact span {display:none;}

#personal {background-image:url(images/personal_h1.gif);
		background-repeat:no-repeat;
		background-position:top;
		height:35px;}
		
#personal span {display:none;}		

#business {background-image:url(images/business_h1.gif);
		background-repeat:no-repeat;
		background-position:top;
		height:35px;}
		
#business span {display:none;}		

#forms {background-image:url(images/forms_h1.gif);
		background-repeat:no-repeat;
		background-position:top;
		height:35px;}
		
#forms span {display:none;}	

#confirmation {background-image:url(images/confirmation_h1.gif);
		background-repeat:no-repeat;
		background-position:top;
		height:35px;}
		
#confirmation span {display:none;}

#careers {background-image:url(images/careers_h1.gif);
		background-repeat:no-repeat;
		background-position:top;
		height:35px;}
		
#careers span {display:none;}	

.col{width:300px;
	float:left;}
	
.copy {float:left;
		width:610px;
		text-align:justify;
		*margin-top:25px;
		margin-left:45px;
		padding:5px;}		
		
.copy p {padding:10px;
		}
		
.copy p:first-line {font-weight:bold;}


		
img {margin:3px;}

fieldset {border:none;
		width:500px;}

#submit {float:right;}

blockquote {width:200px;
			font-style:italic;
			font-size:12px;}
			
.sidebar h1 {font-size:16px;
	padding-top:10px;}			
		
h2 {font-style:italic;
	font-size:16px;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#cccc99;
	width:400px;
	padding-top:15px;
	text-align:right;
	font-weight:normal;
	clear:left;}
	
h3 {font-style:italic;
	font-size:16px;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#cccc99;
	width:400px;
	padding-top:15px;
	padding-left:10px;
	text-align:left;
	clear:left;}
	
.sidebar h3 {font-style:italic;
	font-size:16px;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#cccc99;
	width:100%;
	padding-top:15px;
	padding-left:10px;
	text-align:left;
	clear:left;}
		
h4 {font-size:18px;
	padding-top:10px;
	padding-left:10px;
	text-decoration:underline;
	}

.sidebar p {width:175px;
			padding:10px;}
			
.sidebar h5 {line-height:10px;}			
			
.footer {padding-top:20px;
		padding-bottom:10px;
		font-size:small;
		border-top-style:double;
		border-top-color:#333333;
		border-top-width:1px;
		width:700px;
		clear:both;
		margin-left:100px;
		*margin-left:0;
		}	
		
.footer a {padding:10px;}	
.footer a:link {
	color:#333333;
	text-decoration: none;}
	
.footer a:visited {
	color:#333333;
	text-decoration: none;}
	
.footer a:focus {
	color:#333333;
	text-decoration:none;
	font-style:italic;}
	
.footer a:hover {
	color:#333333;
	text-decoration: none;
	font-style:italic;}
	
.footer a:active {
	color:#333333;
	text-decoration: none;
	font-style:italic;}	
	
 a:link {
	color:#333333;
	text-decoration: underline;}
	
 a:visited {
	color:#333333;
	text-decoration: underline;}
	
a:focus {
	color:#333333;
	text-decoration:underline;
	font-style:italic;}
	
 a:hover {
	color:#333333;
	text-decoration: underline;
	font-style:italic;}
	
a:active {
	color:#333333;
	text-decoration: underline;
	font-style:italic;}	
		