@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:left;
	color:#000;
	line-height: 17px;
	border-top: 0px;
	margin-top: 0px;
	padding-top: 0px;
	background-image:url(images/bg_main.jpg);
	background-repeat:repeat-x;
}

body p{
	border-top: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

a img {border: none;}

/*
HEADERS TO GO HERE
*/

h1 {font-size:18px; color:#039; padding-bottom:15px;}
h2 {font-size:16px; color:#039; padding-bottom:15px;}
h3 {font-size:15px; color:#039; padding-bottom:15px;}

/*
DIV ID'S TO GO HERE
*/

#wrapper {
 	margin-left: auto;
 	margin-right: auto;
 	width: 980px;
	background-color:#FFFFFF;
}

#head1 {
	width:226px;
	height:162px;
	padding-top:10px;
	float:left;
}

#head2 {
	width:754px;
	height:104px;
	float:left;
	text-align:right;
	padding-top:68px;
}

#nav {
	width:980px;
	height:58px;
	float:left;
	background-image:url(images/bg_navbar.jpg);
	background-repeat:no-repeat;
}

#nav1 {width:196px; height:37px; padding-top:21px; float:left; text-align:center;}
#nav2 {width:196px; height:37px; padding-top:21px; float:left; text-align:center;}
#nav3 {width:196px; height:37px; padding-top:21px; float:left; text-align:center;}
#nav4 {width:196px; height:37px; padding-top:21px; float:left; text-align:center;}
#nav5 {width:196px; height:37px; padding-top:21px; float:left; text-align:center;}

#greenbar {
	width:980px;
	height:50px;
	float:left;
	background-image:url(images/green-bar.jpg);
	background-repeat:repeat-x;
}

#content {
	width:920px;
	padding:30px;
	float:left;
	background-color:#FFF;
}

#leftcol {
	width:540px;
	float:left;
	margin-right:30px;
}

#leftcol2 {
	width:920px;
	float:left;
}

#rightcol {
	width:350px;
	float:left;
}

#leftcol50 {
	width:460px;
	float:left;
}

#rightcol50 {
	width:460px;
	float:left;
}

#leftcol100 {
	width:100%;
	float:left;
}

#footer {
	clear:both;
}

/*
CLASSES TO GO HERE
*/

.nav {font-size:15px; text-decoration:none; color:#333;}
a.nav:hover {color:#9C0;}

.blue15 {font-size:15px; color:#039; line-height:24px;}

.enq {width:300px; height:17px; font-family:Arial, Helvetica, sans-serif, Times, serif; font-size:13px; padding-left:3px;}
.enq2 {width:300px; height:150px; font-family:Arial, Helvetica, sans-serif, Times, serif; font-size:13px; padding-left:3px; padding-top:3px;}

.thumb {padding: 0px 0px 40px 40px;}
.thumbend {padding: 0px 0px 0px 40px;}

.blue20 {font-size:20px; color:#039; text-decoration:none; line-height:24px;}
a.blue20:hover {color:#09F;}
