﻿/*---Site Colors---
	Orange:#f99427
	Gray:#858585
*/

body {
	background:url(../siteart/sitebg.gif) repeat-x top #838383;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

a:link, a:visited, a:active {
	text-decoration:underline;
	color:#f99427;
}

a:hover {
	color:#000;
}

img {
	border:0;
}

#wrapper {
	background:#fff;
	padding:10px 11px 10px 10px;
	vertical-align:top;
}

#header {
	border-bottom:10px #f39025 solid;
	padding:0 0 10px;
	background:url(../siteart/headerbg.gif) repeat-x center;
}

#number {
	font-size:20px;
	font-weight:bold;
	text-align:right;
	float:right;
	width:300px;
	margin-top:25px;
}

.phone-number {
	text-align:center;
	font-size:22px;
	font-weight:bold;
	color:#f39025;
	width:223px;
	padding-top:47px;
	vertical-align:top;
}

#mid {
	border-top:1px #fff solid;
	border-bottom:1px #fff solid;
}

/*-------------Navigation Section--------------*/

#nav {
	background:url(../siteart/navbg.gif) repeat-x top #d17c18;
}

#menu {
	width:973px;
}

#menu td a {
	text-decoration:none;
	text-transform:capitalize;
	font-size:16px;
	font-weight:normal;
	color:#000;
	padding:12px 20px;
	text-align:center;
	border-right:1px #ce7307 solid;
	border-left:1px #f39025 solid;
	display:block;
}

#menu td a:hover {
	background:#ce7307;
	color:#fff;
}


/*--------------Content Section-------------*/

#content {
	padding:15px 0;
	vertical-align:top;
}

h1 {
	font-size:18px;
	text-transform:uppercase;
	font-weight:normal;
	display:block;
	border-bottom:1px #e9e9e9 solid;
	padding-bottom:3px;
	margin:0 0 5px;
}

h2 {
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	display:block;
	margin:0 0 10px;
}

/*---------Home Page--------*/

#sidebar {
	vertical-align:top;
	padding-right:30px;
	border-right:1px #e9e9e9 solid;
	width:212px;
}

#sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
}

#sidebar li {
	display:block;
	float:left;
	width:212px;
	padding:3px 0;
	border-bottom:1px #e9e9e9 dotted;
}

#sidebar li a:link, #sidebar li a:visited, #sidebar li a:active {
	text-decoration:none;
	text-transform:capitalize;
	font-size:14px;
	color:#858585;
	
	background:url(../siteart/arrow.png) no-repeat left center #ededed;
	padding:5px 0 5px 0;
	text-indent:30px;
	display:block;
	width:212px;
}

#sidebar li a:hover {
	color:#000;
	background:url(../siteart/arrow.png) no-repeat left center #a2a2a2;
}

#apps {
	display:block;
	width:202px;
	background:#000;
	padding:5px;
}

#apps a:link, #apps a:visited, #apps a:active {
	text-decoration:none;
	color:#f99427;
	font-size:14px;
	display:block;
	border-bottom:1px #f99427 dotted;
	padding:5px 0;
	width:202px;
}

#apps a:hover {
	color:#fff;
}

#col2 {
	vertical-align:top;
	padding-right:30px;
	padding-left:30px;
	border-right:1px #e9e9e9 solid;
	width:478px;
}

#gallery {
	float:right;
	width:264px;
	margin-left:15px;
	border:3px #e9e9e9 solid;
}

#col3 {
	vertical-align:top;
	padding-left:30px;
	padding-right:10px;
	width:152px;
}


/*-------------Other Pages---------------*/

#main {
	vertical-align:top;
	padding-left:30px;
	width:701px;
}

#photo-block {
	background:#e9e9e9;
	padding:10px;
	vertical-align:top;
	float:right;
	margin-left:20px;
	font-weight:bold;
	text-align:center;
}

#photo-block img {
	border:4px #fff solid;
	margin-bottom:3px;
}

label {
	font-weight:bold;
	display:block;
}

input {
	width:200px;
}

input#city {
	width:100px;
}

input#state {
	width:30px;
}

input#zip {
	width:70px;
}

input#submit {
	width:100px;
}

#location {
	float:right;
	width:250px;
	border-left:1px #e9e9e9 dotted;
	padding-left:20px;
}

#slide {
	border-top:1px #e9e9e9 solid;
	border-bottom:1px #e9e9e9 solid;
	padding:10px 0;
	text-align:center;
}

#footerbar {
	background:url(../siteart/footerbg.png) no-repeat top left;
	text-align:right;
	padding:22px 45px;
	color:#f99427;
	text-transform:uppercase;
}

#footer {
	padding:15px;
	text-align:center;
}

