/* CSS Document */

a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #541C3E;
}
a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #541C3E;
}
a:hover {
	color: #FFFFFF;
	background-color: #841759;
	text-decoration: underline;
	font-weight: bold;
}

/*navigation panel DIV. Positioning*/
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 160px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #541C3E;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	z-index: 100;
	float: left;
	margin-top: 18px;
	text-align: left;
}
#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.0em;
	margin-bottom : -1px;
}
#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 190px;
	margin-top : -2.48em;
}
#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}
#nav li a {/*sets style for navigation buttons*/
	width: 160px;
	w\idth : 160px;
	display : block;
	padding: 5px 15px;
	background-color: #FEF5F7;
	color: #541C3E;
	text-decoration: none;
	margin: 3px 0px 0px;
	vertical-align: top;
	letter-spacing: 1px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FDE8ED;
	border-bottom-color: #FDE8ED;
}
#nav li a:hover {/*sets hover state style*/
	background-color: #541C3E;
	color: #FEF8FA;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #541C3E;
	border-bottom-color: #541C3E;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { 
	/* lists nested under hovered list items */
	left: auto;
	}
html>body #button li a {
	width: auto;
	}
/*offset and postion nested listed elements*/
#button li>ul {
	top: 0px;
	position: relative;
	left: 0px;
}
/*display nested list elements on hover*/
#button li:hover ul, #button li.over ul {
	display: block;
}

	#button li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}

/*document styles*/ 
body {
	min-width:850px;
	text-align: center;
	}
#wrap {
	background-color: #ffffff;
	margin:0 auto;
	width:850px;
	}
#header {
	background-color: #669999;
	height: 130px;
	}
#header h1 {
    padding:0px;
	margin:0;
	}
#main {
	background:#FFFFFF;
	float:right;
	width:600px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #541C3E;
	background-color: #FDE8ED;
	text-align: left;
	font-style: italic;
	padding: 20px 20px 40px;
	margin-top: 40px;
	margin-bottom: 60px;
	margin-right: 0px;
	margin-left: 0px;
	min-height: 550px;
	_height: 550px
	}
#main h1 {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main h2 {
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}		
.tabletext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	line-height: 18px;
}
.guestcomment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	padding-bottom: 5px;
	text-transform: uppercase;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #541C3E;
	background-color: #FEF5F7;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FDE8ED;
	border-bottom-color: #FDE8ED;
	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin: 0px;
	clear: both;
	width: 840px;
	padding-right: 0px;
    }
#CINZ {
	text-align: center;
	width: 180px;
	float: left;
	margin-top: 20px;
	z-index: 0;
	margin-bottom: 20px;
}
.rightimage {
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.images {
	float: right;
	width: 210px;
	padding-left: 20px;
}
.feature {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	padding: 20px;
	height: 220px;
}
#vote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #663333;
	background-color: #FFFFFF;
	border: 1px dotted #663333;
	padding: 15px;
	font-style: normal;
}