* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
}
a:focus {
	-moz-outline-style: none;
	outline: none;
}
#wrapper {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	/*border-top: 1px solid #a1a157;*/
	/*border-bottom: 1px solid #a1a157;*/
	margin-top: 50px;
	background-color: #FFF;
}
#logo {
	height: 100px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	text-align: center;
	text-indent: 10px;
}
#navigationContainer {
	width: auto;
	background-color: #a1a157;
}
#navigationArea {
	height: 25px;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 40px;
	font-family: Dax, Lucida-Grande, Arial, sans-serif;
	text-transform: uppercase;
}
#navigationArea ul {
	padding: 0;
}
#navigationArea li {
	float: left;
	width: 144px;
	list-style: none;
	position: relative;
	z-index: 1;
	text-align: center;
}
#navigationArea a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #717171;
	line-height: 25px;
}
#navigationArea a:hover {
	color: #FFF;
}
#navigationSubArea {
	background-color: #FFF;
	font-family: Dax, Lucida-Grande, Arial, sans-serif;
	text-transform: uppercase;
}
#navigationSubArea ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position:absolute;
	z-index: 1;
}
#navigationSubArea li {
	float: none;
	border-top: 1px solid #FFF;
}
#navigationSubArea a {
	display: block;
	white-space:nowrap;
	text-decoration: none;
	font-weight: bold;
	color: #717171;
	line-height: 25px;
	padding-left: 10px;
	padding-right: 10px;
}
#navigationSubArea a:hover {
	color: #FFF;
}
.home a {
	background-image: url(../images/navItem1.jpg);
}
.projects a {
	background-image: url(../images/navItem2.jpg);
}
.services a {
	background-image: url(../images/navItem3.jpg);
}
.about a {
	background-image: url(../images/navItem4.jpg);
}
.contact a {
	background-image: url(../images/navItem5.jpg);
}
#navShadow {
	background-image: url(../images/navShadow.jpg);
	background-repeat: repeat-x;
	height: 10px;
	width: auto;
}
#bodyArea {
	font-size: 1.2em;
	color: #717171;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-right: 40px;
	padding-left: 40px;
	background-color: #FFF;
	padding-bottom: 10px;
	padding-top: 10px;
	height: auto;
}
#bodyArea a {
	text-decoration: none;
}
.tblProjects a img {
	text-align: center;
	border: 1px solid #CCC;
	padding: 5px;
}
.tblProjects a img:hover {
	text-align: center;
	background-color: #EBEBEB;
}
.tblProjects tr td {
	text-align: center;
	padding-bottom: 10px;
}
#bodyArea a {
	color: #300;
}
#bodyArea a:hover {
	color: #A1A157;
}
#bodyArea ul {
	padding-left: 20px;
	padding-bottom: 20px;
	list-style-type: circle;
}
#bodyArea h1 {
	font-size: 1.1em;
	padding-bottom: 0.5em;
	font-family: Dax, Lucida-Grande, Arial, sans-serif;
	color: #613B24;
	text-transform: uppercase;
}
#bodyArea h2 {
	font-size: 1.1em;
}
#seperatorShadow {
	background-image: url(../images/seperatorShadow.jpg);
	height: 10px;
	width: auto;
	background-repeat: repeat-x;
	clear: both;
}
#seperator {
	height: 25px;
	width: auto;
	background-color: #A1A157;
	clear: both;
}
#footer {
	background-color: #FFF;
	height: 30px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #717171;
	font-size: 0.9em;
}
#footer p {
	text-align: center;
	padding-top: 5px;
}
#home #navigationArea .home a, #projects #navigationArea .projects a, #services #navigationArea .services a, #about #navigationArea .about a, #contact #navigationArea .contact a {
	color: #300;
}
#projects #navigationSubArea .projects a {
	color: #717171;
}
#projects #navigationSubArea .projects a:hover {
	color: #FFF;
}
#thumbs {
	width: 720px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B5B579;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B5B579;
	height: 66px;
}
#thumbs a img {
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 5px;
}
.elinputSmall {
	margin-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	background-color: #F5F5ED;
	border: 1px solid #CCC;
}
.elinput {
	width: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	background-color: #F5F5ED;
	border: 1px solid #CCC;
}
.elButton {
	margin-top: 5px;
	margin-left: 10px;
}
.contactTable {
	font-size: 0.8em;
	padding-left: 30px;
}
#respond {
	height: 100px;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10%;
	text-align: center;
	font-family: Dax, Lucida-Grande, Arial, sans-serif;
	text-transform: uppercase;
	border: 2px solid #999;
	line-height: 100px;
	font-size: 1.2em;
}
.pTitle {
	font-size: 0.9em;
	font-family: "Lucida Grande", Arial, sans-serif;
}
#footer a {
	text-decoration: none;
	color: #717171;
}
#footer a:hover {
	text-decoration: underline;
}
