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

* {
	margin: 0px;
	padding: 0px;
}
img, div { behavior: url(iepngfix.htc) }
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	background-color: #CCCCCC;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: center;
	text-align: center;
	background-attachment: fixed;
}
#container {
	background-image: url(../images/content.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 290px;
	margin-bottom: 20px;
}
#header h1, #header h2 {
	text-indent: -9000px;	
}
#navbar {
	height: 40px;
	font-size: 16px;
	text-align: right;
	text-transform: lowercase;
	letter-spacing: 2px;
	padding-right: 40px;
}
ul#navigation  {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: right;
}
ul#navigation li {
	float: left;
}
ul#navigation a {
	color: #363628;
	text-decoration: none;
	display: block;
	float: left;
	height: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
}
ul#navigation li:hover {
	
}
ul#navigation li:hover a{
	color: #FFFFFF;
}
ul#navigation li.active {
}
ul#navigation li.active a{
	color: #FFFFFF;
}
ul#navigation li:hover.active a{
	text-decoration: none;
}
#leftcolumn {
	float: left;
	width: 160px;
	padding-left: 40px;
	font-size: 12px;
	line-height: 18px;
	color: #dea541;
	font-style: oblique;
	padding-right: 40px;
	background-image: url(../images/quotebackground.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	margin-top: -14px;
}
#leftcolumn a {
	color: #CCCCCC;
	text-decoration: none;
}
#leftcolumn p {
	padding-bottom: 10px;	
}
#leftcolumn ul {
	list-style-type: none;	
}
#content {
	padding-right: 40px;
	padding-left: 40px;
	margin-left: 240px;
}
#content p, #content li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 10px;
}
#content li {
	margin-left: 20px;
	padding-left: 5px;	
}
#content h3 {
	font-size: 24px;
	font-style: oblique;
	font-weight: normal;
	color: #7e5f23;
	padding-bottom: 10px;	
}
#content p.intro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 27px;
	color: #375548;
}
p.intro:first-letter {
	font-size: 54px;
	float: left;
	line-height: 48px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 0;
}
p.intro:first-line {
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.insidepanel {
	background-color: #3fa59b;
	padding: 20px;
	float: right;
	width: 200px;
	margin-left: 40px;
}
#slider {
	height: 300px;
	width: 300px;
	position: relative;
	z-index: 1;
	margin-right: 10px;
	margin-left: 10px;
}
#slider ul, #slider li {
		list-style:none;
}
#slider li {
	width:300px;
	height:245px;
	padding-top: 55px;
	padding-left: 0px;
	margin-left: 0px;
}

#slideroverlay {
	background-image: url(../images/sliderbackground.png);
	background-repeat: no-repeat;
	height: 300px;
	width: 320px;
	z-index: 2;
	position: relative;
	top: -245px;
}
#slidecontainer {
	float: right;
	height: 300px;
	width: 320px;
	margin-left: 40px;
}
#connecttable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
img { border: 0 }
#content a.image {
	border: 0 none
}
#content a {
	color: #336699;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#content a:hover {
	background-color: #FFFFFF;	
}
#content p.intropoints {
	font-style: oblique;
	color: #7e5f23;
}

.footerleft {
	float: left;
	width: 200px;
	margin-right: 20px;
	margin-top: 40px;
	height: 200px;
}
.footerright {
	float: right;
	width: 200px;
}
#footer {
	clear: both;
	padding-top: 40px;
	padding-bottom: 20px;
	text-align: center;
}
#footer p {
	font-style: oblique;
}
.portfoliodisplay {
	float: left;
	width: 300px;
}
.portfoliocontent {
	margin-left: 320px;
}
#content h3.portfolio  {
	color: #7e5f23;
	font-weight: 100;
	padding-bottom: 10px;
	font-size: 18px;
	font-style: normal;
}
.clear {
	clear: both;
	padding-bottom: 40px;
}
#contact-area {
	float: left;
	width: 300px;
	margin-right: 40px;
}
#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 210px;
	font-family: "Courier New", Courier, monospace;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	background-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float: right;
	margin-right: 70px;
}
h2.formheader {
	font-weight: normal;
	color: #7e5f23;
	padding-bottom: 20px;
	font-style: oblique;
}
label {
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 60px;
	padding-top: 5px;
}
.lefthalf {
	float: left;
	width: 300px;
}
.righthalf {
	margin-left: 337px;
}
.portfoliopanel {
	padding-top: 20px;
	width: 640px;
	height: 200px;
}
.xmas {
	color: #003300;
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #660000;
	margin-bottom: 10px;
}