@charset "utf-8";

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

/* ============================= GLOBAL ====================================*/
html, body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	
	padding: 0px;
	

	height:100%;
	
	text-align: center;
	/*height:auto;*/
	color: #000;
	/*overflow-y:auto;*/
	background-image:url(../_images/site_background.jpg);
	background-repeat:repeat-x;
	background-color: #f5fafe!important;	/*d3eeff blue for bottom footer*/
}
#container {
	width: 968px;
	margin: 0px auto;
	
	/*margin-bottom:15px;*/
  	
	min-height:100%;
   	z-index:100;
	position:relative;
	
	padding:0px;
	
	text-align: center;
	background-image:url(../_images/dolphin_logo_large.png);
	background-repeat:no-repeat;
	background-position: center 39px;
	
}
/* ========================== [END] GLOBAL ==================================*/

/* ============================= HEADER =====================================*/
#header_block {
	height:81px;
	width:968px;

}
#header_block #header {
	height:81px;
	width:968px;
}
#header_block #header #left {
	width:200px;
	float:left;
} 
#header_block #header #left img {
	border:none;	
}
#header_block #header #right {
	width:758px;
	float:left;
	text-align:right;
	margin-top:10px;
	margin-right:10px;
	color: #fff;
}
#header_block #header #right a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight:normal;
	text-decoration:none;
	color: #FFF;
}
#header_block #header #right a:hover {
	color: #013c6e;
	text-decoration:underline;
}
/* ========================== [END] HEADER ==================================*/

#content {
	overflow:auto;
	padding-bottom: 0px; /* 53 */
}
#content #top_standard {
	height:15px;
	background-image:url(../_images/site_complete_header.png);
}
#content #content_standard {
	
	background-image:url(../_images/site_complete_bg.png);
	background-repeat:repeat-y;
	min-height:500px;
	height:auto;
	
	padding-top:0px;
	padding-bottom:0px;
	padding-left:15px;
	padding-right:15px;
	margin:0px;
	text-align:left;
}
#content #bottom_standard {
	height:17px;
	background-image:url(../_images/site_complete_footer.png);
}
#content #bottom_reflection {
	height:82px;
	
	background-image:url(../_images/site_footer_bg.png);
	background-repeat:no-repeat;
}
/* ============================= LEFT COL ===================================*/
#sidebar_left {
	float:left;
	width:185px;
	margin-right:41px;

}
#sidebar_left p {
	margin:0;
}
#sidebar_left ul {
	margin:0px;	
	padding:0px;
}

#sidebar_left li {
	list-style:none;
	margin:0px;
	padding:0px;	
	
}
#sidebar_left li img {
	float:left;
	padding-right:7px;
	/* margin-top:-3px; */
	margin-top:auto;
	margin-bottom:auto;
	border:none;
}
#sidebar_left li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight:normal;
	text-decoration:none;
	color: #013c6e;

	padding-top:0.3em;
	padding-bottom:0.3em;
	display:block;
	clear:right;
	height:28px;
}
#sidebar_left li a.activated {
	font-weight:bold;	
}
#sidebar_left li a:hover {
	color: #013c6e;
	text-decoration:underline;
}
/* Colour specific main section rollovers ----------- */
#sidebar_left li.one a:hover {
	text-decoration:underline;
	color: #33a1ff; 
}
#sidebar_left li.two a:hover {
	text-decoration:underline;
	color: #ff8a33; 
}
#sidebar_left li.three a:hover {
	text-decoration:underline;
	color: #55ff33; 
}
#sidebar_left li.four a:hover {
	text-decoration:underline;
	color: #ff3333; 
}
#sidebar_left li.five a:hover {
	text-decoration:underline;
	color: #af01db;  /*old bright yellow fffd33 */
}
#sidebar_left li.six a:hover {
	text-decoration:underline;
	color: #013c6e; 
}
/* -------------------------------------------------- */
#sidebar_left ul ul {
	margin:0px;	
	padding:0px;
	padding-left:11px;
}
#sidebar_left ul ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight:normal;
	text-decoration:none;
	color: #013c6e; /*013c6e*/

	padding-top:0.3em;
	padding-bottom:0.3em;
	display:block;
	
	height:auto;
	padding-left:23px;
}
/* Colour specific sub section rollovers ------------ */
#sidebar_left ul ul.one li a:hover {
	text-decoration:underline;
	color: #33a1ff; 
}
#sidebar_left ul ul.two li a:hover {
	text-decoration:underline;
	color: #ff8a33; 
}
#sidebar_left ul ul.three li a:hover {
	text-decoration:underline;
	color: #55ff33; 
}
#sidebar_left ul ul.four li a:hover {
	text-decoration:underline;
	color: #ff3333; 
}
#sidebar_left ul ul.five li a:hover {
	text-decoration:underline;
	color: #af01db;  /*old bright yellow fffd33 */ 
}
#sidebar_left ul ul.six li a:hover {
	text-decoration:underline;
	color: #013c6e; 
}
/* -------------------------------------------------- */

