﻿/* CSS DISC */

/*===================== GENERAL PAGE LAYOUT ====================*/
/*==============================================================*/
A
{
    cursor:hand;   
}
body {
	background-color: #666666;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	padding: 0;
	text-align: center;
	}

#container {
	width: 1000px;
	margin: auto;
	background-color: #ffffff;
	}

#header {
	width: 950px;
	padding-left: 25px;
	padding-right: 25px;
	vertical-align: middle;
	}
	
#lefthandcolumn {
	float: left;
	width: 225px;
	padding-top: 25px;
	padding-right: 25px;
	text-align: left;
	}
	
#righthandcolumn {
	float: right;
	width: 675px;
	text-align: left;
	padding-top: 25px;
	padding-right: 25px;
	}
	
#homelefthandcolumn {
	float: left;
	width: 306px;
	padding-right: 16px;
	text-align: left;
	}
/* First column on home*/
	
#homerighthandcolumn {
	float: right;
	width: 628px;
	}

#homerighthandcolumninnerleft {
	float: left;
	width: 306px;
	text-align: left;
	padding-right: 16px;
	}
/* Second column on home*/
	
#homerighthandcolumninnerright {
	float: right;
	width: 306px;
	text-align: left;
	}
/* Third column on home*/

/*==============================================================*/
/*==============================================================*/



/*============================ MENU STYLES =====================*/
/*==============================================================*/
#menu
{
    width: 950px;
    background-image: url(../../images/menu_bg.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 38px;
}
.menuItem
{
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    color: #797979;
    font-family: Arial;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    line-height: 38px;
}
.menuItem a
{
    color: #797979;
    text-decoration: none;
}
.menuItem a:hover 
{
    color: #2e2c2c;
    text-decoration: none;
}	

.menuItemselected 
{
    color: #2e2c2c;
}

/*==============================================================*/
/*==============================================================*/


/*============================ MENU STYLES =====================*/
/*==============================================================*/

/*==============================================================*/
/*==============================================================*/



/*============================ HEADER STYLES====================*/
/*==============================================================*/

/*==============================================================*/
/*==============================================================*/



/*============================ FOOTER STYLES ===================*/
/*==============================================================*/
#footer
{
    clear: both;
    border-top: 15px;
    border-bottom: 20px;
    border-right: 25px;
    border-left: 25px;
    border-style: solid;
    border-color: #FFFFFF;
    background-color: #8d8d8d;
    padding-left: 25px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
    width: 925px;
    height: 20px;
}
	
.footerItem
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #FFFFFF;
    vertical-align: middle;
    line-height: 1.6em;
}

.footerItem a
{
    color: #FFFFFF;
    text-decoration: none;
}
	
.footerItem a:hover
{
    text-decoration: underline;
}
.footerDivider
{
    padding-left:10px;
    padding-right:10px;
    color: #FFFFFF;  
}





/*==============================================================*/
/*==============================================================*/



/*===================== MAIN TEXT/IMAGE STYLES =================*/
/*==============================================================*/
#mainimage {
	padding-top: 13px;
	padding-left: 25px;
	padding-right: 25px;
	width: 950px;
	text-align: center;
	}
	
#mainimageinner {
	padding-top: 13px;
	padding-left: 25px;
	padding-right: 25px;
	width: 950px;
	height: 123px;
	text-align: center;
	}
	
#section {
	padding-top: 65px;
	padding-bottom: 40px;
	padding-left: 250px;
	padding-right: 25px;
	width: 675px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3.1em;
	color: #FFFFFF;
	background-image: url(../../images/page_title_bg.jpg);
	background-repeat: no-repeat;
	}
	
#main {
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
	width: 950px;
	text-align: center;
	}

#mainhome {
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
	width: 950px;
	text-align: center;
	}
	
.maintxt {
    font-size: 1.0em;
    color: #333333;
    font-family: Arial;
	font-weight: normal;
	line-height: 1.5;
	}

.maintxt a { 
	color: #c8011b;
	text-decoration: none;
	}
	
.maintxt a:hover { 
	text-decoration: underline;
	}

.maintxtsml {
    font-size: 0.75em;
    color: #333333;
    font-family: Arial;
	font-weight: normal;
	line-height: 1.5;
	}

