/*****************************************************************************************************

This file should contain all div tags structuring the layout of the website

reasoning : 

so this style sheet could be used to re-structure the website and when removed
should produce the website as a easily readable list which can be used for small
screens (such as phones)

*****************************************************************************************************/

/*************************************** Structure Settings *****************************************/

html
{
	margin:0px;
	padding:0px;
}
body
{
	margin:0;
	padding:0;
	line-height: 1.2em;
	text-align:left;
}

#layout
{
	/*max-width:1000px;
	min-width:800px;*/
	width:960px;
	margin:auto;
	padding:0px;
}
#header
{
	height:auto; /*Height of top section*/
	overflow:visible;
}
#contentwrapper
{
	float: left;
	width: 100%;
}
#contentcolumn
{
	margin: 0 0 0 210px; /*Margins for content column. Should be "0 right-column-width 0 left-column-width*/
}
#leftcolumn
{
	float: left;
	width: 160px; /*Width of left column in percentage*/
	margin-left: -100%;
}
#inner_contentwrapper
{
	float: left;
	width: 100%;
}
#inner_contentcolumn
{
	margin: 0 200px 0 0; /*Margins for content column. Should be "0 right-column-width 0 left-column-width*/
}
#rightcolumn
{
	float: right;
	width: 170px; /*Width of right column in pixels*/
	margin-left: -170px; /*Set margin to -(RightColumnWidth)*/
}
#footer
{
	width: 100%;
	height:auto; /*Height of bottom section*/
	padding: 10px 0;
	clear: left;
}

.hr { overflow:hidden; height:0px; clear:both; margin:0px; padding:0px; /*Force hr of floating objects*/ }/*****************************************************************************************************

This file should contain
1.) all site wide colour, background and font styles for html tags
2.) a selection of class(.) styles that can be used in the cms text editor

reasoning : so this style sheet could be used to re-style the website

*****************************************************************************************************/

/**************************************** Website Settings *******************************************/
#content { background-color:#00FFCC }

body
{
	background: #FFF;
	color: #000;
	font: small/18px Arial, Verdana, Helvetica, sans-serif; /* Medium = 11 px - Small = 9px */
}

/******************************************** CMS Styles *******************************************/

body.mceContentBody
{
	background: #ffffff;
	color: #000000;
}

