﻿/*************************************************************************
  CSS Includes
**************************************************************************/
@import url('norm.css');

/*************************************************************************
// HTML Customizations
**************************************************************************/
html {
	min-height: 100%;
	height: auto;
}

body 
{
	font-family: Verdana, Arial, helvetica;
	font-size: 10pt;
	color: #312C1F;
	background: #abaf4d url('../Images/bottom_BG.gif') no-repeat center bottom;
}

#wrap {
	margin: auto;
	width: 895px;
	padding-bottom: 20px;
}

h2 
{
	padding: 0px;
	margin: 10px 0px 10px 0px;
	font-weight: bold;
	font-size: 9pt;
	text-transform: uppercase;
	color: #363224;
}

/*************************************************************************
// Primary Navigation
**************************************************************************/
#topNav ul {
	margin-top: 20px;
	list-style-type: none;
	text-align: center;
	float: left;
}

#topNav ul li {
	display: block;
	float: left;
}

#topNav ul li img {
	margin-bottom: 10px;
	margin-right: 0px;
	text-decoration: none;
	display: block;
	text-align: right;
}

#topNav_underline 
{
	padding-bottom: 5px;
}

/*************************************************************************
// Content Styles
**************************************************************************/
#content
{
	margin-bottom: 20px;
}

#content #left
{
	float:left;
}

#content #right
{
	float:right;
	vertical-align: top;
}

#content #flyer 
{
	padding-left: 5px;
}

#content #sponsors
{
    padding-left: 25px;
    padding-top: 10px;
}

#content #text 
{
	padding: 10px 0px 0px 15px;
	text-align: left;
	margin-top: 5px;
	background: url('../Images/home_bannerBG.gif') no-repeat;
	xheight: 227px;
	height: 290px;
	width: 525px;
}

#content #text P 
{
	padding: 0px 30px 0px 10px;
}

#content #logos 
{
	text-align: center;
	float: none;
}

.leftImage 
{
	float: left;
}

#middleImage 
{
	background: url('../Images/middleImage_BG.gif') no-repeat;
	width: 390px;
	height: 267px;
	float: left;
}

#middleImage Img 
{
	padding: 10px 0px 0px 11px;
}

#rightImage 
{
	background: url('../Images/rightImage_BG.gif') no-repeat;
	width: 310px;
	height: 267px;
	float: left;
}

#textArea
{
	float: left;
}

#textTop
{
	background: url('../Images/text_top.gif') no-repeat;
	width: 890px;
	height: 34px;
}

#textMiddle
{
	background: url('../Images/text_middle.gif') repeat-y;
	width: 890px;
	height: auto;
	float: left;
	padding: 5px 15px 5px 15px;
}

#textBottom
{
	background: url('../Images/text_bottom.gif') no-repeat;
	width: 890px;
	height: 30px;
	float: left;
}

#leftPanelText 
{
	float: left;
	vertical-align: top;
	width: 329px;
}

#leftPanelText IMG
{
	padding-left: 10px;
}

#leftPanelText P
{
	padding: 5px 30px 0px 10px;
	font-size: 12pt;
	line-height: 35px;
	font-family: Georgia;
}

#rightPanelText
{
	float: left;
	width: 530px;
}

#rightPanelText LI
{
	background: url('../Images/listImage_BG.gif') no-repeat;
	background-position: 0px 7px;
	padding-left: 10px;
}


/*************************************************************************
// Footer Styles
**************************************************************************/

#footerSpacer 
{
	height: 100px;
	position: relative;
	width: 895px;
}


/*************************************************************************
// Misc Styles
**************************************************************************/

.scrollingBox
{
	border: solid 1px #7B8D3c; 
	height: 150px; 
	overflow: auto; 
	width: 500px; 
	padding: 5px 0px 10px 10px; 
	margin-top: 10px;
}
