@charset "utf-8";
/* CSS Document */
/* ----------------------------------------------------
Screen Stylesheet for http://www.yoursite.com

Author: Martin A. Shue
Website: http://www.CarolinaCustomDesigns.com
------------------------------------------------------- 
: Site Colors :
body bg 465a59
content bg 9ac1c0
phone bg 739a97
red 63250e

: Table Of Contents :
Resets
Defaults
Typography
Forms
Layout
Links
Menus
Global Classes
Content
---------------------------------------------------- */

/* -------------------- Resets --------------------- */
html, body, div, span, applet, object, iframe, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
background: transparent;
}
img {
border:0; /* kills Gecko bug when img's are placed inside links */
}
/* ------------------- Defaults ------------------- */
html {
height:100%; 
overflow:auto; /* triggers 100% height in Opera 9.5 */
overflow-y:scroll; /* creates a horizontal scrollbar, for a more consistent look & feel */
}
body {
height:100%; /* helps make height 100% */
font:100%/Georgia, "Times New Roman", Times, serif; /* font-size 100% prevents IE's resize bug */
background:#465a59 url(images/bg.jpg) repeat-x;
color:#000;
}
/* ------------------ Typography ------------------- */

h3, h5, h6, p {
margin:0 0;
}
p, ul, ol {
font-size:1em;
}
ol{
	padding:5px 40px;
	
}
ol li{
	padding-top:5px;
	list-style:disc;
}
ol li ol li{
	list-style-type:lower-alpha;
}
h1 {
	font-size:2em;
	padding-left:20px;
}
h2 {
	font-size:1.5em;
	margin:10px 50px;
}
h3 {
	font-size:2.5em;
	text-align:center;
	padding:30px 0 20px 0;
	margin:0px;
}
h4 {
	font-size:1em;
	margin:10px 20px;
	font-style:italic;
}
h5 {
	font-size:1.2em;
	margin:10px 20px;
}
.updates{
	color:#63250e;
}
h6 {
	font-size:1em;
	margin:10px 20px;
}
form{
	padding-left:20px;
}
/* -------------------- Layout --------------------- */
#wrap {
margin:0 auto; /* centers layout */
min-height:100%; /* height 100% in all modern browsers */
}
#top{
	width:800px;
	margin:0 auto;
	min-height:100%;
}
* html #wrap {
height: 100%; /* height 100% in IE6 */
}
#head {
	color:#fff;
	height:102px;
}
#head img{
	padding-top:20px;
}
#head p{
}
.slogan{
	font-size:18px;
}
.address{
	float:right;
}
#slider{
	padding-top:0px;
	margin-left:39px;
}
#content {
	background:#9ac1c0;
	width:800px;
	margin:0 auto;
	padding-top:1px;
	padding-bottom:30px;
}
#content p{
	padding:10px 20px;
}
#content a{
	text-decoration:none;
}
#content ul{
	margin:0px;
}
#content ul li{
	padding:5px 20px;
	list-style:none;
}
#left {
	float:left;
	display:inline; /* fix IE6 float bug */
	width:450px;
}
.clear {
clear:both;
line-height:0;
height:0;
font-size:0;
}
.contact{
	margin-left:20px;
	position:absolute;
}
.david{
	position:absolute;
	margin:0px 0px 0px 400px;
}
.contacts{
	margin:50px 0px 0px 120px;
}
.finalcontact{
	margin:-80px 0 0 510px;
}
/* --------------------- Menus -------------------- */
/* Main Menu */

.menu {
	list-style:none;
	text-align:center;
	height:72px;
	line-height:69px;
}
.menu ul li {
	position:relative;
	display:inline;
}
.menu ul li ul {
	display: none;
}
.menu ul li a {
	display:inline-block;
	text-decoration:none;
	padding:0px 20px;
	margin-top:3px;
	text-align:left;
	
	overflow:hidden;
	font-size:18px;
	color:#fff;
}
/* Button ":hover" Styling */
.menu ul li:hover a {
	background:#f8941d;
	color:#000;
}
.menu ul li:hover ul {
	display:block; 
	position:absolute; 
	text-align:left;
}
.menu ul li:hover ul li a.center_hassub {
	color:#000;
	position:absolute;
}
.menu ul li:hover ul li:hover a.center_hassub
{
	color:#000;
}
.menu ul li:hover ul li ul {
	display:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

/* DropDown Styling */
.menu ul li:hover ul li a {
	display:block;
	line-height:30px; 
	color:#000;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.menu ul li:hover ul {
	background:#f8941d;
	width:200px;
	position:absolute;
	left:0px;
	top:0px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
/* DropDown Menus ":hover" Styling */
.menu ul li:hover ul li a:hover {
	background:#f8941e;
	text-decoration:underline;
	color:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.menu ul li:hover ul li:hover ul {
	display:block;
	left:0px;
	top:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
	
/* Banner */
#banner{
	background: url(images/smallorange.jpg) repeat-x;
	height:36px;
	margin:0 auto;
}
#banner-content{
	width:800px;
	margin:0 auto;
	color:#9ac1c0;
}
#banner-content a{
	color:#9ac1c0;
}
#banner-content p{
	text-align:center;
	font-size:20px;
	letter-spacing:2px;
	word-spacing:5px;
}
.logos{
	margin-left:250px;
	padding-top:8px;
}
#phone{
	background:#739a97;
	width:800px;
	margin:0 auto;
	border-top:solid 2px #000;
	border-bottom:solid 2px #000;
	height:100px;
	line-height:45px;
	text-align:center;
	font-size:18px;
}
#phone img{
	padding-top:30px;	
}
.dupont{
	margin-left:30px;
}
#phone p{
	color:#63250e;
	padding:0;
	margin:0 auto;
	letter-spacing:3px;
	word-spacing:4px;
}
#phone ul{
	margin:0 auto;
	padding:0;
}
#phone ul li{
	display:inline;
	padding-left:30px;
	font-size:18px;
}
#foot{
	width:800px;
	background:#9ac1c0;
	margin:0 auto;
	padding:20px 0px;
	text-align:center;
}
#foot p{
	padding-top:20px;
	font-size:11px;
}
