/* 

STYLE SHEET FOR [x] WEB SITE
Created by Jon Thompson
www.jivetheweb.com

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. tables
	7. forms
	
/* --------- 1. defaults  --------- */

body {
	background-color: #fff;
}
		
/*  --------- 2. structure  --------- */

#wrap-outside{ 
	background-position: center 50%; 
	background-image: url(../../images/background-fade.gif); 
	background-repeat: repeat-y;
	width: 955px; 
	background-color: #fff; 
	text-align: left;
	margin: 0 auto;
	height: auto;
}

#wrap-inside{ 
	width: 803px; 
	background-color: #f1f1f1; 
	margin-left: 73px;
	height: auto;
	border: 0px #000 solid;
}

#wrap-bottom{ 
	text-align: center;
	margin: 0 auto;
	background-position: center 50%; 
	background-image: url(../../images/background-fade-bottom.gif); 
	background-repeat: no-repeat;
	height: 19px;
	width: 955px;
}
		
#header {
	width: 804px;
	height: 140px;
	background-position: right; 
	background-image: url(../../images/header-fade-right.gif); 
	background-repeat: no-repeat;
}
		
#logo {
	float: left;
		}
	
#feature{
	width: 804px;
	height: 242px;
	border-bottom: 2px solid #190776;
}

#content {
	width: 803px;
	border-top: 1px solid #e5ff00;
	position: relative;
	/*height: 250px;*/
	min-height: 100%;
}

#content-left{
	position: relative;
	float: left;
	width: 510px;
	margin: 10px 15px 10px 5px;
	padding-right: 15px;
	border-right: 2px solid #d9d9d9;
}

#content-right{
	float: left;
	width: 210px;
	height: 180px;
	margin: 20px 10px 10px 0;
	padding: 10px;
	background-color: #d9d9d9;
	/*border: 1px solid #000;*/
}

#footer {
	clear:both;
	width: 803px;
	border-top: 1px solid #d9d9d9;
	height: 20px;
	/*margin: 5px 10px 0 10px;*/
	margin: 0;
	padding: 5px 0 5px 0;
	color: #a5a5a5;
	background-color: #fff;
}

#footer-copy {
	float: left;
	width: 200px;
	margin: 0 0 0 10px;
}

#footer-info {
	float: right;
	width: 500px;
	text-align: right;
	margin: 0 10px 0 0;
}

#wrap-inside-sub{
	width: 803px;
	height: auto;
	margin-left: 73px;
	background-color: #d9d9db;
	background-position: top left; 
	background-image: url(../../images/background-leftnav.gif); 
	background-repeat: no-repeat;
}

#left-nav{
	float: left;
	width: 202px;
}

#testimonial{
	margin: 30px 0 0 0;
}

#subcontent{
	float: right;
	width: 601px;
	/*height: 590px;*/
	background-color: #fff; 
	padding: 0 0 15px 0;
}

#subcontent h1{
	margin: 15px 10px 0 15px;
}

#subcontent-header{
	float: left;
	width: 430px;
	margin: 0 0 0 10px;
}

#subcontent-content{
	/*width: 575px;*/
	margin: 0 10px 10px 15px;
}

#google-map{
	float: right;
	border: 10px solid #d9d9d9;
}

#contact-form{
	clear: both;
	width: 570px;
	padding: 10px 0 0 0;
}

#contact-form td{
	margin: 0;
	padding: 5px;
}

/* ---------- 3. links and navigation ---------- */

a {
	color: #483b8f;
}
		
a:hover {
	text-decoration: none;
}

#navigation {
	width: 804px;
	height: 42px;
	background-image: url(../../images/nav-background-fade.gif); 
	background-repeat: repeat-x;
	padding: 0 0 0 0;
}

#navigation UL{
	display: inline;
	padding-left: 0;
	margin-left: 0;
}

#navigation UL LI{
	margin: 0;
	padding: 11px 40px 11px 40px;
	list-style: none;
	display: inline;
	border-right: 2px solid #909090;
	border-left: 1px solid #FFF;
	display: block;
	float: left;
}

#navigation UL LI.first{
	border-left: 0px solid #FFF;
}

#navigation UL LI.last{
	border-right: 0px solid #909090;
}

#navigation A {
	font-size: 14px;
	font-family: "Arial Black",Arial,Verdana,Sans-Serif;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	
}
		
#navigation A:hover {
		color: #fff;
}

/* ---------- 4. fonts ---------- */

html {
		font-size: 100%;
		}

body {
	font-size: 10px;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	color: #000000;
	line-height: 17px;
}

h1, h2, h3, h4, p, ul {
	/*margin:1em 0;*/
	margin: 10px;
}

h1 {
	font-size: 18px;
	font-family: Arial, Verdana, San Serif;
	text-transform: uppercase;
	color: #5c5c5c;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-family: Arial, Verdana, San Serif;
	text-transform: uppercase;
	color: #5c5c5c;
	font-weight: bold;
}

h3 {
		}
		
h4 {
		}

p {
		}

ul {
		}

blockquote {
		}

address{
	margin: 10px;
	font-weight: bold;
}

/* ---------- 5. images ---------- */

img{
	display: block;
}

a img {
		border: 0;
		}

.send-right{
	float: right;
	margin: 0 0 0 0;
}
		
.send-right-border{
	float: right;
	margin: 0 0 5px 15px;
	border: 8px solid #e5e5e5;
}
		
#upper-right{
	float: right;
}
/* ---------- 6. tables ---------- */

table {
		}
		
caption {
		}
		
tr {
		}

th, td {
		}
		
th {
		}
		
td {
		}

/* ---------- 7. forms ---------- */	
		
form {
		}
		
ol{
	padding-left: 40px; 
}

ol li{
	padding-bottom: 8px;
}