.captioned { border: 2px groove #ffffff; margin:20px; }
.pink { color:#CC1C64; }

/**************************************** Text Settings **********************************************/

h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
	line-height: 1.2em;
	margin: 0px 0px 1em 0px;
}
p
{
	margin: 0px 0px 1em 0px;
	line-height: 1.2em;
}
li
{
	margin: 0em;
	padding: 0em; 
	line-height: 1.2em;
}
a
{
	color:#CC1C64;
	text-decoration:none;
}
a:hover { text-decoration:underline; }

ul { padding:0px 0px 0px 15px; }
ul li { /*list-style-image:url(/images/bullet.gif);*/ }

/************************************** Image Settings ***********************************************/

img { border:0px solid #000000; }
div.image { width:auto; margin:20px; background-color:#000000; border: 2px groove #000000 }
div.image img.captioned { margin:5px !important; padding:0px !important; }
div.image div.caption { clear:both; width:auto; color:#FFFFFF }
div.image div.caption div.padding { margin:5px; padding:5px; font-size:0.8em; line-height:0.9em }

/************************************** Table Settings ***********************************************/

caption { text-align:left; }

/*************************************** Form Settings ************************************************/

form
{
	margin: 0px;
	padding: 0px; 
}
fieldset
{
	border: 1px solid #999;
	padding: 1em;
	margin: 0;
}
legend
{
	color: #000;
	font-size: 1.2em;
}
fieldset div
{
	clear: left;
	margin: 0.5em 0em 0em;
	padding: 0.1em 0.3em 0.1em 0em;
}
fieldset div label
{
	display: block;
	float:left;
	width: 20%;
	padding: 0em;
	margin: 0em 0.5em;
	text-align:right;
}
fieldset div span.block
{
	display: block;
	float:left;
	width: 75%;
	padding: 0em;
}
fieldset div * label
{
	display: inline-block;
	float:none;
	width:auto;
	padding: 0px;
	margin: 0px;
	text-align:left;
}
fieldset div input[type="text"],
fieldset div input[type="password"],
fieldset div textarea,
fieldset div select { width:60%; min-width:200px; max-width:400px; border: 1px solid black; margin-right: 1em; }
input:focus,
textarea:focus,
select:focus { border: 1px dotted black !important; }
input.error,
textarea.error,
select.error { border: 1px dotted red !important; }

label.error
{
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
	text-align:left;
	width:auto;
}

/******************************************** Header ****************************************************/

#headerleft { height:125px; width:160px; float:left; }
div#headercontent { margin: 0 0 0 210px; }
#logo h1 a
{
	display:block;
	background-image:url(/images/logo.gif);
	background-repeat:no-repeat;
	height:125px;
	width:160px;
	text-indent:-99999px;
}
#search { float:right; margin:25px 0px; }
#header-contact-number {
	text-align: right;
	color: #666;
	margin-bottom: 5px;
}

div#breadcrumbs
{
 	margin: 5px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
div#breadcrumbs a { color:#cd1b64 }

/************************************** Header Navigation ***********************************************/

.topmenu { background-color: #cc1b64; width: 100%;	float: left; }
.topmenu ul { z-index:100; margin: 0; padding: 0; list-style-type: none; }

/*Top level list items*/
.topmenu ul li { position: relative; list-style:none; display: inline; float: left; }

/*Top level menu link items style*/
.topmenu ul li a
{
	display: block;
	background: #cc1b64; /*background of menu items (default state)*/
	color: #ffffff;
	padding: 0.3em 1em;
	border-right: 1px solid #eeeeee;
	text-decoration: none;
}

* html .topmenu ul li a { display: inline-block; } /*IE6 hack to get sub menu links to behave correctly*/
.topmenu ul li a:link, .topmenu ul li a:visited { color: #ffffff; }
.topmenu ul li a.selected { text-decoration:underline; } /*CSS class that's dynamically added to the currently active menu items' LI A element*/
.topmenu ul li a:hover {  background:url(/images/topmenu_hover.gif) bottom right repeat-x #c4cbcc; color: white; } /*background of menu items during onmouseover (hover state)*/
	
/*1st sub level menu*/
.topmenu ul li ul
{
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.topmenu ul li ul li { display: list-item; float: none; }
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.topmenu ul li ul li ul { top: 0; }

/* Sub level menu links style */
.topmenu ul li ul li a
{
	width: 160px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid gray;
}

/* Holly Hack for IE \*/
* html .topmenu { height: 1%; } /*Holly Hack for IE7 and below*/

/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass { position: absolute; top: 0.5em; right: 7px; }
.rightarrowclass { position: absolute; top: 0.5em; right: 5px; }

/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow
{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: silver;
}
.toplevelshadow{ opacity: 0.8; } /*shadow opacity. Doesn't work in IE*/

div.topsubmenu
{
	margin:10px 0px;
	padding:10px 0px;
	border-bottom:1px solid #cccccc;
	background-color: #cc1b64;
	color: white;
}
div.topsubmenu ul
{
	margin: 0px;
	padding: 0px;
}
div.topsubmenu ul li
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

/* style for top level menu */
div.topsubmenu ul li a
{
	display: block;
	color: #ffffff;
	text-decoration: none;
	width:auto;
	padding: 2px 0px 2px 10px;
}
div.topsubmenu ul li a:hover { 	background:url(/images/topmenu_hover.gif) bottom right repeat-x #c4cbcc; }
div.topsubmenu ul li a.selected { text-decoration:underline; }

/* style for second level menu */
div.topsubmenu ul ul li a { border-top:none; padding: 2px 0px 2px 30px; font-size:0.9em; }

/************************************** Left Navigation ***********************************************/

div.leftmenu { padding-top:10px; }
div.leftmenu ul
{
	margin: 0px;
	padding: 0px;
	border:none;
}
div.leftmenu ul li
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

/* style for top level menu */
div.leftmenu ul li a
{
	display: block;
	color: #cc1c64;
	text-decoration: none;
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-indent:-99999px;
	height:25px;
	width:auto;
}
div.leftmenu ul li a:hover { background-position:0px -30px; color: #666666; }
div.leftmenu ul li a.selected { text-decoration:underline; }

/* style for second level menu */
div.leftmenu ul ul li { /*list-style-image:url(/images/bullet.gif);*/ margin-left: 30px; padding:2px 0px; font-size:0.9em; }
div.leftmenu ul ul li a { text-indent:0px; height:auto; }

/************************************** Service Navigation ***********************************************/

div.servicemenu
{
	padding-top:10px;
	border-bottom:1px solid #cccccc;
}
div.servicemenu ul
{
	margin: 0px;
	padding: 0px;
}
div.servicemenu ul li
{
	list-style: none;
	padding: 2px 0px;
	margin: 0px;
	border-top:1px solid #cccccc;
}

/* style for top level menu */
div.servicemenu ul li a
{
	display: block;
	color: #cc1c64;
	text-decoration: none;
	width:auto;
}
div.servicemenu ul li a:hover { color: #666666; }
div.servicemenu ul li a.selected { text-decoration:underline; }

/* style for second level menu */
div.servicemenu ul ul li { 	border-top:none; margin-left: 30px; font-size:0.9em; }

/************************************** Left Column ***********************************************/

#leftcolumn { border-top:3px solid #CCCCCC; }

/************************************** Right Column ***********************************************/

div.rightpanel { margin:10px 0px; padding:0px; }
div.rightpanel h4.panelheader { padding:5px; background-color:#CC1C64; color:#FFFFFF; margin-bottom:0px; }
div.rightpanel div.panelcontent { padding:5px 0px; }
div.rightpanel div.panelcontent h4 { margin-bottom:0px; background:url(/images/bullet.gif) -10px 2px no-repeat; padding-left:15px; }
div.rightpanel div.panelcontent p { margin-bottom:0px; }
div.rightpanel div.panelcontent div.date { font-size:0.7em; font-style:italic; }

div#relatedcontact
{
	border-top:3px solid #cdcdcd;
	border-bottom:1px solid #cdcdcd;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	line-height:1em;
}

/************************************** Footer Settings ***********************************************/

div#footer { border-top:3px solid #cccccc; margin-bottom:20px; }
div#followus { margin-bottom:5px; text-align:right; float:right; width:20%; clear:right; }
div#fatfrog a
{
	display:block;
	background:url(/images/fatfrog.gif) no-repeat scroll 0 0 transparent;
	height:15px;
	width:94px;
	text-decoration:none;
	text-indent:-9999px;
	float:right;
	clear:right;
}
div#copyright { margin-bottom:3px; float:left; width:30%; clear:left; }
div#logos { margin-bottom:3px; float:right; width:auto; }

/************************************** Footer Navigation ***********************************************/

#seomenu { margin-bottom:15px; float:left; width:80%; clear:left; }
#footermenu { margin-bottom:3px; float:left; width:50%; clear:left; }

div.footermenu ul
{
	font-size:0.9em;
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
div.footermenu ul li { display:inline; }
div.footermenu ul li a
{
	padding:0;
	text-decoration: none;
	float: left;
}
div.footermenu ul li a strong
{
	display:block;
	padding: 0px 0.5em;
	font-weight: 100;
}

div#footermenu ul li a { color:#CC1B64; }
div#seomenu ul li a { color:#999999; }
div#footermenu ul li a strong { border-left: 1px solid #000000; }
div#seomenu ul li a strong { border-left: 1px solid #999999; }

div#footermenu ul li.first a strong, div#seomenu ul li.first a strong { padding-left:0px; border-left:none }
div.footermenu ul li a:hover { color: #000000; }
div.footermenu ul li a.selected { text-decoration:underline; }

/*************************************** Page Settings ************************************************/

.pagetitle { font-family:Glasgow-DemiBold, Geneva, Arial, Helvetica, sans-serif; color:#CC1C64; margin:10px 0px; }
.pagetitle h2 { margin:0px; font-size:3em; text-transform:capitalize; }
.list h3, .content h3 { margin-bottom:10px; font-size:2em; font-family:Glasgow-DemiBold, Geneva, Arial, Helvetica, sans-serif; color:#CC1C64; }

/*************************************** Content Settings *********************************************/

.intro {}
.intro td { border-right: 0 none !important; }

.content
{
	padding:10px 0 50px 20px;
	margin-bottom:10px;
	border-left:1px solid #CCCCCC;
	font-family: "Arial Narrow", Arial, Verdana, Helvetica, sans-serif;
/*	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	column-count: 2;
	column-gap: 2em;*/
}

/*************************************** List Settings ************************************************/

.groupmenu { margin-bottom:1em; }
.groupmenu li {}

.list
{
	padding:10px 0 50px 20px;
	margin-bottom:10px;
	border-left:1px solid #CCCCCC;
	font-family: "Arial Narrow", Arial, Verdana, Helvetica, sans-serif;
}
.listgroup { margin:2em 0em; }
.listgrouptitle { text-transform:lowercase; font-size:1.5em; }
.listrow {}
.listdetails {}
.listtitle { margin-bottom:0em; }
.listthumbnail
{
	float:right;
	margin:0 0 1em 1em;
	border-left:1px dashed #000000;
	padding-left:1em;
}
.listthumbnail a
{
	display:block;
	background-repeat:no-repeat;
	background-position:center center;
	width:100px;
	height:50px;
	text-decoration:none;
}
.listcaption { margin-bottom:1em; }
.listselect {}
.listmore { padding: 0 0 5px 0; margin:0 0 1em 0; text-align:right; border-bottom:1px solid #000000; }
.listemail { padding: 0 0 5px 0; margin:0 0 1em 0; text-align:left; border-bottom:1px solid #000000; }
.listunavailable {}
 
.selectedtitle {}
.selectedimage { display:inline; float:right; padding:0 0 1em 1em; }
.selectedtext {}
.selectedunavailable {}

.pagenavigation {}
.previouspage {}

/*************************************** Poll Settings ************************************************/

#poll { padding:0px 0px 10px 0px; border-bottom:1px solid #CCCCCC; margin:10px 0px; }
#poll h3 { margin:0px; border-bottom:3px solid #CCCCCC; }
#poll ul, #poll li { list-style:none; margin:0px; padding:0px; font-weight:bold; }
#poll p.question { margin:0px; padding:5px 0px; }
#poll input.poll_submit { -moz-border-radius: 5px; -webkit-border-radius: 5px; padding:2px; margin:5px 0px 0px 0px; color:#FFFFFF; background-color:#CC1C64; border:1px solid #000000 }#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(/scripts/shadowbox/loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(/scripts/shadowbox/close.png);}
#sb-nav-next{background-image:url(/scripts/shadowbox/next.png);}
#sb-nav-previous{background-image:url(/scripts/shadowbox/previous.png);}
#sb-nav-play{background-image:url(/scripts/shadowbox/play.png);}
#sb-nav-pause{background-image:url(/scripts/shadowbox/pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

