/* Zero margin and padding */
html, body, p, h1, h2, h3, h4, h5, h6, li, form, fieldset {
	margin: 0;
	padding: 0;
}



/* Colour palette */
/* White				#FFFFFF	*/
/* Grey					#606060	*/
/* Pale grey				#CCCCCC	*/
/* Orange				#FF7C19	*/



/* Body */
body {
	background-color: #DDDDDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #606060;
}

span.highlight
{
color:#333333;
font-size:105%;
font-stretch: ultra-condensed;
background-color:#EEEEEE;
}


/* Tabs */
#topdropmenu {
	float: left;
	margin-bottom: 20px;
	width: 100%;
	background: #FFFFFF url(../../../../images/tab_background.gif) repeat-x bottom;
}


#topdropmenu ul.L0 {
	margin: 0;
	padding: 0;
	list-style: none;
}


#topdropmenu li {
	float: left;
	margin-right: 3px;
	background: url(../../../../images/tab_right.gif) no-repeat right top;
	border-bottom: 1px solid #CCCCCC;
}


#topdropmenu a.L0nc {
	display: block;
	padding: 5px 6px 4px 6px;
	background: url(../../../../images/tab_left.gif) no-repeat left top;
	color: #606060;
	text-decoration: none;
}


#topdropmenu a:hover {
	color: #FF7C19;
}


#topdropmenu #current {
	background-image: url(../../../../images/tab_right_active.gif);
	border-width: 0;
}


#topdropmenu #current a:link, #topdropmenu #current a:visited {
	padding: 5px 6px 5px 6px;
	background-image: url(../../../../images/tab_left_active.gif);
}



/* Side menu */
#sidemenu {
	width: 170px;
	padding-top: 4em;
}


#sidemenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


#sidemenu li a:link, #sidemenu li a:visited {
	text-decoration: none;
	background-color: transparent;
	color: #606060;
}


#sidemenu li a:hover {
	text-decoration: underline;
	background-color: transparent;
	color: #FF7C19;
}


/* Side menu - level 0 */
#sidemenu li.L0hc {
	padding: 0.7em 0 0.7em 2em;
	background: transparent url(../../../../images/rtArw.gif) no-repeat 0 7px;
	border-bottom: 1px dotted #CCCCCC;
} /* Level 0 with children */

#sidemenu li.L0nc {
	padding: 0.7em 0 0.7em 2em;
	background: transparent url(../../../../images/sqBlt.gif) no-repeat 0 8px;
	border-bottom: 1px dotted #CCCCCC;
} /* Level 0 with no children */

#sidemenu li.L0hcsel {
	padding: 0.7em 0 0.7em 2em;
	background: transparent url(../../../../images/rtArw.gif) no-repeat 0 7px;
	border-bottom: 1px dotted #CCCCCC;
} /* Level 0 with children and is selected */

#sidemenu li.L0ncsel {
	padding: 0.7em 0 0.7em 2em;
	background: transparent url(../../../../images/sqBlt.gif) no-repeat 0 8px;
	border-bottom: 1px dotted #CCCCCC;
} /* Level 0 with no children and is selected */

#sidemenu li.L0hcsel a {
	font-weight: bold;
}

#sidemenu li.L0ncsel a {
	font-weight: bold;
}


/* Side menu - level 1 */
#sidemenu li.L1hc {
	margin-left: 2em;
	padding: 0.7em 0 0.7em 2em;
	background: transparent url(../../../../images/rtArw.gif) no-repeat 0 7px;
} /* Level 1 with children */

#sidemenu li.L1nc {
	margin-left: 2em;
	padding: 0.7em 0 0.7em 2em;
	background: transparent url(../../../../images/sqBlt.gif) no-repeat 0 8px;
} /* Level 1 with no children */

#sidemenu li.L1hcsel {
	margin-left: 2em;
	padding: 0.7em 0 0.7em 2em;
	background: transparent url(../../../../images/rtArw.gif) no-repeat 0 7px;
} /* Level 1 with children and is selected */

#sidemenu li.L1ncsel {
	margin-left: 2em;
	padding: 0.7em 0 0.7em 2em;
	background: transparent url(../../../../images/sqBlt.gif) no-repeat 0 8px;
} /* Level 1 with no children and is selected */

#sidemenu li.L1hcsel a {
	font-weight: bold;
}

#sidemenu li.L1ncsel a {
	font-weight: bold;
}


