/* CSS Document */
/* Design - Bob Stephens 5/09 */ 
/* Updated 5/11 */

/* universal selector resets  margin & padding on all elements  */ 
/* */
* {
	margin: 0px;
	padding: 0px; /* 3/27/10 changed from 2px to 0px */
} 
.printlogo {
	display:none;
}
p {
	margin:5px 0 10px 0;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
}
ol, ul, li {margin: 10px;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
#orderedlist {
	margin-left: 20px;
}
a {
	color: #000;
	background-color: #FFF;
	text-decoration: underline;
}

h1 {
	margin: 10px;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background-color: #FFF;
}
img {
	margin: 0px;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: text-bottom;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #634730;
	position: relative;

}

body {
	background-color: #FFF;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#frame {
	border: 0px solid #000;
	background-color: #4BB462;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.underline {
	text-decoration: underline;
}

#navbar   #date  {
	width: 154px;
	font-size: 10px;
	font-weight: bold;
	padding: 0em;
	text-align: center;
	left: -2px;
	top: 0px;
	border: thin none #00FF00;
	color: #FFF;
}

#navbar {
	position: relative;
	width: 175px;
	float: left;
	top: 10px;
	clear: both;
	left: 5px;
	background-color: #4BB462;
}

#content {
	width:800px;
	background-color: #FFFFFF;
	font-size: 12pt;
	line-height: 1.4em;
	float: left;
	min-height: 350px;
	border: 0px solid #CCCCCC;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	position: relative;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
 }

.fullpage {
	width: 97%;
	float: left;
	margin-right: 0px;
	border: 0px solid #543F2C;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #000;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	clip: rect(auto,auto,auto,auto);
	padding: 0px;
	font-weight: bold;
	text-align: center;
}

h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: italic;
	font-weight: bolder;
	text-align: center;
	clear: both;
	background-repeat: no-repeat;
	background-position: center bottom;
	line-height: 1.5em;
	color: #B32C26;
}

h3	{
	font-weight: bold;
	font-variant: normal;
	line-height: 1em;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: -1em;
	padding: 0px;
	font-size: 100%;
	margin-top: 0.5em;
}
	
h4	{
	font-size: small;
	font-weight: 900;
	font-style: italic;
	text-indent: 1em;
	margin-bottom: -1em;
	padding: 0px;
}

strong {
	font-weight: 600;
}

#content ul li {
	list-style-type: none;
	background-color: #FFF;
	color: #000;
	margin-left: -10px;
	margin-top: -2px;
	margin-right: -10px;
}

#content ul li a {
	list-style-type: none;
	margin-bottom: 0.5em;
	background-color: #FFF;
	color: #000;
	text-decoration: underline;
}

#content ul li a:hover {
	list-style-type: none;
	margin-bottom: 0.5em;
	background-color: #00F;
	color: #FFF;
}

.lnkhvr {
	list-style-type: none;
	margin-bottom: 0.5em;
	background-color: #00F;
	color: #FFF;
}

#content table tr {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
}

.leftImg  {
	float: left;
	margin-right: 6em;
	border: medium solid #FF0000;
}

.rightImg {
	float: right;
	border: medium solid #0000FF;
	margin-left: 6em;
}

.absoluteImg {
	position: absolute;
	z-index: 5;
	left: 684px;
	top: 979px;
}
.headerfont {
	font-style: italic;
	background-color: #FFF;
	font-size: 115%;
}

.columnfont {
	font-style: normal;
	background-color: #FF9;
	color: #000;
	font-size: 130%;
}
.specialmsg {
	font-style: normal;
	background-color: #6FF;
	color: #000;
	font-size: 130%;
	width: 770px;
	border: 5px solid #F00;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-bottom: 3px;
	text-align: center;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.specialmsga {
	font-style: normal;
	background-color: #6FC;
	color: #000;
	font-size: 130%;
	width: 770px;
	border: 5px solid #F00;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-bottom: 3px;
	text-align: center;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-image: url(http://www.ironoakshoa.org/Committees/FoodBeverage/Images/Background2.jpg);
}
.specialmsg2 {
	font-style: normal;
	background-color: #FFF;
	color: #000;
	border: 0px none #FFF;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-bottom: 3px;
	text-align: center;
	left: 200px;
	margin-left: 150px;
}

.banner_parms {
	
	text-align: center;
	background-color: #FFF;
}
.banner2_parms {
	text-align: right;
	background-color: #FFF;
	clear: none;
}

#frame #content {
	font-size: 1em;
}

#frame #content h1 {
	font-style: italic;
}

p strong {
	font-family: Arial, Helvetica, sans-serif;
}

.whitetext {
	color: #FFF;
	text-align: center;
	background-color: #00F;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

br#brclr {
	clear: both
}
.contentfont {
	font-style: normal;
	background-color: #FF9;
	color: #000;
	text-align: center;
	font-size: 130%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.imgctr {
	text-align: center;
	position: fixed;
}
br {
	clear: both;
	text-align: center;
}

.centertext {
	text-align: center;
}
.bluetext {
	color: #00F;
}
.font18 {
	font-size: larger;
	text-align: center;
}
.font18left {
	font-size: larger;
	text-align: left;
}

.centerincolumn {
	text-align: center;
}
.welcome {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
}
#frame #content #welcome .welcome {
	font-size: x-large;
	text-align: center;
}
.whitegreen {
	color: #FFF;
	text-align: center;
	background-color: #4BB462;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.whoswho {
	color: #FFF;
	text-align: left;
	background-color: #4BB462;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#frame #navbar a img {
	color: #4BB462;
	background-color: #4BB462;
}
#frame #navbar a img:hover {
	background-color: #00F;
	color: #00F;
}

a:visited {
	color: #000;
}

#a:hover {
	color: #FFF;
	background-color: #00F;
}
a:hover {
	color: #FFF;
	background-color: #00F;
}

.imgborder:hover {
	border: 10px solid #00F;
}

.lga {
	font-style: normal;
	background-color: #FF9;
	color: #000;
	font-size: 130%;
}
.lgalink {
	background-color: #4BB462;
	text-align: center;
}
.arial14 {
	font-size: 14px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
#frame #content .photo2 img {
	border: 1px solid #000;
	background-color: #fff;
	padding: 4px;
}
.arial1410 {
	font-size: 14px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.titlefont {
	font-style: italic;
	background-color: #FFF;
	font-size: 20pt;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	margin: 10px;
	font-weight: bold;
	float: none;
}

/* DIV.x is used by Tooltip */
DIV.img {
	BORDER-RIGHT: #0000ff 1px solid; BORDER-TOP: #0000ff 1px solid; FLOAT: left; MARGIN: 2px; BORDER-LEFT: #0000ff 1px solid; WIDTH: auto; BORDER-BOTTOM: #0000ff 1px solid; HEIGHT: auto; TEXT-ALIGN: center; margin-right: 10px;
}
DIV.img IMG {
	BORDER-RIGHT: #ffffff 1px solid; BORDER-TOP: #ffffff 1px solid; DISPLAY: inline; MARGIN: 3px; BORDER-LEFT: #ffffff 1px solid; BORDER-BOTTOM: #ffffff 1px solid
}
DIV.img A:hover IMG {
	BORDER-RIGHT: #0000ff 1px solid; BORDER-TOP: #0000ff 1px solid; BORDER-LEFT: #0000ff 1px solid; BORDER-BOTTOM: #0000ff 1px solid
}
DIV.desc {
	FONT-WEIGHT: normal; MARGIN: 2px; WIDTH: 200px; TEXT-ALIGN: center
}