body {
	margin: 0px auto;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #666666;
	line-height: 1.5;
}
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000CC;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #3300CC;
}


.Main {
	margin: 0px auto;
	width:800px;
	display:table;
	margin-top: 10px;
	text-align: center;
}
.Footer {
	width:755px;
	height: 40px;
	background-image: url(../images/Footer.jpg);
	float:left;
	position:relative;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 3;
	vertical-align: text-bottom;
	padding-left: 45px;

}
.Header {
	width: 800px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 95px;
	position: relative;
	background-color: #FFFFFF;
}
.Body_Area{
	width:800px;
	background-repeat:no-repeat;
	float:left;
	position:inherit;
	background-color: #FFFFFF;
}


.Left_Area{
	display:none;
	width:172px;
	float:left;
	position: relative;
}
a.nav{
	text-decoration:none;
	height:18px;
	display:block;
	margin: 0;
	padding: 6px 0px 0px 30px;
	color:#FFFFFF;
	font-weight:bold;
	font-size: 10px;
}
a.nav_1{
	background:url(../images/Nav_Bg.jpg);
}
a.nav_1:hover{
	background:url(../images/Nav_Bg_Hover.jpg);
	color:#FFFFFF;
}


.Text_Area {
	text-align: left;
	font-size: 11px;
	color: #333333;
	position:relative;
	margin-top: 10px;
	line-height: 1.5;
}
.Text_Area2 {
	width: 470px;
	text-align: left;
	font-size: 11px;
	color: #333333;
	position:relative;
	margin-top: 40px;
	line-height: 1.5;
	padding-left: 35px;
}
/* Text Formating - Styles*/

.text_10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:13px;
	color: #000033;
}
.text_11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing:0.1em;
	color: #000033;
}
.text_12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	line-height: 1.5;
}
h1{
	margin-top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000099;
}

/* Enquiry - Styles */

.button {
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #C77D03;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	font-weight: bolder;
	font-size: 12px;
}
.text {
	width: 100%;
	line-height: 1.5;
}
.textbox {
	width: 100%;
	height: 80px;
}

.topnav {
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #999999;
}

.topnav li {
	display:inline;
	list-style:none;
}

.topnav li a {
	padding:0 10px 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#666666;
}

.topnav li a img {
	border:none;
	vertical-align:middle;
}

.topnav li a:hover {
	color:#000000;
	text-decoration:none;
}

/* FOR CURVY BOXES */

* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	width:264px;
/*	float:left;*/
	background: url(../images/box-blue-br.gif) no-repeat bottom right;
	font-size: 100%;

	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	position:relative;
	vertical-align:top;
}
.sidebox.orange {
	background: url(../images/box-orange-br.gif) no-repeat bottom right;
}
.sidebox .boxhead {
	background: url(../images/box-blue-tr.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.sidebox.orange .boxhead {
	background: url(../images/box-orange-tr.gif) no-repeat top right;
}
.sidebox .boxhead h2 {
	background: url(../images/box-blue-tl.gif) no-repeat top left;
	margin: 0;
	padding: 25px 30px 0px;
	height:3.6em;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1.2em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.sidebox .boxhead h2 a {
color: white;
}
.sidebox.orange .boxhead h2 {
	background: url(../images/box-orange-tl.gif) no-repeat top left;
}
.sidebox .boxbody {
	background: url(../images/box-blue-bl.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 22px;
}
.sidebox.orange .boxbody {
	background: url(../images/box-orange-bl.gif) no-repeat bottom left;
}