/* Side menu - level 2 */
#sidemenu li.L2hc {
	margin-left: 4em;
	padding: 0.7em 0 0.7em 2em;
	background: transparent url(../../../../images/rtArw.gif) no-repeat 0 7px;
} /* Level 2 with children */

#sidemenu li.L2nc {
	margin-left: 4em;
	padding: 0.7em 0 0.7em 2em;
	background: transparent url(../../../../images/sqBlt.gif) no-repeat 0 8px;
} /* Level 2 with no children */

#sidemenu li.L2hcsel {
	margin-left: 4em;
	padding: 0.7em 0 0.7em 2em;
	background: transparent url(../../../../images/rtArw.gif) no-repeat 0 7px;
} /* Level 2 with children and is selected */

#sidemenu li.L2ncsel {
	margin-left: 4em;
	padding: 0.7em 0 0.7em 2em;
	background: transparent url(../../../../images/sqBlt.gif) no-repeat 0 8px;
} /* Level 2 with no children and is selected */

#sidemenu li.L2hcsel a {
	font-weight: bold;
}

#sidemenu li.L2ncsel a {
	font-weight: bold;
}


/* Side menu - level 3 */
#sidemenu li.L3hc {
	margin-left: 6em;
	padding: 0.7em 0 0.7em 2em;
	background: transparent url(../../../../images/rtArw.gif) no-repeat 0 7px;
} /* Level 3 with children */

#sidemenu li.L3nc {
	margin-left: 6em;
	padding: 0.7em 0 0.7em 2em;
	background: transparent url(../../../../images/sqBlt.gif) no-repeat 0 8px;
} /* Level 3 with no children */

#sidemenu li.L3hcsel {
	margin-left: 6em;
	padding: 0.7em 0 0.7em 2em;
	background: transparent url(../../../../images/rtArw.gif) no-repeat 0 7px;
} /* Level 3 with children and is selected */

#sidemenu li.L3ncsel {
	margin-left: 6em;
	padding: 0.7em 0 0.7em 2em;
	background: transparent url(../../../../images/sqBlt.gif) no-repeat 0 8px;
} /* Level 3 with no children and is selected */

#sidemenu li.L3hcsel a {
	font-weight: bold;
}

#sidemenu li.L3ncsel a {
	font-weight: bold;
}
/* End Side Menu */


/* All styles below this point have yet to be refined */



	/* These styles used in the supplied templates */
	#utilitylinks A		{font-size:small; color: #444444; font-weight:normal;}
	#utilitylinks A:hover	{color: #999999;}

/* Global User Table Styles */
/* These styles define the basic properties for tables in the Immediacy Editor */

	/* Default Table */
	table.ImmTS_Default		{padding: 0px; width: 100%; border-collapse: collapse;}		/* Overall table style */

	table.ImmTS_Default th, 
	table.ImmTS_Default td		{padding: 2px; margin: 2px;}					/* Cell padding and spacing styles */

	table.ImmTS_Default, 
	table.ImmTS_Default th, 
	table.ImmTS_Default td		{border: 1px solid black;}					/* Table border style */

	table.ImmTS_Default th	{}			/* Apply style to header cells */
	table.ImmTS_Default tr	{vertical-align: top;}	/* Apply style to data cells */
	table.ImmTS_Default td	{}			/* Apply style to data cells */

