/* homestead tours */

html{margin:0;height:100%} 

body {
	margin:0;
	padding:0;
	height:100%;
	line-height: 1.75em;
	font-family: "Lucida Sans", Arial, san-serif;
	font-size: 14px;
	text-align:left;
	color:#ffffcc;
	background-color: #ffffcc;
	background-attachment: fixed;
	background-image: url(images/main_background.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}


p{ margin-top: 0.6em; margin-bottom: 0.6em; } 

#outershell{
	width: 1000px;
	margin: 0 auto;
	background-image: url(images/outerBack.png);
	background-repeat: repeat-y;
	background-position: center;
 }

#innershell{
	position:relative;
	margin-left:25px;
	width: 950px;
	min-height:100%;
	height:auto!important;
	height:100%;
	background-color: #003300;
	background-attachment: scroll;
	background-image: url(images/main_background.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}


#topsection{
	width: 950px;
	margin-top:0px;

}


.navigation {
	height:12px;
	min-height:12px;
	font-family: "Lucida Sans", Arial, san-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.08cm;
	color: #f4f4f4;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;	
	}
	
		.navigation a:link {    text-decoration: none;font-weight: bold;

							color: # f4f4f4;}
							
		.navigation a:visited {    text-decoration: none; font-weight: bold;

							color: #c0c0c0;}
	
	.navigation a:hover {    text-decoration: none; font-weight: bold;

							color: #800000;}
							
	.navigation a:visited:hover {    text-decoration: none;font-weight: bold;

							color: #800000;

}
	
	
#contentwrapper {
	background-image: url(images/content_back.gif);
	background-repeat: repeat-x;
	background-position: left top;
}


#contentwrapper, .contentwrapper{
	padding: 20px;
	

}



.righttext {
text-align:right;
padding: 0px;
font-family: "Lucida Sans", Arial, san-serif;
font-size: 16px;
color: #ffffcc;

}
.centretext {
text-align:center;
padding: 0px;
font-family: "Lucida Sans", Arial, san-serif;
font-size: 18px;
color: #ffffcc;

}
.largetext {padding: 0px;
font-family: "Lucida Sans", Arial, san-serif;
font-size: 18px;
color: #ffffcc;
}
.mediumtext {padding: 0px;
font-family: "Lucida Sans", Arial, san-serif;
font-size: 17px;
color: #ffffcc;
}


.forms {
	height:18px;
	min-height:18px;
	font-family: "Lucida Sans", Arial, san-serif;
	font-size: 18px;
	font-weight: normal;
	color: #ffffcc;
	

}
.caption
{font-family: "Lucida Sans", Arial, san-serif;
	font-size: 14px;
	color:#ffffcc;
}

h1 {
	font-size:30px;
	letter-spacing: 3px;
	color:#ffffcc;
	font-family: "Lucida Sans", Arial, san-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-align:center;
}

h2 {
	font-size:24px;
	margin-bottom:0px;
	letter-spacing: 2px;
	font-family: "Lucida Sans", Arial, san-serif;
	
	color:#ffffcc;
	font-weight: bold;
	line-height: normal;
}

h3 {font-size:28px;
	
	font-family: "Lucida Sans", Arial, san-serif;
		text-transform: uppercase;
	color:#ffffcc;
	font-weight: bold;}

h4 {font-size:16px;
	letter-spacing: 2px;
	font-family: "Lucida Sans", Arial, san-serif;
		text-transform: lowercase;
	color:#ffffcc;
	font-weight: bold;}




	


a:link {
	font-family: "Lucida Sans", Arial, san-serif;
	font-size: 16px;
	color: #f4f4f4;
    font-weight: normal;
	text-decoration: underline;
	}

a:visited {
	font-family: "Lucida Sans", Arial, san-serif;
	font-size: 16px;
	color: #f4f4f4;
    font-weight: normal;
	text-decoration: underline; 
}
	
	a:hover {
	font-family: "Lucida Sans", Arial, san-serif;
	font-size: 16px;
	color: #800000;
font-weight: bold;
	text-decoration: none; 
}
	
	a:visited:hover {
	font-family: Arial;
	font-size: 18px;
	color: #800000;
font-weight: bold;
	text-decoration: none;
 }