
/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  07: 3Col_Fixed_Width
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0 20px 0 20px;
	padding: 0;
	background-image: url(img/08HonuPageBG.jpg);
	background-repeat: repeat-x;
*/
}

#masthead {
	color: #999999;
	/*	background-color: #000000; */
	padding: 0px;
	margin: 0;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
}

#column_wrapper {
	background-image: url(img/08HonuMainBG.jpg);
	background-repeat: repeat-y;/*	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000; */
}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

#center {
	width: 506px;
	float: left;
}

#left {
	width: 210px;
	float: left;
}

#right {
	width: 264px;
	float: left;
}

#center .content {
	padding: 24px 20px;
	font-size: 0.8em;
	line-height: 1.25em;
}

#left .content {
	padding: 0px 0px;
	font-size: 0.75em;
	line-height: 1.5em;
}

#right .content {
	padding: 0px 0px;
	font-size: 0.75em;
	line-height: 1.5em;
}

#masthead .content {
	padding: 0px;
}

#footer .content {
	padding-top: 8px;
	padding-bottom: 8px;
}

#footer {
	color: #999999;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 0.7em;
	clear: both;
	background-image: url(img/08HonuFooterBG.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	height: 34px;
	width: 980px;
}

.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}

#left a:link {
	color: #CC0000;
	text-decoration:none;
}

#left a:visited {
	color: #CC0000;
	text-decoration:none;
}

#left a:hover {
	color: #666666;
	text-decoration:underline;
}

#center a:link {
	color: #CC0000;
	text-decoration:none;
}

#center a:visited {
	color: #CC0000;
	text-decoration:none;
}

#center a:hover {
	color: #666666;
	text-decoration:underline;
}

#right a:link {
	color: #CC0000;
	text-decoration:none;
}

#right a:visited {
	color: #CC0000;
	text-decoration:none;
}

#right a:hover {
	color: #666666;
	text-decoration:underline;
}

#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #CC0000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
	text-decoration:none;
}

#wrapper .menulist a:hover {
	border-color: #CC0000;
	text-decoration:underline;
}

#footer a:link {
	color: #999999;
	text-decoration:none;
}

#footer a:visited {
	color: #666666;
	text-decoration:none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}

h1 {
	font-size: 1.8em;
	line-height: 1.2em;/*	margin: 30px 0 0 0; */
}

h2 {
	font-size: 1.6em;
	line-height: 1.2em;/*	margin: 30px 0 0 0; */
}

h3 {
	font-size: 1.25em;
	line-height: 1.2em;/*	margin: 30px 0 0 0; */
}

h4 {
	font-size: 1.1em;
	line-height: 1.2em;/*	margin: 20px 0 0 0; */
}

.nomargintop {
	margin-top: 0;
}

/*.content p {
	margin: 0px 0;
}
*/
.redbold {
	color: #f00;
	font-size: 12pt;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
}

.dottedTopBottom {
	padding-top: 4px;
	border-top: 1px dashed navy;
	border-bottom: 1px dashed navy;
}

.dottedBottomOnly {
	padding-top: 4px;
	border-bottom: 1px dashed navy;
}

.GreenBG {
	background-color: #1d9476;
	text-align: center;
}

img {
	border-style: none;
	border-width: 0;
}

.BlackDescriptTextwBG {
	color: black;
	font-size: x-small;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: #d0ffff;
	text-align: center;
	border: solid 1px #b44e49;
}

.WhiteHeaderText {
	color: white;
	font-weight: bold;
	font-size: 11pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

.BlackDescriptText {
	color: black;
	font-size: x-small;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}
