/* introduction */

	* {
	margin: 0;
	padding: 0;
	}
	body {
	font-family:Arial, Helvetica, sans-serif;
	color: #8C8C8C;
	font-size: 13px;
	text-align: center;
	background-image: url(img/img_bkgd.gif);
	}
	a:link, a:visited {
	color: #2C5783;
	text-decoration: none;
	}
a:hover, a:active {
	text-decoration: underline;
}
	ul {
	list-style-type: square;
	padding-left: 20px;
	line-height: 20px;
	}

/* =STRUCTURE */
	#wrapper {
	width: 733px;
	margin: 25px auto 5px auto;
/*	margin: 20px auto;*/
	text-align: left;
	background:url(img/img_bkgd.jpg) no-repeat;
	height: 457px;
	padding: 13px 28px 26px 29px;
	}
	#inside-wrapper {
	width: 733px;
	height: 458px;
	/*margin: 13px 28px 26px 29px;*/
	}
	#navtop{
	padding: 18px 0px 0px 309px;
	}
	#navbot{
	padding: 64px 0px 0px 12px;

	}
	#logo {
	padding: 0px 28px 0px 0px; 
	width: 112px;
	float:left;
	}
	
	#topheader {
	float: right;
	width:592px;
	height: 109px;
	margin-bottom:18px;
	}
	
#flashimg{
	height: 175px;
	clear:both;
}
/* Target IE7 only */
html>body div#flashimg{
	*margin-top:20px;
}
div.header{
	height: 50px;
	clear:both;
	padding: 0px 0px 0px 26px;
}
	#home-text{
	padding: 20px 0px 0px 350px;
	margin: 0px;
	height: 106px;
	
	}
	
	div.header.purple{
		background-color: #666699;	
	}
	div.header.blue{
		background-color: #2c5783;	
	}	
	div.header.green{
		background-color: #56a973;	
	}
	div.header.red{
		background-color: #d6605c;	
	}
	div.header.lblue{
		background-color: #6699cc;	
	}
	div.header.aqua{
		background-color: #4fa7b0;	
	}
	div.header.brown{
		background-color: #D7845B;	
	}
	div.header.lpurple{
		background-color: #B77AB7;	
	}
	div.header.orange{
		background-color: #FD874E;	
	}
	#content {
	height:235px;
	background-color:#FFFFFF;
	padding: 23px 26px;
	}
	#content-gallery {
	height:245px;
	background-color:#FFFFFF;
	padding: 13px 26px;
	}

	
	
	.rightimg {
	float:right;
	padding: 8px;
	border:#ededed 1px solid;
	}
	#textcont{
	width: 410px;
	height: 235px;
	float: left;
	}
	#text-contact{
	width: 240px;
	height: 235px;
	float: left;
	}
	#text-contactform{
	width: 370px;
	height: 235px;
	float: right;
	}
	.textfield{
	font-family:Arial, Helvetica, sans-serif;
	color: #777777;
	font-size: 13px;
	}
	
	#footer {
	text-align: center;
	font-size: 11px;
	color:#AAAAAA;
	padding: 0px 0px 15px 0px;

	}