@charset "utf-8";

/*******************************************************************************/
/*  HTML Tags
/*******************************************************************************/
* {
  font-family: Arial, Helvetica, sans-serif;
}
body{
	background-image:url(/images/background.png);
	background-repeat:repeat-x;
	background-color:#FFF;
}

/*******************************************************************************/
/*  General Layout
/*******************************************************************************/
#header {
	width:957px;
	height:140px;
}
#logo {
	float:left;
	width:177px;
	height:141px;
	
}
#nav{
	float:left;
	margin-top:56px;
	margin-left:-36px;
}
	#nav li {
		list-style-type:none;
		display:inline;
		margin-left:-4px;
	}
#contentArea {
	float:left;
	background-image:url(/images/contentBack.png);
	width:957px;
	background-repeat:repeat-y;
	margin-top:-20px;

}
	#contentArea #textMain{
		float:left;
		width:860px;
		margin-left:40px;
		margin-top:30px;
		color:#1e1d1c;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:20px;
	}
	#contentArea #textMain h1 {
		color:#00594F;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:18px;
		font-weight:bold;
	}
	#contentArea #textMain h3 {
		color:#00594F;
		font-family:Arial, Helvetica, sans-serif;
		font-size:17px;
		font-weight:bold;
	}
#leftCol {
	float:left;
	width:562px;
}
#rightCol {
	float:right;
	width:395px;
}
#videoBack {
	background-image:url(/images/videoBack.png);
	background-repeat:no-repeat;
	width:395px;
	height:301px;
}
	#videoBack #video{
		float:left;
		margin-left:45px;
		margin-top:35px;
	}
#areaInfo {
	width:395px;
	height:149px;
}
#moveIn {
	width:395px;
	height:141px;
}
#indexImages{
	width:530px;
	height:152px;
	margin-left:-8px;
}
#formBack{
	float:left;
	background-image:url(/images/lanvaleForm.png);
	width:550px;
	height:500px;
}
.input1 {
	margin-top:51px;
	margin-left:94px;
	height:20px;
}
.input2 {
	float:left;
	margin-top:48px;
	margin-left:106px;
	height:20px;
}
.input3 {
	float:left;
	margin-top:36px;
	margin-left:95px;
	height:20px;
}
.input4 {
	float:left;
	margin-top:29px;
	margin-left:106px;
	height:20px;
}
.input5 {
	margin-left:95px;
	margin-top:33px;
	height:20px;
}
.input6 {
	margin-top:30px;
	margin-left:106px;
	height:20px;
}
.input7 {
	margin-left:94px;
	margin-top:32px;
	height:20px;
}
.input8 {
	margin-top:30px;
	margin-left:107px;
	height:20px;
}
.comments{
	margin-top:54px;
	margin-left:45px;
	width:450px;
	height:85px;
}
.submit{
	margin-top:15px;
	margin-left:30px;
}
	#formBack input{
		font: normal 12px/11px  arial, verdana, microsoft sans-serif, sans-serif;
		color: #5a451b;
		border:0;
		background:none;
	}
	#formBack textarea{
		font: normal 12px/11px  arial, verdana, microsoft sans-serif, sans-serif;
		color: #5a451b;
		border:0;
		background:none;
	}
#contactInfo {
	float:right;
	margin-top:130px;
	background-image:url(/images/contactInfo.png);
	background-repeat:no-repeat;
	width:263px;
	height:217px;
}
#footerRight {
	background-image:url(/images/footerRight.png);
	background-repeat:no-repeat;
	width:395px;
	height:101px;
}
#footerMain {
	float:left;
	background-image:url(/images/footerMain.png);
	background-repeat:no-repeat;
	width:957px;
	height:172px;
}
#footerIDX {
	float:left;
	background-image:url(/images/footerMain.png);
	background-repeat:no-repeat;
	width:957px;
	height:172px;
}

#footer{
	float:left;
	background-image:url(/images/footer.png);
	background-repeat:no-repeat;
	width:957px;
	height:74px;
}
	#leftCol #text{
		float:left;
		width:460px;
		margin-left:40px;
		padding-top:20px;
		color:#1e1d1c;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:20px;
	}
#copy{
	font-size:11px;
    width:900px;
    text-align:center;
    color:#083630;
}	
#copy a:link,a:visited{
	text-decoration:none;
    color:#083630;
}
#copy a:hover{
	text-decoration:none;
    color:#083630;
}

/*#headerImage {
	float:left;
	background-image:url(/images/headerImage.png);
	background-repeat:no-repeat;
	width:562px;
	height:360px;
}*/
#headerFlash {
	float:left;
	width:523px;
	height:353px;
	margin-left:30px;
}

#content {}


/*******************************************************************************/
/*  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: 957px;
}