.maintxtsml a { 
	color: #c8011b;
	text-decoration: none;
	}
	
.maintxtsml a:hover { 
	text-decoration: underline;
	}
	
.maintxtbold 
{
	font-weight: bold;
}

#pagetitle {
	padding-left: 250px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 675px;
	text-align: left;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c8011b;
	}
	
.pageheading {
	font-size: 2.7em;
	}
	
.pagesubheading {
	font-size: 0.5em;
	}

sup {
	line-height: 0;
	font-size: 0.6em;
	}
/*compensates for superscripted R or TM symbol in Firefox - prevents the text line being forced down - no dice in IE7*/

/*==============================================================*/
/*==============================================================*/






.mainsubmenu {
	font-size: 1.7em;
	font-weight: normal;
	}

.bullets {
	font-size: 1.0em;
	color: #333333;
	}
	
li {
	list-style-type: square;
	line-height: 1.8em;
	color: #c8011b;
	}

.boxtext {
	color: #333333;
    font-family: Arial;
	font-weight: normal;
	font-size: inherit;
	}
	
#submenutitle {
	background: url(../../images/submenu_title.jpg);
	line-height: 33px;
	padding-left: 12px;
	padding-right: 12px;
	}
	
.homeboxtitle {
	clear: both;
	background: url(/images/home_box_header_bg.gif);
	line-height: 33px;
	width: 282px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;
	font-weight: bold;
	}

.homeboxtitle a {
	color: #333333;
	}

.homeboxtitle a:hover {
	color: #333333;
	}

.homeboxtitle2 {
	/*clear: both;
	background: url(/images/home_box_header_bg.gif);
	line-height: 33px;
	width: 282px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;
	font-weight: bold;*/
	}

.homeboxtitle2 a {
	color: #333333;
	}

.homeboxtitle2 a:hover {
	color: #333333;
	}

#submenu {
	background-color: #f2f2f2;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 8px;
	padding-bottom: 12px;
	}
	
#homeboxes {
	background-color: #f2f2f2;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 8px;
	padding-bottom: 12px;
	width: 282px;
	text-align: left;
	height: 280px;
	}
	
table.submenu {
	font-weight: bold;
	line-height: 2.5;
	}
	
.featurebox {
	padding-top: 15px;
	}
	
#homefeaturebox {
	padding-bottom: 15px;
	}
	
img {
	border-style: none;
	}
	
.green {
	padding:20px;
	background-color: #70a144;
	color: #FFFFFF;
	background-image: url(../../images/green_bl_corner.jpg);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	}
	
.green a {
	color: #ffffff;
	text-decoration: underline;
	}
	
.green a:hover { 
	text-decoration: underline;
	}
	
/*===================== LEE'S FAVOURITE - TABLES! ====================*/
/*==============================================================*/


.tablestyle {
	text-align: center;
	}

.data table {
	text-align: center;
	background-color: #FFFFFF;
	color: #ffffff;
	border: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	}


.data th {
	background-color: #999999;
	}
	
.data td {
	text-align: center;
	color: #333333;
	border: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	}
	
.tdleft {
	text-align: left;
	}
	
.tdbold {
	font-weight: bold;
	}


.list table 
{
	text-align: left;
	}


.list td
{
	padding-right: 25px;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	height: 55px;
}



.rightpic 
{	float: right;}

.padding4
{
    padding-top: 4px; 
}

.thesubmenu
{
    font:arial;
    font-size:1.0em;
    font-weight:bolder;
    border:0px;
    text-align:left;
}
.thesubmenu td
{
    text-align: left;
    border: 0px;
}
.thesubmenu table
{
    border:0px;
    /*background-color:#f2f2f2;*/
    padding-bottom:13px;
}
.thesubmenu img
{
    padding-right:15px;    
}

.thesubmenuselected A
{
    color: #2e2c2c;
	text-decoration: none;
}

.homeitemleft
{
 	padding-right: 10px;
	float: left;
	width: 18px;
}

.homeitemright
{
 	font-weight: bolder;
	float: right;
	width: 252px;
}

.homeitemrightnobold
{
	float: right;
	width: 252px;
	margin-bottom: 10px;
}

.homeitemcontainer
{
	
	width: 280px;
}

.homeitemcontainermanual
{
	
	width: 280px;
	clear: both;
}
