body{
	padding:0px;
	background:url(images/main_bg.jpg) repeat-x #6a5039;
	}

p{
	margin:5px 0px 0px 0px;
	font-size:11px;
	color:#7d7d7d;
	font-family:Arial, Helvetica, sans-serif;
	}

h1{
	font-weight:normal;
	margin:5px 0 0 0;
	color:#6a5039;
	font-size:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}

#main{	
	width:620px;
	margin:0 auto;
	}
	
#header{
	widows:620px;
	height:115px;
	}
	
#logo{
/*
	background:url(images/logo.jpg) repeat-x #6a5039;
*/
	width:178px;
	height:71px;
	text-align:center;
	}
	
#menu{
	widows:620px;
	height:30px;
	}
	
#menu ul{
	padding:0 0 0 5px;
	list-style:none;
	}
	
#menu ul li{
	float:left;
	}
	
#menu ul li a{
	color:#FFF;
	text-decoration:none;
	padding:0 20px 0 0px;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	}

#menu ul li a:hover{
text-decoration:underline;
}
	
.bg_top{
	background:url(images/bg_top.png) no-repeat;
	width:620px;
	height:15px;
	}
	
.bg_bottom{
	background:url(images/bg_bottom.png) no-repeat;
	width:620px;
	height:15px;
	}
	
.bg_mid{
	background:url(images/bg_mid.png) repeat-y;
	width:620px;
	height:auto;
	overflow-y:auto;
	}
	
.left{
	width:292px;
	float:left;
	padding:2px 17px;
	}
	
.right{
	width:280px;
	float:left;
	}
	
#footer{
	width:620px;
	height:30px;
	}
	
#footer ul{
	margin:0px;
	padding:0 0 0 5px;
	list-style:none;
	}
	
#footer ul li{
	float:left;
	}
	
#footer ul li a{
	color:#FFF;
	text-decoration:none;
	padding:0 20px 0 0px;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	}
	
.footer_right p{
/*	float:right; */
	text-align:center;
	padding-right:6px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	}
	
.foolinks{
	padding:7px;
	width:432px;
	height:40px;
	background:#FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

.linkicon{
	float:left;
	}

.in{
	background:url(images/in.jpg) no-repeat;
	width:108px;
	height:40px;
	display:block;
	}
.fb{
	background:url(images/fb.jpg) no-repeat;
	width:108px;
	height:40px;
	display:block;
	}
.tt{
	background:url(images/tt.jpg) no-repeat;
	width:108px;
	height:40px;
	display:block;
	}
.yt{
	background:url(images/yt.jpg) no-repeat;
	width:108px;
	height:40px;
	display:block;
	}
/*#content{
	background-color:#FFF;
	}
	*/
	

/* EmailForm 
------------------------------------------------------------------------------- */
#EmailForm {
	width: 250px;
	text-align: left;
	padding-bottom: 20px;
	border: none;
}
#EmailForm.full { width: 100%; }


#EmailForm fieldset {
    border: none;
}

#EmailForm legend {
	display: none;
}
#EmailForm h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

#EmailForm label,
#EmailForm p {
	display: block;
	clear: both;
	width: 250px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 10px;
}

#EmailForm input {
	display: block;
	margin-top: 3px;
}

#EmailForm select {
	float: left;
	display: block;
}

#EmailForm label.first,
#EmailForm label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

#EmailForm label.second,
#EmailForm label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
#EmailForm label.state { width: 60px; }

#EmailForm label.first input,
#EmailForm label.city input,
#EmailForm label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

#EmailForm label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

#EmailForm label.zip,
#EmailForm label.zip input {
	float: left;
	width: 80px;
}
#EmailForm label.zip { clear: none; }

#EmailForm label {
	float: left;
	clear: left;
	width: 250px;
	margin: 0;
	line-height: 1.5em;
}

#EmailForm label input {
	float: left;
	width: 250px;
	padding: 0;
}

#EmailForm input.radio,
#EmailForm input#radiobutton_1,
#EmailForm input#radiobutton_2,
#EmailForm input#radiobutton_3,
#EmailForm input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.radio,
#EmailForm label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

#EmailForm input.checkbox,
#EmailForm input#checkbox_1,
#EmailForm input#checkbox_2,
#EmailForm input#checkbox_3,
#EmailForm input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the #EmailForm elements to look similar across browsers ... emulates Safari */
#EmailForm label input,
#EmailForm .cfMessage {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
#EmailForm input.checkbox,
#EmailForm select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;
	color:#000000;
	font-size:12px;
}
#EmailForm .cfMessage {
	margin-top: 3px;
	width: 200px;
	height: auto;
	display: block;
	color:#000000;
	font-size:12px;
}

#EmailForm label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
#EmailForm input.button {
    clear: left;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
	background-color: #EBE9ED;
	color:#01a0f8;
	font-weight:bold;
}

#EmailForm label input {
	position: inherit;
	color:#000000;
	font-size:12px;
	left: auto;
}

.think{
	color:#FFFFFF;
	text-decoration:none;
	margin-top:15px;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
}

.think a{
text-decoration:none;
}

.think a:hover{
text-decoration:underline;
}


