body {
font: 100% arial;
margin: 0;
padding: 0;
text-align: center;
}
#map {
	float:right;
	height:300px;
	margin:10px 0 0;
	width:330px;
}
img {border:none;}
.map_img {margin-top:6px;}
.text_box {
	width:745px;
	height:90px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	text-align:center;
	background: url(images/comment_bkg.gif) no-repeat top;
}
.text_box textarea {
	height:80px;
}
.table_lower {	margin-top:10px;}
.text_input {
	width:158px;
	height:21px;
	padding-top:9px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	text-align:center;
	background: url(images/input_bkg.gif) no-repeat center;
}
.buttons {margin-left:88px;}

.table_top {
	margin-top:10px;
}
.spacer {width:172px;}
.input {
	border: none;
	background-color: transparent; 
}
.label {text-align:left;}
tt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.oneColFixCtrHdr .clear {clear:both;}
.oneColFixCtrHdr #container {
	position:absolute;
	left:50%;
	margin-left:-500px;
	width: 1000px; 
	text-align: left;
}
.oneColFixCtrHdr #header {
	float:left;
	width:749px;
	margin-left:34px;
	margin-top:15px;
}
.oneColFixCtrHdr #search_bkg {
	float:right;
	top:20px;
	background: url(images/search_bkg.jpg) no-repeat left;
	width:205px;
	height:32px;
	margin-right:12px;
	margin-top: 15px;
	text-align:right;
}
.oneColFixCtrHdr #search_bar {
	margin-top:5px;
	margin-left:25px;
}
#cntnt01searchinput {
	width:120px;
	border:1px solid #999;
	margin-left:30px;
	display:inline;
	float:left;
}
.sp2_btn {display:none;}
.oneColFixCtrHdr #mainContent {
	width:933px;
	height:333px;
	margin-left:33px;
	margin-top:-3px;
	clear:both;
	background: url(images/black_big_bkg.jpg) no-repeat center;
}
.oneColFixCtrHdr #mainContent_text {
	width:436px;
	height:191px;
	font-size:12px;
	margin-top:15px;
	margin-left:30px;
	float:left;
	color:#FFFFFF;
}
.oneColFixCtrHdr #mainContent_map {
	width:400px;
	height:300px;
	float:right;
	margin-right:30px;
	margin-top:15px;
}
.oneColFixCtrHdr .footer {
	width:931px;
	margin-left:33px;
	margin-top:10px;
	height:26px;
	background: url(/css/images/footer_bkg.jpg) no-repeat top left;
	clear:both;
}

.oneColFixCtrHdr .footer_content {
	width:915px;
	height:15px;
	margin-left:9px;
	padding:7px 0 0;
}
.oneColFixCtrHdr .footer_content h6 {
	margin:0;
	padding:0;
	float:left;
}
.oneColFixCtrHdr .footer a {
	margin: 0;
	padding: 10px 0;
	text-decoration:none;
	color:#000000;
}
.oneColFixCtrHdr .footer_content h6.flaming {float:right;}
.oneColFixCtrHdr .footer a:hover {color:#CC0000;}
.section {
	width:930px;
	background: #ffffff url(images/grad.gif) repeat-x top left;
	margin:0 auto;
	overflow:hidden;
}
.section_top_left {
	background: url(images/topleft.gif) no-repeat top left;
	width: 400px;
	height: 10px;
	font-size: 1px;
	float:left
}
.section_top {
	background: transparent url(images/topright.gif) no-repeat top right;
	width: 300px;
	height: 10px;
	font-size: 1px;
	float:right;
}
.section_bottom div {
	background: url(images/bottomleft.gif) no-repeat bottom left;
	width: 931px;
	height: 10px;
	font-size: 1px;
}
.section_bottom {
	background: transparent url(images/bottomright.gif) no-repeat bottom right;
	width: 931px;
	height: 10px;
	font-size: 1px;
}
.section_content {
	margin-top:25px;
	margin:0 40px;
	clear:both;
}				   
.oneColFixCtrHdr .form {
	clear:both;
}
.comments {
	overflow:auto;
	border: none;
	/*background-color: transparent;*/
}
.submit {
	background: url(images/submit.jpg) no-repeat center;
	width:80px;
	height:24px;
	text-align:center;
}
.reset {
	background: url(images/reset.jpg) no-repeat center;
	width:80px;
	height:24px;
	text-align:center;
}
.button {
	width:80px;
	height:24px;
	border: none;
	background-color: transparent;
	cursor:pointer;
}
/* ################## */
/* EDIT BUTTON STYLES */
/* ###################*/
p#cmsedit {
	font-size: 80%;
	left: 0;
	line-height: 100%;
	margin: 0;
	position: fixed;
	top: 0;
	width: 10em;
}
p#cmsedit a {
	background: white;
	color: #666666;
	display: block;
	font-weight: normal;
	padding: 5px;
	text-decoration: none;
	opacity: 0.7;
	-moz-opacity:0.7;
}
p#cmsedit a:hover {
	color: black;
	opacity: 1;
	-moz-opacity:1;
}