/* CSS Document */

body{
	background:#0069aa url(Skins/background.gif) no-repeat top center;
	text-align:center;
	margin:0px 0px 0px 0px;
}

a img { border:none; }

.containerIntro{
	margin:auto;
	text-align:center;
	z-index:24;
	position:absolute;
	background:#FFFFFF;
		
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	margin:0px;
	padding:0px;
}
#container{
	margin:auto;
	width:970px;
	text-align:left;
	background-color:#FFFFFF;
	min-height:600px;
}
#header{
	background:#FFFFFF;
	padding:0px 0px 0px 0px;
	width:auto;	
	padding-left:20px;
}
.enterSite{
	padding:10px 10px 10px 10px;
	text-align:right;
}
.enterSite a:link, .enterSite a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#848484;
	text-decoration:none;
}
.enterSite a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#AAAAAA;
	text-decoration:none;
}


/***** MAIN MENU *****/

.MainNav 
{
	margin:0 20px 0 20px;
	height:auto !important;min-height:42px;height:42px;
	zoom:1;
}

.MainNav:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.MainNav ul
{
	width:930px;
	padding:0;
	margin:0;
	list-style:none;
	background:url(Skins/MainNavBg.gif) repeat-x top left;
	float:left;
	position:relative;
	z-index:2;
}

.MainNav li
{
	float:left;
	border-right:solid 2px white;
	height:auto !important;min-height:42px;height:42px;
	position:relative;
	z-index:3;
}

.MainNav li.LastItem { border:none; }

.MainNav li a
{
	display:block;
	padding:10px 12px 10px 13px;
	font-family:Tahoma, Geneva, Sans-Serif;
	font-size:11px;
	text-decoration:none;
	color:#fff;
}

.MainNav li.Open,
.MainNav li.On
{
	background:url(Skins/MainNavBgActive.gif) repeat-x left bottom;
}

/********************************************************* Dropdown Nav */

.MainNav li ul { display:none; }
.MainNav li.Open ul { display:block; }

.MainNav li ul
{
	position:absolute;
	left:0;
	top:42px;
	margin:0 0 0 -1px;
	width:145px;
	border:solid 1px white;
	background:#52bdec;
	z-index:122;
}

.MainNav li li
{
	z-index:132;
	border:none;
	width:145px;
	height:auto !important;min-height:22px;height:22px;
}

.MainNav li.Open li a,
.MainNav li li a
{
	display:block;
	padding:10px 12px 10px 12px;
	height:auto !important;min-height:14px;height:14px;
}

.MainNav li li.Open a,
.MainNav li li a:hover
{
	background:#0069aa;
}

/***** HOMEPAGE *****/

#home{
	padding:0px 20px 0px 20px;
	border-top:#FFFFFF 2px solid;
}
#home h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-transform:lowercase;
	font-weight:100;
	margin:5px 0px 0px 0px;
}

/***************************************************************** Home */

#home #HomePanelContainer
{
	margin:10px 0 0 0;
}

#home #HomePanelContainer td { vertical-align:top; }

#NewsPanel,
#EventsPanel,
#LinksPanel
{
	padding:10px 20px 10px 20px;
	font-family:Tahoma, Genva, Sans-Serif;
	font-size:0.7em;
}

#NewsPanel h2,
#EventsPanel h2,
#LinksPanel h2
{
	font-size:18px;
	font-weight:normal;
	margin:0 0 15px 0;
	padding:3px 0 0 14px;
	height:auto !important;min-height:22px;height:22px;
}

#NewsPanel p,
#EventsPanel p,
#LinksPanel p
{
	margin:0 0 1em 0;
}

#NewsPanel a,
#EventsPanel a,
#LinksPanel a
{
	text-decoration:none;
}

#NewsPanel a:hover,
#EventsPanel a:hover,
#LinksPanel a:hover
{
	text-decoration:underline;
}

