/* CSS Document */
*
{
margin: 0px;
padding: 0px;
}

h1 {
	display: block;
	margin: 0px;
	padding: 0px;
	border: 0px solid;
	height: 100px;
}

a:link {
	color: #c00;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

a:visited {
	color: #F5FFDC;
}

body {
	
	background: #ffffff url(../images/back_all.gif) repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#content
{
	margin: 0 auto;
	background: #ffffff; /*changed*/
	width: 960px;
	text-align: left;
	/*border: 1px solid #ffffff; changed*/
	margin-top: 32px;
}

#main
{
width: 960px;
padding-top: 10px;
background: url(../images/table_back.html) repeat-x top;
}

#header
{
	height: 307px;
	text-align: right;
	/*
background: url(../images/header_test.jpg) no-repeat;
*/
	background: url(../images/header_2.jpg) no-repeat;	
}

#logo {
border: 0px solid; 
width: 793px;
height: 203px;
text-align: right;
padding-right: 0px;
padding-top: 100px;
}


#logo a {
	display: block;
	text-decoration: none;
	text-transform: none;
	font-style: italic;
	font-size: 40px;
	color: #fff;
	background: #99ccff;
	padding: 10px;
	margin-bottom: 10px;/
	padding-right: 10px;
	margin-left: 530px;
}
#logo h2 a
{
padding: 10px;
font-size: 12px;
}


#menu
{
margin: auto;
width: 960px;
height: 160px;
padding-top: 10px;
padding-left: 0px;
border: 0px solid #fff;
text-align: right;
}

#menu ul 
{
	margin-top: 40px;
	list-style: none;	
	border: 0px solid #fff;
	text-align: right;
	display: block;
	width: ;
	float: right;
}

#menu li {
	
	display: inline; 
	
}

#menu a {
	float: left;
	width: 110px;
	height: 23px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding-top: 10px;
	font-size: 13px;
	text-transform: uppercase;
}

#menu a.wide
{
	float: left;
	width: 170px;
	height: 23px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding-top: 10px;	
	font-size: 13px;
	text-transform: uppercase;
}

#menu a:hover
{
    height: 23px;
	color: #000000;
	text-decoration: underline;
	background: #ffffff;
}

#menu #logoImage 
{
	border: 0px solid #000;
	float: left;			
}

#menu #logoImage img 
{
	border: 0px;
	margin-bottom: 4px; /*added*/
}

#left
{
	width: 220px;
	margin-left: 20px;
}

	#left H3
	{
		width: 195px;
		height: 36px;
		font-size: 12px;
		font-weight: bold;
		padding-left: 25px;
		padding-top: 18px;
		text-transform: uppercase;
		color: #fff;
		background: url(../images/title1.gif) repeat-x
	}

#left ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-bottom: 10px;
	background: url(../images/title_back.html) repeat-x top;
}

#left ul li
{
	margin: 0px;
	padding: 3px;
	list-style: none;
	padding-left: 0px;
	background: url(../images/title_back.html) repeat-x top;
	font-weight: bold;
}


#left li ul {
	border: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding-top: 20px;
	background: none;
}

#left li li {
	padding: 4px 3px;
	border-bottom: 1px solid #999;
}

#left li a, #left li a:visited{
	color: #2C343C; /*changed colour for left menu*/
	text-decoration: none;
}

#left a:hover {
	color: #A2ACB5; /*change colour for left menu*/
	text-decoration: underline;
}
	#left p
	{
		padding: 10px;
		padding-left: 0px;
		padding-right: 0px;
		color: #666;
	}
	
	#left p.offer
	{
		clear: left;		
		padding: 10px;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0;
		padding-bottom: 6px;
		color: #666;
	}

	#left p.right
	{
		margin-top: 0px;
		padding-top: 3px;
		text-align: right;
	}
	#left img.centre
	{
		margin-left: 0;
	}

#calendar1 {
	padding: 20px 10px 20px 10px;
}

#calendar table {
	width: 100%;
	text-align: center;
}

#calendar thead {

}

#calendar tbody td {
	border: 1px solid #F1F1F1;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #now {
	background: #696969;
	border: 1px solid #ff0000;
	font-weight: bold;
	color: #ffffff
}

