﻿/*** ELIMINATE BROWSER INTERFERENCE ***/
/*body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote */
*
{
	padding: 0;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
}

body
{
	background-color: #EEE;
	color: #919295;
}

img
{
	border-style: none;
}

a:focus
{ 
    outline: none; 
}

h1, h2, h3
{
	margin: 0 0 0.5em 0;
	padding: 0;
}

h1
{
	font-size: 1.4em;
	font-weight: normal;
}

h2
{
	font-size: 1em;
	font-weight: normal;
}

p
{
	margin-bottom:1em;
	padding: 0;
	font-size: 0.8em;
}
ul, ol
{
	list-style-position:inside;
	margin-bottom:1em;
	padding-left:1em;
}

div#header img
{
	float: left;
	width: 200px;
	height: 78px;
}

/*** LAYOUT ***/
#wrapper
{
	margin:0 auto;
	width: 936px;
	background-color: #fff;
	overflow: hidden;
	padding-top: 30px;
}

#header
{
    margin: 0 20px 40px 20px;
    overflow: hidden;
    width:896px;
}

#main
{
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
    width:896px;
}

#content
{
    overflow: hidden;
    border-left: solid 1px #919295;
    padding-left: 15px;
    width:677px;
}

#contentbody
{
    width:500px;
    float: left;
    /*border-right: solid 1px #919295;*/
    padding-right:10px;
}

#rightmenu
{
    width:165px;
    /*padding-left: 15px;*/
    overflow:hidden;
}

ul#nav
{
    width: 200px;
    list-style: outside none;
    float: left;
    margin:0;
    padding:0;
}

ul#nav li
{
    margin-bottom: 10px;
}

ul#nav a
{
    text-decoration: none;
	color: #919295;
	font-weight: bold;
	width: 181px;
	height: 25px;
	display: block;
	padding-left: 5px;
	padding-top: 7px;
	background-image: none;
	_display: inline;
}

ul#nav li.menu0 a:hover
{
	background-image: url(/images/menu/0bg.jpg);
}

ul#nav li.menu0 ul li a:hover
{
	background-image: none;
}

ul#nav li.menu1 a:hover
{
	background-image: url(/images/menu/1bg.jpg);
}

ul#nav li.menu1 ul li a:hover
{
	background-image: none;
}

ul#nav li.menu2 a:hover
{
	background-image: url(/images/menu/2bg.jpg);
}

ul#nav li.menu2 ul li a:hover
{
	background-image: none;
}

ul#nav li.menu3 a:hover
{
	background-image: url(/images/menu/3bg.jpg);
}

ul#nav li.menu3 ul li a:hover
{
	background-image: none;
}

ul#nav li.menu4 a:hover
{
	background-image: url(/images/menu/4bg.jpg);
}

ul#nav li.menu4 ul li a:hover
{
	background-image: none;
}

ul#nav li.menu5 a:hover
{
	background-image: url(/images/menu/5bg.jpg);
}

ul#nav li.menu5 ul li a:hover
{
	background-image: none;
}

ul#nav ul
{
    list-style-type:none;
    margin:0;
    padding:0;
}

ul#nav ul li
{
    margin-left: 10px;
}

ul#nav li ul li {
    margin-bottom:0;
}

ul#nav li ul li a
{
	background-image: none;
}

span.MainText
{
    font-size: 1.5em;
}

span.MainText p
{
    line-height: 1.4em;
    margin-top: 0px;
}

#footer
{
    margin: 10px 20px 5px 20px;
    width:896px;
    padding-top: 10px;
}

#footer a 
{
    color:#919295;
    display:block;
    font-size:0.6em;
    text-decoration:none;
    padding-top:2px;
}

#footer .ICElogo
{
    margin-left: 5px;
}

#footer #ICE
{
    width:215px;
    float:left;
    height:50px;
}

#footer p
{
    font-size: 0.6em;
    margin-top: 0px;
}

#controlpanel
{
    float: left;
    text-align: right;
    width: 180px;
    padding-left: 50px;
}


input[type="text"], input[type="password"], textarea
{
    color: #919295;
    border: solid 1px #919295;
    padding: 2px;
}

