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

html, body {
 	margin: 0;
}
 
/* Set medium text size smaller */
body {
	font-size: 70%;
	background: url(../images/sitebg.jpg) repeat;
}

/* outer page wrapper */
#outer-w {
	width: 800px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	background: white;
}

/* header area */
#header {
	width: 100%;
	height: 150px;
	position: relative;
	margin: 0;
	z-index: 15;
	background: url(../images/header.jpg) no-repeat;
}

.logo {
	width: 170px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 25;
}

.phone {
	width: 160px;
	height: 20px;
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 26;
	text-align: center;
}

.phone h4 {
	margin: 0;
	padding: 0;
	color: black;
	font-size: 13px;
	font-family: Verdana, Ariel, sans-serif;
	font-weight: bold;
	
}

/* main nav */
#nav {
	height: 20px;
	width: 100%;
	position: absolute;
	bottom: 5px;
	left: 0;
	text-align: center;
	z-index: 25;
}
 
#nav ul {
	margin: 0;
	padding: 0;
}
 
#nav ul li {
	list-style: none;
	display: inline;
	font-family: Verdana, Ariel, sans-serif;
	font-weight: bold;
	font-size: 13px;
	padding: 0 1px;
	vertical-align: middle;
}
 
#nav ul li a {
	text-decoration: none;
	color: #000;
}
 
#nav a:hover, #nav li.active a {
	color: #333;
}

/* homepage images */

#homeimg {
	position: relative;
	top: -10px;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 12;
	width: 100%;
	height: 388px;
}

.img1, .img2, .img3, .imgspc1, .imgspce2 {
	position: absolute;
	height: 388px;
	z-index: 13;
	top: 0;
}

.img1 {
	left: 0;
	width: 260px;
}

.img2 {
	left: 270px;
	width: 260px;
}

.img3 {
	left: 540px;
	width: 260px;
}

.imgspc1 {
	left: 260px;
	width: 10px;
}

.imgspc2 {
	left: 530px;
	width: 10px;
}

#home-w {
	width: 100%;
	height: auto;
	position: relative;
	left: 0;
	margin: 0;
	z-index: 10;
}

/* override h2 for homepage */
#home-w h2 {
	margin: 10px 0 0 0;
	padding: 0;
}

/* content area */
#inner-w {
	width: 100%;
	height: auto;
	min-height: 450px;
	position: relative;
	left: 0;
	margin: 0;
	z-index: 10;
}

#content {
	width: 780px;
	height: auto;
	margin: 0 10px;
}

hr {
	height: 3px;
	background: url(../images/hr.jpg) repeat-x;
	border: 0;
}

.tleft {
	padding-left: 10px;
}

.tright {
	padding-right: 10px;
}

/* footer area */
#footer {
	width: 100%;
	height: auto;
	position: relative;
	bottom: 0;
	left: 0;
	font-size: .85em;
	background: url(../images/footerbg.jpg) repeat;
}

#footer p, #footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* main nav */
 
#footernav ul {
	margin: 0;
	padding: 0;
}
 
#footernav ul li {
	list-style: none;
	display: inline;
	padding: 0 1px;
	vertical-align: middle;
}
 
#footernav ul li a {
	text-decoration: none;
}

.notop {
	margin-top: 0;
	padding-top: 0;
}

/* hidden areas */
#header h1, #header h2, .hidden, #nav h3 {
	display: none;
}

/*gets rid of dotted line outline on links in firefox*/
a:focus { -moz-outline-style: none; }

/*gets rid of blue line around images*/
img { border-style: none;}

/* Text Style */
h1,h2,h3,h4,h5,h6, p, table, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.6em;
	color: #de9325;
}

h2 {
	font-size: 1.4em;
	color: #de9325;
}	

h3 {
	font-size: 1.2em;
	color: #de9325;
}

h3 a {
	color: #de9325;
}

h4 {
	font-size: 1em;
	color: #de9325;
}

table h3, table h4 {
	margin-bottom: 0;
	padding-bottom: 0;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 1em;
}

p, table, li, a {
	font-size: 1em;
	color: #333;
}

a:hover {
	color: #666;
}

.smaller {
	font-size: .85em;
}

/* Hide field for spam protection */		
#LastName{
    position:absolute;
    text-decoration:underline;
    background-color:#CC0000;
    left:0px;
    top:-500px;
    width:1px;
    height:1px;
    overflow:hidden;
}
