/* defualt styles used in all browsers BUT Internet Explorer */
body
{
	background-color:#001e01;
	color:#404040;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	margin:5px 5px 5px 5px;
	padding:0 0 0 0;
}

div.scroll
{
	overflow: auto;
	padding: 0px 20px 0px 0px;
}

#container
{
	background:url(../images/bkgd.jpg) no-repeat;
	border:double;
	border-color:#333333;
	border-width:thin;
	height:800px;
	margin:0 auto; /* must be this way to center on the page */
	padding:inherit; /* must be this way to center on the page */
	width:800px;
}

#loginbtn
{
	clear:right;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:-2px 0 0 0;
	padding:-2px 0 0 5px;
	position:relative;
	top:auto;
	width:60px;
}

#topnavcontainer
{
	color:#f2ece3;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	margin:0 0 0 0;
	padding:0 0 0 0;
	position:relative;
	top:180px;
	width:810px;
}

.topnav
{
	height: 41px;
	margin: 3px 0px 0 0px;
	padding: 3px 0px 0 0px;
}

.topnav a:active
{
	color:#ffffcc;
	margin:inherit;
	padding:inherit;
}

.topnav a:hover
{
	color:#ffffcc;
	margin:inherit;
	text-decoration:none;
}

.topnav a:link
{
	color:#ffffcc;
	margin:inherit;
	padding:inherit;
}

.topnav a:visited
{
	color:#ffffcc;
	margin:inherit;
	padding:inherit;
}

.contentLinks a:link
{
	color: #ffffff;
	cursor: pointer;
	font-weight: normal;
}

.contentLinks a:active
{
	color: #ffffff;
	cursor: pointer;
}

.contentLinks a:hover
{
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
}

.contentLinks a:visited
{
	color: #ffffff;
	font-weight: normal;
}

/* begin home page content right section */
#contentright
{
	color:#f2ece3;
	float:right;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	left:10px;
	margin:0 5px 0 0;
	padding:0 10px 0 0;
	position:relative;
	top:180px;
	width:200px;
}

#contentright a:active
{
	color:#c6e092;
}

#contentright a:hover
{
	color:#c6e092;
	text-decoration:none;
}

#contentright a:link
{
	color:#c6e092;
}

#contentright a:visited
{
	color:#c6e092;
}

/* begin every page couple picture */
#pictcouple
{
	background:url(../images/couple.png);
	display:block;
	float:right;
	height:169px;
	margin:12px 8px 0 0;
	padding:0 0 0 0;
	position:relative;
	width:171px;
}

/* begin home page content center section */
h1#contentcenter
{
	font-size:18px;
	margin-left:-50px;
	padding-left:-50px;
}

#contentcenter
{
	color:#f2ece3;
	float:left;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	left:90px;
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	position:relative;
	top:190px;
	width:430px;
}

#contentquote
{
	color:#e9c69d;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight: 400;
	left:90px;
	line-height: 20px;
	margin:50px 0 0 0;
	padding:0 0 0 0;
	position:relative;
	top:180px;
	width:430px;
}

#footeraddress
{
	color:#f2ece3;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin:0 0 0 0;
	padding:5px 0 0 0;
	text-align:center;
}

#footercontainer
{
	clear:both;
	margin:0 0 0 0;
	padding:10px 0 0 0;
	position:relative;
	text-align:center;
	top:200px;
	width:800px;
}

#footerlinks
{
	color:#663300;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:center;
}

#footerlinks a:active
{
	 color:#cc9966;
}

#footerlinks a:hover
{
	color:#cc9966;
	text-decoration:none;
}

#footerlinks a:link
{
	color:#cc9966;
}

#footerlinks a:visited
{
	color:#cc9966;
}

#scrollcontent
{
	color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

/* Accordion styles */
.accordionHeader
{
	background-color: #553700;
	border: 1px solid #2F4F4F;
	color: white;
	cursor: pointer;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	padding: 5px;
}

.accordionContent
{
	background-color: #AD741F;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
}