/* CSS Document */


html, body {
height: 100%;
}
* {
margin:0pt;
padding:0pt;
}

#first{
margin:0 auto;
width:100%;
background: url(images/BG.png) repeat-x scroll left top;
font-family: Georgia, times, serif;
font-size: 12px;
color: #5d5d5d;
line-height: 18px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
text-align: center;
}
#wrapper {
width:752px;
margin: 0 auto;
}
#top {
margin: 0;
padding: 0;
width: 752px;
height: 117px;
display:block;
}
#top a{
width: 351px;
height: 117px;
background: url(images/logo.png) scroll no-repeat top left;
display: block;
border: none;
float:left;
}
#mid {
margin: 0;
padding: 0;
width: 752px;
height: 510px;
background: url(images/BG-linehors.png) no-repeat scroll center top;
display:block;
}
	#box {
	float:left;
	margin: 2px 0 1px 0;
	padding: 0;
	width: 752px;
	background: url(images/BG-linevert.png) repeat-y scroll left top;
	display:block;
	}
		#inner {
		float:left;
		margin: 2px 3px;
		padding: 0;
		width: 747px;
		height: 500px;
		background: #849233;
		display:block;
		
		}
			#cornertop{
			float:right;
			margin-top: -1px;
			margin-right: 0;
			width: 747px;
			min-height: 253px;
			background: url(images/IMG-decor.png) no-repeat scroll right top;
			display:block;
			z-index: 6;
			position: absolute;
			}
			#cornertop1{
			float:right;
			margin-top: -1px;
			margin-right: 0;
			width: 747px;
			min-height: 253px;
			background: url(images/IMG-decor.png) no-repeat scroll right top;
			display:block;
			position: absolute;
			}
			#content {
			width: 747px;
			width/**/: 747px;
			width: 677px! important;
			height: 430px;
			margin:0;
			padding: 35px 35px;
			z-index: 1;
			}
				#frontimg {
				width: 635px;
				height: 399px;
				margin:15px auto;
				background: url(images/IMG-ivy.jpg) no-repeat scroll left top;
				z-index: 2;
				position: relative;
				}
				#text {
				margin-top:40px;
				width: 675px;
				}
				
				#gall {
				width: 747px;
				height: 375px;
				z-index: 2;
				margin: 0;
				position: relative;
				}
					
			#cornerbottom{
			float:left;
			margin-top: -233px;
			width: 747px;
			min-height: 210px;
			background: url(images/IMG-decorbottom.png) no-repeat scroll left bottom;
			display:block;
			z-index: 5;
			position: relative;
			}
			#cornerbottom1{
			float:left;
			margin-top: -233px;
			width: 350px;
			min-height: 210px;
			background: url(images/IMG-decorbottom.png) no-repeat scroll left bottom;
			display:block;
			position: absolute;
			}
			#submenu {
	background-image: url(images/submenu-off.png);
	height: 30px;
	width: 585px;
	margin: 10px auto;
	}
	
			
#botline {
float:left;
margin:0;
padding: 0;
width: 752px;
height: 1px;
background: url(images/BG-linehors.png) no-repeat scroll center bottom;
display:block;
}

#bottom {
margin: 10px 0 0 0;
text-align: center;
color: #fff;
}
	#mainmenu {
	background-image: url(images/mainmenu-off.png);
	height: 37px;
	width: 260px;
	margin: 0 auto;
	text-align: center;

	}
	
	#copyright {
	margin-top: 10px;
	font-size: 10px;
	text-align: center;

	}
	h2 {
	height: 42px;
	width: 258px;
	background-image: url(images/gif/email.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	line-height: 42px;
}
	#IE h2 {
	height: 42px;
	width: 258px;
	background-image: url(images/gif/IEemail.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	line-height: 42px;
}
#notIE
{
 height: 42px;
width: 258px;
margin-top: 20px;
margin-right: auto;
margin-bottom: 10px;
margin-left: auto;
line-height: 42px;
}

/** Global HEADER * Classes **/

h1 {
margin: 0;
width: 100%;
z-index: 2;
}

h2.ie7 {
	height: 42px;
	width: 258px;
	background-image: url(images/gif/IEemail.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	line-height: 42px;
}
p {
	margin: 15px 0;
	text-align:left;
	font-size: 15px;

}
q {
display: none;
}
.welcome {
background: url(images/HDR-welcome.png) no-repeat top left;
height: 25px;
width: 170px;
float: right;
}
.clients {
background: url(images/HDR-clients.png) no-repeat top left;
height: 25px;
width: 305px;
float: right;
}
/* slider */
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 675px; /*width of featured content slider*/
height: 350px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
text-align: left;
color: #D8DDAB;
padding: 5px;
background-color: #849233;
width: 665px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 695px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #fff;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
.it {
font-style: italic;
text-align: right;
}


