/* Kings Grant Styles by Opeh */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #333333; }
	
body {
	background-image: url(../images/backing.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; }

img {border:0px; }

a:link {	color: #4e7309;	text-decoration: none;}
a:visited {	text-decoration: none;	color: #4e7309;}
a:hover {	text-decoration: underline;	color: #4e7309;}
a:active {	text-decoration: none;	color: #4e7309;}

.foot {color: #3b3b3b; text-decoration: none; font-size:8pt;}
.foot:link {color: #3b3b3b; text-decoration: none; font-size:8pt;}
.foot:visited {color: #3b3b3b; text-decoration: none; font-size:8pt;}
.foot:link:hover {color: #c0c0c0; text-decoration: underline; font-size:8pt;}
.foot:active {color: #3b3b3b; text-decoration: none; font-size:8pt;}

.mast {color: #FFFFFF; text-decoration: none; font-size:10pt;}
.mast:link {color: #FFFFFF; text-decoration: none; font-size:10pt;}
.mast:visited {color: #FFFFFF; text-decoration: none; font-size:10pt;}
.mast:link:hover {color: #FFFFFF; text-decoration: underline; font-size:10pt;}
.mast:active {color: #FFFFFF; text-decoration: none; font-size:10pt;}

.copybreaker {	font-size: 10pt; font-weight: bold; }

.content-txt { font-size: 9pt; }

.barcontent-txt { color:#FFFFFF; font-size: 8.5pt; }
.barcontent-txt a:link { color:#d09c2a; font-size: 8.5pt; }
.barcontent-txt a:visited { color:#d09c2a; font-size: 8.5pt; }
.barcontent-txt a:hover { color:#d09c2a; font-size: 8.5pt; }
.barcontent-txt a:active { color:#d09c2a; font-size: 8.5pt; }

.heading {	font-size: 13pt; color: #24341E; font-weight:bold; }

.feat {	color: #4e7309;	text-decoration: none; font-style:italic; }
.feat:link {	color: #4e7309;	text-decoration: none; font-style:italic;}
.feat:visited {	text-decoration: none;	color: #4e7309; font-style:italic;}
.feat:hover {	text-decoration: underline;	color: #4e7309;}
.feat:active {	text-decoration: none;	color: #4e7309; font-style:italic;}

/*Forms defaults*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
}
.
label {
	color:#24341E;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen {
	color:#333;
}

/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}

/*Radio buttons*/
.radioAreaUnchecked, .radioAreaChecked {
	z-index:5;
	position:absolute;
	width:15px;
	height:15px;
	cursor:pointer;
}
.radioAreaUnchecked {
	background:url(../images/radio.gif) no-repeat left top;
}
.radioAreaChecked {
	background:url(../images/radio.gif) no-repeat left bottom;
}

/*Checkboxes*/
.checkboxAreaUnchecked, .checkboxAreaChecked {
	z-index:5;
	position:absolute;
	width:14px;
	height:14px;
	cursor:pointer;
}
.checkboxAreaUnchecked {
	background:url(../images/checkbox.gif) no-repeat left top;
}
.checkboxAreaChecked {
	background:url(../images/checkbox.gif) no-repeat left bottom;
}

/*Text inputs*/
.textinput, .textinputHovered {
	width:236px;
	height:15px;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}

/*Text areas*/
.textarea, .textareaHovered {
	width:336px;
	height:125px;
	padding:4px 8px;
}
.textareaHovered {
	background-position:left bottom;
}

/*Selects*/
.selectArea {
	width:200px;
	height:21px;
	background:url(../images/select_bg.gif) repeat-x left top;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(../images/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(../images/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:21px;
	height:21px;
}
.selectArea .right i {
	display:none;
}
.selectArea .center {
	width:160px;
	margin-left:5px;
	margin-right:20px;
	color:#c8c787;
	padding-top:3px;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	width:172px;
	background:#6f7074;
	padding:2px;
	font-size:11px;
	z-index:20;
}
.optionsDivInvisible {
	display:none;
}
.optionsDivVisible {
	display:block;
}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#F2F2F2;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:1px solid #6f7074;
}
.optionsDivVisible a:hover {
	color:#c8c787;
	background:#5F6062;
	border-color:#cfd0d6;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#c8c787;
	font-weight:bold;
	padding:2px 5px;
	background:url(../images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}

/*Test div - testing if stylesheets are enabled*/
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}
#bubble_tooltip{
	width:147px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	background-image: url('../images/bubble_top.gif');
	background-repeat:no-repeat;
	height:16px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url('../images/bubble_middle.gif');
	background-repeat:repeat-y;	
	background-position:bottom right;
	padding-left:7px;
	padding-right:7px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	align:center;
	font-size:14px;
	font-weight:bold;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('../images/bubble_bottom.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:44px;
	position:relative;
	top:-6px;
}
/*
#notting_hover{
	margin: 0 0 0 30px;
}
*/

.locale_img{
	padding: 7px;
}

#gallery{
	left:15px;
	position:relative;
	top:-10px;
	width:566px;
}

#gallery a{
	padding: 3px;
	float: left;
}

#contact-form {
	color: #FFF;
	padding: 30px;
}

#contact-form h3 {
	color: #293821;
	font-size: 15px;
}

#contact-form p {
	color: #000;
	font-size: 13px;
}

#contact-form label {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

#contact-form input.text {
	color: #000;
	display: block;
	margin-bottom: 10px;
}

#contact-form input.submit {
	background: #293821;	
}

#contact-form .textarea {
	display: none;	
}

#contact-form-page label {
	clear: both;
	float: left;
	margin: 0px 10px 15px 0px;
	text-align: right;
	width: 120px;
}

#contact-form-page input.text {
	color: #000;
	float: left;
	margin: 0px 0px 15px 0px;
	width: 250px;
}

#contact-form-page .textarea {
	display: none;	
}

#contact-form-page .submit {
	clear: both;
	display: block;
	margin: 0px auto;
}

#subnav {
	position: relative;
	right: -26px;
	text-align: right;
	top: -28px;
}