body
{
	font-family: Gill Sans, verdana, Arial;
	font-size: 9pt;
	font-weight: normal;
	color: #3A2D2D;
	background-image: url(../images/watermark.gif);
	background-repeat:no-repeat;
	background-position: 300px 200px;	
	width: 800px;
	margin: 20px auto;
}

/* contains logo, menu and talk to us message */

#Top
{
	width: 100%;
	height: 120px;
	border-top: 1px white solid;
	background-color: #FFFFFF;
}

#menu	
{
	margin-top: 23px;
	margin-left: 0px;
	left: 20px;
	z-index: 2;
}


/*contains all the content of the pages and ensures sits in correct place*/
#Wrapper
{
	width: 100%;
	background-color: #FFFFFF;	
	border: solid lime 1px;
	margin: 5% auto;
	position:relative;	
}

/*Contains the main content of the page*/
#Left
{
	width: 70%;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
}
.Left
{
	width: 65%;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
}

.LeftContent
{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	background-position: 100px 150px;
}

.Right
{
	width: 35%;
	float: right;
	margin-top: 0px;
}

#Right
{
	width: 30%;
	float: right;
	margin-top: 0px;
}

.RightContent
{
	width: 80%;
	margin: 0px 5% 0px 5% ;
	margin-right: 2px;
}

/* clears the way for the footer*/
.clear
{
clear: both;
}
#Clearit
{
	clear:both;
}

/*contains the address*/
.footer
{
	width: 100%;
	height: 50px;
	color: #333333;
	text-align:center;
	font-size: 7pt;
	padding-top:  10px;
	position: relative;
}
a:hover.footer  
{
	text-decoration: underline;
	
}
a:active.footer  
{
	text-decoration: none;
}
a:visited.footer 
{
	text-decoration: none;
}
 a:link.footer
{
	text-decoration: none;

}
 .footer img 
{
margin-bottom: -10px;
padding-bottom: 5px;
border:0;
}

table.footer { width: 100%; }
td.logoLeft { width: 120px; text-align: left; }
td.middleFooter {  }
td.logoRight { width: 120px; text-align: right; }

H1
{
	font-size: 13pt;
	font-weight: bold;
	color: #BC0909;
	
}

H2
{
	font-size: 12px;
	font-weight: bold;
	color: #BC0909;
	
}

H3
{
	font-size: 10pt;
	font-weight: bold;
	
	color: #728689;
}

H4
{
	font-size: 10pt;
	font-weight: bold;
	color: #748385;
	
}

H5
{
	font-size: 9pt;
	font-weight: bold;
}

H6
{
	font-size: 8pt;
	font-weight: bold;
}

LI
{
	list-style-image: url(../images/BulletNew.gif);
}

a:link
{
color: #5D6B6D;
text-decoration: none;
}

a:hover
{
color: #BC0909;
text-decoration: none;
}
a:visited
{
color: #666666;
text-decoration: none;
}

a:active
{
color: #BC0909;
text-decoration: none;
}


.border
{
border: solid 1px #B9E2EB;
width: 30%;

}
.box
{
border: solid 1px #B9E2EB;
width: 95%;
padding: 5px;
margin: 5px;
}

.right
{
float:right;
}
#form
{
width: 90%;

}

#form p
{
	height:20px;
	margin:5px;
	
}
legend
{
	font-size: 10pt;
	font-weight: bold;
	color: #BC0909;
}
.label
{

float:left;
}

.TextBox
{
float:right;
width: 200px;
}
.contact
{
float:right;
width: 160px;
}
#Availability td
{
 vertical-align:top
}
#Availability th
{
 font-weight: bold;
 font-size: 12px;
 text-align: left;
}

img.left
{
	float:left;
	padding-right: 10px;
}

table.topSection { width: 100%; }
td.topLogo { }
td.topAreas { padding-left: 20px; font-size: 18px; font-weight: bold; color: #999999; }
div.topOsteoAreas {font-size: 12px; }
table.rightColumn { border: #BC0909 dotted 1px; margin-top: 40px; width: 100%; }
td.rightColumnHdg { background-color: #DDDDDD; padding: 8px; font-weight: bold; color: #BC0909; }
td.rightColumnText { padding: 8px; }
img.paddingLeft { padding-left: 20px; padding-bottom: 20px; }
img.paddingRight { padding-right: 20px; padding-bottom: 20px; }
ul.indentLeft { margin-left: 160px; }
th.availability { text-align: left; }
td.venue { }
td.telNo { font-weight: bold; }
td.availability { }
td.moreInfo { padding-top: 30px; padding-left: 20px; }
th.contactName { text-align: left; padding-right: 15px; padding-bottom: 5px; }
td.contactName { padding-bottom: 5px; }
th.contactPhone { text-align: left; padding-right: 15px; padding-bottom: 5px; }
td.contactPhone { padding-bottom: 5px; }
th.contactEmail { text-align: left; padding-right: 15px; padding-bottom: 5px; }
td.contactEmail { padding-bottom: 5px; }
th.contactMessage { text-align: left; padding-right: 15px; padding-bottom: 5px; }
td.contactMessage { padding-bottom: 5px; }
.largerBold { font-size: 12px; font-weight: bold; }