#header input[type="text"] 
{
    width: 180px;
}

#controlpanel input[type="text"] 
{
    margin-bottom: 5px;
}

input.searchbox
{
    float:left;
    margin-left: 460px;
    margin-right: 5px;
}

div.listitem
{
    margin-bottom:20px;
}

body h4
{
    font-size: 0.8em;
    margin-bottom:1em;
}

div.listitem p
{
    margin-top: 0;
}

div.videothumb
{
    width:130px;
    background-color: #C5C6C9;
    padding: 10px;
    margin-top: 10px;
    color: #fff;
    font-size: 0.7em;
    cursor: pointer;
}

div.videothumb img
{
    padding-bottom: 2px;
}

div.recentvideoside
{
    padding-bottom:10px;
    border-bottom: 1px solid #919295;
}

div#videolist div.videothumb
{
	float:left;
	height:125px;
	margin-bottom:10px;
	margin-right:20px;
	margin-top:0;
	width: 120px;
}

div#videolist
{
    overflow:hidden;
    margin-bottom:20px;
    margin-left: 30px;
    clear: both;
    padding-top: 10px;
}

div#content h2.filmsub
{
    display: block;
    width: 300px;
}

div#contentbody ul, div#contentbody ol
{
	font-size:0.8em;
}
div#contentbody ul li, div#contentbody ol li
{
	margin-bottom:5px;
}
div#contentbody fieldset
{
    border: none;
    border-top:solid 1px #919295;
    clear:both;
    width: 500px;
    margin-bottom:1em;
    padding-top:0.5em;
}

div#contentbody fieldset legend
{
    font-weight: bold;
    margin-bottom: 5px;
	color: #919295;
}

div#contentbody div.field
{
    margin-bottom: 10px;
    overflow:hidden;
    width: 500px;
}

div#contentbody div.field label
{
    display: block;
    float: left;
    width: 120px;
}

/*div#contentbody div.field label span.required
{
    color: #FF0000;
}*/

div#contentbody div.field em
{
    color: #FF0000;
}

div#contentbody div.field
{
    display: block;
}

div#contentbody div.field label.error
{
    margin-left: 10px;
    width: 155px;
}

div#contentbody fieldset input[type="submit"] 
{
    text-align: center;
    margin-top: 10px;
    float: right;
}


div.videothumb h5 a
{
    color: #fff;
}

div#content a.admin
{
    font-size: 0.8em;
    margin-top: 10px;
    display: block;
}

div#pages
{
    text-align: center;
}

span.pages
{
    font-size: 0.8em;
    clear: left;
}

span.pages a.selected
{
    text-decoration: underline;
}

span.videoDetails
{
    font-weight: bold;
}

div#contentbody fieldset input[type="file"].file
{
    margin-left: 0;
}

div#videoSummary
{
 font-size: 0.8em;
}

a.cancel
{
    font-size: 0.8em;
}

/* Body Colours */

body ul#nav li.selected a
{
	color: #fff;
}

ul#nav a:hover
{
	color: #fff;
}

ul#nav li ul li a.sub
{
	color: #fff;
	background-image: none;
	color: #ffffff;
}

ul#nav li.upload
{
	padding-top:0px;
	height: 150px;
}

ul#nav li.upload a
{
    padding-left: 0;
}

ul#nav li.sm
{
	padding-top: 15px;
}

ul#nav li.sm a
{
	display:inline;
	height: auto;
	width: auto;
	padding-left:0;
	padding-top: 0;
}


/* Default */
body h1 
{
    margin-bottom:20px;
    *overflow: hidden;
    _overflow: hidden;
}

body h1 span
{
    background: #fff url(/images/body/h1bg2.jpg) no-repeat top left; 
    color: #fff;
    height:43px;
    padding-left:5px;
    padding-top:5px;
    padding-bottom:5px;
    padding-right:10px;
}

body h2
{
    background: #fff url(/images/body/h2bg2.jpg) no-repeat top left; 
    color: #fff;
    height:30px;
    margin-bottom:10px;
    display: inline;
    padding: 5px;
    font-weight:bold;
    opacity: 0.8;
}

