
/** CSS for Homepage is at the bottom **/

body, td, p, ul, li  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-y;
	background-color: #83ac2a;
}
p {
	margin: 0 0 10px 0;
	padding: 0;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #24489f;
	margin: 0 0 10px 0;
	padding: 0;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #24489f;
	margin: 0 0 10px 0;
	padding: 0;
}
h5 {
	color: #24489f;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 11px;
}
a:link, a:active, a:visited { 
	color: #3ea140;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #28722a;
	font-weight: bold;
	text-decoration: none;
}
.inputmain {
	width: 180px;
	height: 18px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ebeff5;
	border: 1px solid #bfc5ce;
	padding: 0 5px;
	color: #0c4a84;
}
.textareamain {
	width: 400px;
	height: 150px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ebeff5;
	border: 1px solid #bfc5ce;
	padding: 0 0 0 5px;
	color: #0c4a84;
}
.buttonmain {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 2px 20px;
	background-color: #1361ab;
	border: none;
	font-size: 11px;
	text-transform: uppercase;
}
.clear {
	clear: both;
}
#outercontainer {
	background-image: url(../images/outercontainer_bg.gif);
	background-repeat: repeat-x;
	background-color: #3ea140;
	margin-left: 9px;
}
#header {
	width: 940px;
	height: 240px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#header .innerheader {
	margin: 0;
	padding: 0;
}
#header img {
	border: 0;
	margin: 0 !important;
	margin: 0 0 -3px 0;
	padding: 0;
}
#header .innernav {
	width: 910px !important;
	width: 940px;
	height: 92px;
	background-image: url(../images/innernav_bg.gif);
	margin: 0;
	padding: 0 0 0 30px;
}
#header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#header ul li {
	margin: 0;
	padding: 0;
	float: left;
}
#container {
	width: 940px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-image: url(../images/container_background.gif);
	background-repeat: repeat-y;
	clear: both;
}
.sideleft {
	width: 30px;
	height: auto;
	float: left;
}
.mainbody {
	width: 840px !important;
	width: 880px;
	height: auto;
	float: left;
	margin: 0;
	padding: 20px 20px 10px 20px;
}
.mainbody .mainbodyleft {
	width: 100%;
	margin: 0;
	height: auto;
}
/**.mainbody .mainbodyleft {
	width: 555px;
	margin: 0 20px 0 0;
	height: auto;
	float: left;
}**/
.mainbody .mainbodyright {
	width: 265px;
	margin: 0 0 0 15px;
	float: right;
}
.attractionsbox {
	width: 245px !important;
	width: 265px;
	background-color: #24489f;
	min-height: 260px;
	height: auto !important;
	height: 260px;
	padding: 15px 10px;
	color: #FFFFFF;
}
.attractionsbox .attractionsinnerbox {
	padding: 10px;
}
.attractionsbox p {
	color: #FFFFFF;
}
.attractionstitle {
	color: #b0dc53;
	font-weight: bold;
}
.attractionsbox p a:link, .attractionsbox p a:visited, .attractionsbox p a:active {
	color: #69c7e4;
	font-weight: bold;
}
.attractionsbox p a:hover {
	color: #b6e3f1;
}
p.breadcrumbs {
	margin: 0 0 20px 0;
}
a.breadcrumbsitem:link, a.breadcrumbsitem:visited, a.breadcrumbsitem:active {
	color: #3ea140;
}
a.breadcrumbsitem:hover {
	color: #28722a;
}
.sideright {
	width: 30px;
	height: auto;
	float: left;
}
#footertop {
	width: 940px;
	height: 64px;
	background-image: url(../images/footertop_bg.gif);
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#footertop  img {
	border: 0;
	margin-left: 5px;
}
#footertop p {
	text-align: right;
	padding: 20px 50px 0 0;
	margin: 0;
}
#footerbottom {
	height: 85px;
	width: auto;
	background-color: #83ac2a;
	margin: 0;
	text-align: left;
	padding: 10px;
}
.footerbottomtable {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: auto;
	height: auto;
}
.footerbottomtable p {
	color: #1b3880;
	margin: 0;
}
/** Homepage Start **/

#homeoutercontainer {
	background-image: url(../images/homeoutercontainer_bg.gif);
	background-repeat: repeat-x;
	background-color: #3ea140;
	margin-left: 9px;
}
#homeheader {
	width: 940px;
	height: 220px;
	background-image: url(../images/home_header_bg.gif);
	margin: 0 auto;
	padding: 0;
	text-align: left;
	overflow: hidden;
}
#homeheader .homeheaderad {
	padding: 64px 0 0 550px;
}
#homenav {
	width: 890px !important;
	width: 940px;
	height: 90px;
	background-image: url(../images/homenav_bg.gif);
	overflow: hiddden;
	margin: 0 auto;
	padding: 0 0 0 50px;
	text-align: left;
}
#homenav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#homenav ul li {
	margin: 0;
	padding: 0;
	float: left;
}
#homenav img {
	border: 0;
	margin: 0 0 -3px 0;
}
#homebottombox {
	clear: both;
	width: 810px !important;
	width: 940px;
	height: 236px;
	background-image: url(../images/home_bottombox_bg.gif);
	margin: 0 auto;
	padding: 0 0 0 130px;
}
#homebottombox p {
	margin: 0;
	padding: 0;
}
#homebottombox p.price {
	margin: 0;
	padding: 25px 70px 0 0;
	float: left;
}
#homebottombox p.hopon {
	margin: 0;
	padding: 13px 0 0 0;
	float: left;
}
/** Homepage End **/

/** Map Starts **/

.maptable {
	width: 100%;
	height: auto;
	border-collapse: collapse;
	background-color: #0051a3;
}
.maptable tr td {
	padding: 5px;
	color: #FFFFFF;
	margin: 0;
	vertical-align: top;
}
.maptable .maptitle {
	font-weight: bold;
	color: #8cba29;
}
.maptable img {
	border: none;
}
.maptable a:link, .maptable a:visited, .maptable a:active {
	color: #FFFFFF;
	font-weight: normal;
}
#map {
	width: 840px;
	height: 348px;
	background-image: url(../images/map/map_main.gif);
}

/** Map Ends **/
