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

@import('css/lightbox.css');

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #9fd29b;
	margin: 0;
	 /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;	/* this centers the container in IE 5* browsers.
						   The text is then set to the left aligned default in the #container selector */
	color: #000000;
	}
#container {
	width: 905px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 20px auto;  /*the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left;  /*this overrides the text-align: center on the body element. */
	}
#header1 {
	width:905px;
	height:52px;
	background-color:#9fd29b;
	background-image:url(images/header_1_1.jpg);
	background-repeat:no-repeat;
	}
#header2{
	width:905px;
}
#header2a {
	float:left;
	width:98px;
	height:288px;
	background-color:#9fd29b;
	background-image:url(images/header_2_1.jpg);
	background-repeat:no-repeat;
	}
#header2b {
	/*position:relative;*/
	float:left;
	width:735px;
	height:288px;
	background-color:#9fd29b;
	background-image:url(images/header_2_2.jpg);
	background-repeat:no-repeat;
	}
#flashHeader{
	position:relative;
	left:0; top:3px;
	}
#header2c {
	/*position:relative;*/
	float:left;
	width:72px;
	height:288px;
	background-color:#9fd29b;
	background-image:url(images/header_2_3.jpg);
	background-repeat:no-repeat;
	}
	
/*************** body content ****************/

.body1{
	width:905px;
	
}
	.body1a {
		float:left;
		width:98px;
		height:42px;
		background-image:url(images/bodyBg_1_1.jpg);
		background-repeat:no-repeat;
		}
	.body1b {	
		float:left;
		width:735px;
		height:42px;
		background-image:url(images/bodyBg_1_2.jpg);
		background-repeat:repeat-x;
	}
	.body1c {
		float:left;
		width:72px;
		height:42px;
		background-image:url(images/bodyBg_1_3.jpg);
		background-repeat:repeat-x;
	}
.body2{
	width:735px;
	float:left;
	padding:0 72px 0 98px;
	background-image:url(images/bodyBg_2.jpg);
	background-repeat:repeat-y;
}
/* this is restyling body2 for IE browsers*/
#IEroot .body2 {
	width:905px;
}

.body2_gallery{ 
	width:778px;
	float:left;
	padding:0 52px 0 75px;
	background-image:url(images/bodyBg_2.jpg);
	background-repeat:repeat-y;
}

/* this is restyling body2 for IE browsers*/
#IEroot .body2_gallery {
	width:905px;
	float:left;
	padding:0 52px 0 75px;
	background-image:url(images/bodyBg_2.jpg);
	background-repeat:repeat-y;
}

.body3{
	float:left;
	width:905px;
	height:27px;
	background-image:url(images/bodyBg_3_1.jpg);
}

/***************** FOOTER STYLES *****************/


#footer1 {
	float:left;
	width:98px;
	height:97px;
	background-image:url(images/bottomBg1.jpg);
	background-repeat:no-repeat;
	}
#footer2 {	
	float:left;
	width:698px;
	height:97px;
	padding:28px 0 0 0;
	background-image:url(images/bottomBg2.jpg);
	background-repeat:repeat-x;
}
	#footerLinks{
		font-size:9px;
		float:left;
		width:498px;
	}
	#copyright{
		font-size:9px;
		float:left;
		width:200px;
		text-align:right;
	}
#footer3 {
	float:left;
	width:109px;
	height:97px;
	background-image:url(images/bottomBg3.jpg);
	background-repeat:no-repeat;
}
#IEroot #footer3 {
	width:105px;
}

/*************** ALL OTHER STYLES *************/

h1{
	font-size:14px;
	font-style:bold;
	}
p{
	margin:0;
	font-size:12px;
	}
.normalBodyPara{
	margin-bottom:12px;
	font-size:12px;
	padding-left:20px;
}
a{
	text-decoration:none;
	color:#000000;
}
a:visited {
	color: #666666;
}
a:hover {
	text-decoration:underline;
}
a:active {
}

.contactGroup{
	padding:5px;
	border:#CCCCCC solid 1px;
}