body .highlight-down
{
    background: #fff url(/images/body/textbgdown2.jpg) no-repeat top left; 
    color: #fff;
    padding: 0 5px 2px 5px;
    opacity: 0.8;
}

body .highlight-up
{
    background: #fff url(/images/body/textbgup2.jpg) no-repeat top left; 
    color: #fff;
    padding: 0 5px 2px 5px;
    opacity: 0.8;
}

body ul#nav li.selected a
{
	background-image: url(/images/menu/2bg.jpg);
}

body ul#nav li ul li a
{
    color: #00B1B0;
	font-size: 0.9em;
    height:20px;
    font-weight: normal;
}

body ul#nav li.selected ul li a
{
	background-image: none;
    color: #00B1B0;
}

body ul#nav li.selected a
{
	color: #fff;
	background-image: url(/images/menu/2bg.jpg);
}

body ul#nav li.selected ul li.selected a
{
	font-weight: bold;
}

body div.newssummary
{
    border-top: solid 1px #919295;
    clear:left;
    margin-top:10px;
    overflow:hidden;
    padding-top:10px;
    _padding-bottom:45px;
}

body div.newssummary img
{
    float: left;
    margin-right:5px;
}

body span.newssummarydate
{
	font-size: 0.8em;
	font-weight: bold;
	display: block;
	margin-top: 10px;
}

body div.newssummary a
{
    background: #fff url(/images/body/h2bg2.jpg) no-repeat top left; 
    color: #fff;
    margin-top:5px;
    display: inline;
    padding: 5px;
    font-weight:bold;
    text-decoration: none;
    font-size: 0.8em;
    display: block;
    float: right;
    opacity: 0.8;
}

body div.newssummary p
{
	margin-top: 10px;
	margin-bottom: 0px;
}

body img.newsimg
{
    float: right;
    margin-left:5px;
    margin-bottom:5px;
}

body a
{
    text-decoration: none;
    color: #00B1B0;
    font-weight: bold;
}

body img.main-imgbg
{
    background: #FFF no-repeat top left;
    padding: 10px;
    margin-bottom: 20px;
}

body div.accordion h3
{  
    background:url("/images/body/accordion2.jpg") no-repeat scroll left top #FFFFFF;
    color:#FFFFFF;
    font-size:0.8em;
    font-weight:normal;
    margin-bottom:10px;
    padding:5px;
    height:21px;
    font-weight: bold;
    cursor: pointer;
}
body div.accordion h3.active
{
	background-position:left -31px;
}

/* Color0 */
body.body0 h1 span
{
    background-image: url(/images/body/h1bg0.jpg); 
}

body.body0 h2
{
    background: #fff url(/images/body/h2bg0.jpg) no-repeat top left; 
    color: #fff;
    height:30px;
    margin-bottom:10px;
    display: inline;
    padding: 5px;
    font-weight:bold;
    opacity: 0.8;
}

body.body0 .highlight-down
{
    background: #fff url(/images/body/textbgdown0.jpg) no-repeat top left; 
    color: #fff;
    padding: 0 5px 2px 5px;
    opacity: 0.8;
}

body.body0 .highlight-up
{
    background: #fff url(/images/body/textbgup0.jpg) no-repeat top left; 
    color: #fff;
    padding: 0 5px 2px 5px;
    opacity: 0.8;
}

body.body0 ul#nav li.selected a
{
	background-image: url(/images/menu/0bg.jpg);
}

body.body0 ul#nav li ul li a
{
    color: #1C9B7E;
	font-size: 0.9em;
    height:20px;
    font-weight: normal;
}

body.body0 ul#nav li.selected ul li a
{
	background-image: none;
    color: #1C9B7E;
}

body.body0 ul#nav li.selected a
{
	background-image: url(/images/menu/0bg.jpg);
}

body.body0 ul#nav li.selected ul li.selected a
{
	font-weight: bold;
}

body.body0 div.newssummary a
{
    background-image: url(/images/body/h2bg0.jpg); 
}

body.body0 a
{
    text-decoration: none;
    color: #1C9B7E;
    font-weight: bold;
}

