/*---------- TYPOGRAPHY ----------*/
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #b4cd95;
	font-size: 60px;
	font-weight: normal;
	margin-bottom: .3em;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #447b94;
	font-size: 24px;
	line-height: 1.5em;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #447b94;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #447b94;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	line-height: 1.5em;
}
p {
	/* text-align: justify; */
}
a {
	color: #849d65;
}
a:hover {
	color: #447b94;
}


/*---------- MAIN STRUCTURE ----------*/


body {
	background-color: #fff;
	color: #447b94;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	text-align: center;
	background-image: url(../img/bgPage.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#container {
	margin: 0 auto;
	text-align: left;
	width: 894px;
	position: relative;
	background-image: url(../img/bgLogos.gif);
	background-repeat: no-repeat;
}
#container .innerHead {
	width: 708px;
	margin: 0 auto;
	padding-top: 67px;
}
#container .innerHead .headerImage {
	background-image: url(../img/bgHeader.png);
	height: 211px;
}
#container .innerHead .headerImage img {
	padding: 9px 0 0 9px;
}
#container .innerBody {
	width: 650px;
	margin: 0 auto;
	padding: 10px 0 40px 0;
}
#container .paper {
	background-image: url(../img/bgPaper.png);
	background-repeat: no-repeat;
	width: 648px;
	margin: 0 auto;
	padding: 30px;
}


/*---------- MAIN NAV ----------*/
#mainNav {
	height: 34px;
	background-image: url(../img/bgNav.gif);
	font-size: 12px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#mainNav .inner {
	width: 894px;
	margin: 0 auto;
}
#mainNav ul {
	display: block;
	list-style-type: none;
	margin: 0 0 0 97px;
	padding: 0;
}
#mainNav li {
	display: block;
	float: left;
	width: 99px;
	height: 30px;
/*
	cursor: hand;
	cursor: pointer;
*/
	border-right: 1px solid #83a9be;
}
#mainNav li:first-child {
	border-left: 1px solid #83a9be;
}
#mainNav li:hover {
	background-color: #466789;
}
#mainNav li img {
	padding-top: 5px;
}


/*---------- SUB NAV ----------*/
#subNav {
	width: 204px;
	height: 150px;
	background-repeat: no-repeat;
	position: absolute;
	right: 50px;
	bottom: -100px;
}
#subNav .subLink1 {
	position: absolute;
	top: 15px;
	left: 43px;
}
#subNav .subLink2 {
	position: absolute;
	top: 50px;
	left: 10px;
}
#subNav a {
	color: #417075;
	font-weight: bold;
	text-decoration: none;
}
#subNav a:hover {
	color: #2d5155;
}

.subBowls {
	background-image: url(../img/subNavBowls.png);
}

/*---------- HOME ----------*/
#homeFlash {
	width: 708px;
	height: 431px;
	background-image: url(../img/homeSlide1.png);
	background-repeat: no-repeat;
	position: relative;
}
#homeFlash #homeFlashInner {
	position: absolute;
	top: 9px;
	left: 9px;
}


/*---------- FOOTER ----------*/
#footer {
	width: 650px;
	margin: 0 auto;
	color: #7bb5cf;
	font-size: 10px;
	padding-bottom: 30px;
}
#footer ul {
	margin: 0;
	padding: 0;
	display: block;
}
#footer li {
	display: inline;
	padding-right: 20px;
}
#footer a {
	color: #7bb5cf;
	text-decoration: none;
}
#footer a:hover {
	color: #14739d;
}
#footer .copyright {
	float: right;
}

/*---------- PAGES ----------*/
.bgWater {
	background-image: url(../img/bgWater.jpg);
}
.bgBowls {
	background-image: url(../img/bgBowls.jpg);
}

.overlay {
	margin: 50px 0 0 30px;
	padding: 15px 35px 5px 25px;
	background-image: url(../img/black12.png);
}



#assocLogin {
	position: absolute;
	top: 51px;
	left: 740px;
	line-height: 1.5em;
}

#assocLogin a {
	text-decoration: none;
}




/*---------- MISC ---------*/
.clear {
	clear: both;
}
.hidden {
	display: none;
}
.required:after {
	content: "*";
	color: #fdba31;
	padding-left: 2px;
}
.orange {
	color: #fdba31;
}
.imageRight {
	float: right;
	padding: 0 0 20px 20px;
}



/*---------- CANISTER STYLES ---------*/
.floatright {
	float: right;
}
.eightways {
	color: #6588a8;
}
.eightways li {
	color: #666666;
	margin-top: 10px;
}
