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


@import url("forms.css"); /* forms styling */
@import url("styles.css"); /* text styling */


/* RESET ALL STYLING */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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,
b, u, i, center,
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 {
	padding: 0px;
	margin-top:0px;
	background:#FFF;
	
}

div.wrap {
	background:url(../images/bg-strip.jpg) repeat-y top left;	
	text-align:center;
	margin:auto;
	width:890px;
	border-right:#CCC 1px solid;
	border-left:#CCC 1px solid;	
}

div.header {
	background:url(../images/header1.jpg) top left no-repeat;
	width:890px;
	height:340px;
}


div.header2 {
	background:url(../images/header2.jpg) top left no-repeat;
	width:890px;
	height:340px;
}

div.footer {
	background:url(../images/footer.jpg) top left no-repeat;
	width:820px;
	height:55px;
	text-align:left;
	padding:45px 35px 0px 35px;
}


div.contentarea1{
	background:none;
	width:810px;
	height:660px;
	padding:0px 40px 0px 40px;
	margin:-170px 0px 0px 0px;
	position:relative;
}


div.contentarea2{
	background:none;
	width:810px;
	padding:0px 40px 0px 40px;
	margin:-170px 0px 0px 0px;
}

div.textbox1 {
	width:400px;
	height:380px;
	text-align:left;
	padding:20px 20px 20px 30px;
	margin:0px 0px 0px 0px;
	left:40px;
	top:0;
	position:absolute;	

}

div.textbox2 {
	width:290px;
	text-align:left;
	padding:20px 30px 20px 40px;
	margin:160px 0px 0px 0px;
	right:40px;
	top:0;
	position:absolute;	
}

div.textbox3 {
	width:750px;
	text-align:left;
	padding:20px 30px 0px 30px;	
}

div.textbox4 {
	width:750px;
	text-align:left;
	padding:20px 30px 0px 30px;	
	position:relative;
}


div.divider1{
	background:#EAEAEA;
	height:2px;
	width:400px;
	margin:10px 0px 10px 0px;
}

div.divider2{
	background:#EAEAEA;
	height:2px;
	width:750px;
	margin:10px 0px 20px 0px;
}




div.thumbs {
	background:url(../images/thumbs.jpg) top left no-repeat;
	width:365px;
	height:116px;
	text-align:left;
	padding:95px 40px 0px 390px;
	margin:-30px 0px 0px 15px;
	position:absolute;
	bottom:0;
	left:40px;
}

div.thumbs2 {
	background:url(../images/thumbs.jpg) top left no-repeat;
	width:365px;
	height:116px;
	text-align:left;
	padding:95px 40px 0px 390px;
	margin:0px 0px 0px -15px;
}



div.contactbox1 {
	background:#e7e4db; 
	border:#d6d0c2 5px solid; 
	padding:20px 10px; 
	width:200px;	
}


div.contactbox2 {
	float:right;
	width:500px;
}


/* IMAGE STYLING */

.imghover:hover {
	-moz-opacity:.60;
	-ms-filter:”alpha(opacity=60)”; 
	filter:alpha(opacity=60); 
	opacity:.60;
	cursor:pointer;
	outline:none;
	}

.img1 {
	border:#DCD8CD 8px solid;
}