body.body0 img.main-imgbg
{
    background-image: url(/images/body/imgbg0.jpg);
}

body.body0 div.accordion h3
{
    background-image:url("/images/body/accordion0.jpg");
}

/* Color1 */
body.body1 h1 span
{
    background-image: url(/images/body/h1bg1.jpg); 
}

body.body1 h2
{
    background: #fff url(/images/body/h2bg1.jpg) no-repeat top left; 
    color: #fff;
    height:30px;
    margin-bottom:10px;
    display: inline;
    padding: 5px;
    font-weight:bold;
    opacity: 0.8;
}

body.body1 .highlight-down
{
    background: #fff url(/images/body/textbgdown1.jpg) no-repeat top left; 
    color: #fff;
    padding: 0 5px 2px 5px;
    opacity: 0.8;
}

body.body1 .highlight-up
{
    background: #fff url(/images/body/textbgup1.jpg) no-repeat top left; 
    color: #fff;
    padding: 0 5px 2px 5px;
    opacity: 0.8;
}

body.body1 ul#nav li.selected a
{
	background-image: url(/images/menu/1bg.jpg);
}

body.body1 ul#nav li ul li a
{
    color: #D36F5E;
	font-size: 0.9em;
    height:20px;
    font-weight: normal;
}

body.body1 ul#nav li.selected ul li a
{
	background-image: none;
	font-weight: normal;
    color: #D36F5E;
}

body.body1 ul#nav li.selected ul li.selected a
{
	font-weight: bold;
}

body.body1 div.newssummary a
{
    background-image: url(/images/body/h2bg1.jpg); 
}

body.body1 a
{
    text-decoration: none;
    color: #D36F5E;
    font-weight: bold;
}

body.body1 img.main-imgbg
{
    background-image: url(/images/body/imgbg1.jpg);
}

body.body1 div.accordion h3
{
    background-image:url("/images/body/accordion1.jpg");
}

/* Color2 */
body.body2 h1 span
{
    background-image: url(/images/body/h1bg2.jpg); 
}

body.body2 h2
{
    background: #fff url(/images/body/h2bg2.jpg) no-repeat top left; 
    color: #fff;
    height:30px;
    margin-bottom:10px;
    display: inline;
    padding: 5px;
    font-weight:bold;
    opacity: 0.8;
}

body.body2 .highlight-down
{
    background: #fff url(/images/body/textbgdown2.jpg) no-repeat top left; 
    color: #fff;
    padding: 0 5px 2px 5px;
    opacity: 0.8;
}

body.body2 .highlight-up
{
    background: #fff url(/images/body/textbgup2.jpg) no-repeat top left; 
    color: #fff;
    padding: 0 5px 2px 5px;
    opacity: 0.8;
}

body.body2 ul#nav li.selected a
{
	background-image: url(/images/menu/2bg.jpg);
}

body.body2 ul#nav li ul li a
{
    color: #C1C531;
	font-size: 0.9em;
    height:20px;
    font-weight: normal;
}

body.body2 ul#nav li.selected ul li a
{
	background-image: none;
    color: #C1C531;
}

body.body2 ul#nav li.selected a
{
	color: #fff;
	background-image: url(/images/menu/2bg.jpg);
}

body.body2 ul#nav li.selected ul li.selected a
{
	font-weight: bold;
}

body.body2 div.newssummary a
{
    background-image: url(/images/body/h2bg2.jpg); 
}

body.body2 a
{
    text-decoration: none;
    color: #C1C531;
    font-weight: bold;
}

body.body2 img.main-imgbg
{
    background-image: url(/images/body/imgbg2.jpg);
}

body.body2 div.accordion h3
{
    background-image:url("/images/body/accordion2.jpg");
}

/* Color3 */
body.body3 h1 span
{
    background-image: url(/images/body/h1bg3.jpg); 
}

body.body3 h2
{
    background: #fff url(/images/body/h2bg3.jpg) no-repeat top left; 
    color: #fff;
    height:30px;
    margin-bottom:10px;
    display: inline;
    padding: 5px;
    font-weight:bold;
    opacity: 0.8;
}

