/* overall page layout */

html, body {
	background: #f68930 url('/resources/images/master_bg.jpg') repeat-x;
	margin: 0;
	padding: 0;
}

div#master-wrapper {
	width: 954px;
	margin: auto;
	padding: 0;
}

/* Special Items */
br.clear-all {
	clear: both;
}
img.blank-image {
	width: 1px; 
	height: 1px; 
	border: 0; 
	padding: 0; 
	margin: 0;
}

/* General Wrappers */
div.center {
	text-align: center;
}

div.invisible-wrapper {
	padding: 0;
	margin: 0;
	position: relative;
}
div.content-section-wrapper {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	position: relative;
	border-bottom: 0px solid silver;
}

div#header-wrapper {
	height: 103px;
}
div#content-layout-wrapper {
	float: left;
	width: 954px;
}
div#main-content-wrapper {
	width: 710px;
	float: left;
}
div#sidebar-content-wrapper {
	width: 238px;
	float: right;
}
div#footer-wrapper {
	clear: both;
}

/* Header Layout */
div#header-wrapper span#header-title-text img {
	padding-top: 10px;
	border: none;
}
div#header-wrapper span#header-shield-logo {
	position: absolute;
	top: 15px;
	right: 0px;
}
div#header-wrapper span#header-shield-logo img {
	border: none;
}


/* Main Links */
ul#main-links {
	position: absolute;
	top: 59px;
	left: 0px;
	padding: 0;
	margin: 0;
	/*float: left;*/
}

ul#main-links li {
	display: block;
	float: left;
	margin: 0;
	padding: 0 10px;
	color: #f89556;
	font-weight: bold;	
}
ul#main-links li a,
ul#main-links li a:active,
ul#main-links li a:visited {
	color: #666;
	text-decoration: none;	
}
ul#main-links li a:hover {
	color: #f89556;
	text-decoration: none;
}

/* Secondary Links */
div#secondary-nav {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	margin-bottom: 10px;
}
div#secondary-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#secondary-nav li {
	float: left;
	margin: 0;
	padding: 0 0 0 7px;
	background: url('/resources/images/tab_left.png') left top no-repeat;

}
div#secondary-nav a {
	display: block;
	background: url('/resources/images/tab_right.png') right top no-repeat;
	padding: 5px 15px 5px 8px;
	color: #f89556;
	text-decoration: none;
}
div#secondary-nav a:hover {
	color: #666;
	text-decoration: none;
}


/* header images / flash */
div#imagebar-wrapper{
	margin: 0 0 10px 0;
}

/* The main content bubble */
div#main-bubble-top {
	width: 703px;
	height: 10px;
	background: url('/resources/images/main_section_bubble_top.png') no-repeat;
}
div#main-bubble-middle {
	width: 643px;
	background: url('/resources/images/main_section_bgrpt.png') repeat-y;
	padding: 1px 30px 10px 30px;
}
div#main-bubble-bottom {
	width: 703px;
	height: 15px;
	background: url('/resources/images/main_section_bubble_bot.png') no-repeat;
}


/* Side Bubbles */
div.sidebubble-outer {
	/* This shows the bottom edge of the bubble */
	padding: 0;
	margin: 0;
	width: 238px;
	padding-bottom: 10px;
	background: url('/resources/images/side_section_bubble_bot.png') 0 100% no-repeat;
	position: relative;
	top: -4px;
}
div.sidebubble-inner {
	/* This shows the top of the bubble */
	padding: 10px 10px 0 10px;
	margin: 0;
	min-height: 100px;
	background: url('/resources/images/side_section_bubble_top.png') no-repeat;
}
img.side-promo-image {
	margin: auto;
	padding: 20px 5px 10px 5px;
}




/***********************************
 **            Tables             **
 ***********************************/
table.item-list
{
	border: 1px solid silver;
	width: 100%;
}
table.item-list th {
	background-color: #999;
	color: white;
	font-weight: bold;
	padding: 3px;
	font-size: 14px;
	text-align: left;
}
table.item-list td {
	padding: 2px;
	font-size: 12px;
}
table.item-list th.options,
table.item-list td.options {
	text-align: right;
}
table.item-list th.numbers,
table.item-list td.numbers {
	text-align: right;
}
table.item-list tr {
	color: black;
	background-color: #fff;
}
table.item-list tr.alt {
	color: black;
	background-color: #f5dac4;
}
table.item-list tr.alt.deactivated td,
table.item-list tr.deactivated td {
	color: #666;
}

