@charset "utf-8";
body {
    padding:0;
    margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #0f1418;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
        color:#1e272d;
}


a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 1001px;
    margin: 0 auto;
}

#header {
	height: 121px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 98%;
}

#nav {
	width: 1001px;
	height: 40px;
	background-color: #1e272d;
	background-image: url(../img/navRight.jpg);
	background-position: 699px top;
	background-repeat: no-repeat;
}

.navCell {
	float: left;
}

.navCell a {
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 14px;
	padding-bottom: 14px;
	display: block;
}

.navCell a:hover {
	background-image: url(../img/roBg.jpg);
}

.first a {
	padding-left: 25px;
	padding-right: 24px;
	padding-top: 14px;
	padding-bottom: 14px;
	display: block;
}

#social {
	float: right;
	margin-top: -7px;
	margin-right: 10px;
}

#social img {
	padding-right: 7px;
}

#contentTop {
	background-image: url(../img/shadowCorners.png);
	background-repeat: no-repeat;
	width: 961px;
	padding-left: 20px;
	padding-right: 20px;
}



.page_title_img{
    margin-left:5px;
    margin-top:15px;
}
.selected_nav a {
	background-image: url(../img/roBg.jpg);
}

.boxLeft {
	float: left;
}

.boxRight {
	float: right;
}

.boxRight a  {
	display: block;
}

.boxRight img {
	border: 0 none;
	padding-bottom: 15px;
}

#email {
	padding-top: 3px;
	clear: both;
}

#content {
	width: 960px;
    float:left;
    margin-bottom:13px;
	clear: both;
	background-image: url(../img/contentBg.png);
	background-repeat: no-repeat;
	margin-top: 17px;
	padding-left: 12px;
}

#footer {
	width: 961px;
	height: 58px;
	clear: both;
	background-image: url(../img/footerBg.png);
	background-repeat: no-repeat;
	margin-top: 17px;
	color: #879ba8;
	text-align: center;
	padding: 5px;
	line-height: 200%;
}

#footer a {
	padding-left: 10px;
	padding-right: 10px;
	color: #879ba8;
}

#footer .footer_links{
            margin : 0 auto;
        }

.contentBox {
	width: 293px;
	margin-right: 24px;
	float: left;
	font-size: 14px;
	color: #FFF;
	margin-top: 30px;
}

.contentPar {
	text-align: justify;
}

.tweet {
	padding-right: 23px;
}

.bigQ {
	font-size: 18px;
	font-weight: bold;
}

#siteBy {
	padding-left: 50px;
}

.readMore {
	text-align: right;
	margin-top: -20px;
}

.readMore a {
	text-decoration: underline;
	font-weight: bold;
	color: #FFF;
}

#code {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}

#enterCode {
	margin-right: 5px;
	margin-bottom: 3px;
	margin-top: 7px;
	padding-right:5px;
}

#tourcode_input .textBg input{
	width: 125px;
	height: 15px;
	background-image: url(../img/code.jpg);
	background-repeat: no-repeat;
	border: none;
	padding: 3px;
	float:left;
	margin-right:2px;
	color:white;
	font-weight:bold;
	padding-top:5px;
}


#tourcode_input .submit input{
	width: 28px;
	height: 13px;
	background: transparent;
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	border: none;
	margin:0;
	padding:0;
	float:left;
	margin-top:5px;

}

#tourcode_input{
    float:right;
    width:168px;
}

.openQ_1 {
	float: left;
	margin-top: 10px;
	height: 55px;
	padding-right: 5px;
}

.openQ_2 {
	float: left;
	margin-top: -5px;
	height: 100px;
	padding-right: 5px;
}

.closeQ {
	float: right;
	margin-top: -25px;
}

.divrow{
    float:left;
    width:100%;
}

.error-message{
    color:red;
    font-style: italic;
}

#title_link{
    width:250px;
    height:100px;
    float:left;
}


h2, h1{
    font-size:24px;
    font-family:serif georgia;
}

h3{
    font-family:sans-serif arial;
    font-size:18px;
}

label{
    font-size:13px !important;
}