body.body3 .highlight-down
{
    background: #fff url(/images/body/textbgdown3.jpg) no-repeat top left; 
    color: #fff;
    padding: 0 5px 2px 5px;
    opacity: 0.8;
}

body.body3 .highlight-up
{
    background: #fff url(/images/body/textbgup3.jpg) no-repeat top left; 
    color: #fff;
    padding: 0 5px 2px 5px;
    opacity: 0.8;
}

body.body3 ul#nav li.selected a
{
	background-image: url(/images/menu/3bg.jpg);
}

body.body3 ul#nav li ul li a
{
    color: #AC6B92;
	font-size: 0.9em;
    height:20px;
    font-weight: normal;
}

body.body3 ul#nav li.selected ul li a
{
	background-image: none;
    color: #AC6B92;
}

body.body3 ul#nav li.selected a
{
	color: #fff;
	background-image: url(/images/menu/3bg.jpg);
}

body.body3 ul#nav li.selected ul li.selected a
{
	font-weight: bold;
}

body.body3 div.newssummary a
{
    background-image: url(/images/body/h2bg3.jpg); 
}

body.body3 a
{
    text-decoration: none;
    color: #AC6B92;
    font-weight: bold;
}

body.body3 img.main-imgbg
{
    background-image: url(/images/body/imgbg3.jpg);
}

body.body3 div.accordion h3
{
    background-image:url("/images/body/accordion3.jpg");
}

/* ----------- */

/* Color4 */
body.body4 h1 span
{
    background-image: url(/images/body/h1bg4.jpg); 
}

body.body4 h2
{
    background: #fff url(/images/body/h2bg4.jpg) no-repeat top left; 
    color: #fff;
    height:30px;
    margin-bottom:10px;
    display: inline;
    padding: 5px;
    font-weight:bold;
    opacity: 0.8;
}

body.body4 .highlight-down
{
    background: #fff url(/images/body/textbgdown4.jpg) no-repeat top left; 
    color: #fff;
    padding: 0 5px 2px 5px;
    opacity: 0.8;
}

body.body4 .highlight-up
{
    background: #fff url(/images/body/textbgup4.jpg) no-repeat top left; 
    color: #fff;
    padding: 0 5px 2px 5px;
    opacity: 0.8;
}

body.body4 ul#nav li.selected a
{
	background-image: url(/images/menu/4bg.jpg);
}

body.body4 ul#nav li ul li a
{
    color: #E5B476;
	font-size: 0.9em;
    height:20px;
    font-weight: normal;
}

body.body4 ul#nav li.selected ul li a
{
	background-image: none;
    color: #E5B476;
}

body.body4 ul#nav li.selected a
{
	color: #fff;
	background-image: url(/images/menu/4bg.jpg);
}

body.body4 ul#nav li.selected ul li.selected a
{
	font-weight: bold;
}

body.body4 div.newssummary a
{
    background-image: url(/images/body/h2bg4.jpg); 
}

body.body4 a
{
    text-decoration: none;
    color: #E5B476;
    font-weight: bold;
}

body.body4 img.main-imgbg
{
    background-image: url(/images/body/imgbg4.jpg);
}

body.body4 div.accordion h3
{
    background-image:url("/images/body/accordion4.jpg");
}

/* ----------- */

/* Color5 */
body.body5 h1 span
{
    background-image: url(/images/body/h1bg5.jpg); 
}

body.body5 h2
{
    background: #fff url(/images/body/h2bg5.jpg) no-repeat top left; 
    color: #fff;
    height:30px;
    margin-bottom:10px;
    display: inline;
    padding: 5px;
    font-weight:bold;
    opacity: 0.8;
}

body.body5 .highlight-down
{
    background: #fff url(/images/body/textbgdown5.jpg) no-repeat top left; 
    color: #fff;
    padding: 0 5px 2px 5px;
    opacity: 0.8;
}

body.body5 .highlight-up
{
    background: #fff url(/images/body/textbgup5.jpg) no-repeat top left; 
    color: #fff;
    padding: 0 5px 2px 5px;
    opacity: 0.8;
}