#LinksPanel a,
#home a.ArrowLink
{
	display:block;
	background:url(Skins/ArrowLinkBg.gif) no-repeat left center;
	padding-left:16px;
	height:auto !important;min-height:12px;height:12px;
}

#LinksPanel a:hover,
#home a.ArrowLink:hover
{
	text-decoration:underline;
}

/***************************************************************** Home - Latest News */

#NewsPanel
{
	background:#cce1ee;
}

#NewsPanel h2
{
	background:url(Skins/NewsPanelHeaderBg.gif) no-repeat left top;
	color:#0069aa;
}

#NewsPanel a { color:#0069aa; }

#NewsPanel #Hr
{
	margin-bottom:10px;
	height:2px;
	background:url(Skins/NewsPanelHrBg.gif) repeat-x left top;
}

#NewsPanel hr { display:none; }

/***************************************************************** Home - Latest News */

#EventsPanel
{
	font-family:Tahoma, Genva, Sans-Serif;
	background:#e2f0d9;
}

#EventsPanel h2
{
	color:#5ea131;
	background:url(Skins/EventsPanelHeaderBg.gif) no-repeat left top;
}

#EventsPanel p { margin-bottom:1.8em; }

#EventsPanel a
{
	color:#53882e;
}

/***************************************************************** Home - Quick Links */

#LinksPanel
{
	font-family:Tahoma, Genva, Sans-Serif;
	background:#dcf2fb;
}

#LinksPanel h2
{
	color:#33aade;
	background:url(Skins/LinksPanelHeaderBg.gif) no-repeat left top;
}

#LinksPanel a { color:#2a2a2a; }

#LinksPanel ul 
{
	list-style:none;
	padding:0;
	margin:0;
}

#LinksPanel li
{
	margin:8px 0 8px 0;
}

/***** HOMEPAGE QUICKLINKS *****/

#home .quicklinks p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#000000;
	margin-left:20px;
}
#home .quicklinks a{
	color:#000000;
	text-decoration:none;
}

#home .quicklinks a:hover{
	color:#0069aa;
	text-decoration:underline;

}
#home .quicklinks img{
	border:none;
	padding-right:5px;
}

/***** HOMEPAGE EVENTS *****/

#home .events p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#000000;
	margin-top:0px;
	margin-bottom:2px;
}
#home .events a{
	color:#5ea131;
	text-decoration:none;
}
#home .events a:hover{
	color:#5ea131;
	text-decoration:underline;

}
#home .events a:hover{
	color:#5ea131;
	text-decoration:underline;

}
#home .events img{
	border:none;
}
/***** HOMEPAGE NEWS *****/

#home .news p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#000000;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:20px;
	margin-right:20px;
	margin-top:10px;
}
#home .news a{
	color:#0069aa;
	text-decoration:none;
}
#home .news a:hover{
	color:#0069aa;
	text-decoration:underline;

}
#home .news a:hover{
	color:#0069aa;
	text-decoration:underline;

}
#home .news img{
	border:none;
}

.contentHome{
	width:600px;
	background:#1E5378 url(images/bg_dark.gif) repeat-y right;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	line-height:20px;
	padding:15px 0px 15px 0px;
}
.contentHome ul{
	line-height:20px;
	margin-left:0px;
	padding:10px 0px 10px 0px;
	background:#245E83 url(images/bg_light.gif) repeat-y right;
}
.contentHome ul li{
	line-height:20px;
	margin-left:30px;
	list-style-image:url(images/bullet.gif);
}
.contentHome p{
	padding:0px 15px 0px 15px;
	text-align:left;
}
.contentbg2 p{
	padding:8px 15px 10px 15px;
	background:#245E83 url(images/bg_light.gif) repeat-y right;
}
#homeRgt{
	width:173px;
	margin:10px;
	padding:5px 5px 15px 5px;
	float:right;
	border-bottom:#4EC3F3 solid 1px;
}
#homeRgt h1{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;	
	color:#FFFFFF;
	text-transform:uppercase;
	margin:0px 0px 5px 0px;
}
#homeRgt p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	color:#FFFFFF;
	line-height:16px;
	margin:0px 0px 1px 0px;
}
#homeRgt a:link, #homeRgt a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	color:#FFFFFF;
	padding-right:20px;	
	text-decoration:none;
	text-transform:uppercase;
	padding-top:4px;
}
#homeRgt a:hover{
	text-decoration:underline;
}


