/*
	Body & Main panels
*/
body {
	font-size: 80%;
	padding:10px 0 10px 0;
	margin: 0 0 0 0;
	background-color: #CCCCCC;
	color: #666666;
	text-align:center;
}

#container {
	width: 1000px;
	margin:0 auto 0 auto;
	padding:0;
	text-align:left;
	background-color: #ffffff;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	border: thin solid #FF3300;
}

#header {
	width: 820px;
	height: 135px;
	padding: 5px 0 0 180px;
}

#left {
	float:left;
	width: 180px;
	margin: 0 0 0 0;
	display: inline;
}

#centre {
	background-color:#FFFFFF;
	width:665px;
	float:left;
	margin: 0 0 0 0;
	padding: 10px;
	display:inline;
}

#right {
	margin: 0px 0 0 0;
	padding:0 5px 0 0px;
	float:right;
	width:130px;
	font-size: small;
	text-align: center;
}

#footer {
	clear:both;
	height: 100px;
	width:1000px;
}


/*
	Common elements
*/
body, td {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
}
h1 {
	font-size: 30px;
	margin: 10px 0 0 10px;
	color: #FF3300;
	text-transform: uppercase;
}
h2 {
	font-size: 120%;
	margin: 0 0 2px 0;
	padding: 0 0 0 0;
	color: #336699;
	font-weight: bold;
}
h3 {
	font-size: 100%;
	margin: 0 0 2px 0;
	padding: 0 0 0 0;
	color: #333333;
	font-weight: bold;
	font-style:italic;
}
p {
	color: #666666;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

a {
	color:#AAAAFF;
	text-decoration: none;
	font-weight: bold;
	padding: 0 2px 0 2px;
}
a:hover {
	color:#333333;
	font-weight: bold;
	text-decoration: none;
	background-color: #CCCCEE;
}

img {
	border: 0;
	margin:0;
	padding:0;
}

table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding:0;
	margin:0;
}
td {
	vertical-align: top;
}

td p {
	padding-bottom: 10px;
}

form {
	margin: 0;
	padding: 0;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul{
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: left;
}
li{
	margin-top: 0px;
	margin-bottom: 2px;
}


/*
	Header elements
*/
#header .advert {
	margin-left:105px;
}

/*
Left panel elements
*/
#left p {
	padding: 0 5px 0 5px;
	text-align: center;
	font-size:smaller;
}
#left .searchbox {
	width:175px;
	margin-bottom: 5px;	
}

#left .mainmenu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 175px;
	overflow: visible;
}

#left .mainmenu li {
	padding: 2px 0 2px 0;
	margin: 0;
	width: 175px;
}
#left .mainmenu .underlined {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0099FF;
}
#left .mainmenu li a, #left .mainmenu li a:active, #left .mainmenu li a:visited {
	padding: 0 0 0 5px;
	margin: 0 0 0 0;
	display: block;
	width: 175px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	overflow: visible;
}
html.body .mainmenu li a {
	padding: 0 0 0 5px;
	margin: 0 0 0 0;
	display: block;
	width: 175px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	overflow: visible;
}
#left .mainmenu li a:hover{
	padding: 0 0 0 5px;
	margin: 0 0 0 0;
	font-style: oblique;
	background-color: #CCCCFF;
	overflow: visible;
}
#loginpanel {
	display: none;
}
#membermenu {
	display:inline;
}


/*
	Centre panel elements
*/
#centre p {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}
.welcome {
	background-image: url(welcome.jpg);
	background-repeat: no-repeat;
	height:300px;
	background-position: bottom;
}
/*  Misc
*/
#photoholder {
	height: 380px;
	width: 500px;
	text-align: center;
	vertical-align: middle;
}
#phototoolbar {
	width: 500px;
	text-align: center;
	vertical-align: middle;
}

.smallfont {
	font-size: x-small;
}
.centred {
	text-align: center;
}
.hidden {
	display: none;
}

