*{
	margin: 0;
	padding: 0;
}
.none{
	display: none;
}
img{
	border: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.separator{
	clear: both;
}
strong{
	font-weight: normal;
}
html{ overflow: scroll; }
body{
	background-color: #C8C8C8;
	text-align: center;
  font-size: 11px;
  font-family: "Verdana", "Arial", sans-serif;
  color: #000000;
}

/* WRAPPER */
div#wrapper{
	width: 767px; 
	margin: auto;
	text-align: left;
	background: #FFF url(../img/bg-wrapper.jpg) top left no-repeat;
}

/* HEADER */
div#header{
	width: 767px;
	height: 67px;
	position: relative;
}
div#header h1{
	width: 200px;
	height: 30px;
	position: absolute;
	top: 24px;
	left: 20px;
}
div#header h1 a{
	display: block;
	width: 200px;
	height: 30px;
}

/* NAVIGATION */
#top_nav{
	margin-top: 20px;
	width: 767px;
	height: 280px;
}
#top_nav ul{
	list-style: none;
	float: left;
	width: 170px;
	height: 240px;
	margin-top: 40px;
	overflow: hidden;
}
#top_nav ul li{
	display: block;
	padding-left: 10px;
	padding-bottom: 8px;
}
#top_nav ul li a{
	font-family: "Trebuchet MS", "Verdana", "Arial", sans-serif;
	display: block;
	background: transparent url(../img/bullet-link1.gif) center left no-repeat;
	text-align: left;
	color: #434D74;
	font-size: 15px;
	font-weight: bold;
	padding-left: 20px;
}
#top_nav ul li a:hover{
	text-decoration: none;
	background: transparent url(../img/bullet-link2.gif) center left no-repeat;
	color: #000000;
}

/* CONTENT AREA */
div#content{
	width: 767px;
	margin-bottom: 10px;
	margin-top: 10px;
}
div#content div#main{
	width: 767px;
}
/* Column 1 */
div#content div#main div#column1{
	width: 300px;
	float: left;
}
div#content div#main div#column1 img{
	display: block;
	margin: 5px;
}
/* Column 2 */
div#content div#main div#column2{
	width: 450px;
	float: right;
	margin-right: 5px;
}
div#content div#main div#column2 h2{
	font-size: 15px;
	color: #3E496F;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	border-bottom: 2px solid #3E496F;
	border-left: 3px solid #3E496F;
	padding: 5px;
	padding-top: 0;
	padding-left: 10px;
}
div#content div#main div#column2 div.box{
	background-color: #EDF3FC;
	border: 1px solid #C9DDF5;
	padding: 10px;
}
div#content div#main div#column2 h1{
	font-size: 13px;
	margin-bottom: 6px;
	color: #216ABC;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}
div#content div#main div#column2 p{
	line-height: 1.5em;
	margin-bottom: 10px;
	margin-left: 5px;
}
div#content div#main div#column2 p a{
	color: #1B88BC;
}
div#content div#main div#column2 p span.label{
	font-weight: bold;
}
div#content div#main div#column2 p.close{
	margin-bottom: 2px;
}
div#content div#main div#column2 ul{
	margin-left: 20px;
	margin-bottom: 15px;
}
div#content div#main div#column2 ul li{
	margin-bottom: 5px;
}

/* FOOTER */
div#footer{
	clear: both;
	width: 767px;
	font-size: 9px;
	color: #FFF;
	text-align: center;
	background-color: #173453;
}
div#footer p#copyright{
	text-align: right;
	margin-top: 30px;
	padding-right: 10px;
	padding-bottom: 12px;
}
div#footer p#copyright a{
	color: #FFF;
	text-decoration: none;
}
div#footer p#copyright a:hover{
	text-decoration: underline;
}
div#footer ul{
	list-style: none;
	text-align: center;
	padding-top: 12px;
}
div#footer ul li{
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px dotted #ccc;
}
div#footer ul li.firstLink{
	border: 0;
}
div#footer ul li a{
	display: inline;
	color: #FFF;
}

/* FORM */
div#column2 h3{
	font-size: 13px;
	padding-top: 15px;
	border-top: 1px dotted #ccc;
}
div#column2 form#enquiry{
	display: block;
	margin-top: 5px;
}
div#column2 form#enquiry fieldset{
	background-color: #F4F4FD;
	border: 1px solid #89AFC7;
	padding: 18px;
}
div#column2 form#enquiry p{
	margin-bottom: 10px;
}
div#column2 form#enquiry p label{
	display: block;
	width: 120px;
	float: left;
}
div#column2 form#enquiry p label.long{
	width: 180px;
}
div#column2 form#enquiry p input.long{
	width: 200px;
}
div#column2 form#enquiry p textarea{
	width: 300px;
	height: 130px;
}

/* generic form style */
span.red{
	color: red;
}
div#error_display{
	margin: 0;
	background-color: #F7E0DD;
	padding: 5px;
	border: 1px solid #B84747;
	margin-bottom: 10px;
	color: #555;
}
div#error_display p.alert{
	padding-left: 25px;
	height: 20px;
	line-height: 20px;
	background: url('../img/alert.gif') top left no-repeat;
}
div#msg{
	margin: 0;
	background-color: #FFFFE6;
	padding: 5px;
	border: 1px solid #E4DC30;
	margin-top: 20px;
}
div#msg p{
	margin-bottom: 5px;
}
div#msg p a{
	color: #627894;
}
div#msg p a:hover{
	text-decoration: none;
}