/*
CSS Style Sheet
Site: www.aawe.org
Company: www.mediatechproductions.com
Author: Casey Landreth
*/
HTML, BODY
{
	margin: 0px;
	height: 100%;
	font-family: Verdana;
	font-size: 10pt;
	text-align: center;
}
TABLE
{
	margin: 0px;
	padding: 0px;
}
IMG
{
	display: block;
}
H1
{
	font-size: 14pt;
}
A
{
	color: #0000FF;
	text-decoration: none;
}
A:VISITED
{
	color: #0C0C74;
}
A:HOVER
{
	color: #A4A3A7;
}
TD
{
	font-family: Verdana;
	font-size: 10pt;
}
DIV
{
	display: block;
}
/* Text Styles */
.txt8
{
	font-size: 8pt;
}
.txt10
{
	font-size: 10pt;
}
.txtRed
{
	color: #FF0000;
}
/* Layout */
.bodyNews
{
	background-position: top center;
	background-image: url("/images/bg_news.gif");
	background-repeat: repeat-y;
}
.bodyFull
{
	background-image: url("/images/bg.gif");
	background-position: top center;
	background-repeat: repeat-y;
	height: 100%;
}
#mainLayout
{
	width: 893px;
	margin: auto;
	text-align: left;
}
#mainLayout_news
{
	width: 893px;
	margin: auto;
	text-align: left;
}
#headerTop
{
	background-image: url("/images/header_bg.gif");
	width: 893px;
	height: 40px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 14pt;
	font-weight: bold;
	word-spacing: 1px;
	margin-left: 1px;
}
#content_sm
{
	width: 550px;
	float: left;
	text-align: left;
	margin-left: 8px;
}
#content_lg
{
	width: 740px;
	float: left;
	text-align: left;
	margin-left: 8px;
}
#newsBox
{
	float: right;
	width: 178px;
	padding-right: 10px;
	font-size: 8pt;
}
#newsBox TD
{
	font-size: 8pt;
}
/* Middle Nav */
#middle
{
	width: 893px;
	height: 137px;
	margin-left: 1px;
}
#middle TABLE
{
	padding: 0px;
	margin: 0px;
	display: block;
}
#middleNav
{
	margin-left: 185px;
	padding-top: 3px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10pt;
}
#middleNav A
{
	color: #000000;
	text-decoration: none;
}
#middleNav A:HOVER
{
	color: #FFFFFF;
}
/* Left Nav */
#leftNav
{
	width: 126px;
	margin-left: 4px;
	float: left;
	clear: both;
	font-family: Verdana;
}
#leftNav A
{
	text-transform: uppercase;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#leftNav A:HOVER
{
	color: #FFFFFF;
}
.subNavOn
{
	background-color: #A4A3A7;
	border-bottom: 1px solid #A4A3A7;
	width: 125px;
	padding: 1px 0px 1px 3px;
}
.subNavOff
{
	background-color: #C2C2C2;
	border-bottom: 1px solid #A4A3A7;
	width: 125px;
	padding: 1px 0px 1px 3px;
}
.flyout
{
	position: absolute;
	top: -2px;
	left: 128px;
	width: 128px;
	border: 2px solid #000000;
	background-color: #C2C2C2;
	visibility: hidden;
}
#galleryImages
{
	padding-top: 5px;
	margin-left: 3px;
	text-align: center;
}
#galleryImages IMG
{
	border: 1px solid #000000;
	display: block;
}
/* Footer */
#footer
{
	width: 893px;
	border-top: 2px solid #000000;
	background-color: #FFFFFF;
	height: 10px;
	clear: both;
	font-size: 8pt;
	text-align: center;
	padding-bottom: 10px;
	color: #CCCCCC;
}
#footer A
{
	color: #CCCCCC;
	text-decoration: none;
}
#footer A:HOVER
{
	color: #0000FF;
}
#footerCell
{
	border-bottom: 5px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
/* Gallery */
#galleryNav
{
	background-color: #C2C2C2;
	border: 1px solid #000000;
}
#galleryNav A
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#galleryNav A:HOVER
{
	color: #FFFFFF;
}
.transOn
{
	opacity: 0.5;
	border: 1px solid #000000;
}
.transOff
{
	opacity: 1;
	filter: alpha(opacity=100);
	border: 1px solid #000000;
}
/* Misc */
.tableHead
{
	background-color: #C2C2C2;
	border: 1px solid #000000;
	font-weight: bold;
	text-transform: uppercase;
}
/* Forms */
INPUT, TEXTAREA
{
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding-left: 3px;
}
.button
{
	background-color: #C2C2C2;
	text-transform: uppercase;
	font-size: 8pt;
}
.inputSelect
{
	background-color: #EBEBEB;
}
.radioButton
{
	border: 0px;
}