/*
     Created by Guy Whammond
	 E-Mail: h4x0rz3d@gmail.com
	 Date: 11/06/2008
	 Copyright Protected    
*/

* { padding: 0; margin: 0; }

body {
	 font-family:	Verdana, Arial, Helvetica, sans-serif;
	 font-size: 12px;
}

#layout_container { 
	 width: 922px;
	 margin: 0 auto;
}

#layout_banner {
	 width: 922px;
	 height: 160px;
	 float: left;
	 color: #333;
	 background:#F2F4F7;
	 border: 1px solid #ccc;
	 /* padding: 10px; */
	 margin: 10px 0px 5px 0px;  
	 text-align:right;
}

#layout_navigation { 
	 width: 195px;
	 float: left;
	 color: #333;
	 background:#F2F4F7;
	 border: 1px solid #ccc;
	 padding: 10px;
	 margin: 0px 5px 5px 0px;
	 text-align:left;
}

#layout_main { 
	 width: 678px;
	 float: right;
	 color: #333;
	 background: #E9EBF3;
	 border: 1px solid #ccc;
	 padding: 10px;
	 margin: 0px 0px 5px 0px;
	 /* display: inline; */
	 text-align:left;
}

#layout_footer { 
	 width: 900px;
	 clear: both;
	 color: #333;
	 background:#F2F4F7;
	 border: 1px solid #ccc;
	 padding: 10px;
	 margin: 0px 0px 10px 0px;
	 text-align:right;
}

.navigation_holder{
	padding:5px;
	margin-bottom:5px;
	border:1px solid #E5E8EB;
	background: #FCFCFC;
}
.navigation_icon{
	width:30px;
	float:left;
}
.navigation_links{
	color:red;
	padding-top:2px;
	float:left;
}

h1{
	font-size:24px;
	margin-bottom:10px;
	color:#2D7195;
	font-weight:bold;
	letter-spacing:1px;
	margin-left:7px;
	margin-top:1px;
}

h2{
	margin-top:10px;
	font-size:14px;
	margin-bottom:10px;
	
}
h3{
	font-size:14px;
	margin-bottom:5px;
	color:#3A5885;
	font-weight:bold;	
	margin-left:20px;
}
h4{
	font-size:14px;
	margin-bottom:5px;
	color:#87B0DE;
	font-weight:bold;	
}
hr{
	margin-bottom:10px;
	color:red;
}

ul{
	margin-left:30px;
	margin-bottom:10px;
}
ol{
	margin-left:30px;
	margin-bottom:10px;
	text-align:justify;
}
li{
	padding:3px;
	line-height:20px;
	text-align:justify;
}

p{
	text-align:justify;
	line-height:20px;
	margin-bottom:5px;
}

.location_image{
	margin-left:10px;
	margin-bottom:20px;
}

.image_padding{
	padding-left:17px;
	margin-bottom:20px;
}

.padding_headerimage{
	padding-bottom:10px;
	padding-top:5px;
}
.thumbimage{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.header-div{
	padding:5px;
	font-size:18px;
	font-weight:bold;
	background-color:#338DD0;
	color:#FFFFFF;
	margin-bottom:10px;
	letter-spacing:1px;
}
.styledtable{
	background-color:#CDE6FE;

	padding:5px;
	border:1px solid #8FBBE7;
	margin-top:10px;
}

.styledtable_main{
	background-color:#F2FAFF;
	/*background-color:#FFFFCC;*/
	padding:5px;
	border:1px solid #8FBBE7;
	margin-top:10px;
	margin-bottom:20px;
}
.attraction_header{
	border-bottom:1px solid #ABCEE0;
	margin-bottom:10px;
}
.with_icon{
	background-image:url(../images/help.png);
	background-repeat:no-repeat;
}
.button{
	background-color:#E9F4FE;
	padding:5px;
	border:1px solid #C8D6E4;
	font-size:11px;
	margin-left:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#8796A5;
}
.button-next{
	padding-left:50px;
	padding-top:9px;
	padding-right:10px;
	height:23px;
	background-color:#F9FDFF;
	border:1px solid #C8D6E4;
	font-size:11px;
	background-image:url(../images/next.png);
	background-repeat:no-repeat;
	width:90px;
	text-align:right;
	float:right;
}

.button-back{
	padding-left:50px;
	padding-top:9px;
	padding-right:10px;
	height:23px;
	background-color:#F9FDFF;
	border:1px solid #C8D6E4;
	font-size:11px;
	background-image:url(../images/back.png);
	background-repeat:no-repeat;
	width:90px;
	text-align:right;
	float:left;
}

a:link {
	text-decoration:none;
	color:#8796A5;
}
a:visited {
	text-decoration:none;
	color:#8796A5;
}
a:hover {
	text-decoration:none;
	color:#8796A5;
	border-bottom:1px solid #3399FF;
}
a:active {
	text-decoration:none;
	color:#8796A5;
}

.button a:link, a:active, a:visited{
	text-decoration:none;
	color:#8796A5;
}

.distance{
	margin-top:5px;
	color:#2D7195;
	text-align:right;
}

.distance a:link, a:active, a:visited{
	text-decoration:none;
	color:#8796A5;
}

.image_holder{
	margin:0px auto;
	float:left;
	width:200px;
	height:200px;
	text-align:center;
	margin-right:9px;
	margin-left:10px;
	margin-bottom:15px;
	cursor:pointer;
}

.image{
	width:200px;
	height:200px;
}

.contact_leftbox{
	width:65%;
	float:left;
	background-color:#CDE6FE;
	padding:5px;
	border:1px solid #8FBBE7;
	margin-bottom:20px;
}
.contact_rightbox{
	width:30%;
	background-color:#F2FAFF;
	float:left;
	padding:5px;
	border:1px solid #8FBBE7;
	margin-left:9px;
	text-align:right;
}
.info_left{
	width:65%;
	float:left;
	background-color:#CDE6FE;
	padding:5px;
	border:1px solid #8FBBE7;
	margin-bottom:20px;
}
.info_right{
	width:30%;
	float:left;
	margin-left:10px;
	text-align:right;
}
.listbox{
	width:305px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.textfield{
	width:300px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.textarea{
	width:300px;
	height:200px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.button_form{
	width:150px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.email_success{
	background-color:#E1FFC4;
	border:1px solid #1BA202;
	padding:5px;
	margin-bottom:30px;
}

.email_error{
	background-color:#FFC9C1;
	border:1px solid #970004;
	padding:5px;
	margin-bottom:30px;
}