body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px; padding: 0px; border: 0px;
}

BODY {
	font-size : 100%;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color : #f8f8e8;
	color : #000;
	background-image : url(images/bg_header.jpg);
	background-position : top;
	background-repeat : no-repeat;
}
/*Corbel,Helvetica,Arial,Geneva,sans-serif;*/


A {
	font-size : inherit;
	text-decoration : none;
	font-weight : bold;
	color : #000;
}
A:HOVER {
	color : #958563;
}

A:VISITED {
	color : #336600;
}
A:FOCUS {
	color : #336600;
}
A:ACTIVE {
	color : #336600;
}


P {
	font-size : 8pt;
	padding-left : 15px;
	padding-bottom : 7px;
	padding-right : 10px;
	padding-top : 7px;
	text-align : left;
	color : #000;
	line-height : 12pt;
}
.indent20{
	padding-left : 35px;
}

p#ad{
	width : 200px;
	margin-left:auto;
	margin-right:auto;
	color : #958563;
	margin-top : 0;
}

H4 {
	font-size : 12pt;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	text-align : left;
	color : #000;
	padding-left : 15px;
	padding-bottom : 10px;
	padding-top : 10px;
}
.contactDetailsHeader{
	font-size : 12pt;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	text-align : left;
	color : #000;
	padding-left : 15px;
	padding-bottom : 10px;
	padding-top : 10px;
	
}

h3{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bolder;
	color : #fff;
	margin : 25px;
}

H1{
	color:#fff;
	text-align: left;
	padding-top : 100px;
	padding-left : 15px;
	font-family : Arial, Helvetica, sans-serif;
}

h2{
	color : #1f5166;
	font-family : Arial, Helvetica, sans-serif;
	text-align : left;
	padding-left : 15px;
}

DIV#screen{
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	width : 100%;
	text-align : center;
}

div#container{
	width : 900px;
	text-align : center;
	margin:0 auto;
}

div#menu_top{
	background-image : url(images/bg_content_top.png);
	background-repeat : no-repeat;
	width : 850px;
	height : 11px;
}

div#menu_mid{
	background-image : url(images/bg_menu.png);
	background-repeat : no-repeat;
	width : 900px;
	height : 86px;
	background-position : top left;
}

div#menu_bot{
	background-image : url(images/bg_content_bot.png);
	background-repeat : no-repeat;
	width : 850px;
	height : 11px;
}

div#slideshow{
	width : 500px;
	float : right;
	background-color : #FFCC66;
}

TD{
	font-size : 8pt;
}

#menu{
	text-align : left;
	padding-left : 30px;
	padding-top : 30px;
}



#menu ul{

}

#menu li {
	display : inline;
	list-style-type : none;
	font-size : 12pt;
	color : #fff;
	padding : 0 10px 0 10px;
}

#menu li a {
	color : #fff;
	font-size : 12pt;
	font-family : Arial, Helvetica, sans-serif;
}

#menu li a:hover {
	color : #000;
}

div#footer{
	background-image : url(images/bg_footer.png);
	width : 900px;
	height : 85px;
	margin : 10px auto;
	background-repeat : no-repeat;
	background-position : top left;
	padding-top : 5px;
	clear : both;
}

LI#nolink {
	color : #ffbf00;
	font-weight : bold;
}

DIV#formcontainer {
	width : 390px;
	margin-left : 20px;
	margin-top : 20px;
}

DIV#formcontainer form label {
	font-size : 8pt;
	float : left;
	width : 120px;
}
DIV#formcontainer div.clearfix {
	border-top-color : #c0c0c0;
	border-top-style : solid;
	border-top-width : 1px;
	padding-bottom : 5px;
	padding-top : 5px;
}	

textarea{
	border : 1px solid #808080;
	background-color : #fff;
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	width : 240px;
}



input.default{
	width : 50px;
}

.yourMessageHeader{
	padding-left: 15px;
	font-size: 12pt
}

.yourMessage{
	text-align: left;
}
.submit{
	text-align : center;
}

/* A handy 'Clearfix' technique to clear floats in order to avoid affecting page elements further down the document */		
.clear:after {
	content: "";
	display: block; visibility: hidden; clear: both;
}
	.clear { zoom: 1; } /* Clearfix IE fix */
	
/** Slidemenu */

div#slideshow{
	width : 900px;
	padding-left : 5px;
}
.sm {
	list-style:none;
	width:900px;
	height:400px;
	display:block;
	overflow:hidden;
	padding: 0;
	margin: 0;
}

.sm li {
	position: relative;
	float:left;
	display:inline;
	overflow:hidden;
	height: 400px;
	padding-bottom : 10px;
	text-align : left;
}

.sm li#slide_01{
	background-image : url(images/bg_li_slide_01.jpg);
}

.sm li#slide_02{
	background-image : url(images/bg_li_slide_02.jpg);
}

.sm li#slide_03{
	background-image : url(images/bg_li_slide_03.jpg);
}

.sm h2 {
	margin : 0;
	padding : 0 0 10px 10px;
	text-align : left;
	color : #fff;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13pt;
}


.sm a img {
	border: 0;
	display: block;
}
.sm li p {
	margin-bottom:17px;
	margin-left:0px;
	position:absolute;
	width: 550px;
	z-index:100;
	font-style: italic;
	font-weight: bold;
	padding : 0 0 0 10px;
	text-align : left;
	color : #000;
	line-height : 10pt;
}
	
#slideshowContainer{
	width: 512px;
	height: auto;
	float : right;
	margin-left : 10px;
}

#imagecontainer{
	padding : 5px;
	border : 1px solid #808080;
	background-color : #fff;
	margin-bottom : 5px;
}

#numberDiv a{
	font: bold 11px Arial;
	text-decoration: none;
	background-color : #CCCC99;
	border : 1px solid #999933;
	padding : 3px;
}

#backforthbuttons{
	margin-top: -10px;
	width : 515px;
	
}

#map{
	background-color : #fff;
	padding : 5px;
	border : 1px solid #808080;
	width : 430px;
	float : right;
}
