/******************************************** HTML REWRITE ********************************************/

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

html, body {
	text-align: center;
	background: url(../images/misc/backgroundTile.jpg) repeat-x;
}

body {
	min-width: 800px;
	background-position: top center;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 14px;
	margin: 0 0 20px 0;
}

h3 {
	font-size: 12px;
	margin: 20px 0;
}

hr {
	margin: 0;
	color: #CCC;
	background-color: #CCC;
	height: 1px;
	border: 0;
}

button[disabled]:active, button[disabled] {
	color: #FFF;
	background: #CCC;
}

:focus { -moz-outline-style: none; }

a {
	outline: 0 none;
}

/******************************************** LANGUAGE BAR ********************************************/

#languageBar {
	width: 800px;
	height: 35px;
	background: url(../images/header/langBarMidTile.jpg) repeat-y;
}

#languageText {
	float: right;
	height: 35px;
	line-height: 35px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

#languageSelection {
	float: right;
	margin: 6px 10px 0 0;
}

.flag, .flagSelected {
	margin: 0 0 0 10px;
	width: 19px;
	height: 19px;
}

.flag img {
	border: 1px solid #C80000;
}

.flagSelected img {
	border: 1px solid #FFF;
}

.flag img:hover {
	border: 1px solid #FFF;
}

/******************************************** MAIN LAYOUT *********************************************/

#leftSideContainer {
	width: 50%;
	float: left;
	margin-right: -400px;
	height: 35px;
}

#leftSide {
	margin-right:400px;
	background-color: #900000;
	height: 35px;
}

#container {
	float:left;
	margin: 0 auto;
	width: 800px;
	text-align: left;
	background-color: #FFF;
	position: relative;
	z-index: 10;	
}

#rightSideContainer {
	width: 50%;
	float: right;
	margin-left: -401px;
	height: 35px;
}

#rightSide {
	margin-left: 400px;
	height: 35px;
	background-color: #CA0000;
}

#header {
	display: block;
	width: 800px;
	height: 273px;
	background: url(../images/misc/mainContentBackgroundTile.jpg) repeat-x;
	overflow: hidden;
}

#menuGrad {
	display: block;
	margin: 0 10px 35px 10px;
	width: 780px;
	height: 5px;
	font-size: 0;
	background: url(../images/misc/mainContentBackgroundTile.jpg) repeat-x;
}

#subMenu {
	float: left;
	margin: 0 0 0 20px !important;
	margin: 0 0 0 10px;
}

#mainContent {
	float: left;
	margin: 0 0 0 35px;
	width: 495px;
}

#footer {
	clear: both;
	width: 760px;
	margin: 0 0 0 10px;
	height: 35px;
	border-top: 1px solid #CCC;
}

/******************************************** SLIDESHOW ***********************************************/

#headerImage {
	display: block;
	margin: 0 10px;
	width: 780px;
	height: 273px;
	overflow: hidden;
}

#overlay {
	position: relative;
	top: -273px;
	width: 780px;
	height: 273px;
	font-size: 0;
	z-index: 10;
}

.slideshow {
	width: 780px;
	height: 273px;
	overflow: hidden;
}

.slideshow li {
	list-style: none;
	float: left;
	display: inline;
	position: relative;
}

/******************************************** MAIN MENU ***********************************************/

#mainMenu {
	display: block;
	margin: 0 10px;
	width: 780px;
	height: 30px;
	background: url(../images/menu/redGrad.jpg) repeat-x;
}

#nav, #nav ul{
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 30px;
	height: 30px;
}

#nav a {
	display: block;
	padding: 0 15px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover {
	color: #000;
}

#nav li {
	float: left;
	position: relative;
}

#nav ul {
	position: absolute;
	display: none;
	width: 12em;
	top: 30px;
}

#nav li ul a {
	width: 160px;
	height: auto;
	float: left;
}

#nav ul ul {
	top: auto;
}	

