/* ========================================================== 
   General 
*/

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #3F3F3F;
	text-align: justify;
}


a{
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: underline;
}

input {
	font-size: 9px;
	
}
.sitePath {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}

a.sitePath:hover {
	text-decoration: underline;	
}

.smallestText {
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* ===================================================================
	Tables
*/

.BorderAll {
	border: 1px solid #CCCCCC;
}

.BorderBottom {
	border-bottom: 1px solid #CCCCCC;
}

td.Heading {
	border-bottom: 1px solid #CCCCCC;
	color: #666666;
	background-color: #CCE6FF;
	font-weight: bold;
}

.postcodebox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	position: static;
	top: auto;
	border: 1px dotted #66CCFF;
	visibility: visible;
	left: 50px;
	right: auto;
	bottom: auto;
	vertical-align: top;
	float: none;
	cursor: auto;
}

/* ===================================================================
	Quick Links Menu 
*/

/* Level 1 */
.QuickMenu
{
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

.QuickMenu li {
	float: right;
	position: relative;
	text-align: center;
}

.QuickMenu li a{
	width: 55px;
}

/* Level 2 */
.QuickMenu  li ul {
	display: none;
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0px;
	background-color: #CCCCCC;
	width: 105px;
	margin-left: 0px;
	font-size: x-small;
}
  
.QuickMenu  li>ul {
	top: auto;
	left: auto;
}



.QuickMenu  li ul a{
	text-decoration: none;
	
}

/* Display Level 2 */
.QuickMenu li:hover ul, .QuickMenu li.over ul{ 
	display: block; 
}

/* link style */
.QuickMenu li a{
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 1px;
	color: #FFFFFF;
}

.QuickMenu  li ul li a{
	text-align: left;
	text-decoration: none;
	width: 100px;
	display: block;
	padding: 1px;
	color: #666666;
	margin-left: 5px;
}

.QuickMenu li a:hover{
	font-weight: bold;
}

.QuickMenu li ul li a:hover{
	font-weight: bold;
	color: #333333;
}

/*  Menu Color Gradient */
#QMColor1 {	background-color: #333333; }
#QMColor2 { background-color: #4A4A4A; }
#QMColor3 { background-color: #696969; }
#QMColor4 { background-color: #7C7C7C; }
#QMColor5 { background-color: #8D8D8D; }
#QMColor6 { background-color: #A0A0A0; }

/* End Main Menu Links 


/* ==========================================================
	Main Links Menu 
*/

/* Level 1 */
.MainMenu
{
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.MainMenu li {
	float: left;
	position: relative;
	text-align: center;
}

.MainMenu li a{
	width: 100px;
}

/* Level 2 */
.MainMenu  li ul {
	display: none;
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0px;
	background-color: #EAEAEA;
	width: 120px;
	margin-left: 0px;
}
  
.MainMenu  li>ul {
	top: auto;
	left: auto;
}



.MainMenu  li ul a{
	text-decoration: none;
	
}

/* Display Level 2 */
.MainMenu li:hover ul, .MainMenu li.over ul{ 
	display: block; 
}

/* link style */
.MainMenu li a{
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 1px;
	color: #FFFFFF;
}

.MainMenu  li ul li a{
	text-align: left;
	text-decoration: none;
	width: 120px;
	display: block;
	padding: 1px;
	color: #666666;
	margin-left: 5px;
}

.MainMenu li a:hover,  .MainMenu li ul li a:hover{
	font-weight: bold;
	color: #000000;
}

/*  Menu Color Gradient */
#MMColor1 {	background-color: #0066CC; }
#MMColor2 { background-color: #3399FF; }
#MMColor3 { background-color: #66CCFF; }
#MMColor4 { background-color: #99CCFF; }

/* End Main Menu Links  */

/* ========================================================== 
   Lef Menu Bar
*/

.MenuBar {
	width: 130px;
	text-align: left;
	font-size: 10px;	
}

#MenuBarHead {
	background-color: #82AAD2;
	color: #EAEAEA;
	font-weight: bold;
} 

#MenuBarSelected {
	color: #333333;
}

.MenuBar td {
	background-color: #B5D5E6;
	padding-left: 5px;
}

.MenuBar a {
	text-decoration: none;
	color: #333333;
}
.MenuBar a:hover {
	color: #333333;
	font-weight: bold;
}



/* End Left Menu Bar  */
/* ---------------------------------------------------------- */

/* ========================================================== */
/* Content */
/* ========================================================== */

.leftBigImg {
	width: 200px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	background-position: right;
	text-align: right;
	border-right-style: solid;
	top: 0px;
	vertical-align: top;
	margin: 0px;
}

#pageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 800;
	color: #666666;
	margin-left: 5px;
}

.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 5px;
	margin-right: 5px;
}


a.sectionTitle {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

a.sectionTitle:hover {
	
	color: #333333;
}

.pageImages {
	margin-left: 5px;
	margin-right: 5px;
}

/* ========================================================== */
/* Footer */
/* ========================================================== */

a.footerLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	list-style: none;
	margin: 10px;
	width: 120px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}


a.footerLink:hover {
	font-weight: bold;
}

/* ========================================================== */
/* Specific Templates */
/* ========================================================== */
.basicTmpContent {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
}


.newsHeading {
	font-size: 13px;
	color:#006699;
	font-weight: bold;
}

.newsDate {
	font-size: xx-small;
}

.newsImage {
	text-align: center;
	padding: 2px;
	margin-left: 10px;
	border: none;
	text-decoration: none;
}
.newsImgCaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #666666;
	text-align: justify;
	margin-left: 10px;
	width: 170px;
}

.bgImageTop {
	background-repeat: no-repeat;
	background-position: right top;
}

.bgImageBottom {
	background-repeat: no-repeat;
	background-position: right bottom;
}

.rightImage {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
}

a.linkButton {
	color: #666666;
	background-color: #D1D1D1;
	padding: 2px;
	text-decoration: none;
	border: 1px solid #999999;
	font-size: 10px;
}
a.linkButton:hover {
	color: #CCCCCC;
	background-color: #3399FF;
}

.countdown {
	color: #333333;
	font-weight: bold;
}

.normal {
	color: #FF9900;
	font-weight:bold;
}
