﻿/* Generic styles */
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style: none;
	color: #57574D;/*#A0A093;*/
	}
body {
	text-align: center;
	}
h1, h2 {
	font-family: Georgia, "Times New Roman", sans-serif;
	font-weight: normal;
	}
h1 {
	font-size: 18px;
	color: #F47A20;
	margin: 0 0 6px 0;
	}
h2 {
	font-size: 16px;
	color: #384B72;/*#990;*/
	}
img { border: none; }
.clear { clear: both; }

#inside-content h2
{
	padding-top: 8px;
}
#inside-content dt
{
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
}
#inside-content dd
{
	padding-left: 5px;
	display: block;
}

/* Sets background for columns to fake 100% height */
#wrapper {
	text-align: left;
	width: 801px;
	margin: 0 auto;
	}


/* Sets background for shadowing behind header  */
#wrapper2 {
	padding: 19px 21px 0 20px;
	}


/* Background and bordering for scenic shot */
#header {
	border: 1px solid #E8E8DE;
	}

#content {
	border-right: 1px solid #E8E8DE;
	border-left: 1px solid #E8E8DE;
	}
#resume
{
	margin: 0 0 12px 0;
}
#resume h3
{
	display: block;
	/*padding: 0 0 0px 0px;*/
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 15px;
	font-weight: bold;
}
#resume h4
{
	display: block;
	/*padding: 0 0 0px 0px;*/
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	font-style: oblique;
}
#resume li
{
	display: block;
	padding: 0px 0px 5px 16px;
	font-size: 12px;
}
#nav {
	float: left;
	width: 199px;
	overflow: hidden;
	}
#nav dl {
	margin: 22px 0 22px 22px;
	padding: 0 0 1px 0;
	}
#nav dl a {
	color: #384B72;/*#990;*/
	text-decoration: none;
	}
#nav dl dt a {
	display: block;
	padding: 7px 0;
	}
#nav dl dt a:hover {
	color: #384B72;/*#8C8C00;*/
	border-right: 3px solid #E0660C;/*#E5E5AA;*/
	background-color: #FFEED5;/*#F1F1D7;*/
	}
#nav dl dd a {
	color: #000080;/*#DDA724;*/
	display: block;
	padding: 0 0 8px 16px;
	font-size: 12px;
	}
#nav dl dd a:hover {
	color: #000080;/*#D19400;*/
	/*border-right: 3px solid #E5E5AA;
	background-color: #F1F1D7;*/
	}
#nav address {
	margin: 22px;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	}
#nav address a {
	color: #384B72;/*#990;*/
	font-size: 11px;
	}
#nav dl dt.selected 
{
	font-weight:bold;
}
#maincolumn {
	float: right;
	width: 558px;
	overflow: hidden;
	}
#maincolumn a {
	color: #57574D;/*#DDA724;*/
	}
#maincolumn a:hover {
	color: #384B72;/*#D19400;*/
	}

#welcome {
	padding: 10px 20px;
	border-bottom: 1px solid #EEEEE7;
	}
#welcome p {
	margin: 0 30px 0 0;
	}


#projects, #services {
	float: left;
	width: 50%;
	padding-bottom: 12px;
	}
#discounts dl {
	margin: 0 20px;
	}
#projects {
	border-right: 1px solid #F2F2EC;
	}
#services {
	margin-left: -1px;
	}
#projects h2, #services h2, #discounts h2 {
	margin: 25px 20px 0 20px;
	}
#projects dl {
	margin: 0 20px;
	}
#projects dt {
	color: #000;/*#7F7F6C;*/
	margin: 10px 0 0 0;
	}
#projects dd a {
	display: block;
	margin: 4px 0 12px 0;
	}
#services dl {
	margin: 10px 20px 0 20px;
	}
#services dt {
	color: #000;/*#7F7F6C;*/
	margin: 10px 0 0 0;
	}
#inside-content {
	padding: 25px 20px 13px 20px;
	}
#inside-content p {
	color: #57574D;/*#7F7F6C;*/
	margin: 0 0 12px 0;
	line-height: 16px;
	}
#footer {
	clear: both;
	border-top: 1px solid #F2F2EC;
	font-size: 11px;
	padding: 20px;
	}
/*Image Styles*/

body {
	background: #58676F url(bg-content.gif) 50% 0 repeat-y;
}
/* Sets up top of green fade background */
#layout { background: url(bg.gif) repeat-x; }
/* Sets background for columns to fake 100% height */
#wrapper {
	background: url(bg-content.gif) 50% 0 repeat-y;
	}/* Sets background for shadowing behind header  */
#wrapper2 {
	background: url(bg-header.gif) 50% 0 no-repeat;
	}/* Background and bordering for scenic shot */
#header {
	border: 1px solid #E8E8DE;
	background: url(slo.jpg) 100% 0 no-repeat;
	}
#nav dl {
	background: url(nav-rule.gif) 0 100% repeat-x;
	}
#nav dl dt a {
	background: url(nav-rule.gif) repeat-x;
	}
#nav dl dd a {
	background: url(bullet.gif) 5px 5px no-repeat;
	}
#welcome {
	background: #fff url(keyboard.jpg) 100% 0 no-repeat;
	}
#overview {
	background: url(bg-overview.gif) 50% 0 repeat-x;
	}
#services li {
	background: url(bullet.gif) 1px 5px no-repeat;
	}
#inside-content {
	background: url(bg-subpage.gif) repeat-x;
	}