/*****************************************************************************************************

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 *******************************************/

body
{
    font-size: 1.2em;
    color: #323232;
}
body.mceContentBody {
    font-size: 10px !important;
}
/**************************************** Text Settings **********************************************/

a
{
    color: #0066cc;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

h2{
    font-size: 1.7em;
    font-weight: normal;
    color: #323232;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #cacaca;
}

h3{
    font-size: 1.6em;
    font-weight: normal;
    margin: 0 0 15px 0;
    color: #092b65;
}

h4{
    font-size: 1.4em;
    font-weight: normal;
    margin: 0 0 15px 0;
    color: #092b65;
    padding: 15px 0 0 0;
}

table{padding: 0 0 15px 0;}

th, td{
  padding: 5px 40px 5px 15px;
  text-align: left;
  border: 1px solid #dadada;
  margin: 1px;
  background: url(../images/shadow-back.gif) repeat-x left bottom;
}


/******************* main text area elements *******************/
#text h3{
    padding: 15px 0 0 0;
}

#text p, #text ul, #text ol{
    line-height: 1.6;
    padding: 0 0 15px 0;
    color: #444444;
}

#text ul, #text ol{
    padding: 0 0 15px 30px;
}

#text ul ul, #text ul ol, #text ol ol, #text ol ul{padding: 0 0 0 30px;}

#text img{
    padding: 3px;
    border: 1px solid #DEDFDE;
    vertical-align: middle;
    margin: 0 10px 10px 0;
}

#text table img{
    padding: 3px;
    border: 1px solid #DEDFDE;
    vertical-align: middle;
    margin: 0;
}

#text img.right{
    float: right;
    margin: 0 0 10px 10px;
}

#text .noborder{
    border: 0;
}

blockquote{
    font-size: 1.2em;
    background: url(../images/blockquote-middle.gif) repeat-y;
    margin: 0 0 15px 0;
	font-style: italic;
}

#text blockquote p{
    padding: 0;
}

blockquote div{
    background: url(../images/blockquote-start.gif) no-repeat;
    padding: 15px 25px 5px 45px;
}

blockquote cite{
    width: 533px;
    height: 29px;
    display: block;
    background: url(../images/blockquote-end.gif) no-repeat right top;
    font-style: italic;
    font-weight: bold;
    color: #798263;
}

/********************** main horizontal menu ***************/
#mainmenu {
    float: right;
    list-style: none;
    position: relative;
	top: 13px;
	right: 6px;
    z-index: 1;
	font-size: 0.87em;
}
#mainmenu, #mainmenu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
#mainmenu {
	line-height:	1.0;
}
#mainmenu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
#mainmenu ul li {
	width:			100%;
}
#mainmenu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#mainmenu li {
	float:			left;
	position:		relative;
}
#mainmenu a {
	display:		block;
	position:		relative;
}
#mainmenu li:hover ul,
#mainmenu li.sfHover ul {
	left:			0;
	top:			35px; /* match top ul list item height */
	z-index:		99;
}
ul#mainmenu li:hover li ul,
ul#mainmenu li.sfHover li ul {
	top:			-999em;
}
ul#mainmenu li li:hover ul,
ul#mainmenu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul#mainmenu li li:hover li ul,
ul#mainmenu li li.sfHover li ul {
	top:			-999em;
}
ul#mainmenu li li li:hover ul,
ul#mainmenu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

#mainmenu li{
    float: left;
    width: 120px;
    height: 35px;
    background: url(../images/mainmenu-back.gif);
}

#mainmenu li a{
    font-weight: bold;
    font-family: "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.05em;
    color: #fff;
    background: url(../images/mainmenu-back.gif);
    display: block;
    width: 120px;
    height: 25px;
    padding: 10px 0 0 0;
    text-align: center;
    text-transform: uppercase;  
}

#mainmenu li a:hover{
    text-decoration: none;
    background: url(../images/mainmenu-back-hover.gif);
    height: 20px;
    padding: 15px 0 0 0;
}
ul#mainmenu li ul { width: 180px; !important }
#mainmenu ul li {
    float: left;
    height: 35px;
    background: url(../images/submenu-back.gif);
	width: 170px;
}
#mainmenu ul li a{
    display: block;
    min-height: 25px;
    padding: 5px 0 8px 8px;
    text-align: left;
	background: url(../images/submenu-back.gif);
    text-transform: none;
	border-bottom: #adabad;
	width: 170px;
}
#mainmenu ul li a:hover{
    text-decoration: none;
    background: url(../images/submenu-back-hover.gif);
    height: 25px;
	padding: 5px 0 8px 8px;
	width: 170px;
}
.sf-sub-indicator {
	background:none;
	display:block;
	height:10px;
	overflow:hidden;
	position:absolute;
	right:0.75em;
	text-indent:-999em;
	top:1.05em;
	width:10px;
}
.sf-shadow ul {
	background:	url('../images/mainmenu_shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/******************* headers with slogan and header for inner pages **********************/

.panel{
    width: 945px;
    height: 250px;
    background: url(../images/banner-home-01.jpg);
}

#first{
    background: url(../images/banner-home-01.jpg);
}
#second{
    background: url(../images/banner-home-02.jpg);
}
#third{
    background: url(../images/banner-home-03.jpg);
}