body.body5 ul#nav li.selected a
{
	background-image: url(/images/menu/5bg.jpg);
}

body.body5 ul#nav li ul li a
{
    color: #1A96A0;
	font-size: 0.9em;
    height:20px;
    font-weight: normal;
}

body.body5 ul#nav li.selected ul li a
{
	background-image: none;
    color: #1A96A0;
}

body.body5 ul#nav li.selected a
{
	color: #fff;
	background-image: url(/images/menu/5bg.jpg);
}

body.body5 ul#nav li.selected ul li.selected a
{
	font-weight: bold;
}

body.body5 div.newssummary a
{
    background-image: url(/images/body/h2bg5.jpg); 
}

body.body5 a
{
    text-decoration: none;
    color: #1A96A0;
    font-weight: bold;
}

body.body5 img.main-imgbg
{
    background-image: url(/images/body/imgbg5.jpg);
}

body.body5 div.accordion h3
{
    background-image:url("/images/body/accordion5.jpg");
}

/* ----------- */

img.gallery-img
{
    width: 160px;
    margin: 2px;   
}

a.dhclogo
{
    display: block;    
    text-align: center;
    margin-bottom: 10px;
}

h4.news
{
    font-size:1.5em;
    font-weight:normal
}

span.newsdate 
{
    display:block;
    font-size:0.8em;
    font-weight:bold;
    margin-bottom:10px;
}

h4.faq
{
    font-size:0.8em;
    font-weight:bold;
}

div.videothumb:hover, .hover
{
    background-color:#AC6B92;
}

/*
* html #rightmenu
{
    padding-left: 13px;   
}
*/

/* *** General Forms *** */
fieldset p,
fieldset ul,
fieldset ol
{
	font-size:1em !important;
}
fieldset
{
	font-size:0.8em;
}
fieldset p label,
fieldset p .label
{
	float:left;
    width:175px !important;
}
fieldset p input[type="text"],
fieldset p textarea,
fieldset p input[type="password"],
fieldset p select
{
	width:200px;
}
fieldset div
{
	margin-bottom:20px;
}
fieldset span.count
{
	float:right;
	font-weight:normal;
}

fieldset ul
{
    list-style:none;
    margin:0.5em 0 !important;
}
fieldset ul li
{
    margin-bottom:5px;
}
fieldset ul li:hover
{
	background-color:#efefef;
}

/* *** fieldset survey *** */
fieldset#survey div input[type="text"],
fieldset#survey div textarea
{
    width:98%;
}
* html fieldset#survey textarea
{
    width:98%;
}
fieldset#survey ul
{
	padding:0;
}
fieldset#survey .label
{
	display:block;
	font-weight:bold;
}


.error,
span.required
{
    color: #FF0000;
}

/* *** matrix table *** */
table.matrix
{
    border-collapse:collapse;
    margin:0;
    padding:0;
}
table.matrix tr:hover
{
    background-color:#efefef;
}
table.matrix td
{
    padding:5px 0;
}
col#question
{
    width:60%;
}
input[type="checkbox"], input[type="radio"]
{
    margin-right:5px !important;
}

/* *** account pages *** */
ul.account-links
{
	float:left;
	font-size:10px !important;
	list-style:none;
	margin:0 0 .5em 0;
	padding:0;
	width:100%;
}
ul.account-links li
{
	float:left;
}
ul.account-links a
{
	border-right:solid 1px #919295;
	display:block;
	padding:0 5px;
}

#twtr-widget-1 .twtr-bd, #twtr-widget-1 .twtr-timeline i a, #twtr-widget-1 .twtr-bd p
{
    font-size: 1em;   
}


*html #twtr-widget-1 .twtr-bd, #twtr-widget-1 .twtr-timeline i a, #twtr-widget-1 .twtr-bd p
{
    font-size: 0.9em;   
}

*html #contentbody
{
    padding-right:8px;
}

#twtr-widget-1 .twtr-user
{
    display: inline !important;
}

/* *** links *** */

ul#links
{
    list-style-type: none;   
    padding-left: 0;
}

ul#links li
{
    float: left;  
    width: 100px;
    margin: 10px;
}



