﻿/******************************************************************************/
/* Master */
/* Banner heading: #FFFFFF; */
/* Banner text: #CFE6F8; */
/* Text: #000000 */
/* Heading: #046ABC */
/* Link: #2797EE */
/* Divider: #CACBCF */
/******************************************************************************/

html
{
	overflow: scroll;
}
body
{
	background-color: #DDDDDD;
	background-image: url(../images/topBackground.png);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 22px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6
{
	color: #046ABC;
	font-family: Arial, Helvetica, Sans-Serif;
}
p	
{
	font-size: 12px;
	line-height: 22px;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 8px 0px;
}
img
{
	border: none;
}
ul	
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
a:link {color: #2797EE; border: none;}     /* unvisited link */
a:visited {color: #2797EE; border: none;}  /* visited link */
a:hover {color: #2797EE; border: none;}   /* mouse over link */
a:active {color: #2797EE; border: none; outline: none;}   /* selected link */	
a:focus 
{
	-moz-outline-style: none; /* fixes firefox dotted blue border around css styled links */
}

/******************************************************************************/
/* Top banner rotator */
/******************************************************************************/

#rotator 
{
	background: none;
	float: left;
	height: 222px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	width: 580px;
}
#rotator ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#rotator ul li
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
}
#rotator ul li.show
{
	z-index: 500;
}

/******************************************************************************/
/* Master content */
/******************************************************************************/

.master
{
	background: none;
	float: left;
	overflow: visible;
	width: 100%;
}
.masterTop
{
	float: left;
	height: 286px;
	margin: 0px 0px 0px 0px;
	overflow: visible;
	padding: 0px 0px 0px 0px;
	width: 100%;
}
.masterTopNavigation
{
	background: none;
	float: none;
	height: 64px;
	margin: 0px auto 0px auto;
	overflow: visible;
	padding: 0px 0px 0px 0px;
	width: 1000px;
}
.masterTopBanner
{
	background-color: #046ABC;	
	background-image: url(../images/rotator/background.png);
	background-position: top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	float: none;
	height: 222px;
	margin: 0px auto 0px auto;
	overflow: hidden;
	padding: 0px 30px 0px 30px;
	width: 1000px;
}
.masterTopBannerText
{	
	background: none;
	float: left;
	height: 222px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	width: 420px;
}
.masterTopBannerText h2
{
	color: #FFFFFF;
	font-size: 23px;
	font-weight: bold;
	line-height: 73px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 40px;
	width: 380px;
}
.masterTopBannerText p
{
	color: #CFE6F8;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 40px;
	width: 380px;
}
.masterMainWrapper
{
	float: none;
	margin: 0px auto 0px auto;
	overflow: visible;
	padding: 0px 0px 0px 0px;
	width: 1060px;
}
.masterMain
{
	background-image: url(../images/shadowsBody.png);
	background-position: top;
	background-repeat: repeat-y;
	float: left;
	margin: 0px 0px 0px 0px;
	overflow: visible;
	padding: 0px 0px 0px 0px;
	width: 1060px;
}
.masterMainTitle
{
	background-color: #FFFFFF;
	float: left;
	margin: 20px 70px 10px 70px;
	overflow: visible;
	padding: 0px 0px 0px 0px;
	width: 920px;
}
.masterMainTitle h1
{
	display: inline;
	float: left;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
}
.masterMainContent
{
	background-color: #FFFFFF;
	float: left;
	margin: 10px 70px 0px 70px;
	overflow: visible;
	padding: 0px 0px 20px 0px;
	width: 920px;
}
.masterMainContent p
{
	text-align: justify;
}
.masterBottom
{
	background-image: url(../images/bottomBackground.png);
	background-position: bottom;
	background-repeat: repeat-x;
	clear: both;
	float: left;
	height: 68px;
	margin: 0px 0px 0px 0px;
	overflow: visible;
	padding: 0px 0px 0px 0px;
	width: 100%;
}
.masterBottomContent
{
	background-image: url(../images/bottomBackground.png);
	background-position: bottom;
	background-repeat: repeat-x;
	float: none;
	height: 68px;
	margin: 0px auto 0px auto;
	overflow: visible;
	padding: 0px 30px 0px 30px;
	width: 1000px;
}

/******************************************************************************/
/* Items list */
/******************************************************************************/

.itemList
{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.itemList .ul
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 920px;
}
.itemList li
{
	display: block;
	float: left;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 460px;
}
.itemList .header
{
	background-color: #A0A5AB;
	color: #FFFFFF;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.itemList .item
{
	background-color: #FFFFFF;
	border-bottom: dotted 1px #A0A5AB;
	color: #000000;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.itemList .itemAlternate
{
	background-color: #E4EDF2;
	border-bottom: dotted 1px #A0A5AB;
	color: #000000;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

/******************************************************************************/
/* Miscellaneous classes */
/******************************************************************************/

.boldText 
{
	font-weight: bold;
	float: none;
}
.redText 
{
	color: #C02020;
	float: right;
}
.italicize 
{
	font-style: italic;
}
