/* CSS Document */
*{
	margin:0;
	padding:0;
	}
p, h1, h2{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}
.white{
	color:white;
	font-weight:bold;
	}
body{
	background: #f1ede1 url('images/headerBg_2.gif') repeat-x;
	text-align:center;
	}
	
#container{
	width:1024px;
	margin:0 auto;
	text-align:left;
	}
#header{
	width:1024px;
	height:84px;
	
	}
#logo{
	position:relative;
	float:left;
	top:5px;
	left:50px;
	width:154px;
	
	}
#logo img{
	text-decoration:none;
	border:0}	
#nav{
	position:relative;
	float:right;
	width:525px;
	top:43px;
	}
#nav ul{
	list-style:none;
	margin:0;
	padding:0;
	}
#nav ul li{
	display:block;
	float:left;
	background-image:url(images/button.jpg);
	background-repeat:no-repeat;
	width:85px;
	height:33px;	
	margin:0 1px;
	}
#nav ul li a{
	display:block;
	margin:15px auto 0 auto;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	}
#nav ul li a:hover{
	color:#66CC00;
	text-decoration:none;
	}	
#newsflash{
	height:202px;
	}
#slides{	
	height:381px;
	background:url(images/slidesBg.gif) no-repeat center top;
	/*border:#aabbee solid 1px thin;*/
	}
#slides h1{
	font-size:22px;
	font-weight:bold;
	color:#c46e6e;
	margin:5px 0 5px 0;
	}
#slides p{
	font-size:12px;
	color:#333333;}
#slides p.white{
	color:white;
	}
#outtercontainer{
	position:relative;
	top:80px;
	margin:0 auto;
	width:700px;
	height:223px;
	/*border:#333333 solid 1px;*/
	overflow:hidden;
	}
#innercontainer{
	position:absolute;
	width:338px;
	/*border:red solid 1px;*/
}
#innercontainer img{
	margin:18px 0 23px 0;
	padding:0;
	}
#text{
	position:absolute;
	left:360px;
	width:320px;
	height:200px;
	overflow:hidden;
	/*border:yellow solid 2px;*/
	}
#textcontainer{
	position:absolute;
	width:2024px;
	height:200px;
}
#textcontainer h1{
	font-family: Impact, "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#6c8d51;
	text-transform:uppercase;
	}
.slidestext{
	position:relative;
	float:left;
	width:300px;
	margin:0 20px;
	}
#buttons{
	position:absolute;
	left:380px;
	top:200px;
	width:320px;
	/*border:yellow solid 2px;*/
	}
#portfolio{
	width:860px;
	margin:0 auto;
	}
#about{
	width:650px;
	margin:10px auto;
	}
#portfolio h2, #about h2{
	font-size:16px;
	color:#333333;	
	font-weight:bold;
	margin-left:16px;
	}
#portfolio h1, #about h1{
	font-size:24px;
	color:#c46e6e;
	font-variant:small-caps;
	font-weight:bold;
	margin:10px 0;
	}
#portfolio p, #about p{
	font-size:12px;
	color:#333333;
	margin:0 10px 10px 10px;
	}
#portfolio img{
	border:#CCCCCC solid 1px;
	padding:5px;
	}
#portfolio a, #about a, #textcontainer a{
	color:#c46e6e;
	text-decoration:none;
	border-bottom: #c46e6e dotted 1px;
	}
#portfolio a:hover, #about a:hover, #textcontainer a:hover{
	background-color:#c46e6e;
	color:#f1ede1;
	text-decoration:none;
	}
#portfolio table td{
	vertical-align:top;
	
	}
#portfolio table td.withborder{
	border-bottom:#ffffff dotted 1px;
}
#column{
	height: 220px;
	padding-left:30px;
	}

.block{
	width:280px;
	height:181px;
	float:left;
	background:url(images/columnBg.gif) no-repeat;
	margin:15px;
	text-align:left;
	padding:10px;
	}
#footerBg{
	background:#bb8274 url(images/footerBg.gif) repeat-x;
	height:320px;
	position:relative;
	}
#footer{
	width:1024px;
	height:280px;;
	background:url(images/footer.gif) no-repeat top right;
	padding:20px 80px 10px 80px;
	/*border:#aabbcc solid 1px;*/
	text-align:center;
	margin:0 auto;
	}
#footer .column{
	position:relative;
	width:260px;
	height:260px;
	float:left;
	text-align:left;
	margin:0px 10px 10px 25px;
	padding:10px;
	/*border:#aabbcc solid 1px;*/
	}
	
#footer h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#c8ffa0;
	background:url(images/greenDot.gif) no-repeat left center;
	padding-left:20px;
	}
#footer p{
	margin:5px 0;
	font-size:12px;
	color:#ffffff;
	}
#footer a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	border-bottom:#FFFFFF dotted 1px;
	text-decoration:none;
	background:url(images/greyDot.gif) no-repeat left center;
	padding-left:16px;
	margin-left:20px;
	}
#footer a:hover{
	text-decoration:none;
	border-bottom:#CCCCCC dotted 1px;
	}
	
/*------------------css style for the html/php form -------------------*/

textarea, input{
	background-color:#c6978a;
	color:#ffffff;
	border:none;
	}