/* CSS Document */


/**{
	margin:0;
	padding: 0;
	height: auto;
}*/

body{
	background-image: url(images/backSquare.jpg);
	background-repeat: repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

#container{
	background-color: #f0E2C8;
	height: 100%;
	width: 900px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding-top: 30px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;	
	
}

 
#header{
	width: 900px;
	height: 177px;
	background-image: url(images/header.jpg);

	}
	
#content{
	width: 829px;
	min-height:400px;
	height:100%;
	/*background-color: #f8f1e4;*/
	margin: 0 auto;
	background-image: url(images/bodyTop.jpg);
	background-repeat: no-repeat;
}

#leftCol{
	width: 300px;
	float: left;
	padding: 40px 20px 40px 50px;
	

}

#rightCol{
	width: 400px;
	float: right;
	padding: 40px 50px 0 0;

}
#footer{

	width: 900px;
	height: 40px;
	clear: both;
	padding-top: 5px;
}

h3{
	font-size: 10px;
	color:#666666;
	text-align: center;

}

h4{
	font-size: 15px;
	color: #364360;
	border-bottom: dotted #999999 2px;
	padding-bottom:20px;
}

td{
	padding-bottom: 5px;
}

p{
	font-size: 12px;
	line-height: 1.75;
	margin: 20px 0 0 0 ;
	color:#333333;
}

 #spryBar{
	color: white;
	font-size: 10.5px;
	float: right;
	margin-top: 150px;
	margin-right: 270px;
	margin-bottom: 0;
	margin-left: 0;		
 }
.click{
	float: right;
	margin: -110px -20px 0 0 ;

}

.border{
	border-bottom: dotted #999999 2px;
	padding-bottom:100px;
}

.imageBorder{
	border: 2px #666666;


}

.insideList{
	font-size: 12px;
	line-height: 1.75;
	margin: 20px 0 0 0 ;
	color:#333333;
}

.contactForm{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top:10px;
	line-height: 1.75em;
	color: #666666;
	float: left; 
	
	}
	
.hide{
	font-size: 12px;
	line-height: 1.75;
	margin: 0px 0 0 0 ;
	color:#f0e2c8;
	border-bottom: dotted #999999 2px;
	padding-bottom:100px;
}

a:link {
	color:#3a3d44;
	font-weight: bold;
	text-decoration: none;
	text-decoration: none;
 }
 
a:visited {
	color:#9f9da3;
	font-weight: bold;
	text-decoration: none;
 }
 
a:hover {
	color:#7d2318;
	font-weight: bold;
	text-decoration: none;
 }
 
a:active { 

}