﻿body
{
	font-size: 9pt;
	font-family: Verdana;
}

.PageWrapper
{
	width: 804px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}

.HeaderRow, .BodyRow, .FooterRow, .InnerBodyRow
{
	width: 804px;
	display: block;
	white-space: nowrap;
}

.InnerBodyRow
{
	margin-bottom: 10px;
}

.HeaderRow
{
	height: 60px;
}

.BodyRow
{
	height: 330px;
}

.FooterRow
{
	height: 94px;
}

.HeaderRow div, .BodyRow div, .FooterRow div
{
	display: inline;
}

.HeaderLeft
{
	float: left;
}

.HeaderRight
{
	float: right;
	vertical-align: top;
}

.BodyLeft, .InnerBodyLeft
{
	float: left;
	width: 68px;
}

.BodyRight
{
	float: right;
	width: 736px;
	height: 330px;
	background: url(../images/home/end.jpg) no-repeat;
}

.BodyContent
{
	float: right;
	width: 719px;
	min-height: 418px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.FooterLeft
{
	width: 330px;
	float: left;
}

.FooterRight
{
	width: 470px;
	float: right;
}

.InnerFooterRow
{
	float: right;
}

/****************************************************************************/
/*			TopMenu Style Rules											    */
/****************************************************************************/

/* 

Submenu Background Color: #007086
Submenu Background Color-Hovered: #00b4cb

*/

.TopMenu
{
	z-index: 1000;
}

.TopMenu ul
{
	width: 473px;
}

.TopMenu a, .TopMenu span
{
	font-size: 11pt;
	color: Black;
	font-family: Sans-Serif;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	text-transform: lowercase;
}

.TopMenu a:hover, .TopMenu span:hover
{
	color: #0075A0;
}

.TopMenu span:hover
{
	cursor: default;
}

.TopMenu .AspNet-Menu-WithChildren ul /* .AspNet-Menu-Leaf */
{
	background-color: #007086;
	z-index: 1000;
}

.TopMenu .AspNet-Menu-WithChildren ul
{
	width: 140px !important;
}

.TopMenu .AspNet-Menu-WithChildren ul a
{
	display: block;
	font-size: 8pt;
	font-weight: normal;
	color: White;
	width: 120px;
}

.TopMenu .AspNet-Menu-WithChildren ul a:hover
{
	background-color: #00b4cb;
	color: White;
}

.TopMenu .AspNet-Menu-WithChildren ul ul
{
	top: 0px;
	left: 140px;
}

/****************************************************************************/
/*			ProgramsMenu Style Rules									    */
/****************************************************************************/

.ProgramsMenu ul
{
	z-index: 1000;
	margin-top: 165px;
	margin-left: 51px;
	width: 100px;
}

.ProgramsMenu a
{
	color: #60aab9;
	font-size: 18pt;
	text-transform: lowercase;
	margin-bottom: 8px;
}

.ProgramsMenu a:hover
{
	color: #60aab9;
}

/****************************************************************************/
/*			Content Pages Style Rules									    */
/****************************************************************************/

.InnerPageTitle
{
	margin-top: 20px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 10px;
}

.InnerPageTitle span
{
	/* color: #FBF1A8; */
	color: #eacc50;
	font-size: 25pt;
	text-transform: lowercase;
}

.InnerPageImage
{
	width: 33%;
	float: left;
}

.InnerPageImage img
{
	margin-top: 50px;
	width: 240px;
	height: 240px;
}

.InnerPageContent
{
	white-space: normal;
	width: 60%;
	padding-left: 20px;
	/*height: 390px;*/
	overflow: auto;
}

.InnerPageContent a, .InnerPageContent a:hover
{
	text-decoration: underline;
}

.InnerPageContent li
{
	list-style-image: url(../images/sub/arrow.gif);
}

.InnerPageContent li a
{
	color: #007086 !important;
}

.InnerPageContent li a:hover
{
	text-decoration: underline;
}

.InnerPageTagLine
{
	margin-top: 29px;
	text-align: right;
	white-space: normal;
	padding-left: 10px;
	height: 70px;
	min-height: 70px;
}

.InnerPageTagLine span
{
	font-size: 20px;
	letter-spacing: -2px;
	color: #2dc2d4;
}