@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: #544f23;
	background-image: url(../layout2010/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}#header {
	background-image: url(../layout2010/header.jpg);
	background-repeat: no-repeat;
	height: 194px;
	width: 1000px;
}
#nav {
	background-image: url(../layout2010/nav.jpg);
	background-repeat: no-repeat;
	height: 52px;
	width: 1000px;
	text-align: center;
	color: #BBB593;
}
#gaptop {
	background-image: url(../layout2010/gaptop.jpg);
	background-repeat: no-repeat;
	height: 33px;
	width: 1000px;
}
#mainbtm {
	background-image: url(../layout2010/main_btm.jpg);
	background-repeat: no-repeat;
	height: 33px;
	width: 1000px;
}
#footer {
	background-image: url(../layout2010/footer.jpg);
	background-repeat: no-repeat;
	height: 136px;
	width: 1000px;
}
#maincol2Texts {
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}
#maincol2Texts h1 {
	color: #55371F;
}
#btmlinks {
	color: #CC9900;
	text-align: center;
	padding-top: 20px;
}
#btmlinks a {
	color: #CC9900;
	text-decoration: none;
}
#btmlinks a:hover {
	color: #99FF66;
	text-decoration: none;
}
#copyright {
	color: #A89E4A;
	text-align: center;
	padding-top: 90px;
	padding-bottom: 20px;
}

.stylesmallfont {
font-size:x-small;
}

#copyright a {
	text-decoration: none;
	color: #CC9966;
}

#copyright a:hover {
	text-decoration: none;
	color: #99FF99;
}
#maincol1Texts {
	color: #BBB595;
	text-align: left;
	padding-right: 0px;
	padding-left: 18px;
	padding-top: 20px;
}
#timedate {
	font-size: x-small;
	color: #AD6B30;
}
/* 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
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 114px;
	
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover {
	color: #00FF00;
}

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

	#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #CC9900;
	background-color: #330000;
}

	#sddm div a:hover
	{
	color: #FFF;
	background-color: #666600;
}
/* end drop down style */	
	
#navdropdown {
	width: 945px;
	margin-right: 27px;
	margin-left: 28px;
	height: 47px;
	padding-top: 5px;
}

#maincol1Texts a {
	text-decoration: none;
	color: #33CCFF;
}
#maincol1Texts a:hover {
	text-decoration: none;
	color: #FFCC00;
}

.floatright {
	float:right;
	padding-left: 8px;
	padding-bottom: 8px;
}

.floatleft {
	float:left;
	padding-left: 0px;
	padding-right: 8px;
	padding-bottom: 5px;
}
#maincol2Texts a {
	text-decoration: none;
	color: #6F4A00;
}
#maincol2Texts a:hover {
	text-decoration: underline;
	color: #464600;
}
#leftphoto {
	padding-top: 20px;
}
#slidebg {
	background-image: url(../layout2010/images/leftcol/leftphotos_6.jpg);
	background-repeat: no-repeat;
	height: 400px;
	width: 252px;
}
#base {
	width: 42em;
	list-style-position: inside;
	}

#testimonials {
	width: 250px;
	height: auto;
}
#header h1 {
	top: -100px;
	margin: 0px;
	position: absolute;
}