/* Colour specific sub section arrows  -------------- */
#sidebar_left ul ul.one li a {
	background-image:url(../_images/menu_arrow_blue.png);
	background-repeat:no-repeat;
}
#sidebar_left ul ul.two li a {
	background-image:url(../_images/menu_arrow_orange.png);
	background-repeat:no-repeat;
}
#sidebar_left ul ul.three li a {
	background-image:url(../_images/menu_arrow_green.png);
	background-repeat:no-repeat;
}
#sidebar_left ul ul.four li a {
	background-image:url(../_images/menu_arrow_red.png);
	background-repeat:no-repeat;
}
#sidebar_left ul ul.five li a {
	background-image:url(../_images/menu_arrow_yellow.png);
	background-repeat:no-repeat;
}
#sidebar_left ul ul.six li a {
	background-image:url(../_images/menu_arrow_standard.png);
	background-repeat:no-repeat;
}
/* -------------------------------------------------- */


#sidebar_left ul ul li a:hover {
	color: #013c6e;
	text-decoration:underline;
}
#sidebar_left #nav_seperator {
	height:2px;
	width:96%;
	background:#FFF;
	border-bottom:1px solid #05f1ff;
	border-top:1px solid #05f1ff;
	margin-top:8px;
	margin-bottom:3px;
	margin-left:3px;
}
/* ========================= [END] LEFT COL =================================*/


