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


@import url(Print.css);
@import url(Titles.css);

/* general css *************************************/

.clearfloat { 
	clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;}

.clear {
	clear:both;   
	height:0;    
	font-size: 1px;    
	line-height: 0px;
	}

/* sequential structure *************************************/


body {		background-color:#ffffff;
			font-family:Tahoma, Geneva, sans-serif;
			}
#wrapper {	width: 805px;
			margin: 20px auto!important;
			background-color:#FFFFFF;
			border: 1px solid #cccccc;}
#bannerBackground {}
#banner {}
	#banner img {
		border: none;}

#navigation {
			overflow: auto;
			/*display:none; */}
			
			
#content { /*content holder for floats */
	width: 100%;
	overflow: auto;
	}

#contentLeft {
	float: left;
	display: inline;
	width: 250px;
	margin: 0px 10px 10px 10px;
	overflow:auto;
	}

#contentRight {
	/*min-width:200px;*/
	margin: 30px 10px 10px 270px;
	height: 1%;}

			.test {
			margin: 20px 30px 10px 30px;
			border-bottom: 1px solid #cfcfcf;
			border-top: 1px solid #cfcfcf;
			padding: 0px;}
			
			.test p {
			margin: 0px 0px 10px 0px;
			font-size: 0.9em;
			color: #333333;	}




#contentGallery {
margin: 30px 0px 10px 270px;

	}
	
	#galleryContainer {
	display: inline;
	overflow: hidden;
	margin: 0px 0px 0px 0px 0px;
	padding: 0px 0px 0px 1px;}

	
	.thumbnail {
	float: left;
	display: inline;
	margin: 5px 5px 0px 0px;
	padding: 0px;
	text-align: left;
	width: 126px;
	border: 1px solid #cfcfcf;
	}

	.thumbnail img{
	background: #ffffff;
	padding: 0px;
	margin: 4px auto;
	display:block;}
	
	.thumbnail a {
	color:#999999;
	text-decoration: none;}
	
	a img {border:none;}
	
	div.thumbnail:hover{
	background: #333333;
	color: #ffffff;}

	#galleryContainer p {
		font-size: 12px;
		color: #666666;
		margin: 5px 3px 3px 3px;}
	

/* #contentHolder {
		margin: 20px 0px 0px 0px;
		overflow:auto;}	*/

/*#leftFrame {
		float: left;
			width: 250px;
			margin: 10px 20px 20px 20px;
			overflow:auto;} */

/*#textHolder {

		margin: 10px 20px 0px 20px;
		border: 1px solid red;
		overflow: auto;
		padding: 0px 10px 10px 10px;} */
		
		
		
		

#contactInfo {
			margin: 10px 30px 10px 30px;}
#footer {			
			height: 140px;
			background-image:url(../graphics/Walliswood-footer.jpg);
			position:relative;}
#footerText {
			position: absolute;
			bottom: 20px;
			right: 10px;
			width: 220px;
			}

/* typography *************************************/

	h1, h2, h3, h4, h5, h6 {
			font-weight:normal;}


	h1 { 
	margin: 0px 0px 0px 0px!important;
	padding: 0px;
	font-size: 40px;}
	
	h2 {
	margin: 20px 0px 20px 0px!important;
	padding: 0px;
	font-size: 15px;}
	
	p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-size: 1em;
	font-weight:normal;
	color: #000000;}
	
	#contactInfo p {
		margin: 3px 0px 0px 0px;
		font-size: 0.9em;}
	
	#contactInfo a {
		text-decoration:none;}
		
	#footer p {
	font-size: 0.7em;
	margin: 5px 5px 5px 5px;
	color: #333333;		
	}
	
	#footer a {
		text-decoration:none;
		color: #000000;}
		
	#footer strong {
		font-weight:normal;}	

		

/* images *************************************/

	#contentLeft img {
			border: 1px solid #cccccc;
			padding: 4px;
			background-color: #ffffff;}


/* navigational *************************************/	
	
ul#tier1Nav {
margin: 5px 1px 0px 0px;
padding: 0;
list-style:none;
float: right;
display: inline;
}

	#tier1Nav li {
	float: left;
	}
	
	#tier1Nav a {
	font-size:1.0em;
	width: 106px;
	text-decoration:none;
	/*border-left: none; */
	margin: 3px 5px 3px 0px;
	padding: 3px 10px 4px 10px;
	display: block;
	color:#333333; 
	border: 1px solid #cccccc;
	/*border: 1px solid #31587f; */
	/*background-color: #465E00; */
	}	
	
	#tier1Nav a:hover {
		color: #ffffff !important;
		background-color:#333333 !important;}
		

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	