@import url('reset.css');

*
{
	padding: 0;
	margin: 0;
}

body{
	background:#000;
	color:#fff;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
}

#wholediv
{
	margin: auto;
	width: 1000px;
}

#header
{
	margin: auto;
	float: left;
	position: relative;
	z-index: 2;
}

#header img
{
	margin: 20px 0 0 10px;
	width: 400px;
	position: relative;
	float: left;
}

.content
{
	position:relative;
    width:500px;
    margin: 0 auto;
	float: left; 
}

.button-wrapper
{
	width: 320px;
	margin-right: -100px;
	float: right;
}

.a-btn
{
    background:#c8a21c;
    background:-webkit-gradient(linear,left top,left bottom,color-stop(#c8a21c,0),color-stop(#cc8e16,1));
    background:-webkit-linear-gradient(top, #c8a21c 0%, #cc8e16 100%);
    background:-moz-linear-gradient(top, #f8c926 0%, #cc8e16 100%);
    background:-o-linear-gradient(top, #c8a21c 0%, #cc8e16 100%);
    background:linear-gradient(top, #c8a21c 0%, #cc8e16 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8a21c', endColorstr='#cc8e16',GradientType=0 );
    padding-left:20px;
    padding-right:80px;
    height:38px;
    display:inline-block;
    position:relative;
    border:1px solid #5d81ab;
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    float:left;
    clear:both;
    margin:10px 0px;
    overflow:hidden;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}

.a-btn-text
{
	text-decoration: none;
    padding-top:8px;
    display:block;
    font-size:20px;
	font-weight: bold;
    white-space:nowrap;
    text-shadow:0px 1px 1px rgba(255,255,255,0.3);
    color:#446388;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}

.a-btn-slide-text
{
    position:absolute;
    height:100%;
    top:0px;
    right:52px;
    width:0px;
    background:#63707e;
    text-shadow:0px -1px 1px #363f49;
    color:#fff;
    font-size:18px;
    white-space:nowrap;
    text-transform:uppercase;
    text-align:left;
    text-indent:5px;
    overflow:hidden;
    line-height:38px;
    -webkit-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    -moz-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    -webkit-transition:width 0.3s linear;
    -moz-transition:width 0.3s linear;
    -o-transition:width 0.3s linear;
    transition:width 0.3s linear;
}

.a-btn-icon-right
{
    position:absolute;
    right:0px;
    top:0px;
    height:100%;
    width:52px;
    border-left:1px solid #5d81ab;
    -webkit-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
    -moz-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
    box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
}

.a-btn-icon-right span
{
    width:38px;
    height:38px;
    opacity:0.7;
    position:absolute;
    left:50%;
    top:50%;
    margin:-20px 0px 0px -20px;
    background:transparent url(../img/arrow_right.png) no-repeat 50% 55%;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
	text-decoration: none;
}

.a-btn:hover
{
    padding-right:180px;
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
}

.a-btn:hover .a-btn-text
{
    text-shadow:0px 1px 1px #5d81ab;
    color:#fff;
}

.a-btn:hover .a-btn-slide-text
{
    width:110px;
}

.a-btn:hover .a-btn-icon-right span
{
    opacity:1;
}

.a-btn:active
{
    position:relative;
    top:1px;
    background:#5d81ab;
    -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    border-color:#80a9da;
}

a{
	color:#fff;
	text-decoration:none;
}

#sponsor
{
	width: 450px; 
	height: 70px; 
	float: right;
	font-family: Eurostile; 
	font-size: 12pt;  
	color: #7e7d7c;
	position: absolute;
	list-style-type: none; 
	margin: -90px 0 0 -280px;
	z-index: 1000;
}

#sponsor ul li
{

	float: left;
	list-style-type: none; 
}

.icon
{
	background: rgba(250,250,250,0.05); 
	width: 40px; 
	height: 30px; 
	-moz-border-radius: 5px; 
	font-family:lucida grande, tahoma, verdana, arial, sans-serif; 
	color: #000000; 
	font-size: 18pt; 
	font-weight: bold; 
	text-align: center;
}

a:hover .icon
{
	-moz-transition: background 0.3s linear 0.1s; 
	background: #49e60c; 
	color: #ffffff; 
	height: 30px;
	text-shadow: 0 0 3px #000;
	-moz-box-shadow: 0 0 5px 1px #ffffff;
}

.mb_bgimage{
	position: fixed;
	left:0px;
	top:0px;
	width:100%;
	height: 100%;
	z-index: -1;
}

.mb_pattern div{
	position:absolute;
	width:50px;
	height:50px;
	background: gray;
	margin-top: 100px;
	margin-left: 50px;
}
.mb_heading h1{
	position:absolute;
	top:10px;
	left:10px;
	font-size:86px;
	color:#000;
	text-shadow:0px 0px 1px #fff;
	font-family:"Astloch", Arial, sans-serif;
}
.mb_menu{
	position:absolute;
	top:284px;
	left:0px;
	z-index: 3;
}
.mb_menu a{
	background-color:#000;
	margin-bottom:2px;
	opacity:0.9;
	display:block;
	width:200px;
	height:50px;
	color:#fff;
	line-height:50px;
	text-align:center;
	text-transform:uppercase;
	outline:none;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-transition: all 0.2s ease-in;
	-moz-border-radius-bottomright: 30px;
	background:-moz-linear-gradient(top, #f8c926 0%, #cc8e16 100%);
}
.mb_menu a:hover{
	color:#000;
	background-color:#fff;
}
.mb_content_wrapper{
	background: gray;
	width:699px;
	height:520px;
	position:absolute;
	top:254px;
	left:253px;
	display:none;
}
span.mb_close{
	position:absolute;
	top:10px;
	right:10px;
	width:11px;
	height:12px;
	cursor:pointer;
	background:transparent url(../img/close.png) no-repeat top left;
	opacity:0.8;
}
span.mb_close:hover{
	opacity:1.0;
}
.mb_content{
	padding:30px;
	display:none;
}
.mb_content h2{
	font-family:"Astloch";
	text-shadow:0px 0px 1px #fff;
	font-size:42px;
	background:transparent url(../img/line.png) repeat-x bottom left;
	padding:0px 0px 5px 0px;
	margin-bottom:10px;
}
.mb_content_inner{
	line-height:24px;
	height:450px;
	outline: none;
}
.mb_content_inner p{
	padding:5px 0px;
}
ul.mb_imagelist li{
	float:left;
	margin:2px;
	cursor:pointer;
}
ul.mb_imagelist li img{
	display:block;
	opacity:0.3;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-transition: all 0.5s ease-in-out;
}
ul.mb_imagelist li img:hover{
	opacity:1.0;
}
.mb_content form label{
	float:left;
	width:100px;
	text-align:right;
	margin-right:10px;
}
.mb_content form div{
	padding:5px 0px;
}
.mb_content form input,
.mb_content form textarea{
	border:none;
	background:#fff;
	width:400px;
	font-family:Arial;
	color:#555;
	padding:4px;
	-moz-border-radius: 5px;
}
.mb_content form textarea{
	height:140px;
}
button{
	background:#ddd;
	border:none;
	color:#000;
	padding:3px 10px;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	cursor:pointer;
	float:left;
	margin-left:110px;
}
button:hover{
	background:#fff;
}

#facilities
{
	width: 700px;
	color: Gold;
	position: relative;
	float: left;
	margin-left: 25px;
}

h2
{
	font-family: Verdana;
	font-size: 40px;
}

#facilities img
{
	border: 10px solid white;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 5px;
left: 300px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
width: 200%;
height: 200%;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 10px; /*position where enlarged image should offset horizontally */

}

#owners
{
	width: 700px;
	height: 800px;
	position: relative;
	margin: auto;
}

p{
line-height:27px;
margin-top:10px;
padding:5px;
margin-left:15px;
position:relative;
width:300px;
font-family:tahoma;
font-size:12px;
font-weight:bold;
}

input.a{
	padding:5px;
	position: absolute;
	right: 40px;
	width:140px;
	font-family:tahoma;
	font-size:14px;

}
input.submit{
	-moz-border-radius:15px;
	margin-top:15px;
	margin-bottom:10px;
	padding:5px;
	position: relative;
	width:100px;
	left:100px;
	border:1px solid #131313;
	background:-moz-linear-gradient(top, #f8c926 0%, #cc8e16 100%);
	color: #546843;
}
input.submit:hover{
	background: #ffffff;
		color: black;
}

table
{
	border: 0px solid white;
	width: 680px;
}

.table1
{
	width: 10px; 
	background-color: #353433;
}

.table1name
{
	width: 240px;
	background-color: #353433;
}

.table
{
	width: 20px;
}

.tablename
{
	width: 240px;
}

.tablebook
{
	width: 100px;
	background-color: black;
	padding-left: 10px;
	border: 1px solid white;
}

.tablebook:hover
{
	background: gray;
}