@charset "utf-8";
/* CSS Document */
/*--------------------------------------------Global styling---------------------------------------*/
html,body{
	padding: 0;
	border: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	text-align: left;
	height: 100%;
	background-color: #FFFFFF;
}
body{
	background: transparent url(../images/bgSwoosh.gif) 450px 90px no-repeat;
}
h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, sans-serif;
	color: #099CFF;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, p, img, img a, ul, ol {
	margin:0;
	padding: 0;
	border: 0;
}
.siteClear
{
	clear: both;
	margin: 0;
	padding: 0;
}
/*-------------------------------------------- MAIN HEADER STRUCTURE ---------------------------------------*/
#mainHeaderWide
{
	position: relative;
	width: 100%;
	min-height: 70px;
	background: transparent url(../images/navTile.jpg) repeat-x;
	background-position: left 60px;
	background-attachment: fixed;
	z-index: 1000;
}
#mainHeader
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 955px;
}
#siteLogo
{
	float: left;
	margin: 15px 0 0 13px;
}
#siteContact
{
	float: right;
	margin: 7px 20px 0 0;
}
#siteContact span
{
	color: #099CFF;
}
#siteNav
{
	float: left;
	clear: both;
	width: 100%;
	margin: 10px 0 0 0;
}
/*#siteNavList
{
	float: right;
	margin: 0 10px 0 0;
	background-color: #FFFFFF;
}
#siteNavList li
{
	display: inline;
	list-style-type: none;
	padding: 0 7px 0 7px;
	border-right: 1px solid #FF0000;
}
#siteNavList li#end
{
	border-right: none;
}
#siteNavList li a:link, #siteNavList li a:visited, #siteNavList li a:active
{
	color: #000000;
	text-decoration: none;
}
#siteNavList li a:hover
{
	color: #FF0000;
	text-decoration: underline;
}*/
/*----------------------------------------- BODY SUB NAV STRUCTURE ----------------------------------*/
.bodySubNav
{
	float: left;
	width: 100%;
	clear: both;
	margin: 0 0 10px 0;
}
.bodySubNav ul li
{
	display: inline;
	list-style-type: none;
	padding: 0 7px 0 7px;
	border-right: 1px solid #099CFF;
}
.bodySubNav a:link, .bodySubNav a:active, .bodySubNav a:visited
{
	color: #099CFF;
	text-decoration: none;
}
.bodySubNav a:hover
{
	text-decoration: underline;
}
.bodySubNav ul li.start
{
	padding-left: 0px;
}
.bodySubNav ul li.end
{
	border-right: none;
}
/*-------------------------------------------- BODY STRUCTURE ---------------------------------------*/
#bodyContainer
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	width: 955px;
	clear: both;
}
#leftColumn
{
	float: left;
	width: 171px;
	margin: 0 15px 0 10px;
}
#centerColumn
{
	float: left;
	width: 553px;
	font-size: 0.85em;
	line-height: 1.5em;
}
#rightColumn
{
	float: right;
	width: 171px;
	margin: 0 5px 0 10px;
}
#centerColumn h1, #centerColumn h2, #centerColumn h3, #centerColumn h4, #centerColumn h5, #centerColumn h6
{
	font-size: 1.6em;
	margin: 0 0 10px 0;
}
#centerColumn h2, #centerColumn h3, #centerColumn h4, #centerColumn h5, #centerColumn h6
{
	margin: 15px 0 10px 0;
}
#centerColumn h1 span
{
	color:#000000;
}
#centerColumn strong
{
	color: #099CFF;
}
#centerColumn p
{
	margin: 10px 0 10px 0;
}
#centerColumn p a:link, #centerColumn p a:active, #centerColumn p a:visited
{
	color: #099CFF;
	text-decoration: none;
}
#centerColumn p a:hover
{
	text-decoration: underline;
}
.pageList
{
	padding-left: 0;
	list-style: none;
}
.pageList li
{
	padding-left: 15px;
	background-image: url(../images/bulletBlue.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}
.pageList li a:link, .pageList li a:active, .pageList li a:visited
{
	color:#099CFF;
	text-decoration:none;
}
.pageList li a:hover
{
	color:#099CFF;
	text-decoration:underline;
}
/*------------------------------------------------ TABLE STYLES STRUCTURE -------------------------------------------*/
/* Two column table, 25% and 75% */
.tableStyle1
{
	margin: 10px 0 10px 0;
	width: 100%;
}
.tableStyle1 td
{
	vertical-align: top;
	padding: 4px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.tableStyle1 .col1
{
	width: 25%;
	font-size: 1.3em;
	color: #099CFF;
	background-color: #F3F3F3;
}
.tableStyle1 .col1 a:link, .tableStyle1 .col1 a:visited, .tableStyle1 .col1 a:active
{
	color: #099CFF;
	text-decoration: none;
}
.tableStyle1 .col1 a:hover
{
	text-decoration: underline;
}
.tableStyle1 .col2
{
	width: 75%;
	background-color: #F3FAFF;
}
.tableStyle1 .col2 a:link, .tableStyle1 .col2 a:visited, .tableStyle1 .col2 a:active
{
	color: #099CFF;
	text-decoration: none;
}
.tableStyle1 .col2 a:hover
{
	text-decoration: underline;
}
/* -- -- -- */
/* Two column table, 50% and 50% */
.tableStyle2
{
	margin: 10px 0 10px 0;
	width: 100%;
}
.tableStyle2 td
{
	vertical-align: top;
	padding: 4px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.tableStyle2 .col1
{
	width: 50%;
	font-size: 1.3em;
	color: #000000;
	background-color: #F3F3F3;
}
.tableStyle2 .col1 a:link, .tableStyle2 .col1 a:visited, .tableStyle2 .col1 a:active
{
	color: #099CFF;
	text-decoration: none;
}
.tableStyle2 .col1 a:hover
{
	text-decoration: underline;
}
.tableStyle2 .col2
{
	width: 50%;
	background-color: #F3FAFF;
}
.tableStyle2 .col2 a:link, .tableStyle2 .col2 a:visited, .tableStyle2 .col2 a:active
{
	color: #099CFF;
	text-decoration: none;
}
.tableStyle2 .col2 a:hover
{
	text-decoration: underline;
}
/* -- -- -- */
/* Three column table, 25% and 55% and 20% */
.tableStyle3
{
	margin: 10px 0 10px 0;
	width: 100%;
}
.tableStyle3 td
{
	vertical-align: top;
	padding: 4px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.tableStyle3 .col1
{
	width: 25%;
	font-size: 1.3em;
	color: #000000;
	background-color: #F3FAFF;
}
.tableStyle3 .col1 a:link, .tableStyle3 .col1 a:visited, .tableStyle3 .col1 a:active
{
	color: #099CFF;
	text-decoration: none;
}
.tableStyle3 .col1 a:hover
{
	text-decoration: underline;
}
.tableStyle3 .col2
{
	width: 55%;
	background-color: #F3F3F3;
}
.tableStyle3 .col2 a:link, .tableStyle3 .col2 a:visited, .tableStyle3 .col2 a:active
{
	color: #099CFF;
	text-decoration: none;
}
.tableStyle3 .col2 a:hover
{
	text-decoration: underline;
}
.tableStyle3 .col3
{
	width: 20%;
	background-color: #F3FAFF;
}
.tableStyle3 .col3 a:link, .tableStyle3 .col3 a:visited, .tableStyle3 .col3 a:active
{
	color: #099CFF;
	text-decoration: none;
}
.tableStyle3 .col3 a:hover
{
	text-decoration: underline;
}
/* -- -- -- */
/* Four column table, 25% 25% 25% 25% */
.tableStyle4
{
	margin: 10px 0 10px 0;
	width: 100%;
}
.tableStyle4 td
{
	vertical-align: top;
	padding: 2px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.tableStyle4 .col1
{
	width: 25%;
	background-color: #F3F3F3;
}
.tableStyle4 .col2
{
	width: 25%;
	background-color: #F3F3F3;
}
.tableStyle4 .col3
{
	width: 25%;
	background-color: #F3F3F3;
}
.tableStyle4 .col4
{
	width: 25%;
	background-color: #F3F3F3;
}
/* -- -- -- */
/* Two column table, 50% and 50% */
.tableStyle5
{
	margin: 10px 0 10px 0;
	width: 100%;
}
.tableStyle5 td
{
	vertical-align: top;
	padding: 2px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.tableStyle5 .col1
{
	width: 50%;
	background-color: #F3F3F3;
}
.tableStyle5 .col2
{
	width: 50%;
	background-color: #F3F3F3;
}
/* -- -- -- */
/* Two column table, 50% and 50% */
.tableStyle6
{
	margin: 10px 0 10px 0;
	width: 100%;
}
.tableStyle6 td
{
	vertical-align: top;
	padding: 2px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.tableStyle6 .col1
{
	width: 75%;
	background-color: #F3F3F3;
}
.tableStyle6 .col1 a:link, .tableStyle6 .col1 a:active, .tableStyle6 .col1 a:visited
{
	color: #099CFF;
	text-decoration: none;
}
.tableStyle6 .col1 a:hover
{
	color: #099CFF;
	text-decoration: underline;
}
.tableStyle6 .col2
{
	width: 25%;
	background-color: #F3FAFF;
}
/* -- -- -- */
/* Three column table,34% and 33% and 33% */
.tableStyle7
{
	margin: 10px 0 10px 0;
	width: 100%;
}
.tableStyle7 td
{
	vertical-align: top;
	padding: 2px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.tableStyle7 .col1
{
	width: 34%;
	background-color: #F3F3F3;
}
.tableStyle7 .col1 a:link, .tableStyle7 .col1 a:active, .tableStyle7 .col1 a:visited
{
	color: #099CFF;
	text-decoration: none;
}
.tableStyle7 .col1 a:hover
{
	color: #099CFF;
	text-decoration: underline;
}
.tableStyle7 .col2
{
	width: 33%;
	background-color: #F3F3F3;
}
.tableStyle7 .col3
{
	width: 33%;
	background-color: #F3F3F3;
}
/*-------------------------------------------- SIDE PANEL COMPONENT STRUCTURE ---------------------------------------*/
.sidePanelComponent
{
	float: left;
	width: 171px;
	margin: 0 0 15px 0;
}
.sidePanelComponent .title
{
	margin: 0 0 0 10px;
	color: #099CFF;
	font-size: 1.2em;
}
.sidePanelComponent .title a:link, .sidePanelComponent .title a:active, .sidePanelComponent .title a:visited
{
	color: #099CFF;
	text-decoration: none;
}
.sidePanelComponent .title a:hover
{
	color: #099CFF;
	text-decoration: underline;
}
.sidePanelComponent .titleDr
{
	margin: 0 0 0 10px;
	color: #000000;
	font-size: 1.2em;
}
.sidePanelComponent .titleDr a:link, .sidePanelComponent .titleDr a:active, .sidePanelComponent .titleDr a:visited
{
	color: #000000;
	text-decoration: none;
}
.sidePanelComponent .titleDr a:hover
{
	color: #000000;
	text-decoration: underline;
}
.sidePanelComponent .header
{
	font-size: 5px;/*FOR IE 6*/
	width: 171px;
	height: 12px;
	background: transparent url(../images/panelHeader.jpg) top left no-repeat;
}
.sidePanelComponent .tile
{
	width: 151px;
	font-size: 0.85em;
	line-height: 1.5em;
	padding: 0 10px 0 10px;
	background: transparent url(../images/panelTile.jpg) top left repeat-y;
}
.sidePanelComponent .tile p
{
	padding: 0 0 10px 0;
}
.sidePanelComponent .tile strong
{
	color: #099CFF;
}
.sidePanelComponent .tile a:active, .sidePanelComponent .tile a:visited, .sidePanelComponent .tile a:link
{
	color: #099CFF;
	text-decoration:none;
}
.sidePanelComponent .tile a:hover
{
	text-decoration:underline;
}
.sidePanelComponent .footer
{
	width: 171px;
	height: 12px;
	background: transparent url(../images/panelFooter.jpg) top left no-repeat;
}
.sidePanelComponent .footerOnline
{
	width: 171px;
	height: 82px;
	background: transparent url(../images/onlineFooter.jpg) top left no-repeat;
}
.componentLink1
{
	float:right;
	clear:both;
	padding: 0 20px 0 0;
	background: transparent url(../images/linkBlue.gif) no-repeat;
	background-position: right 2px;
}
.componentList
{
	padding-left: 0;
	list-style: none;
}
.componentList li
{
	padding-left: 15px;
	background-image: url(../images/bulletBlue.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}
.sidePanelComponentFullImg
{
}
/*-------------------------------------------- ADVERT AREA STRUCTURE ---------------------------------------*/
.advertArea
{
	float: left;
	width: 100%;
	padding: 10px 0 10px 0;
	margin: 10px 0 25px 0;
	color: #8B8B8B;
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
	line-height: 1.6em;
	min-height: 110px;
	background: #FFFFFF url(../images/advertTile.jpg) repeat-x;
	border: 1px solid #CCCCCC;
}
.advertArea .title
{
	font-size: 1.4em;
	color: #099CFF;
}
.advertArea a:link, .advertArea a:active, .advertArea a:visited
{
	color: #099CFF;
	text-decoration: none;
}
.advertArea a:hover
{
	color: #099CFF;
	text-decoration: underline;
}
/*-------------------------------------------- FOOTER STRUCTURE ---------------------------------------*/
#footerWide
{
	clear: both;
}
#footer
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	width: 995px;
	height: 96px;
	text-align: center;
	color: #FFFFFF;
	background: transparent url(../images/footerArc.gif) bottom left no-repeat;
}
#footer p
{
	font-size: 0.8em;
	padding: 50px 0 0 0;
}
#footer p a:link, #footer p a:visited, #footer p a:active
{
	color:#FFFFFF;
	text-decoration:none;
}
#footer p a:hover
{
	text-decoration: underline;
}
/*-----------------------------------------------------------------------------------------------------*/
/*------------------------------------------------ HOME PAGE ------------------------------------------*/
#hpLady
{
	float: left;
	width: 553px;
	min-height: 314px;
	margin: 40px 0 0 0;
	background: transparent url(../images/hpLady.jpg) bottom center no-repeat;
}
.hpLadyLeft
{
	float: left;
	width: 200px;
	margin: 0 0 25px 0;
	clear: left;
}
.hpLadyRight
{
	float: right;
	width: 200px;
	text-align: right;
	margin: 0 0 25px 0;
	clear: right;
}
.hpLadyLeft span,
.hpLadyRight span
{
	color: #099CFF;
	font-size: 1.3em;
}
#hpLady a:link, #hpLady a:active, #hpLady a:visited
{
	color: #099CFF;
	text-decoration: none;
}
#hpLady a:hover
{
	color: #099CFF;
	text-decoration: underline;
}
/*-----------------------------------------------------------------------------------------------------*/
/*------------------------------------------------ POWERED BY ------------------------------------------*/
#poweredBy
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	left: 0;
	width: 995px;
	text-align: center;
	color: #CCCCCC;
	font-size: 0.8em;
}

#poweredBy a:link, #poweredBy a:active, #poweredBy a:visited
{
	color: #CCCCCC;
	text-decoration: none;
}

#poweredBy a:hover
{
	color: #099CFF;
	text-decoration: underline;
}