#maincontent
{
	float: right;
	width: 680px;
	padding-right: 20px;
}
	#maincontent img.left
	{
		border: 0;
		float: left;
	}
	
	#maincontent img.right
	{
		border: 0;
		float: right;
	}
		
	#maincontent img.centre
	{
		margin-left: 80px;
	}
	

#maincontent H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #F5FFDC;
}

	#maincontent a, #maincontent a:visited
	{
		color: #CC0000;
		text-decoration: none;
	}

	#maincontent a:hover
	{
		color: #800000;
		text-decoration: underline;
	}


	#maincontent p
	{
		margin: 0;
		padding: 0;
		margin-left: 8px;
		margin-right: 8px;
		padding-bottom: 10px;
		color: #666;
		line-height: 20px;
		/*clear: both;
*/
	}
	#maincontent p.signature
	{
		margin: 0;
		padding: 0;
		padding-bottom: 10px;
		color: #666;
		line-height: 20px;
		clear: both;
		font-weight: bold;
		text-align: right;
	}	

	#maincontent h2 
	{
		margin: 0;
		padding: 0;
		padding-top: 10px;
		color: #666;
		margin-left: 8px;
	}
	
	#maincontent h3
	{
		margin: 0;
		padding: 0;
		padding-top: 10px;
		color: #666666;
		margin-left: 80px;
	}	
/*	#maincontent object
	{
		padding-left: 80px;
	}
*/
	#maincontent #flashObject
	{
		margin-left: 80px;
	}

	#maincontent ol, #maincontent ul 
	{
		margin-left: 96px;
		margin-bottom: 16px;
	}
	#maincontent li
	{
		color: #666666;
	}


.date {
	text-align: right;
	color: #F5FFDC;
	font-size: 11px;
}

.date a {
	color: #F5FFDC;
}



#footer
{
	height: 49px;
	width: 960px;
	clear: both;
	padding-top: 30px;
	background: url(images/footer.html) repeat-x bottom;
	border-top: 4px solid #99ccff; /* changed colour*/
}

#footer p {
	margin: 0;
	font-size: 12px;
	text-align: center;
	color: #000;
}

#footer a {
	color: #000;
}

img 
{
	float: left;
	padding: 0px;
	padding-left: 0px;
	margin-right: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
/*	border: 1px solid #99ccff; /*change colour*/
	clear: none;
}

p.right 
{
	text-align: right;	
}



fieldset
		{
			border: 1px solid #999;
			background: #f2f2f2;
			margin-top: 16px;
			margin-bottom: 16px;
			width: 500px;
			margin-left: 80px;
		}

fieldset h3 {
			background: #505050;
			color: #666;
			text-align: center;
			padding-bottom: 4px;
		}
fieldset .inputfields {
			margin: 6px;
			color: #000;
			font-size: 12px;
			border: 0px solid;
		}

textarea, input {
			overflow: auto;
			width: 200px;
			margin: 2px;
			padding: 2px;
			background: #fff;
			border: 1px solid #505050;
			color: #666;
			font-family: Verdana;
			font-size: 12px;			
		}		

div.row
		{
			width: 360px;
		}

div.row span.formlabel 
		{
			float: left;
			width: 150px;
			text-align: left;
			color: #999;
		}

div.row label.formLabel
		{
			font-size: 12px;
			float: left;
			width: 150px;
			text-align: left;
		}

div.row .submitButton
		{
			padding: 0;
			width: 120px;
			height: 32px;
		}
div.row ul.message
		{
			background: #E9FAD0 url("../images/icon_info.png") no-repeat scroll 10px 5px !important;
			min-height: 38px;
			border: 1px solid #AEE756;
			font-size: 12px;
			color: #000000;
		}

div.row ul.error
		{
			background:#FFE7E7 url("../images/icon_error.png") no-repeat scroll 10px 5px !important;
			min-height: 38px;
			border: 1px solid #FE8989;
			font-size: 12px;
			color: #000000;	
		}


div.row ul.message,  div.row ul.error,  div.row ul.warning
		{
			margin-top: 4px;
			margin-left: 2px;
			margin-bottom: 8px;
			width: 296px;
			padding:6px 0px 5px 60px;
			font-size: 12px;
			font-weight: normal;
		}
div.row ul.message li, div.row ul.error li, div.row ul.warning li
		{
			display:block;
			list-style-image:none;
			list-style-position:outside;
			list-style-type:none;
			margin:0pt 0pt 10px;
			padding:0pt;
			font-size: 12px;
			font-weight: normal;	
		}