@charset "utf-8";
/* CSS Document */
* { 
	margin: 0; 
	padding: 0; 
	font-size: 100%; 
}
body { 
	font: 62.5%/2em Verdana, Arial, Helvetica, sans-serif; 
	color: #000000; 
	background: #c8c8c8 url(../../../images/page-bg.jpg) repeat-x 0 0;  
}
#header-wrapper {
	width: 934px;
	margin: 0 auto;
}
#top-nav {
	width: 934px;
	height: 124px;
	background-image: url(../../../images/logo-top.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
#top-nav h1 {
	position: absolute; 
	left: -9999px; 
	overflow: hidden;
}
#nav-one-container {
	height: 19px;
	margin: 0 0 1px 0;
}
#nav-text { 
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#nav-text li {
	display: inline;
	margin-right: 15px;
	padding-left: 8px;
	color: #666666;
	font-weight: bold;
	background-image: url(../../../images/nav-one-bullet.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
#nav-text a { 
	color: #666666;
	text-decoration: none;
}
#nav-text a:hover { 
	color: #ffff00;
	text-decoration: none;
}
#nav-text .active {
	color: #ffff00;
}
#mailing-list {
	width: 450px;
	height: 28px;
	padding: 15px 0 0 124px;
	margin-bottom: 15px;
	background-image: url(../../../images/join-our-newsletter.jpg);
	background-position: 0 17px;
	background-repeat: no-repeat;
}
#mailing-list form {
	width: 350px;
	padding: 0;
}
#mailing-list .email {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 2px solid #999999;
	width: 250px;
}
#mailing-list .submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 2px solid #999999;
	background-color: #ff0000;
	color: #ffffff;
	font-weight: bold;
}
#main-nav-container {
	height: 19px;
	margin: 0 0 1px 0;
}
#main-nav { 
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#main-nav li {
	display: inline;
	margin-right: 10px;
	padding-left: 8px;
	color: #333333;
	font-weight: bold;
	background-image: url(../../../images/main-nav-bullet.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
#main-nav a { 
	color: #333333;
	text-decoration: none;
}
#main-nav a:hover { 
	color: #ff0000;
	text-decoration: none;
}
#main-nav .active {
	color: #ff0000;
}
#content-wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
}
#content {
	width: 934px;
	margin: 0 auto 3px auto;
	background-image: url(../../images/content-bg.jpg);
	background-position: top;
	background-repeat: repeat-y;
}
#content-left {
	width: 668px;
	float: left;
}
#content-left-inner {
	padding: 14px 10px 14px 0;
}
#corporate-header {
	width: 637px;
	height: 40px;
	background-image: url(../../images/corporate-header-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#corporate-header h1 {
	padding: 10px 0 4px 10px;
	font-size: 14px;
	color: #ffffff;
}
#content-left-inner ul {
	margin: 0 0 0 35px;
}
#content-left-inner li {
	color: #666666;
	padding: 0;
	margin: 0;
} 
#events {
	width: 637px;
	padding: 10px 0;
}
#event {
	width: 205px;
	height: 134px;
	float: left;
	padding: 0 7px 6px 0;
}

#text-box {
	width: 426px;
	height: 134px;
	background-image: url(../../images/title-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	float: left;
	margin: 0 12px 0 0;
}
#text-box h1 {
	padding: 10px 0 4px 10px;
	font-size: 14px;
	color: #ffffff;
}
#text-box p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: normal;
	padding: 10px;
}

.small {
	font-size: 11px;
}
.price {
	padding: 0;
}
.add-btn {
	padding: 9px 0 0 0;
}

form {
	padding: 5px 10px;
}
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
.submit-button {
	margin: 60px 0 0 88px;
}
#content-right {
	width: 266px;
	float: left;
}
#content-right-inner {
	padding: 14px 0 0 16px;
}
#related-links {
	list-style-type: none;
}
#related-links li {
	width: 250px;
	height: 22px;
	background-image: url(../../images/related-link-bg.jpg);
	margin: 0 0 9px 0;
}
#related-links li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	padding: 0 0 0 25px;
	text-decoration: none;
}
#related-links li a:hover {
	color: #ff0000;
}
#open-choice {
	width: 250px;
	height: 279px;
	background-image: url(../../images/openchoice-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#open-choice-text {
	padding: 153px 20px;
}
#open-choice-text p {
	font-size: 10px;
	color: #ffffff;
	line-height: normal;
}
#footer-wrapper {
	width: 100%;
	margin: 0;
	background-image: url(../../../images/footer-bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
#footer-nav-container {
	width: 934px;
	height: 27px;
	margin: 3px auto;
}
#footer-nav { 
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footer-nav li {
	display: inline;
	color: #666666;
}
#footer-nav a { 
	color: #666666;
	text-decoration: none;
}
#footer-nav a:hover { 
	color: #ff0000;
	text-decoration: none;
}
#footer-nav .active {
	color: #ff0000;
}
#footer {
	width: 934px;
	margin: 0 auto;
	text-align: center;
}
/* forms */
#voucher-right form {
	margin: 0;
	padding: 10px 0 0 0;
}
.addButton {
	width: 156px;
	height: 22px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	background-image: url(../../images/form-btn-bg.jpg);
	background-color: #000000;
	background-position:top;
	background-repeat: no-repeat;
	border: 0;
	margin: 5px 0;
	padding: 0 0 0 22px;
}
/* tables */
table.hire {
	width: 95%;	
	border-collapse: no-collapse;
}
table.hire th {
	background-color: #333333;
	color: #ffffff;
	padding: 00 1em 0 0.2em;
	text-align: left;
}
table.hire td {
	padding: 0 1em 0 0.2em;
}
table.hire tr.d0 td {
	background-color: #ffffff;
}	
table.hire tr.d1 td {
	background-color: #eaeaea;
}	
/* Form Elements */
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}
fieldset {
	padding: 10px 0 25px 10px;
	width: 95%;
	text-align: left;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
legend {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px 10px 5px;
	text-align: left;
}
.submitButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFF00;
	background-color: #000000;
	border: 1px solid #000000;
	margin-top: 10px;
	font-weight: bold;
}
.inputBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00000;
	border: 1px solid #000000;
}
.errormsg {
	background-color: #FFFFFF;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
}
table.timetable {
	width: 95%;	
	border-collapse: no-collapse;
}
table.timetable th {
	background-color: #333333;
	color: #ffffff;
	padding: 00 1em 0 0.2em;
	text-align: left;
}
table.timetable td {
	padding: 0 1em 0 0.2em;
}
table.timetable tr.d0 td {
	background-color: #ffffff;
}	
table.timetable tr.d1 td {
	background-color: #eaeaea;
}
/* general */
.clear-content { 
	clear: both; 
}
.image-left {
	padding: 0 10px 0 0;
	float: left;
}
.image-right {
	padding: 0 0 0 6px;
}
.credit-cards {
	padding: 0 0 0 8px;
}
.red {
	color: #ff0000;
}
h2 {
	font-size: 14px;
	color: #999999;
	padding: 0 0 12px 0;
}
h3
{
	color: #FA0008;
	font-size: 12px;
}
p {
	line-height: normal;
	font-size: 11px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 10px 0;
}
.divider {
	padding: 0;
	margin-bottom: 10px;
	border-bottom: 5px solid #818181;
}