table.item-list tr:hover, table.item-list tr.alt:hover {
	color: black;
	background-color: #f5b17a;
}
/* Indented Items */
span.indent {
	margin: 0;
	padding: 0 0 0 8px;
}


/***********************************
 **        List controls        **
 ***********************************/
div.list-controls {
	clear: both;
	text-align: right;
	height: 35px;
	width:100%;
	font-size:93%;
	line-height:normal;
}
div.list-controls ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
div.list-controls li {
	float: left;
	margin: 0;
	padding: 0 0 0 7px;
	background: url('/resources/images/tab_left.png') left top no-repeat;
}
div.list-controls a {
	display: block;
	background: url('/resources/images/tab_right.png') right top no-repeat;
	padding: 5px 15px 5px 8px;
	color: #f89556;
	text-decoration: none;
}
div.list-controls a:hover {
	color: #666;
	text-decoration: none;
}






/***********************************
 **         Detail Views          **
 ***********************************/
div.detail-item {
	float: left;
	width: 100%;
	clear: both;
}
div.detail-item span.label {
	display: block;
	width: 120px;
	text-align: right;
	font-weight: bold;
	float: left;
	padding: 2px 10px 2px 2px;
}
div.detail-item span.value {
	float: left;
	padding: 2px;
}




/***********************************
 **         Main Forms            **
 ***********************************/
form.std-form {

}
form.std-form fieldset {
	border: 1px solid silver;
	padding: 5px;
	margin: 5px auto;
}
form.std-form fieldset.narrow {
	width: 100%;
}
form.std-form fieldset.controls {
}

form.std-form fieldset legend {
	padding: 5px;
	border: 1px solid silver;
	margin: 10px;
	color: #f89556;
	font-weight: bold;
}

form.std-form div.required label {
	font-weight: bold;
	background: transparent url(/resources/images/required.png) no-repeat scroll -10px 0%;
}
form.std-form div.element {
	float: left;
	width: 100%;
	position: relative;
	clear: both;
}
form.std-form div.element.error {
	border: 1px solid red;
	margin: 1px;
	background-color: #fdd;
}
form.std-form div.element label {
	display: block;
	float: left;
	width: 130px;
	text-align: left;
	padding: 5px 5px 5px 20px;
}
form.std-form div.element label.required {
	font-weight: bold;
}
form.std-form div.element span.input-wrapper {
	/*display: block;*/
	/*float: left;*/
	margin: 5px 5px 5px 0;
}
form.std-form div.element span.helper {
	position: relative;
	/* top: 6px; */
	color: #666;
	font-size: 12px;
	/*display: block;*/
	padding: 0;
	clear: both;
}
form.std-form div.element div.errors {
	position: relative;
	display: block;
	clear: both;
	color: red;
	padding: 0 0 0 155px;
}
form.std-form div.controls {
	text-align: right;
}




/***********************************
 **         Side Forms            **
 ***********************************/
form.side {
	margin: 0;
	padding: 0;
}
form.side fieldset {
	border: none;
}
form.side legend {
	font-weight: bold;
	color: #f89556;
	padding: 0 0 10px 0;
}
form.side label {
	display: block;
	float: left;
	width: 60px;
	text-align: right;
	padding: 0 5px;
	font-variant: small-caps;
	font-weight: bold;
	color: #333;
}
form.side div.element input {
	width: 110px;
}
form.side div.element input.login-button {
	width: 65px;
}

form.side div.element span.button-wrapper {
	display: block;
	clear: both;
	padding: 5px 0 0 115px;
}



/***********************************
 **      Icons and Images         **
 ***********************************/
img.inline-icon {
	padding: 1px 1px;
	vertical-align: middle;
}
img.inline-icon:hover {
}

ul#leisure-logos {
	list-style-type: none;
	float: left;
}
ul#leisure-logos li {
	list-style-type: none;
	display: block;
	width: 200px;
	height: 100px;
	float: left;
	text-align: center;
	margin: 0 0 0 15px;
}
p#valid-buttons {
	display: block;
	margin: auto;
	text-align: center;
	padding: 30px 0;
}

div#leisure-logos {
	width: 200px;
	float: right;
}

div.terms h3, div.terms h4 {
	text-align: center;
}