/*COLORS
maroon: #600
gold: #9BA36B
light blue: #D5DFE9
dark blue: #37475E
*/

/* LAYOUT */
body {
	background: #FFFFFF url(../images/bg_body.jpg) repeat-x scroll left 335px;
}
#wrap {
	margin: 0 auto;
	width: 771px;
}
#logo {
	height: 61px;
}
#topwrap {
	background: url(../images/bg_bluegrad.jpg) repeat-y top right;
}
#header {
	width: 767px;
	height: 223px;
	background: url(../images/bg_topstripes.gif) repeat-x;
	padding-top: 6px;
}
#home_page {
	margin: 0 auto;
}
#navbar {
	width: 767px;
	height: 45px;
}
#undernav {
	width: 767px;
	height: 12px;
	background: url(../images/bg_undernav.png);
}
#contentwrap {
	width: 767px;
	background: url(../images/bg_content.png) repeat-y;
}
#content {
	margin: 0 10px 0 216px;
	padding: 24px;
	min-height: 280px;
}

#contentright {
	background-color: #fff;
	width: 10px;
	float: right;
	padding-top: 4px;
}
#footer {
	background: url(../images/bg_footer.gif) repeat-x;
	width: 767px;
	padding: 12px 0;
	text-align: center;
}
.homeSection {
	width: 356px;
	min-height: 124px;
	margin: 12px 0;
	padding-left: 128px;
	background-repeat: no-repeat;
	background-position: left 8px;
}
#homeSection1 {
	background-image: url(../images/home_accent1.jpg);
}
#homeSection2 {
	background-image: url(../images/home_accent2.jpg);
}



/* TEXT */
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #37475e;
}
p, th, td, div, ul, ol {
	font-size: 14px;
	line-height: 18px;
}
strong {
	font-weight: bold;
}
#content p {
	padding: 4px 0;
}
p.links {
	text-align: center;
}
.links img {
	vertical-align: middle;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0px;
	padding: 4px 0 8px 0;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 4px 0;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin:8px 0;
}
blockquote {
	margin: 8px 24px;
}
#content ul {
	list-style-type: none;
	margin-left: 24px;
	padding: 4px 0;
}
#content ul ul {
	padding: 0;
}
#content ol ul {
	margin-left: 0px;
}
#content ul li {
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	padding-left: 14px;
	background-position: left 5px;
}
#content ul ul li {
	background-image: none;
	padding-left: 0;
	list-style-type: disc;
}
#content ul ul ul li {
	list-style-type: circle;
}
#content ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 4px;
}
#content ol li {
	margin-left: 16px;
}
#content li {
	margin: 4px 0;
}

/* LINKS */
a:link {
	color: #600;
	text-decoration: underline;
}
a:visited {
	color: #600;
	text-decoration: underline;
}
a:hover, 
a:active {
	color: #9BA36B;
	text-decoration: none;
}

/* MISC */
img.img-right {
	float: right;
	margin: 4px 0 8px 8px;
	border: 1px solid #000;
}
img.img-mid {
	display: block;
	margin: 8px auto;
	border: 1px solid #000;
}
#footer li, #footer p {
	font-size: 10px;
}
ul#footnav li {
	display: inline;
}
img.viewPort {
	margin-bottom: -2px;
	margin-left: 4px;
}

/* QUOTE/CONTACT FORM */
#form table {
	margin-top: 12px;
}
#form th {
	background-color: #D5DFE9;
	padding: 2px 4px;
	font-size: 14px;
	font-weight: bold;
	margin: 8px 0;
}
#form td {
	padding: 4px;
	vertical-align: middle;
}
#form td.left {
	text-align: right;
	padding-right: 12px;
	width: 25%;
}
#form table#contact td.left {
}
#form label {
}
#form input,
#form textarea {
	border: 1px solid #37475E;
	padding: 2px 4px;
}
#form textarea {
	width: 480px;
}
#form input:focus, 
#form textarea:focus {
	background-color: #E6E6E6;
}
.required,
.missing {
	font-weight: bold;
}
.missing {
	color: #F00;
}
#form #submit {
	font-weight: bold;
	border-width: 1px;
}
#form #submit,
#form #reset {
	cursor: pointer;
	float: right;
}
#form #reset {
	background-color: transparent;
	border: none;
}
#form #submit:hover,
#form #reset:hover {
	color: #600;
	border-color: #600;
}
#form .radio {
	border: none;
}
/* PORTFOLIO */
#port {
	margin-top: 12px;
}
#port ul {
	background-color: #9BA36B;
	text-align: center;
	width: 380px;
	margin:0 auto;
}
#port ul li {
	display:inline;
}
p.thumbs {
	margin: 0 0 8px;
	white-space: nowrap;
	background-color: #9BA36B;
	/*display: inline-table;*/
	width: 100%;
	overflow-x: scroll;
	vertical-align: top;
}
.thumbs img {
	padding: 2px;
	border: 1px solid #DDD;
	margin: 2px 4px;
}
.thumbs img:hover {
	border-color: #600;
}
#port hr {
	color: #37475E;
	background-color: #37475E;
	width: 50%;
	margin: 24px auto;
	
}
#port table {
	margin: 12px 0;
}
#port td {
	text-align: center;
	padding: 0 6px;
}
#content #port p.thumbInfo {
	margin: 8px 0 0 0;
	padding: 0 18px;
	font-size: 80%;
}
.hover {}

/* SERVICES PAGE, & SERVICES NAV */
.serviceLinks {
	text-align: center;
	margin: 0;
	background-color: #D5DFE9;
	height: 14px;
}
.serviceLinks img {
	margin: 0;
	padding: 0;
}
.serviceSection {
	/*background-image: url(../images/bg_div.jpg);
	background-repeat: no-repeat;*/
	border: 1px solid #37475E;
	padding: 0px;
	margin: 8px 0 24px;
	width: 489px;
}
.serviceSection div {
	margin: 0 0 8px 0;
	padding: 4px;;
}
.serviceSection h2 {
	padding: 4px 8px;
}

/* 
Left nav
*/

#leftnav {
	float:left;
	width: 216px;
	padding-top: 3px;
	background: #FFF url(../images/bg_leftnav.png) no-repeat left bottom;
	/*height: 262px;*/
}
#leftnav #menu {
	height:181px;
	overflow:hidden;
}
#leftnav #menu a {
	display: block;
	width:216px;
	height:30px;
	vertical-align: bottom;
}
#leftnav #quote {
	background: url(../images/getquote.png) no-repeat center top;
	padding-top:15px;
	margin-top: 24px;
	text-align: center;
}

