/*
	GLOBAL STRUCTURE
*/
html, body							{ height: 100%; }

body {
	background-color: #f5f5ed;
	margin: 0px;
	background-image: url(images/head_bg_landing.png);
	background-repeat: repeat-x;
}

.clear								{ clear: both; }


#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	height: auto !important;
	height: 100%; 
	margin-top: 0;
	margin-bottom: -310px; /* the bottom margin is the negative value of the footer's height */
}

#push {
	height: 310px; /* .push must be the same height as .footer */
	width: 980px;
}
#footer {
	height: 310px;
	background-color: #635443;
}

#masthead-landing-wrap {
	height: 111px;
	min-width: 980px;
}
#rightcol-wrap {
	float: right;
	width: 760px;
	height: auto;
	margin-bottom: 20px;
}
#text-container-wrap {
	float: left;
	width: 330px;
	height: auto;
}
#text-container {
	width: 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	padding-top: 15px;
	padding-right: 30px;
	height: auto;
	vertical-align: top;
}
#form-container-wrap {
	float: right;
	width: 430px;
	margin-top: 25px;
}
#form-container-top {
	width: 430px;
	background-image: url(images/formcontainer-top.png);
	background-repeat: no-repeat;
	height: 15px;
}
#form-container {
	width: 400px;
	background-color: #dad9c0;
	padding-right: 15px;
	padding-left: 15px;
}
#form-container-btm {
	width: 430px;
	background-image: url(images/formcontainer-btm.png);
	background-repeat: no-repeat;
	height: 15px;
}
#leftcol-wrap {
	float: left;
	width: 220px;
}
#leftcol {
	padding: 25px;

}
/*
	TYPOGRAPHY
*/
.formheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: normal;
	color: #000;
	padding-bottom: 5px;
}
.field-label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;


}
/*
	MASTHEAD ELEMENTS
*/


#logo-landing {
	float: left;
	height: 65px;
	width: 180px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 26px;
	padding-left: 20px;
}

#header-landing {
	float: left;
	height: 86px;
	width: 400px;

}
#masthead-right-top {
	float: left;
	width: 760px;
	height: 25px;
}
#masthead-right-btm {
	float: left;
	width: 760px;
	height: 86px;
}
#topnav-cell-wrap {
	height: 25px;
	float: right;

}
#contact-cell-wrap {
	padding-top: 20px;
	padding-right: 25px;
	float: right;

}
/*
	LANDING PAGE ELEMENTS
*/
#introimg-wrap {
	height: 222px;
	width: 760px;
	padding-top: 25px;


}
/* topnav  */


#topnav-bg {
	float:left;
	background:url(images/topnav-bg-left.png) no-repeat left top;
	height: 25px;
	margin-right: 0px; /*spacing between each tab*/
	padding-left: 15px;
	color:#333333;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#topnav-bg span{
	float:left;
	display:block;
	font-weight:normal;
	color:#333333;
	text-decoration:none;
	background-image: url(images/topnav-bg-right.png);
	background-position: right top;
	height: 25px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
	font-weight: normal;
}
#topnav {
	height: 23px;
	margin-top: 2px;

}
#topnav ul{
list-style-type: none;
margin:0;
padding:0;
}

#topnav li{
	display:inline;
	margin:0;
	padding:0;
	line-height: 22px;
	color: #FFF;
}

#topnav a{
	color:#FFF;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
}

#topnav a span{
	display:block;
	font-weight:normal;
	color:#FFF;
	text-decoration:none;
	padding-top: 0px;
	padding-right: 29px;
	padding-bottom: 0px;
	padding-left: 22px;
	font-size: 12px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

