@charset "utf-8";
body,h1,h2,h3,h4,h5,h6,p,ol,ul,li {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	/* margin-top: 10px; */
}
a {
	color: #420;
}

a:hover {
	color: #867B69;
}

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-top: 15px;
}
#masthead {
	background: url(images/masthead.jpg);
	height: 120px;
	width: 940px;
	
}
#mast-photo {
	height: 262px;
	width: 940px;
}

#navigation {
	float: left;
	/*position: static; */
	width: 940px;
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: center;
}
#navigation ul {
	list-style-type: none;
	display: inline;
	margin-left:auto;
	margin-right:auto;
}

#navigation ul li {
	list-style-type: none;
	display: inline;
	width: 200px;
}

#navigation a {
	/*display: block; */
	padding: 10px;
	color: #420;
	text-align: justify;
	letter-spacing: 0.2em;
	font-size: 1.5em;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;
}
#navigation a:hover {
	color: #867B69;
}
/* special class for current location */
#navigation .nav-here {
	color: #AFB585;
	font-weight: bold;
	/*shows regular op sys cursor instead of appearing as a clickable link */
	cursor: default;
}
/*stop hover for current location */
#navigation .nav-here:hover {
	color: #AFB585;
}

#footernav {
	float: left;
	/*position: static; */
	width: 940px;
	margin-bottom: 5px;
	text-align: center;
	background-color: #5B3E1C;
}
#footernav ul {
	list-style-type: none;
	display: inline;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

#footernav ul li {
	list-style-type: none;
	display: inline;
	width: 200px;
}
#footernav a {
	/*display: block; */
	padding: 10px;
	color: #867B69;
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 1em;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	margin-right: 6px;
	margin-left: 6px;
}
#footernav a:hover {
	color: #AFB585;
}
/* special class for current location */
#footernav .nav-here {
	color: #AFB585;
	font-weight: bold;
	/*shows regular op sys cursor instead of appearing as a clickable link */
	cursor: default;
}
/*stop hover for current location */
#footernav .nav-here:hover {
	color: #AB8;
}

#subwrapper {
	float: left;
	width: 920px;
	background-image:url(images/main-content-bg2.jpg);
	background-repeat:repeat-y;
	border-bottom:thick;
	border-bottom-color:#531;
}

#sidebar {
	float: left;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	color: #DDD;
	text-align: left;
}
.side-callout {
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: .5em;
	letter-spacing: normal;
}


#maincontent {
	float: left;
	position: static;
	width: 720px;
	font-family: Arial, Helvetica, sans-serif;
	clear: none;
}
#maincontent  p  {
	margin-top: 0em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
}
#maincontent li {
	font-size: 1.3em;
	margin-left: 2em;
	color: #111;
}

#maincontent h1 {
	background-color: #AFB585;
	padding: 0.5em;
	color: #867B69;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #867B69;
	border-right-color: #867B69;
	border-bottom-color: #867B69;
	border-left-color: #867B69;
	border-top-style: solid;
	border-right-style: solid;
}
#maincontent h3 {
	font-size: 1.3em;
	color: #420;
	font-weight: bold;
	margin-left: 1em;
}
#maincontent img.right {
	float: right;
	margin-right: 0.5em;
	border: thin outset #999999;
}




#footer {
	clear: both;
	background-color: #FFF;
	height: 30px;
	padding-top: 3px;
	padding-right: 30px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-align: right;
	color: #867B69;
}
#footer a:hover {
	text-decoration: underline;
}
#footer  h2,#footer a:link,#footer a:visited,#footer a:hover  {
	color: #999999;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
}
.side-contactinfo {
	letter-spacing: normal;
	padding-left: 0.5em;
	padding-bottom: .8em;
	font: normal 1.1em Geneva, Arial, Helvetica, sans-serif;
}
#ContactForm1 table {
	margin-left: 1em;
}


#portfolio-nav {
	/*float: left;
	position: static;
	margin-bottom: 3px;
	margin-left: 199px;
	width: 520px;*/
	margin-top: -12px;
	text-align: center;
	background-color: #5B3E1C;
}
#portfolio-nav ul {
	list-style-type: none;
	display: inline;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

#portfolio-nav ul li {
	list-style-type: none;
	display: inline;
	/*width: 200px;*/
}
#portfolio-nav a {
	/*display: block; 
	padding: 1px;*/
	color: #867B69;
	text-align: center;
	/*letter-spacing: 0.1em;*/
	font-size: 1.0em;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	/*margin-right: 1px;
	margin-left: 1px;*/
}
#portfolio-nav a:hover {
	color: #AFB585;
}
/* special class for current location */
#portfolio-nav .nav-here {
	color: #AFB585;
	font-weight: bold;
	/*shows regular op sys cursor instead of appearing as a clickable link */
	cursor: default;
}
/*stop hover for current location */
#portfolio-nav .nav-here:hover {
	color: #AB8;
}*/.portolio-home-nav {
	margin: 10px;
	width: 410px;
}
.portolio-home-nav img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 60px;
}
.spread {
	margin-top: 4px;
	margin-bottom: 4px;
}
.footnote {
	font-size: 1em;
	font-style: italic;
	margin-left: 20px;
}
