

#banner{
	width: 970px;
	margin: 0 auto;
	height: 183px;
}


/* Page
***************************/
#page{
	width: 970px;
	margin: 0 auto;
	background: URL(../images/page_bg.png) repeat-y;	
}
#page_content{
	background: URL(../images/page_bg_top.gif) no-repeat;
	padding: 23px 25px;
}
#page_footer{
	background: URL(../images/page_footer.png) no-repeat;
	height: 57px;
	width: 970px;
	margin: 0 auto;
}


/* Sub Nav
***************************/
#nav_tile {
	background:url(../images/sub_nav_tile.jpg) left repeat-y;
}

#sub_nav{
	background: URL(../images/sub_nav_bg.gif) repeat-y;
	width: 194px;	
	float: left;
}
#sub_nav #sub_nav_header{
	background: URL(../images/sub_nav_header.gif) no-repeat;
	padding: 29px 13px 62px;
}
#sub_nav ul{
	list-style: none;
}
#sub_nav ul li{
	border-bottom: 1px solid #dbeaf2;
	line-height: 16px;
	padding: 5px 0;
}

#sub_nav ul ul{
	background: none;	
}
#sub_nav ul ul li{
	padding-left: 12px;
	background: URL(../images/sub_nav_arrow.gif) left center no-repeat;
}

#sub_nav ul ul li.selected{
	background-color: #dbeaf2;
	background-image: none;
	font-weight: bold;
}
#sub_nav ul ul li.last{
	border-bottom: none;
}
#sub_nav_footer{
	background: URL(../images/sub_nav_footer.gif) left no-repeat;
	height: 6px;
	overflow: hidden;
	clear: both;
}

#sub_nav a{
	color: #00618b;
}

#sub_nav a:hover {
	color: #0e83b5;
}


/* Content
***************************/
#content{
	float: left;
	margin-left: 16px;
	display: inline;
	width: 705px;
	min-height: 350px;
}

/* Header
***************************/
#header{
	background: URL(../images/page_header.gif) no-repeat;
	height: 45px;
	width: 689px;
	padding: 27px 0 0 16px;
}
.page_header{
	text-indent: -5000px;
	width: 590px;
	float: left;
}

/* Page H1 headers*/
#whats_in_the_range{
	background: URL(../images/h1_whats_in_the_range.gif) no-repeat;
}

#about_us {
	background: URL(../images/h1_about_us.gif) no-repeat;
}

#fun_stuff {
	background: URL(../images/h1_fun_stuff.gif) no-repeat;
}
#lets_play {
	background: URL(../images/h1_lets_play.gif) no-repeat;
}

#join_the_club {
	background: URL(../images/h1_join_the_club.gif) no-repeat;
}

#our_fans {
	background: URL(../images/h1_our_fans.gif) no-repeat;
}

#contact_us {
	background: URL(../images/h1_contact_us.gif) no-repeat;
}

#terms_of_use {
	background: URL(../images/h1_termsofuse.gif) no-repeat;
}

#privacy_policy {
	background: URL(../images/h1_privacy_policy.gif) no-repeat;
}

#accessibility_statement {
	background: URL(../images/h1_accessibility.gif) no-repeat;
}

#site_map {
	background: URL(../images/h1_site_map.gif) no-repeat;
}

#search_result {
	background: URL(../images/h1_search_results.gif) no-repeat;
}



/*utilities*/
#utilities{
	float: right;
	width: 85px;
}
#utilities a{
	display: block;
	text-indent: -5000px;
	width: 16px;
	height: 16px;
	float: left;
	padding-right: 5px;
}
#utility_print{
	background: URL(../images/utility_print.gif) no-repeat;
}
#utility_small{
	background: URL(../images/utility_small.gif) no-repeat;
}

#utility_large{
	background: URL(../images/utility_large.gif) no-repeat;
}

/*******************************************************
		 Content Styles
******************************************************/
#content_page{
	margin: 9px 15px 0 16px;
}
#content_page p{
	line-height: 1.6em;
	margin-bottom: 1em;
}

.paragraph_item {
	margin-bottom: 50px;
}

/* Breadcrumbs
***************************/
#breadcrumb{
	margin-bottom: 30px;
	font-size: 0.9em;
	color: #a3a3a3;
}
#breadcrumb a{
	color: #00618b;
}

/* Headings
***************************/
#content_page h1{
	font-size: 1.6em;
	color: #00618b;
	padding-bottom: 9px;
	margin-bottom: 18px;
	font-weight: normal;
	border-bottom: #CCC dotted 1px;
}

#content_page h2{
	font-size: 1.2em;
	color: #00618b;
	margin-bottom: 15px;
	font-weight: bold;
}

#content_page h3{
	font-size: 1em;
	margin-bottom: 5px;
	font-weight: bold;
	
}

/* Links
***************************/

#content_page a, #content_page a:visited {
	color: #007ba1;
}

#content_page a:hover {
	color: #1398c1;	
	text-decoration: underline;
}

ul.download li  {
	padding: 3px 0 0 30px!important;
	height: 30px;
	list-style-type: none;
	background: url(../images/pdf_icon.gif) no-repeat left top !important;
	overflow: visible;
}




/* List Styles
***************************/

#content_page ul {

	margin: 0 0 20px 20px;
}

#content_page ul li {
	line-height: 1.3em;
	margin-bottom: 5px;
	list-style-type: none;
	background: url(../images/point.gif) no-repeat left 4px;
	padding-left: 15px;
}

.tick li {
	margin-bottom: 10px !important;
	background: url(../images/tick.gif) no-repeat left -2px !important;
	padding-left: 22px !important;
}

