@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #637d4e;
	background-image: url(../layout2010/layoutbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	background-image: url(../layout2010/header.jpg);
	background-repeat: no-repeat;
	height: 161px;
	width: 960px;
}
#nav {
	background-image: url(../layout2010/nav.jpg);
	background-repeat: no-repeat;
	height: 39px;
	width: 940px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
#btmrow {
	background-image: url(../layout2010/btmlinks.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 960px;
}
#footer {
	background-image: url(../layout2010/footernew.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 960px;
}

#nav a {
	text-decoration: none;
	color: #FFFFFF;
}
#nav a:hover {
	text-decoration: none;
	color: #BFDFFF;
}

#navarea {
	height: 39px;
	vertical-align: middle;
	text-align: center;
}
#announcements {
	border: thin solid #999966;
	margin-top: 1px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: left;
	color: #336699;
}
#announcementtitle {
	font-size: medium;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #AABFDC;
	margin-left: 20px;
	margin-right: 15px;
	margin-top: 20px;
}
#frontfloatRight {
	margin-left: 535px;
	margin-top: 5px;
	color: #FFFFFF;
	text-align: center;
}
#mainpage_feature {
	color: #FFFFFF;
	text-align: center;
}
#space {
	padding: 5px;
}
#mainpage_feature a,#frontfloatRight a,#module_leftcolumn a {
	color: #FFFFFF;
	text-decoration: none;
}
#mainpage_feature a:hover,#frontfloatRight a:hover,#module_leftcolumn a:hover {
	color: #FFCC00;
	text-decoration: none;
}
#btmlinks {
	color: #CCCC99;
	text-align: center;
	padding-top: 20px;
}

#btmlinks a {
	color: #CCCC99;
	text-decoration: none;
}

#btmlinks a:hover {
	color: #CCCC00;
	text-decoration: none;
}

#copyright {
	text-align: center;
	color: #ABB7C5;
	padding-top: 20px;
	padding-bottom: 20px;
}

#copyright a {
	color:#97A5B7;
	text-decoration:none;
}
#copyright a:hover {
color:#66CCFF;
text-decoration:none;
}
.smallfont {
font-size:x-small;
}
#maintextarea {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: center;
	color: #333333;
}
.separatetext {
	letter-spacing: 2px;
}
#maintextarea a {
	text-decoration: none;
	color: #476B9F;
}

#maintextarea a:hover {
	text-decoration: none;
	color: #996600;
}
#module_explorehouse,#module_explorecelebration  {
	text-align: center;
}
#maintextarea h2 {
	color: #996600;
}
#module_leftcolumn {
	margin-right: 64px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
}
#housestyle {
	padding-top: 10px;
	padding-bottom: 10px;
}
#contactform {
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: thin solid #6699CC;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#table {
	text-align: left;
	width: 650px;
	padding-right: 0px;
	padding-left: 0px;
}
#tableright {
	float: left;
	width: 350px;
}
#gallery_tudor {
	padding: 10px;
	margin: 10px;
	border: thin solid #6699CC;
}
#moduletop {
	background-image: url(../layout2010/images/moduletop.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 250px;
}
#modulemid {
	background-image: url(../layout2010/images/modulemid.png);
	background-repeat: repeat-y;
	height: auto;
	width: 250px;
}
#modulebtm {
	background-image: url(../layout2010/images/modulebtm.png);
	background-repeat: no-repeat;
	height: 70px;
	width: 250px;
}
#moduletoptitle {
	font-size: large;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 25px;
	padding-left: 25px;
}
#moduletexts {
	text-align: left;
	padding-left: 25px;
	padding-right: 25px;
	color: #ffffff;
}
/*
#nav ul {
	float: left;
	width: 960px;
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#nav ul li {
	display: inline;
}
#nav ul li a {
	float: left;
	height: 31px;
	text-align: center;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-size: small;
	background-image: url(../layout2010/images/div.png);
	background-repeat: no-repeat;
	background-position: right top;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#nav ul li a:hover {
	color:#FFCC00;
	background-image: url(../layout2010/images/div.png);
	background-repeat: repeat-x;
}
*/
#nav li .last {
	background: none;
}
.cleaner {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}
#socialnetworking {
	padding-top: 10px;
}


/* drop down style */
#sddm
{
	margin: 0;
	padding: 0;
	z-index: 30
}

#sddm li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-weight: bold;
	
}

#sddm li a
{
	background-image: url(../layout2010/images/div1.png);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	width: 148px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	height: 21px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
}

#sddm li a:hover {
	color: #FFCC00;
	background-image: url(../layout2010/images/div.png);
	background-repeat: repeat-x;
}

#sddm div
{
	position: absolute;
	visibility: hidden;
	border: 0px solid #996600;
	background-color: #9fbedb;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

	#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	padding: 6px 10px;
	width: 136px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #284D6C;
	background-color: #cc9933;
	font-size: small;
	font-weight: normal;
}

	#sddm div a:hover
	{
	color: #FFF;
	background-color: #666600;
}
/* end drop down style */	
#header h1 {
	margin: 0px;
	position: absolute;
	top: -100px;
}

.style1title {
	font-size: medium;
	font-weight: bold;
}

#moduletexts a {
	color: #FFCC00;
	text-decoration: none;
}
#moduletexts a:hover {
	color: #00FFFF;
	text-decoration: none;
}