#nav li ul ul {
	left: 180px;
	margin: 0 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display: none;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display: block;
}

.redGrad {
	background: url(../images/menu/redGrad.jpg) repeat-x;
}

.redDropDown, .orangeDropDown, .greenDropDown, .blueDropDown, .purpleDropDown {
	color: #000;
	font-size: 10px;
	font-weight: normal;
	border-bottom: 1px solid #FFF;
}

.redDropDown, .redCell {
	background: #C80000;
}

.orangeGrad {
	background: url(../images/menu/orangeGrad.jpg) repeat-x;
}

.orangeDropDown, .orangeCell {
	background: #F5A82C;
}

.greenGrad {
	background: url(../images/menu/greenGrad.jpg) repeat-x;
}

.greenDropDown, .greenCell {
	background: #7BBB3C;
}

.blueGrad {
	background: url(../images/menu/blueGrad.jpg) repeat-x;
}

.blueDropDown, .blueCell {
	background: #50AED7;
}

.purpleGrad {
	background: url(../images/menu/purpleGrad.jpg) repeat-x;
}

.purpleDropDown, .purpleCell {
	background: #9838C0;
}

/******************************************** SUB MENU ITEMS ******************************************/

#joinNewsletterTop {
	display: block;
	width: 185px;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-indent: 10px;
	background: url(../images/menu/joinNewsletter.jpg);
}

#joinNewsletterForm {
	display: block;
	width: 185px;
	height: 30px;
	background: #CCC;
}

#joinNewsletterEmailAddressContainer {
	float: left;
	width: 145px;
	height: 30px;
}

#joinNewsletterEmailAddress {
	margin: 5px 0 0 10px;
	padding: 2px 0 0 2px;
	width: 123px;
	height: 18px;
	color: #000;
	font-size: 12px;
	background: #FFF;
	border: none;
}

#joinNewsletterButtonContainer {
	float: right;
	width: 40px;
	height: 30px;
	text-align: right;
}

.redButton, .orangeButton, .greenButton, .blueButton, .purpleButton {
	float: none;
	display: inline;
	margin: 5px 10px 0 0;
	width: 30px;
	height: 20px;
	line-height: 20px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	border: none;
}

.redButton:hover, .orangeButton:hover, .greenButton:hover, .blueButton:hover, .purpleButton:hover {
	color: #000;
}

#joinFacebookGroup, #followOnTwitter {
	display: block;
	margin: 20px 0 0 0;
	width: 185px;
	height: 30px;
	text-indent: 10px;
	background: url(../images/menu/greyGrad.jpg) repeat-x;
}

#followOnTwitter {
	margin-bottom: 40px;
}

#joinFacebookGroup a, #followOnTwitter a {
	display: block;
	width: 185px;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#joinFacebookGroup a:hover, #followOnTwitter a:hover {
	color: #000;
}

/******************************************** MAIN CONTENT ********************************************/

#mainContent p {
	margin: 0 0 30px 0;
	color: #666;
	font-size: 11px;
}

#hr {
	display: block;
	margin: 0 0 35px 0;
	width: 495px;
	height: 1px;
	line-height: 1px;
	font-size: 0;
	background: #CCC;
}

#mainContent ul {
	margin: 30px 0 30px 20px;
	color: #666;
}

#mainContent ol {
	margin: 30px 0 30px 40px;
	color: #666;
}

#mainContent ul li {
	font-size: 11px;
	list-style: square inside;	
}

#mainContent ol li {
	font-size: 11px;
}

/******************************************** SECTION COLOUR CODES ************************************/

.redLink a:hover, .orangeLink a:hover, .greenLink a:hover, .blueLink a:hover, .purpleLink a:hover {
	text-decoration: underline;
}

.red {
	color: #C80000;
}

.redLink a {
	color: #C80000;
	text-decoration: none;
}

.redButton {
	background: url(../images/menu/redGrad.jpg) repeat-x;
}