.panel-inner{
    width: 945px;
    height: 200px;
    background: url(../images/banner-inner.jpg);
}

.panel .show-next-banner{width: 20px; height: 100px; display: block; float: right; position: relative; top: 130px;}

.slogan{
    width: 450px;
    padding: 35px 0 0 350px;
}

.slogan p{
    color: #fff;
    line-height: 1.5;
    padding: 10px 0 15px 0;
}

.slogan strong{
    color: #adddff;
    font-size: 2.1em;
    font-family: Arial, sans-serif;
}


/******************* left sidebar **********************/

#sidebar{
    width: 260px;
    float: left;
    padding: 0 0 0 20px;
}

#sidebar p, #sidebar ul{
    line-height: 1.6;
    padding: 0 0 15px 0;
    color: #444444;
    font-size: 0.9em;
}

#sidebar ul{
    list-style-image: url(../images/tick.gif);
    padding: 0 0 15px 25px;
}

#sidebar ul li{padding: 0 0 5px 5px;}

#sidebar img{
    float: left;
    padding: 3px;
    border: 1px solid #C8C8C8;
    margin: 0 15px 5px 0;
}

#sidebar strong{
    text-transform: uppercase;
}

#sidebar #sidemenu li{
    margin: 0 0 5px 0;
    border-bottom: 1px solid #dadada; 
}

#sidebar #sidemenu li a{
    color: #798263;
}

/************************************** Form Settings ************************************************/

form
{
	margin: 0px;
	padding: 0px; 
}

.input {
	clear: left;
	display: block;
	margin: 0.5em 0em 0em;
	padding: 0.1em 0.3em 0.1em 0em;
}
.input label
{
	display: block;
	float: left;
	width: 120px;
	padding: 0.3em 0.5em 0.3em 0em;
	margin: 0em 0em 0.5em;
	text-align:left;
}
.input input, .input textarea
{
	color:#666666;
	border: 1px solid black;
}
.form_left {
	width: 150px;
	float: left;
	padding: 7px 0px 0px 7px;
	min-height: 24px;
}
.form_right {
	width: 200px;
	float: left;
	padding: 5px;
	min-height: 24px;
}
.over {
	background-color: #ebebeb;
}
.warning {
	color: #FF0000;
}

/* Button Style */

.button
{
	border:0px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#646464;
	padding:3px;
}

/* Message Style */

div#message
{
	border: 1px solid #ccc;
	background-color: #ffa;
	padding: 5px;
}

/*************************************** Page Settings ************************************************/

.pagetitle {}
.pagetitle h2 { text-transform:uppercase; }
.pagetitle h3 { text-transform:lowercase; font-size:1.5em; margin-top:-10px }

/*************************************** Content Settings *********************************************/

.content
{
}
.contentfooter {}
#footercopyright {
	margin:0 auto -80px;
	width:945px;
}
/*************************************** List Settings ************************************************/

.categorymenu { margin-bottom:1em; }
.categorymenu li {}

.listintro {}
.list {}
.listcategory { border:1px dashed #000000; margin:2em 0em; padding:2em; }
.listcategorytitle { text-transform:lowercase; font-size:1.5em; }
.listrow {}
.listdetails {}
.listtitle { margin-bottom:0em; }
.listcaption { margin-bottom:1em; }
.listselect {}
.listmore { padding: 0em; margin:0em; text-align:right; }
.listfooter {}
.listunavailable {}
 
.pagenavigation {}

.selectedtitle {}
.selectedtext {}
.selectedunavailable {}
.selectedpreviouspage {}
.selectedfooter {}

/************************************** Left Navigation ***********************************************/

#leftmenu
{
	overflow:hidden;
	width: 100%;
	border-right: 1px solid #000;
	padding: 0px;
	margin: 0px;
	background-color: #90bade;
	color: #333;
}
ul#leftmenu
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	border:none;
}		
ul#leftmenu li
{
	border-bottom: 1px solid #000000;
	padding: 0px;
	margin: 0px;
}

/* style for top level menu */
ul#leftmenu li a
{
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width:auto;
}
ul#leftmenu li a:hover
{
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}

/* style for second level menu */
ul#leftmenu li ul li a
{
	display: block;
	padding: 5px 5px 5px 1em;
	border-left: 10px solid #555555;
	border-right: 10px solid #888888;
	background-color: #666666;
	color: #fff;
	text-decoration: none;
	width:auto;
}
ul#leftmenu li ul li a:hover
{
	border-left: 10px solid #666666;
	border-right: 10px solid #999999;
	background-color: #777777;
	color: #fff;
}

/* style for third level menu */
ul#leftmenu li ul li ul li a
{
	display: block;
	padding: 5px 5px 5px 1.5em;
	border-left: 10px solid #AAAA00;
	border-right: 10px solid #DDDD00;
	background-color: #BBBB00;
	color: #fff;
	text-decoration: none;
	width:auto;
}
ul#leftmenu li ul li ul li a:hover
{
	border-left: 10px solid #BBBB00;
	border-right: 10px solid #EEEE00;
	background-color: #CCCC00;
	color: #fff;
}

/* style for selected option */
ul#leftmenu li a.selected
{
	color:#FFFF00;
	font-weight:bold;
}
