@charset "utf-8";
/* CSS Document */

html, body
{
	height: 100%;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background: #23536D;*/
	background: white;
	margin: 0;
}

.constrained
{
	width: 964px;
	margin: 0 auto 0 auto;
}

#second-container
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: 393px;
	background: url('images/bg02.jpg') repeat-x;
}

#second-left
{
	width: 200px;
	padding: 0 15px 0 0;
	float: left;
}

#second-right
{
	float: left;
	width: 698px;
	padding-left: 15px;
}

#third-right
{
	float: left;
	width: 200px;
	padding: 0 0 0 15px;
}

#third-main
{
	float: left;
	width:728px;
	padding-right: 10px;
}

#third-center
{
	float: left;
	width: 487px;
	padding: 0 15px 0 15px;
}

#wide-content
{
	padding: 20px;
}

#top
{
	background: url('images/topbg.jpg') repeat-x top left;
	height: 554px;
}

#top-header
{
	background: url('images/header.jpg') no-repeat top left;
	height: 510px;
}

img.clickhere
{
	margin-top: 481px;
	margin-left: 613px;
	display: block;
	position: absolute;
}

#middle-container
{
	background: url('images/mright_bg.jpg') no-repeat right bottom;
}

#middle
{
	/*background-color: white;*/
}

#middle-left
{
	/*width: 563px;*/
	width: 549px;
	padding-left: 14px;
	padding-right: 60px;
	_padding-right: 40px;
	float: left;
}


#middle-right
{
	width: 340px;
	padding-bottom: 147px;
	float: left;
}

#bottom
{
	color: white;
	background: url('images/bottombg.jpg') repeat-x top left;
}

#bottom2
{
	color: white;
	background: url('images/bottombg.jpg') repeat-x top left;
	margin-top: -393px;
}

#bottom-content
{
	height: 279px;
	/*padding-top: 114px;*/
	background: url('images/bcontentbg.jpg') no-repeat top left;
	text-align: left;
}

.green-bar-content
{
	color: white;
	padding: 55px 0 40px 70px;
}

#bottom-content2
{
	height: 279px;
	/*padding-top: 114px;*/
	background: url('images/bcontentbg2.jpg') no-repeat top left;
}

#sponsor-box
{
	background-color: white;
	margin-top: 16px;
	padding: 10px;
}

#bottom-footer
{
	color: white;
	font-size: 11px;
	margin-top: 33px;
	padding-bottom: 40px;
	background: url('images/sponsorbg.jpg') repeat-x bottom left;
}

.search-button
{
	background-color: #B7D432;
	border: 1px solid black;
}

.search-text
{
	border: 1px solid black;
}

/* navigation layout */
#navigation ul.top
{
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation ul.top li
{
	display: block;
	float: right;
	padding-top: 17px;
}

#navigation ul.top li.search
{
	padding-top: 10px;
}

#navigation ul.top li.hover
{
	background: url('images/navhover.jpg') repeat-x top left;
}

#navigation a:link.top,
#navigation a:visited.top,
#navigation a.top
{
	color: white;
	text-decoration: none;
	font-size: 11px;
	padding: 0 15px 0 15px;
}

#navigation ul.flyout
{
	display: none;
	position: absolute;
	border-top: 19px solid black;
	border-bottom: 1px solid black;
	margin: 13px 0 0 0;
	padding: 0;
	list-style: none;
}

#navigation ul.flyout li
{
	display: inline;
	float: none;
	padding: 0;
	margin: 0;
}

#navigation ul.flyout li ul.flyout
{
	border-top: none;
	margin: 0 0 0 157px;
}

#navigation a:link.flyout,
#navigation a:visited.flyout,
#navigation a.flyout
{
	display: block;
	border: 1px solid black;
	border-bottom: none;
	background-color: white;
	padding: 3px;
	font-size: 11px;
	width: 150px;
	color: black;
	text-decoration: none;
}

#navigation a:hover.flyout
{
	background-color: #B7D432;
	color: black;
}