/* Downloads
***************************/

.paragraph_download
{
	margin: 0 0 20px 20px;
}

/* Images
***************************/

.img_right, .imageRight
{
  float: right;
	margin: 3px 0 10px 15px;
	text-align: center;
}
.imageLeft
{
  float: left;
	margin: 3px 15px 10px 0;
	text-align: center;
}
#content_page .imageRight p, #content_page .imageLeft p
{
  margin: 0;
}
.Full_Width_Image
{
  margin: 0 0 20px 0;
}

/* Table
***************************/
.paragraph_table{
	width: 100%;
	border-top: 1px solid #007ba1;
	margin-bottom: 1.5em;
}

.paragraph_table th{
	text-align: left;
	font-weight: normal;
	padding: 10px 0;
	border-bottom: 1px solid #f3f3f3;
	width: 261px;
}

.paragraph_table td{
	padding: 8px 0;
	border-bottom: 1px solid #f3f3f3;
}

.madatory_warning{
	font-size: 0.9em;
}
.mandatory{
	color: #ff0000;
}

.links_table{
	width: 100%;
	border-top: 1px solid #F7F7F7;
	margin-bottom: 1.5em;
}
.links_table th{
	text-align: left;
	font-weight: bold;
	padding: 10px 0;
	border-bottom: 1px solid #f3f3f3;
	width: 261px;
}

.links_table td{
	padding: 8px 0;
	border-bottom: 1px solid #f3f3f3;
}

.links_table td a {
	background: url(../images/point.gif) no-repeat left 4px;
	padding-left: 10px;
}

/* Form components
***************************/
.text_box{
	border: 1px solid #c5dce8;
	padding: 3px;
	width: 285px;
}

.text_area{
	border: 1px solid #c5dce8;
	padding: 3px;
	width: 550px;
}

.select_full_width{
	border: 1px solid #c5dce8;
	padding: 3px;
	width: 293px;
}
.select_small{
	border: 1px solid #c5dce8;
	padding: 3px;
	width: 66px;
}
.select_medium{
	border: 1px solid #c5dce8;
	padding: 3px;
	width: 133px;
}
.month{
	margin: 0 11px 0;
	display: inline-block;
}

.confirm_checkbox{
	float: left;
	width: 25px;
	padding-top: 3px;
}
.confirm p{
	float: left;
	width: 620px;
}

.btn_submit{
	background: URL(../images/btn_submit.gif);
	width: 83px;
	height: 29px;
	padding: 29px 0 0;
	margin: 0;
	border: 0;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
}

/* FAQ STYLES
----------------------------------------------- */


.faq_answer h3 a:link, .faq_answer h3 a:visited {
	color: #00618b !important;
}

.faq_answer h3 a:hover {
	color: #007ba1 !important;
}
	
.qa_category h3 a:link, .qa_category h3 a:visited {
	color: #00618b !important;	 
}

.qa_category h3 a:hover {
	color: #007ba1 !important;	 
}

.qa_category h2 {
	color: #00618b;
	padding: 0!important;
}


.faq h2 {
	padding: 0 0 1em 0;
	margin: 0;
	font-weight: bold;
}

.faq .qa_category h3 {
	color: #00618b;
	padding: 0 0 2px 1em;
	text-indent: -1.3em;
	margin: 0;
	font-size: 1em !important;
	line-height: 1em;
}

.qa_category {
	color: #00618b;
	padding: 0 0 2em 0.3em;
}

.faq_answer {
	width: 100%;
	margin: 0px auto;
	background-color: #fff;
	border-top: 1px solid #eeeeee;
	padding: 1em 0 2em;
}

.faq_answer .question_title_Q {
	float: left;
	width: 15px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #00618b;
	font-size: 1em !important;
}

.faq_answer .question_title_A {
	float: left;
	width: 15px;
	margin: 0;
	padding: 3px 0 0 0;
	font-size: 1em !important;
}

.faq_answer .question_title {
	margin-left: 15px;
	padding: 0 0 10px 0;
}

.faq_answer .question_answer {
	margin-left: 15px;
	padding: 0;
}

.faq_answer .question_title h3{
	margin: 0;
	padding: 0;
	font-size: 1em !important;
}

.faq_answer p {
	padding: 0px 0 1em 0;
	margin: 0 0 0 0;
}


.faq_answer .backTop_btn {
	margin: 0 0 0 0;
	padding: 0;
	clear: both;
}

.faq_answer .backTop_btn a{
	padding: 0 0 0 10px;
	background: url(../images/point-up.gif) no-repeat left;
}

.faq_answer .question_title a:hover{
	background: none;
}

/* SEARCH RESULTS
----------------------------------------------- */

.search_result p.search_text {
	margin-bottom: 5px!important;
}

.search_result .search_url {
	margin-bottom: 10px!important;
	padding-bottom: 10px!important;
	border-bottom: #CCC dotted 1px;
}

/* TV ADS
***************************/

.tv-container {
	width: 335px;
	height: auto;
	float: left;
	margin-bottom: 20px;
}

.ads img {
	padding: 0 4px;
}

.tv-container .player {
	width: 317px;
	height: auto;
	background: url(../images/tv-bg.jpg) top;
	padding: 15px 0 0 18px;
}

/* Email Emma
***************************/

.text_box_emma {
	border: 1px solid #c5dce8;
	padding: 3px;
	width: 177px;
}

.text_area_emma {
	border: 1px solid #c5dce8;
	padding: 3px;
	width: 450px;
	height: 206px;
}

.emma-bg {
	background: url(../images/emailemma-bg.jpg) no-repeat 100px 80px;
}
