@charset "utf-8";
/* CSS Document */

a:link img, a:visited img {
	border: none;
}
a:link, a:visited {
	color: #88392D;
}
a:hover {
	text-decoration: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #CFE6F7;
}
#contact {
	float: right;
	text-align: right;
	margin: 5px 5px 0;
	color: #756F65;
}
#contact .button.outside {
	width: 160px;
	float: right;
}
#contact .button.inside {
	text-transform: uppercase;
	height: 20px;
	padding-top: 5px;
}
#contact .smallshadow {
	width: 160px;
	float: right;
}
#contact .smallshadow.button {
	float: right;
	height: 34px;
}
#container {
	margin: 0 auto;
	width: 893px;
}
#credit {
	width: 875px;
	margin: 0 auto;
	text-align: right;
	font-size: .9em;
}
#credit a:link, #credit a:visited {
	color: #FF6500;
	text-decoration: none;
}
#credit a:hover {
	text-decoration: underline;
}
#footer .button.inside {
	height: 25px;
	padding-top: 8px;
}
#footer .button.outside {
	width: 235px;
	float: left;
}
#footer .smallshadow {
	width: 235px;
	float: left;
}
#footer .smallshadow.button {
	float: left;
	height: 43px;
}
#green .button.outside {
	background-color: #659965;
}
#green .button.inside {
	background-color: #659965;
}
#header {
	padding: 0 5px 0;
	z-index: 100;
}
#logo {
	float: left;
}
#main {
	width: 880px;
	border: 1px solid #000;
}
ul#mainnav {
	float: right;
	list-style: none;
	margin: 20px 0;
	font-size: .95em;
	position: relative;
	top: 10px;
	z-index: 100;
}
ul#mainnav li {
	float: left;
}
ul#mainnav li ul li {
	filter: alpha(opacity=80) !important;
}
ul#mainnav li a:link, ul#mainnav li a:visited {
	display: block;
	padding: 3px 8px 3px 8px;
	border-right: 1px solid #88392D;
	border-bottom: 1px solid #88392D;
	text-decoration: none;
	text-transform: uppercase;
	color: #756F65;
}
ul#mainnav li ul li a:link, ul#mainnav li ul li a:visited {
	border: none;
}
#pagetitle h1 {
	color: #CCBFA3;
	font-size: 1.75em;
	letter-spacing: 1pt;
	text-transform: uppercase;
	line-height: 1.75em;
	font-weight: 100;
}
#phone {
	color: #88392D;
	font-size: 1.2em;
}
#projects .button.outside {
	background-color: #336599;
}
#projects .button.inside {
	background-color: #336599;
}
.button.inside {
	background: #88392D;
	color: #FFF;
	width: auto;
	border: 1px solid #fff;
	margin: 2px;
	font-size: .8em;
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
}
.button.inside a:link, .button.inside a:visited {
	display: block;
	color: #FFF;
	text-decoration: none;
}
.button.inside a:hover {
	text-decoration: underline;
}
.button.outside {
	background: #88392D;
	margin: 10px 0 0 4px;
}
label.error {
	display: block;
	color: #FF0000;
	font-size: .7em;
}
input.error {
	border: solid 1px #FF0000;
}
.label {
	text-align: right;
	padding-right: 5px;
}
td.label {
	vertical-align: top;
}
.shadow {
  background: url(../images/shadowAlpha2.png) no-repeat bottom right !important;
  background: url(../images/shadow3.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}
.shadow div#main {
  color: #777;
  background-color: #fff;
  padding: 0px;
  position: relative;
  top: -5px;
  left: -5px;
  margin: 0;
}
.smallshadow {
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 5px 0 0 5px;
}
.smallshadow div {
	position: relative;
	top: -12px;
	left: -5px;
	padding: 0;
	margin: 0;
}
input {
	border: 1px solid #88392D;
	background: #e8e0cf;
}
select {
	border: 1px solid #88392D;
	background: #e8e0cf;	
}
textarea {
	border: 1px solid #88392D;
	background: #e8e0cf;
}