/***** SUBMENU *****/

#sub{
	border-top:#FFFFFF 15px solid;
	padding:0px 20px 0px 20px;
}
#submenu{
	float:left;
	width:170px;	
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#005da3;
 }
 #submenu img{
 border:none;
 }
#submenuimg{
 border:none;
 padding:0px;
 vertical-align:bottom;
 margin-bottom:0px;
padding-bottom:0px;
 }
#submenu ul{
	margin:0px;
	text-align:right;
	padding:0px;
	list-style:none;
	padding:10px 0px 50px 0px;
 }

#submenu ul li a:link, #submenu ul li a:visited{
	display:block;
	padding:5px 15px 9px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#005da3;
	text-decoration:none;	
}
#submenu ul li a:hover{
	color:#FFFFFF;
	background-color:#6eb43f;
}
.submenuOn{
	color:#FFFFFF;
	background:#6eb43f;
	text-transform:uppercase;
}


/***** CONTENT WITH SUBMENU *****/

.contentSub{
	width:705px;
	min-height:400px;
	margin-left:170px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	padding:20px 20px 10px 20px;
	border-left:solid 4px #6eb43f;
}
.contentSub ul{
	padding-left:15px;
	margin-left:0px;
	margin-top:10px;
	margin-bottom:15px;
}
.contentSub li{
	margin-left:15px;
	line-height:15px;
	list-style-image:url(Skins/bullet.gif);	
}
.contentSub table ul{
	margin:0px;
	padding:0px;
	list-style-image:none;
	list-style:none;
	line-height:14px;
}
.contentSub table ul li p{
	margin-bottom:5px;
	padding-bottom:5px;
}
.contentSub h1{
	height:30px;
	background-image:url(Skins/h1_img.gif);
	background-repeat:no-repeat;
	background-position:top left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#33aade;
	padding:5px 0px 0px 15px;
	margin:0px 0px 10px 0px;
	font-weight:normal;
}
.contentSub h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0069aa;
	margin:0px 0px 6px 0px;
	font-weight:bold;
}
.contentSub h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#858585;
	margin-top:0px;
	margin-bottom:5px;
	padding-top:0px;
	font-weight:normal;
	text-transform:uppercase;
}
.contentSub p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	margin-top:0px;
	margin-bottom:14px;
	line-height:16px;
}
.contentSub a:link, .contentSub a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6eb43f;
	text-decoration:none;
}
.contentSub a:hover{
	text-decoration:underline;
}
.contentSub img{
	border:solid 2px #6eb43f;
}
.imgNoBorder{
	border:none;
}
.imgRight{
	float:right;
	margin:0px 0px 10px 20px;
}
.imgLeft{
	float:left;
	margin:0px 10px 10px 0px;
}
#offerTable td{
	border:solid 1px #e7e7e7;
}
hr {
color:#FFFFFF;
border:none;
border-bottom:dotted 1px #33aade;
}

.SignupButton
{
	background:url(Skins/SignupButton.gif) no-repeat top left;
	width:85px;
	height:25px;
	padding-top:25px;
	border:none;
	overflow:hidden;
	cursor:pointer;
}

/* Footer */

.Footer
{
background-image:url(Skins/footer_bg.gif);
background-repeat:no-repeat;
	padding:8px 0 2px 0;
	margin-top:5px;
}

.Footer p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#8e8e8e;
	margin:15px 0 8px 35px;
	padding:0;
}


.Footer p a
{
	text-decoration:none;
	color:#8e8e8e;
}
.Footer p a:hover
{
	text-decoration:none;
	color:#6eb43f;
}