
@charset "utf-8";
/* CSS Document */

body{
	margin: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img
{
	border: none;
}

.akina-logo{
	top: 15px;
	right: 20px;
	float: right;
}

.top {
	background-image: url(../images/top-bg.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
	min-height: 175px;
	padding: 15px;
	max-width: 800px;
	margin: 0px auto;
}

.top img {
	border: 0px;
}

.main {
	background-image: url(../images/main-bg.jpg);
	background-repeat: no-repeat;
	min-height: 494px;
}

.bottom {
	background-image: url(../images/btm-bg.jpg);
	background-repeat: repeat-x;
	height: 127px;
	font-size: 0.7em;
	padding: 20px;
}

.bottom a{
	color: #666666;
	text-decoration: none;
}

.bottom a:hover{
	color: #999999;
}

.mainmenu {
	float: left;
	margin: 0px;
	padding: 10px;
	width: 215px;
	font-weight: bold;
	min-height: 474px;
	height: 100%;
	background-image: url(../images/opaque-brown.png);
}

.mainmenu a{
	color: #FFFFFF;
	text-decoration: none;
}

.mainmenu a:hover{
	color: #EED9CA;
	text-decoration: none;
}

.spacer{
	border-top-color:#FFFFFF;
	border-top-width: 1px;
	border-top-style: dotted;
	height: 5px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.content{
	background-image: url(../images/top-bg.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
	padding: 15px;
	max-width: 800px;
	margin: 0px auto;
}

.content p{ 
	font-size: .9em;
	color: #000000;
	max-width: 700px;
}

.content h1 {
	color: #666666;
}

.content h2 {
	color: #6f3d23;
	line-height: normal;
}

.content h3{
	color: #A87D64;
	line-height: normal;
	border-bottom-color: #A87D64;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: -10px;
}

.content a
{
	font-weight: bold;
	color: #6f3d23;
	border: none;
}

.content a:hover{
	color: #A87D64;
}

.content ul li
{
	margin: 15px;
	list-style: none;
}

.content > img
{
	border: none;
}

#surveytable {
	padding: 1px;
	margin: 1px;
	font-size: 14px;
}

#surveytable td, tr {
	padding: 3px 1px 3px 1px;
	margin: 1px;
}

.bold {
	font-size: 16px;
	font-weight: bold;
}

.required {
	color: #FF0000;
}

.smallPrint {
	font-size: 9px;
}

.coffeeColor
{
	color:rgb(116,68,40);
	font-weight:bold;
}

.coffeeOrangeColor
{
	color:rgb(245,146,32);
}

.footnote
{
    display: block;
	font-size: 0.7em;
	margin: 5px auto 50px auto;
	text-align:center;
}

.social
{
	display:block;
	min-height: 30px;
	vertical-align:middle; 
}
