/* CSS Menus - Vertical CSS Menu with Popout and Dropdown Menus - 20050131 */

body {
	background-image: url(http://www.cowyafs.org/graphics/bg.jpg);
	background-position: center center;
	padding: 5px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#wrap {
	text-align: left;
	width: 760px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 760px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #666666;
}
.topgraphic {
	width: 760px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.bar {
	background-color: #333333;
	width: 760px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	bottom: 0px;
	height: 16px;
	clear: both;
}
.bar a {
	color: #FFFFFF;
	text-decoration: none;
}
.bar a:hover {
	color: #FFFFFF;
	background-color: #999999;
}

#content {
	width: 100%;
	clear: both;
	background-repeat: repeat-y;
	background-position: center;
	background-color: #CCCCCC;
	padding: 0px;
	left: 121px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.innercontent {
	background-position: center;
	width: 740px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
}

#menu, #photo {
	float:right	}
#photo {
	width: 519px;
	height: 160px;
}

/* Begin CSS Popout Menu */

#menu{
	width:240px; /* To allow room for bottom dropdown */
	height: 160px;
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	text-indent: 10px;
	color: #FFFFFF;
	margin: 0px;
	position: relative;
	float: left;
}

#menu a {
	margin:0;
	height: 18px;
	padding-top: 3px;
	padding-left: 0px;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	background-color: #666666;
	padding-right: 0px;
	padding-bottom: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	width: 238px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
}

#menu a:hover{
	background-color: #000000;
	width: 238px;
}

#menu ul{
	list-style:none;
	width:100%;
	margin: 0;
	padding: 0;
}

/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

div#menu li, div#menu li:hover{
	position: relative;
	float: left;
}

div#menu li ul{
	left:240px;
	display:none;
	position: absolute;
	top: 0px;
	float: left;
}

div#menu ul ul,
div#menu ul ul ul,
div#menu ul li:hover ul ul,
div#menu ul li:hover ul ul ul
{
	display:none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display:block;}

.leftcol {
	width: 334px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-left: 10px;
	float: left;
}
.rightcol {
	width: 334px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-right: 10px;
	float: right;
}
.singlecol {
	top: auto;
	clear: both;
	width: 740px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #006666;
	text-align: center;
	padding-top: 5px;
	clear: both;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
	background-color: #006666;
	width: auto;
	line-height: 25px;
	clear: both;
	position: static;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006666;
	text-align: center;
	background-color: #E6E6E6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006666;
	clear: both;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	clear: both;
}

.center {
	text-align: center;
}
.small {
	font-size: 9px;
}
.blue {
	color: #0000FF;
}
#content .small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#content p {
	padding-left: 5px;
}
#content img {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}
#content hr {
	clear: both;
}
#content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#bylaws {
	clear: both;
	background-position: center 10px;
	background-color: #FFFFCC;
	width: 700px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

/* End Content Area */
#footer {
	font-size: 9px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	clear: both;
	width: 760px;
	color: #CCCCCC;
	background-color: #006666;
}
#footer a {
	color: #00FFFF;
}
.prevpage {
	font-weight: bold;
	color: #666666;
	font-size: 14px;
}
.prevpage:hover {
	color: #0000FF;
}
