@charset "UTF-8";

@import "../fonts/webfont.css";


* {
	margin: 0;
	padding: 0;
	outline: none;
	border:none;
}
html, body {
	height: 100%;
}
body {
	font-family:sans-serif ;
	font-size: 62.5%;
	text-align:center;
	background: #fff;
	color:#000;
	background: url(../images/backgrounds/bg-holdingpage.jpg) center -16px no-repeat;

}



/*/////////////////////////////////// ACCESSIBILITY ///////////////////////////////////*/
.hiddenItems {
	display:none;
	text-align:left;
}
.clear {
	margin:0;
	padding:0;
	line-height:0;
	font-size:0; 
	clear:both; 
	height:0;
	width:100%;
	overflow: hidden;
}




/*/////////////////////////////////// GENERIC LINKS ///////////////////////////////////*/
a {
	color:#353c73;
	text-decoration:underline;
}
a:visited {
	color:#666;
	text-decoration:underline;
}
a:hover {
	color:#000;
	text-decoration:none;
}
a:active {
	color:#c00;
	text-decoration:none;
}



a.more {
	background-image:url(../images/icons/more-arrow.gif);
	background-repeat:no-repeat;
	background-position: right 0;
	padding-right:7px;
}
a.more:hover {
	background-position: right -30px;
}
a.more:active {
	background-position: right -60px;
}





a.back {
	background-image:url(../images/icons/back-arrow.gif);
	background-repeat:no-repeat;
	background-position: left 0;
	padding-left:7px;
}
a.back:hover {
	background-position: left -30px;
}
a.back:active {
	background-position: left -60px;
}




/*/////////////////////////////////// IMAGES ///////////////////////////////////*/
img, a img {
	border:none !important;
} 
.PixLeft {
	margin-right:15px;
	margin-bottom:10px;
	float:left;
}
.PixRight {
	margin-left:15px;
	margin-bottom:10px;
	float:right;
}




/*/////////////////////////////////// LAYOUT ///////////////////////////////////*/
#wrapper {
	width:960px;
	clear:both;
	margin:0 auto;
	padding-bottom:20px;
}
#navigation {
	background: #0e0f3e;
	width: 100%;
	height: 60px;
	min-width:960px;
}
#navigation h2 {
	font-size: 3.9em;
	color: #fff;
	font-weight: bold;
	padding-top: 10px;
}
#social {
	width:140px;
	height:auto;
	float:right;
	margin-right:20px;
	padding:10px 0;
	text-align:right;
}

#content {
	width:400px;
	background: #b6b7c5;
	height:auto;
	float:right;
	margin-right:20px;
	padding:15px;
}
#quotes {
	width:100%;
	clear:both;
	height:70px;
}
#quotes h2 {
	background:#be1d22;
	padding:5px 10px;
	text-align:left;
	font-weight:normal;
	font-family: 'FontSiteSansBold', sans-serif;
	text-transform:uppercase;
	color:#fff;
	font-size:2em;
}
#textarea {
	width:100%;
	clear:both;
	text-align:left;
	margin:0 auto;
}
#header {	
	position:relative;
	float:left;
	width:510px;
	text-align:center;
	background: url(../images/backgrounds/bg-header.jpg) -50px  0px no-repeat;
	z-index:0;
}
#header #booknow {
	position: relative;
	text-align:left;
	height:400px;
	width:510px;
	z-index:10;
	display: block;
}
#header #booknow a {
	height:400px;
	width:510px;
	display: block;
	}
#header #charity {
	position: absolute;
	top: 15px;
	right: 10px;
	text-align:right;
	height:143px;
	width:125px;
	z-index:20;
	display: block;
}
#header h1 {
	width:419px;
	margin:30px 0 0 28px;
	height:203px;
}
#header h1 a {
	display:block;
	width:421px;
	height:148px;
}

#header #sponsors {
	margin: 9px 0 0 28px;
	padding: 0;
	text-align: center;
	width: 419px;
}




/*/////////////////////////////////// TYPOGRAPHY ///////////////////////////////////*/
#content h3 {
	font-size:1.6em;
	color:#0e0f3e;
	line-height:130%;
	margin-bottom:1em;
	font-weight: normal;
	font-family: 'FontSiteSansBold', sans-serif;
}
#content h4 {
	font-size:1.5em;
	color:#0e0f3e;
	line-height:110%;
	margin-bottom:.5em;
	margin-top:1em;
	text-transform:uppercase;
}
#content h5 {
	font-size:1.3em;
	color:#000;
	line-height:120%;
	margin-bottom:1em;
}
#content h6 {
	font-size:1.3em;
	color:#0e0f3e;
	line-height:130%;
}
#content p {
	font-size:1.2em;
	color:#000;
	line-height:130%;
	margin-bottom:1em;
}
#content ul {
	display:block;
	margin-bottom:1.5em;
	list-style:square;
	width:85%;
}
#content ol {
	list-style:upper-alpha;
	margin-bottom:1.5em;
	width:85%;
}
#content ul li, #content ol li {
	font-size:1.2em;
	margin-left:2em;
	margin-bottom:.2em;
	line-height:135%;
}
#content ul ul {
	margin-bottom:0;
	width:100%;
}
#content li li {
	font-size:1em;
}





