/* CSS Document */
html, body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
.red {
	font-weight: normal;
	color: #990000;
}

body {
	background-image: url(images/bkgrd.gif);
}

#navwrap {
	display: block;
	clear: both;
	background-image: url(images/navwrap.png);
	background-repeat: repeat-x;
	margin-bottom: 0px;
	position: relative;
	height: 43px;
	z-index: 4;
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFF99;
}
#container {
	width: 948px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -20px;
	z-index: 3;
}
#cloudwrap {
	background-image: url(images/cloud.png);
	background-repeat: repeat-x;
	position: relative;
	z-index: 4;
	height: 865px;
	width: 100%;
	margin-top: -140px;
	clear: both;
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#cloud {
	height: 570px;
	width: 948px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 90px;
}

#left {
	float: left;
	width: 553px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#right {
	width: 370px;
	padding-left: 5px;
	margin-top: 0;
	padding-top: 0;
	float: right;
}

#image {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}

#membership {
	width: 948px;
	height: 345px;
	margin-top: -100px;
	margin-right: auto;
	margin-left: auto;
}

#memberswrap {
	width: 724px;
	height: 260px;
	background-image: url(images/HYM-back.png);
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#members {
	height: 250px;
	width: 685px;
	overflow: auto;
	position: relative;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 5px;
	margin-top: 18px;
	margin-right: auto;
	margin-left: auto;
}

#members-c {
	position: absolute;
	height: 163px;
	width: 89px;
	margin-top: 150px;
	margin-left: 60%;
	margin-right: 100px;
}

#quicklinks {
	clear: both;
}

#mininav {
	clear: both;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: center;
}

/*navigation*/
#nav, #nav ul {
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	margin-top: 2px;
	margin-right: 8%;
	margin-bottom: 1em;
	margin-left: 5%;
}

#nav a {
	display: block;
	height: 13px;
	width: 25em;
	text-decoration: none;
	padding: 0.25em 2em;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../home/images/logowrap.png);
	color: #FFFFFF;
}

#nav a:hover{
	color: #FFCC33;
}
#nav a.daddy {
}

#nav li {
	float: left;
	padding: 0;
	width: 10em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 50px;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 9em
}

#nav li ul a {
	width: 8em;
	width: 8em;
}

#nav li ul ul {
	margin: -1.75em 0 0 12em;
}

#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 {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background-color: #A1241C;
}

.mininav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFff;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFff;
	text-transform: capitalize;
}

.mininav a:link{
	color: #FFFFff;
	text-decoration: none;
	}

.mininav a:hover {
	color:#FFFF66;
	text-decoration: none;
	}
	
.mininav a:visited {
	color: #999999;
	text-decoration: none;
	}
#copyrights {
	display: block;
	clear: both;
	overflow: hidden;
	background-image: url(../home/images/footerwrap.png);
	height: 110px;
	padding-bottom: 0px;
	background-repeat: repeat-x;
	margin-top: 20px;
}

/*Specific text, headers, links */
p {
	font-family: "Century Gothic";
	font-size: 13px;
	color: #000000;
	text-align: justify;
	margin-top: 2px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#right ul {
}

#right li {
	list-style-position: outside;
	list-style-type: disc;
	padding-bottom: 5px;
	font-family: "Century Gothic";
	font-size: 12px;
}

.whitetxt {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}

