body{
	margin:0;
	padding:0;
	background:#3f3f3f url(images/BG.jpg) top repeat-x;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}
h1, h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin:0;
	padding:0 0 10px 0;
}
.inputs{
	background:#fdfdfd url(images/inputBG.jpg) top repeat-x;
	border:#929292 solid 1px;
}
p{
	margin:0;
	padding:0 0 13px 0;
	line-height:1.5em;
}
a{
	color:#FF6600;
}
a img{
	border:none;
}

/*============ Containers ==============*/
#centerHolder{
	width:914px;
	height:auto;
	margin:0 auto;
}
#pageWrap{
	width:914px;
	height:auto;
	float:left;
	background:url(images/pageBG.jpg) repeat-y;
}
#header{
	width:914px;
	height:394px;
	float:left;
	background:url(images/header.jpg) no-repeat;
}
#header h1{
	text-indent:-2000px;
}
#contentContainer{
	width:900px;
	height:auto;
	float:left;
	padding:0 7px;
	padding-bottom:230px;
	background: url(images/contentBottomBG.jpg) bottom no-repeat;
}
#leftPanel{
	width:263px;
	height:auto;
	float:left;
}
#formBox{
	width:263px;
	float:left;
	height:auto;
	background:url(images/formBoxMidBG.jpg) repeat-y;
}
#formBox #top{
	width:263px;
	height:auto;
	float:left;
	background:url(images/formBoxTopBG.jpg) top no-repeat;
}
#formBox #bottom{
	width:205px;
	height:auto;
	float:left;
	background:url(images/formBoxbottomBG.jpg) bottom no-repeat;
	padding:15px 29px;
	font-style:italic;
}
#formBox #bottom h2{
	color:#FF6600;
	font-size:16px;
}
#formBox #bottom form{
	margin:0;
	padding:0;
	width:205px;
}
#formBox #bottom form td{
	padding:3px 0;
}
#formBox #bottom #sendButt{
	width:102px;
	height:28px;
	float:right;
	background:url(images/sendButt.jpg) no-repeat;
}
#formBox #bottom #sendButt #button{
	width:102px;
	height:28px;
	background:none;
	border:none;
	cursor:pointer;
}
#rightpanel{
	width:602px;
	height:auto;
	float:right;
	margin-left:-10px;
	background:url(images/contentContainerBG.jpg) top right no-repeat;
	padding:10px 15px 20px 20px;
	font-size:14px;
}
#rightpanel h2{
	font-size:24px;
	color:#FF6600;
}
#map{
	width:180px;
	height: auto;
	float:right;
	padding-right:40px;
	padding-top:30px;
}