/*/////////////////////////////////// REGISTRATION FORM ///////////////////////////////////*/
#content form input {
	font-family: Arial, Helvetica, sans-serif ;
}
#content form div {
	clear:both;
	
}
#content form input.TxtField {
	background:#e4e4e4;
	color:#666;
	border:1px solid #666;
	padding:2px;
	float:right;
	margin-bottom:9px;
	font-size:1em;
	width:220px;
}
#content form select.TxtField {
	background:#e4e4e4;
	color:#666;
	border:1px solid #666;
	padding:4px;
	float:right;
	margin-bottom:9px;
	font-size:1.2em;
	width:225px;
}
#content form input.TxtFieldSmall {
	background:#e4e4e4;
	color:#666;
	border:1px solid #666;
	padding:4px;
	font-size:1.2em;
	margin-bottom:9px;
	width:75px;
	float:right;
}
#content form input.TxtField:focus, #content form input.TxtFieldSmall:focus, #content form select.TxtField:focus {color:#000; border-color:#000; background-color:#ccc; }

#content form input.checkBox {
	width:16px;
	height:16px;
	float:right;
	margin-bottom:9px;
}
#content input.GoButton {
	border: none;
	background:#0e0f3e;
	margin: 10px 0 0 0;
	font-size:1.4em;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	line-height:100%;
	text-align:center; 
	padding: 3px 15px;
	border: 2px solid #fff;
}
#content input.GoButton:hover {
	background:#be1d22;
	cursor:pointer;
	color:#fff;
}


/* form errors */
#content form .error select.TxtField,
#content form .error input.TxtField,
#content form .error input.TxtFieldSmall {
	border:1px solid #912c1f;
	color:#912c1f;
	background:#fbe3e4;
}
#content div.general-error {
	border:1px solid #912c1f;
	padding:7px 7px 7px 28px;
	font-size:1.25em;
	text-align:left;
	color:#912c1f;
	margin-bottom:10px;
	background:#fbe3e4 url(../images/icons/error.gif) 7px 7px no-repeat;
}

#content div.errorMsg p {
	color:#912c1f;
	font-weight:bold;
	font-size:1em;
	font-style:italic;
}




/*/////////////////////////////////// GENERAL USEFUL STYLES ///////////////////////////////////*/
#wrapper .indent {
	text-align:left;
	float:right;
	width:46%
}
#wrapper .Center {
	text-align:center;
}
#wrapper .Credit {
	font-size:.8em;
	line-height:120%;
}
#wrapper .Right {
	text-align:right;
	float:right;
	font-weight:normal;
	text-transform:none;
}
#wrapper .bold {
	font-weight:bold;
}
#wrapper .Last {
	border:none;
	margin:0;
	padding:0;
}
#wrapper .white {
	color:#fff;
}
#wrapper .blk {
	color:#000;
}
#wrapper .red {
	color:#c00;
}
#wrapper .date {
	font-size:75%;
	line-height:140%;
}
#wrapper .note {
	font-size:.85em;
	font-style:italic;
	margin:0;
	color:#666;
	line-height:125%;
}
#wrapper .small {
	font-size:1em;
}
#wrapper .big {
	font-size:1.8em;
}
#wrapper .space {
	height:20px;
}
#wrapper .hspace {
	padding: 0 6px;
}






/*/////////////////////////////////// FOOTER ///////////////////////////////////*/
#footer {
	width:920px;
	clear:both;
	text-align:center;
	color:#fff;
	font-size:.9em;
	margin:30px 0 0 0;
	line-height:130%;
	text-transform:uppercase;
	background: #0e0f3e;
	padding: 5px 20px;
}


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

#footer div#legalStuff {
	clear:both;
}
#footer p#Copyright {
	margin:2px 0 0 0;
	padding:0;
	float:left;
	text-align:left;
	width:60%;
}
#footer ul#footerLinks {
	margin:2px 0 0 0;
	padding:0;
	text-align:right;
	width:40%;
	float:right;
	list-style-type:none;
	text-transform:none;
}
#footer ul#footerLinks li {
	border-right:1px solid #fff;
	margin:0 3px 0 0;
	padding:0 6px 0 0;
	display:inline;
}
#footer ul#footerLinks li.Last {
	border:none;
	margin:0;
	padding:0;
}

/*/////////////////////////////////// FOOTER ///////////////////////////////////*/

.announcement {
	padding: 7px;
	background:#0e0f3e;
	color: #fff; 
	font-weight:bold;
	text-align:left;
}
