/************* GENERAL STYLES ***/
* { margin: 0; padding: 0; }


html{
	height: 100%;
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
	color: #000000;
	min-width:1024px;
}

body{
	height:100%;
	text-align:center;
	background: #fff;
	min-width: 1024px;
}
	/*** HEADINGS STYLES ***/		
	h1 { }
	
	h2 {font-weight: bold; }
	
	h3 {font-weight: bold; }
	
	h4 { }
	
	
	/*** LINK STYLES ***/
	a:link, a:visited {  
		color: #000;
		outline: none; }
	
	a:hover, 
	a:active { text-decoration: underline; }
	
	
	/*** GENERIC STYLES ***/
	p { margin-bottom: 16px; }

	.floatRight { 
		float: right; 
		margin: 0 0 15px 15px; }
	
	.floatLeft { 
		float: left; 
		margin: 0 15px 15px 0; }

#wrapper{
	margin: 0 auto;
	padding:0px;
	width: 1024px;
	background: url(../images/homebg.jpg) top center no-repeat #fff;
    text-align:center;
    height:765px;
}

#menuwrapper{
	height: 165px;
	width:1024px;	
}
#topmenuleft{
	position:relative;
	float:left;
	width:756px;
	height:88px;
	text-align:right;
	padding-top:77px;
	color:#fff;
}

#topmenuright{
	width:241px;
	height:108px;
	padding-top:57px;
	text-align:left;
	padding-left:26px;	
	position:relative;
	float:left;
}

#midmenu{
	height: 19px;
	width: 1024px;
	padding-top:5px;
}

a#topmenu:link, a#topmenu:visited {
	text-decoration:none;
	color:#fff;
	font-family:Georgia;
	font-size:12px;
	font-weight:bold;
}

a#topmenugreyed:link, a#topmenugreyed:visited {
	text-decoration:none;
	color:#be7451;
	font-family:Georgia;
	font-size:12px;
	font-weight:bold;
}
a#topmenugreyed:hover{
	text-decoration:none;
	color:#fff;
	font-family:Georgia;
	font-size:12px;
	font-weight:bold;
}
#topmenugreyed{
	text-decoration:none;
	color:#be7451;
	font-family:Georgia;
	font-size:12px;
	font-weight:bold;	
}
a#topmenuselected:link, a#topmenuselected:visited {
	text-decoration:none;
	color:#990000;
}
#photos { 
	margin-top:20px;
	clear:both;
	text-align:left;
	padding-left:66px;
	width:958px;
}

#texthome{
	padding-top:33px;
	clear:both;
	text-align:left;
	width: 422px;
	margin:0 auto;
}
#text{
	padding-top:33px;
	clear:both;
	text-align:left;
	width: 1000px;
	padding-left:25px;
	margin:0 auto;
}
#gallerycontent{
	text-align:left;
	width: 1023px;
}


#imagewithouttestimonial{
	padding-left:66px;
}
#testimonial{
	position:relative;
	float:left;
	width: 270px;
	padding-left:160px;
	padding-top:50px;
	color:#ae5126;
	font-family:Georgia;
	font-size:14px;
	padding-right:20px;
	line-height:25px;
}
#imagewithcaption{
	padding-left:66px;
	width: 1024px;
	height:	512px;
}
#caption{
	padding-top:15px;
	padding-left:637px;
}
#imagewithtestimonial{
	float:left;
	position:relative;
	width: 356px;	
	padding-left: 66px;
}
#gallerynormal{
	padding-left:66px;
	width:447px;
	text-align:left;
	position:relative;
	float:left;
}
#gallerynormaltext{
	position:relative;
	float:left;
	width:451px;
	text-align: left;
	padding-top:81px;

}
#newsimage{
	width:646px;
	float:left;
	position:relative;
	text-align: left;
	padding-left:66px;	
	
}
#newstext{
	float:left;
	position:relative;
	text-align: left;
	width:263px;
	padding-top:82px;
	padding-right:47px;
}

/*** CLEARFIX ***/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height:0; }

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; }

* html .clearfix { height: 1%; }