/* Plugin Styles */
/* These styles are used by plugins through out the site. */

	/* Scroller */
	#divscroller0	{z-index: 1;}
	.scrollertitle	{z-index: 1;font-weight: bold;}
	.scrollerbody	{z-index: 1;}
	.search         {color: #8C897A; font-size: small; font-weight: bold;}

	/* Whats new */
	.WhatsnewTitle		{font-size: 9pt; color: #8C897A; font-weight: bold;}
	.WhatsnewTitle:hover	{color: #8c89ff;}
	.WhatsnewBody		{font-size: 8pt; color: #8C897A; font-weight:normal; float:left;}

	/* SiteMap */
	DIV.sitmp0				{padding: 2px; font-size: 110%; background-color: #f3f3ff;}
	DIV.sitmp1				{padding: 2px; font-size: 90%;}
	DIV.sitmp2				{padding: 2px; font-size: 90%;}
	A.sitmpA0				{color: #000070; font-weight: bold;}
	A.sitmpA0:hover			{color: #8C897A;}
	A.sitmpA1				{color: #000070; font-weight: normal;}
	A.sitmpA1:hover			{color: #8C897A;}
	A.sitmpA2				{color: #000070; font-weight: normal;}
	A.sitmpA2:hover			{color: #8C897A;}

	/* Page Counter Styles */
	#PageCounter	{text-align: right; clear: both; width: 10em;}
	.PageCounter	{text-align: left; font-size: x-small; color: #000070;}
	HR.PageCounter	{color: #000070; height: 1px;}
	.PageCounterTxtBox {width: 40px;}



/* Rss Feed Styles */
UL.rssFeed		{list-style: none; margin: 0px; margin-bottom:0px;  width: 400px;}
UL.rssFeed LI	{margin-bottom: 1em; line-height:1.5em; margin-left:-3.5em;}
UL.rssFeed A	{font-weight: bold;}
Ul.rssFeed .desc	{margin-bottom: .2em; margin-top:0.0em;line-height:1.0em;}

Ul.rssFeed .meta	{}

/*Events Calendar */
.eventsborder {background-color:#CCCCCC; color:#ffffff; fontfamily:
Arial,Verdana,Helvetica; font-size:110%; font-weight:bold; padding-left:3px;}
.eventsboxbg {background-color:#ffffff; font-size:100%;
color:#606060;}
.eventsbullet {background-image:url(../../images/documenticon.gif);}
/* eWorld UI Calendar Control */
.calCtrl {font-size:80%; font-weight:normal; fontfamily:
Verdana,tahoma,arial,sans-serif;}
.calCtrlDayHeader {background-color: #F0C376; color: Black;fontsize:
60%; font-weight:normal; font-family:Verdana,tahoma,arial,sansserif;}
.calCtrlMonthHeader {background-color: #F0C376; color: Black;fontsize:
85%; font-weight:normal; font-family:Verdana,tahoma,arial,sansserif;}
.calCtrlWeekDay {text-decoration:none; background-color: #FFFFFF; color: Black;fontsize:
80%; font-weight:normal; font-family:Verdana,tahoma,arial,sansserif;}
.calCtrlOffMonth {text-decoration: none; background-color: #778898; color: Black;fontsize:
80%; font-weight:normal; font-family:Verdana,tahoma,arial,sansserif;}
.calCtrlGoToToday {background-color: #FFFFFF; color: Black;fontsize:
80%; font-weight:normal; font-family:Verdana,tahoma,arial,sansserif;}
.calCtrlTodayDay {background-color: #FF7c19; color: Black;fontsize:
80%; font-weight:normal; font-family:Verdana,tahoma,arial,sansserif;}
.calCtrlWeekend {text-decoration:none; background-color: #D3D3D3; color: Black;fontsize:
80%; font-weight:normal; font-family:Verdana,tahoma,arial,sansserif;}
.calCtrlSelectedDate {text-decoration: none; background-color: #FFFF00; color: Black;fontsize:
80%; font-weight:normal; font-family:Verdana,tahoma,arial,sansserif;}
.calCtrlClearDate {background-color: #FFFFFF; color: Black;fontsize:
80%; font-weight:normal; font-family:Verdana,tahoma,arial,sansserif;}
.calCtrlHoliday {background-color: #FFFFFF; color: Black;fontsize:
80%; font-weight:normal; font-family:Verdana,tahoma,arial,sansserif;}


/* Rotator */
div#titles ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#titles {
	position: absolute;
	margin-top: -120px;
	margin-left: 130px;
	z-index: 99;
}

div#titles ol li {
	position: relative;
	width: 330px;
	height: 40px;
	font-size: 1.3em;

}

div#titles ol li a {
	width: 330px;
	height: 40px;
	display: block;
	background-color: #dddddd;
	text-indent: 10px;

}

div#thumbnails{
	width:130px;
	height:120px;
	overflow:hidden;
}

div#titles ol li a:hover {
	background-color: #606060;
	text-decoration: none;
}


/* Carousel */

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 130px;
    height: 120px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-skin-tango .jcarousel-container {
/*    -moz-border-radius: 10px;*/
/*    background: #6B6B6B;*/
/*    border: 1px solid #c3c3c3;*/
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 130px;
    padding: 0px 40px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 130px;
    height: 250px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  130px;
    height: 120px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  130px;
    height: 250px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 130px;
    height: 120px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

/* Profile Photos */
#main ul.photos {
	list-style-type: none;
	margin: 25px 0 0;
}

#main ul.photos li {
	float: left;
	margin: 0 25px 25px 0;
	line-height: 1.2em;
	font-size: 1em;
}

#main ul.photos li img {
	display: block;
}

#main ul.photos li a:link, #main ul.photos li a:visited {
	color: #FF7C19;
	text-decoration: none;
}

#main ul.photos li a:hover {
	text-decoration: underline;
}