/*
	Column layouts
*/
.twocolnarrowright {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 665px;
}
.twocolnarrowright .leftcol {
	width: 445px;
	float: left;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.twocolnarrowright .rightcol {
	width: 200px;
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.twocolwideright {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 665px;
}
.twocolwideright .leftcol {
	width: 344px;
	float: left;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.twocolwideright .rightcol {
	width: 300px;
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;

}

/*
	Dividers
*/
.cleardivider, .redsoliddivider, .reddashdivider, .greysoliddivider, .greydashdivider {
	clear:both;
	height: 1px;
	margin: 2px 0 2px 0;
}
.redsoliddivider, .reddashdivider {
	border-bottom-color:#666666;
}
.greysoliddivider, .greydashdivider {
	border-bottom-color:#CCCCCC;
}
.redsoliddivider, .greysoliddivider {
	border-bottom-width: 1px;
	border-bottom-style: solid;	
}
.reddashdivider, .greydashdivider {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}


/*
Right and left floated boxes, medium and small width, clear red and blue
*/
.RtMedClearBox, .RtMedRedBox, .RtMedBlueBox, .RtSmallClearBox, .RtSmallRedBox, .RtSmallBlueBox {
 	float:right;
	padding: 0 0 0 0;
	margin:0 0 10px 20px;
	text-align:center;
}
.LeftMedClearBox, .LeftMedRedBox, .LeftMedBlueBox, .LeftSmallClearBox, .LeftSmallRedBox, .LeftSmallBlueBox {
 	float:left;
	padding: 0 0 0 0;
	margin:0 20px 10px 0;
	text-align:center;
}
.LeftSmallClearBox, .RtSmallClearBox, .LeftSmallRedBox, .RtSmallRedBox, .LeftSmallBlueBox, .RtSmallBlueBox {
	width:200px;
}
.LeftSmallClearBox .foot, .RtSmallClearBox  .foot, .LeftSmallRedBox .foot, .RtSmallRedBox .foot, .LeftSmallBlueBox .foot, .RtSmallBlueBox .foot {
	clear:both;
	width:196px;
	padding: 2px 2px 0 2px;
	font-size: small;
	font-weight: bold;
	text-align: center;
}

.LeftMedClearBox, .RtMedClearBox, .LeftMedRedBox, .RtMedRedBox, .LeftMedBlueBox, .RtMedBlueBox {
	width:300px;
}
.LeftMedClearBox .foot, .RtMedClearBox  .foot, .LeftMedRedBox .foot, .RtMedRedBox .foot, .LeftMedBlueBox .foot, .RtMedBlueBox .foot {
	clear:both;
	width:296px;
	padding: 2px 2px 0 2px;
	font-size: small;
	font-weight: bold;
	text-align: center;
}

.LeftSmallClearBox, .RtSmallClearBox, .LeftMedClearBox, .RtMedClearBox {
}
.LeftSmallRedBox, .RtSmallRedBox, .LeftMedRedBox, .RtMedRedBox {
	border:thin solid #bd0000;
}
.LeftSmallRedBox .foot, .RtSmallRedBox .foot, .LeftMedRedBox .foot, .RtMedRedBox .foot {
	background-color:#bd0000;
	color:#FFFFFF;
}
.LeftSmallBlueBox, .RtSmallBlueBox, .LeftMedBlueBox, .RtMedBlueBox {
	border:thin solid #99CCCC;
}
.LeftSmallBlueBox .foot, .RtSmallBlueBox .foot, .LeftMedBlueBox .foot, .RtMedBlueBox .foot {
	background-color:#99CCCC;
	color:#FFFFFF;
}

.floatright {
	margin: 0 0 10px 10px;
	float: right;
}
.floatleft {
	margin: 0 10px 10px 0;
	float: left;
}

/* SpryAccordion.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
	overflow: hidden;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 */
.AccordionPanelTab {
	margin: 0px;
	padding: 4px;
	background-color:#FF3300;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-align:center;
}
.AccordionPanelTab h1 {
	color: #FFFFFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 14px;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
	overflow: auto;
	margin: 0 0 5px 0;
	padding: 0px;
	height: 90px;
}
#left .AccordionPanelContent {
	overflow: hidden;
	margin: 0 0 5px 0;
	padding: 0px;
	height: 90px;
}


/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
		color: #dddddd;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #ffffff;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
}

