@charset "utf-8";

/*******************************************************************************/
/*  HTML Tags
/*******************************************************************************/
* {
  font-family: Arial, Helvetica, sans-serif;
}

body{
	background-image:url(/images/background.png);
	background-repeat:repeat-x;
	background-color:#BBB7A6;
}
a:link, a:visited {
	color: #423B21;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #A9A596;
}

/*******************************************************************************/
/*  General Layout
/*******************************************************************************/

#headerTop {
	float:left;
	background-image:url(/images/header.png);
	background-repeat:no-repeat;
	width:934px;
	height:182px;
	margin-top:-8px;
	clear:both
}
#nav{
	width:850px;
	color:#FFF;
	margin-top:130px;
	margin-left:200px;
}
	
a.nav:link{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}

a.nav:visited{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}
a.nav:active{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}
a.nav:hover{
	color:#C0FED9;
	font-weight:bold;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}

#headerMain {
	float:left;
	background-image:url(/images/headerMain.png);
	background-repeat:no-repeat;
	width:934px;
	height:208px;
}
#contentTop{
	float:left;
	background-image:url(/images/contentTop.png);
	background-repeat:no-repeat;
	width:934px;
	height:11px;
}
#contentBottom{
	float:left;
	background-image:url(/images/contentBottom.png);
	background-repeat:no-repeat;
	width:934px;
	height:23px;
}

#contentMain{
	float:left;
	background-image:url(/images/contentBack.png);
	background-repeat:repeat-y;
	width:934px;
}
	#contentMain #text{
		float:left;
		width:620px;
		margin-left:40px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		line-height:18px;
	}
	#contentMain h3 {
		color:#423B21;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:20px;
	}
#sideMenu {
	float:right;
	background-image:url(/images/sideMenu.png);
	background-repeat:no-repeat;
	width:229px;
	height:363px;
	margin-right:10px;
}
	#sideMenu ul{
		float:left;
		width:150px;
		color:#FFF;
		margin-top:100px;
		text-align:center;
		margin-left:-10px;
	}
	#sideMenu li{
		float:left;
		display:inline;
		list-style-type:none;
		width:185px;
		border-bottom:1px dotted #FFF;
		margin-left:-10px;
		padding-bottom:10px;
		padding-top:8px;
	}
a.side:link{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}

a.side:visited{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}
a.side:active{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}
a.side:hover{
	color:#C0FED9;
	font-weight:bold;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}
.error{
	color:#FF0000;
}
#contactForm {
	float:left;
	background-image:url(/images/contactForm.png);
	background-repeat:no-repeat;
	width:351px;
	height:369px;
	margin-top:-20px;
}
	#contactForm input{
		font: normal 12px/11px  arial, verdana, microsoft sans-serif, sans-serif;
		color: #5a451b;
		border:0;
		background:none;
	}
	#contactForm textarea{
		font: normal 12px/11px  arial, verdana, microsoft sans-serif, sans-serif;
		color: #5a451b;
		border:0;
		background:none;
	}
#labels{
	float:left;
	margin:35px  0px 0px 50px;
}
.labelName {
	float:left;
	color:#FFF;
}
.labelEmail {
	float:left;
	color:#FFF;
	margin-top:30px;
}
.labelPhone {
	float:left;
	color:#FFF;
	margin-top:30px;
}
.labelComments {
	float:left;
	color:#FFF;
	margin-top:20px;
	margin-left:-15px;
}
.contactSubmit {
	float:left;
	color:#FFF;
	margin-top:20px;
	margin-left:120px;
}

#inputValues{
	float:left;
}
.name {
	float:left;
	margin:-153px  0px 0px 128px;
	height:21px;
	width:185px;
}
.email {
	float:left;
	margin:-108px  0px 0px 127px;
	height:21px;
	width:185px;
}
.phone {
	float:left;
	margin:-61px  0px 0px 128px;
	height:21px;
	width:185px;
}
.comments {
	float:left;
	margin:5px  0px 0px 36px;
	height:91px;
	width:275px;
}
#contactInfo{
	float:right;
	text-align:center;
	margin-right:-15px;
}
#copyright {
	float:left;
	width:934px;
	text-align:center;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}
#content {}
#footer {}


/*******************************************************************************/
/*  Flash Messages
/*******************************************************************************/
.flash {
  padding: 5px;
}
.flashError {
  background-color: #FFCCCC;
  border: 2px solid #FFB0B0;
  font-weight: bold;
}
.flashHeader {
  font-weight: bold;
  text-align: center;
}
.flashSuccess {
  background-color: #C4F8C0;
  border: 2px solid #9BE171;
  font-weight: bold;
  height: 15px;
}
.flashWarning {
  background-color: #FFFFB3;
  border: 2px solid #E1E100;
}


/*******************************************************************************/
/*  Signature
/*******************************************************************************/
#impact {
  margin: 0 auto;
  width: 934px;
}