.orange {
	color: #F5A82C;
}

.orangeLink a {
	color: #F5A82C;
	text-decoration: none;
}

.orangeButton {
	background: url(../images/menu/orangeGrad.jpg) repeat-x;
}

.green {
	color: #78B83B;
}

.greenLink a {
	color: #78B83B;
	text-decoration: none;
}

.greenButton {
	background: url(../images/menu/greenGrad.jpg) repeat-x;
}

.blue {
	color: #50AED7;
}

.blueLink a {
	color: #50AED7;
	text-decoration: none;
}

.blueButton {
	background: url(../images/menu/blueGrad.jpg) repeat-x;
}

.purple {
	color: #9838C0;
}

.purpleLink a {
	color: #9838C0;
	text-decoration: none;
}

.purpleButton {
	background: url(../images/menu/purpleGrad.jpg) repeat-x;
}

.grey {
	color: #666;
}

/******************************************** CONTACT FORM ********************************************/

#javaScriptWarning, #securityWarning, #cookieWarning {
	margin: 0 0 30px 0;
	height: 20px;
	line-height: 20px;
	color: #F00;
	font-size: 11px;
	font-weight: bold;
	text-indent: 30px;
	background-image: url(../images/misc/alert.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#formContainer {
	display: block;
	visibility: hidden;
	float: left;
	padding: 0;
	margin: 0 0 25px 0;
}

#formContainer form p {
	display: block;
	margin: 0;
}

.formLabel {
	display: inline;
	float: left;
	width: 100px;
	height: 20px;
	line-height: 20px;
	color: #666;
	font-size: 11px;	
}

.formField {
	display: inline;
	float: left;
	padding: 3px 0 0 3px;
	width: 256px;
	height: 17px;
	color: #000;
	font-size: 11px;
	background: #FFF;
	border: 1px solid #CCC;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
}

.formFieldPassword {
	display: inline;
	float: left;
	padding: 3px 0 0 3px;
	width: 256px;
	height: 17px;
	color: #000;
	font-size: 11px;
	background: #FFF;
	border: 1px solid #CCC;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
}

.formSelect {
	padding-left: 1px;
	width: 262px;
	height: 20px;
	color: #000;
	font-size: 11px;
	background: #FFF;
	border: 1px solid #CCC;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
}

.formSelect:focus {
	outline: none;
}

.expandingFormField {
	/*padding-left: 2px;*/
	width: 257px;
	height: 84px;
	min-height: 84px;
	line-height: 15px;
	color: #000;
	font-size: 11px;
	background: #FFF;
	border: 1px solid #CCC;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
}

.required {
	color: #C80000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

.formError {
	clear: both;
	display: block;
	height: 5px;
	color: #F00;
	font-size: 11px;
}

.error {
	color: #F00;
	font-size: 11px;
}

#contactFormButton, #cmsFormButton {
	width: 100px;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	background: none;
	background: url(../images/menu/redGrad.jpg) repeat-x;
	border: none;
}

#contactFormButton:hover, #cmsFormButton:hover {
	cursor: pointer;
	color: #000;
}

/******************************************** DATA TABLE **********************************************/

table {
	margin: 0 0 20px 0;
	width: 496px;
	background: #FFF;
}

table tr th {
	padding: 4px;
	height: 35px;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	background: #CCC;	
}

table tr td {
	padding: 4px;
	height: 35px;
	color: #666;
	font-size: 11px;
	background: #E2E2E2;
}

/******************************************** FOOTER **************************************************/

#footerLeft {
	float: left;
	line-height: 30px;
	color: #666;
	font-size: 11px;
	text-align: left;
}

#footerRight {
	float: right;
	line-height: 30px;
	color: #CCC;
	font-size: 11px;
	text-align: right;	
}

#footerRight a {
	text-decoration: none;
}

#footerRight a:hover {
	text-decoration: underline;
}