html {
	overflow-y:scroll;
}
html, body {
	background:url(../images/graphics/background_gardient.jpg) repeat-x #006D79;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1, h2, h3, h4, h5, h6, .Highlight {
	color:#006D79;
	font-weight:normal;
	text-transform:uppercase;
}
a {
	color:#006D79;
	text-decoration:none;
}
a:hover {
	color:#006D79;
}



/* CORE CLASSES */
.container {
	width:900px;
	margin:12px;
	text-align:left;
	background:#fff;
}

/* HEADER STYLES */
.header {
	color:#666;
}
.header, .header a {
	color:#006D79;
}
.header_left {
	float:left;
	text-align:left;
	width:200px;
	padding-left:10px;
}
.header_right {
	float:right;
	text-align:right;
	width:200px;
	padding:10px 10px 0 0;
}
.header_center {
	text-align:center;
}
.header, .header_left, .header_right {
	height:120px;
}
.strapline {
	font-size:16px;
	text-transform:uppercase;
	color:#ccc;
}
.contactdetails{
	margin-top:40px;
}
.phoneheading {
	font-size:18px;
	color:#006D79;
	font-weight:bold;
}
.emailheading a {
	color:#666;
	font-size:12px;
	text-decoration:overline;
}
/* NAV STYLES */
.nav {
	clear:both;
	line-height:22px;
}
.nav, .nav a {
	color:#FFF;
}

/* BODYMAIN STYLES */
.bodymain {
	padding:10px;
}
.bodymain_left {
	text-align:left;
	float:left;
	width:300px;
	border:1px solid #666;
}
.bodymain_right {
	text-align:right;
	float:right;
	width:200px;
	display:none;
}
.bodymain_center {
	background:url(../images/graphics/textbox_background_full.jpg) bottom right no-repeat;
	text-align:left;
	border:1px solid #ccc;
	padding:10px;
	margin-left:310px;
	height:380px;
	overflow-y:auto;
	width:545px;
}
.bodymain, .bodymain_left, .bodymain_right {
	min-height:400px;
}

/* FOOTER STYLES */
.footer {
	background: url(../images/graphics/nav_background.jpg) repeat-x top #222 ;
	clear:both;
	line-height:22px;
	padding:5px;
}
.footer, .footer a {
	color:#FFF;
}
.footer a:hover {
	color:#006D79;
}
.footer_left {
	float:left;
	text-align:left;
}
.footer_right {
	float:right;
	text-align:right;
}
.footer_center {
	text-align:center;
}
.afterfooter {
	padding-bottom:10px;
}