/* ============================= CONTENT ====================================*/
#content_area_2col {
	float:left;
	width: 706px;
	
	min-height:100%;
	padding-left:2px;
	padding-right:2px;
}
#content_area_2col #jump_links {}
#content_area_2col #jump_links a {
	color:#013c6e;
	text-decoration:none;
}
#content_area_2col #jump_links a:hover {
	color:#5fffff;
	text-decoration:underline;
}
#content_area_2col #top_link {
	width:99%;
	height:20px;
	margin-bottom:10px;
	text-align:right;
}
#content_area_2col #top_link a {
	font-size:0.8em;
	color:#013c6e;
	text-decoration:none;
}
#content_area_2col #top_link a:hover {
	color:#5fffff;
	text-decoration:underline;
}
#content_area_2col #mediaPlayer {
	float:right;
	width:320px;
	height:240px;
	margin-left:25px;
	margin-right:6px;
	margin-bottom:20px;
	text-align:right;
}
#content_area_2col #mediaPlayer_content {
	float:left;
	width:280px;
	height:210px;
	margin-right:18px;
	margin-top:2px;
	text-align:left;
}
#content_area_2col h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight:normal;
	color: #013c6e; 
	
	width:99%;
	margin:0px;
	margin-bottom:15px;
	padding-bottom:4px;
	text-decoration:none;
	border-bottom:1px solid #98a3ad;
}
#content_area_2col h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight:bold;
	color: #013c6e; 
	
	width:99%;
	margin:0px;
	margin-bottom:10px;
	padding-bottom:4px;
	text-decoration:none;
	border-bottom:1px solid #98a3ad;
}
#content_area_2col #content_small_block {
	overflow:auto;
	min-height:130px;
	margin-bottom:10px;
	margin-right:10px;
	margin-top:10px;
}
#content_area_2col #content_block {
	overflow:auto;
	min-height:250px;
	margin-bottom:10px;
	margin-right:10px;
	margin-top:10px;
}
#content_area_2col #channelDetails {
	overflow:auto;	
	margin-bottom:0px;
	padding-bottom:0px;
}
#content_area_2col #further_options {
	width:100%;
	min-height:60px;
	margin-top:1px;
	margin-bottom:15px;	
	padding-top:10px;
	padding-bottom:10px;
	overflow:auto;
}
#content_area_2col #further_options p {
	float:left;	
	margin-right:30px;
}
#content_area_2col #further_options h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight:normal;
	color: #013c6e; 

	margin:0px;
	margin-bottom:15px;
	padding-bottom:4px;
	text-decoration:none;
	border-bottom:1px solid #98a3ad;
}
#content_area_2col a.weblink img, #content_area_2col a:hover.weblink img   {
	border:none;
	float:left;
	margin-right:10px;
	margin-top:-8px;
	text-decoration:none;
}
#content_area_2col a.weblink  {
	padding-top:10px;

}
#content_area_2col table#channalData {
    border: solid #98a3ad 1px;
    width: 400px;
	margin-top:2px;
	margin-left:1px;
}
#content_area_2col table#td {
    padding: 3px;
    border: solid #98a3ad 1px;
}
.table_data {
    color:#013c6e;
	font-size: 0.8em;
    text-align: left;
   
}
.toprow {
    font-style: italic;
    text-align: center;
    background-color: #FFFFCC;
}
.table_fields {
	font-size: 0.8em;
    font-weight: bold;
    text-align: left;
    width: 150px;
	color:#013c6e;
}
/* Page specific styles can be found in the associated style sheet */
/* >>>>>>> section_[section-name]_styles.css <<<<<<<<<<<<<<<<<<<<< */
#content_area_2col #image_scroller {
	/*border:#090 thin solid;*/	
	overflow:auto;
}
#content_area_2col ul.legal {
	list-style-position: outside;
	list-style-image: none;
	list-style-type:lower-alpha;	
	margin-left:0px;
	padding-left:20px;
}
#content_area_2col ul.legal li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight:normal;
	color: #013c6e; 
}
#content_area_2col ul.legal ul {
	list-style-position: outside;
	list-style-image: none;
	list-style-type:lower-roman;	
	margin-left:0px;
	padding-left:20px;
	margin-top:10px;
}
/* ========================= [END] CONTENT ==================================*/


/* ============================= FOOTER =====================================*/
#footer_block_back {
	position: relative;
	margin-top: -83px; /* -138 negative value of footer height */
	height: 83px;
	clear:both;
	z-index:10;
	
	background-image:url(../_images/site_footer_strip_bg.jpg);
	background-repeat:repeat-x; 
}
#footer_block {
	position: relative;
	margin-top: -83px; /* -138 negative value of footer height */
	height: 83px;
	clear:both;
	z-index:101;
}
#footer_block #footer {

	margin: 0px auto;
	width:968px;
	padding-top:60px;
	height: 20px;
}
#footer_block #footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight:normal;
	text-decoration:none;
	color: #0f91ff;
	margin:0px;
}
#footer_block #footer a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight:normal;
	text-decoration:none;
	color: #0f91ff;
}
#footer_block #footer a:hover {
	color: #013c6e;
	text-decoration:underline;
}
#footer_block #footer #left {
	width:762px;
	height:auto;
	margin-left:6px;
	float:left;
	text-align:left;
	/*margin-top:60px;*/
}
#footer_block #footer #right {
	width:190px;
	height:auto;
	margin-right:10px;
	float:left;
	text-align:right;

	/*margin-top:60px;*/
}
/* ========================== [END] FOOTER ==================================*/



/* ============================== MISC =====================================*/
.forms {padding:0px; margin:0px;}

#clearBoth {
	clear:both;
    height:0px;
	width:100%;
    font-size: 1px;
}
.floatRight {
	float: right;
	margin-left: 15px;
	margin-top: 2px;
	margin-bottom:5px;
	border:solid 1px #ccc;
}
.floatRightSpecial {
	float: right;
	margin-left: 15px;
	margin-top: 2px;
	margin-bottom:5px;
} 
.floatLeft {
	float: left;
	margin-right: 17px;
	margin-top: 2px;
	margin-bottom:5px;
	border:solid 1px #ccc;
}
.clearfloat { 
	clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
}
/* =========================== [END] MISC ===================================*/

