@charset "utf-8";
html {
	text-align: center;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #036;
	text-align: left;
	margin: 0 auto;
	width: 980px;
	line-height: normal;
}
a {
	color: #036;
}
a:hover {
	text-decoration: none;
}
#frame_top {
	height: 20px;
	background-image: url(../img/frame_top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#container {
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	float: left;
}
#header {
	background-image: url(../img/flash_bkg.jpg);
	background-position: center center;
	height: 304px;
}

#2_col {
	float: left;
}
#nav_bar {
	width: 300px;
	float: left;
	color: #fff;
	padding-left: 30px;
	padding-right: 30px;
}
#nav_bar ul {
	margin-bottom: 40px;
}
#nav_bar li {
	width: 300px;
	height: 46px;
	line-height: 46px;
	background-image: url(../img/nav_btn.jpg);
	background-position: center center;
	margin-top: 4px;
	text-align: center;
}
#nav_bar li:hover, #nav_bar li.selected {
	background-image: url(../img/nav_btn_on.jpg);
}
#nav_bar li a {
	font-size: 26px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	display: block;
}
#nav_bar .download_btn {
	margin-top: 30px;
	margin-bottom: 10px;
}
#content {
	width: 600px;
	float: left;
}
#content .content_item {
	padding: 20px;
	background-color: #fff;
	background-image: url(../img/content_item_bkg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#content .content_item h3 {
	font-weight: normal;
	font-size: 30px;
	color: #bde83a;
}
#content .content_item p {
	margin-top: 20px;
}
#content .content_item p small {
	font-size: 70%;
	font-style: italic;
}
#content .content_item .float_right {
	margin-top: 10px;
	float: right;
	margin-left: 10px;
}
#content .content_item form {
	margin-top: 10px;
}
#content .content_item .form_item {
	display: block;
	margin-bottom: 10px;
}
#content .content_item .form_item label {
	display: block;
	width: 170px;
	float: left;
}
#content .content_item .form_item label .red {
	color: #c00;
	margin-left: 5px;
}
#content .content_item .form_item input {
	width: 191px;
}
#content .content_item .form_item input.short {
	width: 50px;
}
#content .content_item .form_item input.button {
	border: 1px solid #036;
	width: auto;
	height: 30px;
	padding: 5px 20px;
	color: #fff;
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #42abdb;
	background-image: url(../img/form_btn_bkg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 10px;
}

#content .content_item .form_item label small {
	font-size: 70%;
}

#content .content_item form blockquote {
	font-size: 11px;
	font-style: italic;
}
#content #listino table.listino {
	width:100%;
	border-top: 1px solid #036;
	border-right: 1px solid #036;
	margin-top: 10px;
	text-align: center;
}
#content #listino table.listino th {
	padding: 2px;
	text-align: center;
	border-bottom: 1px solid #036;
	border-left: 1px solid #036;
}
#content #listino table.listino td {
	padding: 2px;
	text-align: center;
	border-bottom: 1px solid #036;
	border-left: 1px solid #036;
}
#content .googlemaps {
	margin-top: 20px;
	width: 100%;
	height: 450px;
}

#frame_bottom {
	clear: both;
	background-image: url(../img/frame_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
}
#footer {
	clear: both;
	background-image: url(../img/footer_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 50px;
	font-size: 14px;
}
#footer2 {
	clear: both;
	margin-top: 25px;
	text-align: center;
	font-size: 10px;
	color: #666;
	margin-bottom: 20px;
}

input.calendar {
	border: none;
	background: url('../img/btn_calendar.gif') left 3px no-repeat;
	width: 26px; 
	height: 26px;
}