﻿body
{
    background-image: url(/images/SiteWide/background.jpg);
    background-repeat: repeat-x;
    background-color: #abdfed;
    font-family: Trebuchet MS, Helvetica, sans-serif;
    font-size: 9pt;
    padding: 0px;
    margin: 0px;
}

a, a:visited
{
    text-decoration: none;
    color: #01648d;
}

a:hover
{
   text-decoration: underline;
}

a.notelink, a.notelink:visited
{
    color: #999;
    text-decoration: underline;
    margin-left: 60px;
}

.PNGFix
{
    behavior: url(/styles/iepngfix.htc);
}

#mainLayer
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

#navigationPane
{
    width: 900px;
    outline: none;
}

#navigationPane ul
{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#navigationPane ul li
{
    list-style: none;
    padding: 0px;
    margin: 0px;
    float: left;
}

#navigationPane ul li a
{
    outline: none;
    display: block;
    background-image: url(/images/SiteWide/Tabs/TabState.png);
    width: 110px;
    color: white;
    text-align: center;
    float: left;
    margin-right: 2px;
    font-size: 9pt;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

#navigationPane ul li a:hover
{
    background-image: url(/images/SiteWide/Tabs/TabState.png);
    background-position: 0px -30px;
    text-decoration: none;
}

#freeTrial
{
    position: absolute;
    top: 196px;
    left: 727px;
}

#facilitiesPopUp
{
    position: absolute;
    top: 0px;
    left: 300px;
    width: 200px;
    border: solid 1px #666;
    /*height: 180px;*/
    background-image: url(/images/SiteWide/Tabs/popupbackground.jpg);
    background-repeat: repeat-x;
    background-color: #c4e3f7;
    display: none;
    padding: 0px;
    font-size: 9pt;
}

#facilitiesPopUp a:link, #facilitiesPopUp a:visited
{
    display: block;
    color: #444;
    text-decoration: none;
    padding: 3px 6px 3px 6px;
}

#facilitiesPopUp a:hover
{
    background-color: #00b6cc;
    color: White;
}

.tabDropDown
{
    width: 22px !important;
    background-image: url(/images/SiteWide/Tabs/tabdownstate.png) !important;
}

.tabDropDown:hover
{
    background-image: url(/images/SiteWide/Tabs/tabdownstate.png) !important;
    background-position: 0px -30px;
}

.tabDropDownActive
{
    width: 22px !important;
    background-image: url(/images/SiteWide/Tabs/tabdownactiveclose.png) !important;    
}

#MembersLogin
{
    height: 95px;
    width: 300px;
    float: right;
    background-image: url(/images/SiteWide/MembersLogin.png);
    background-repeat: no-repeat;
}

#MembersLogin a, #MembersLogin a:link
{
    color: White;
}

#MembersLoginHeader
{
    width: 300px;
    background-image: url(/images/SiteWide/MembersLoginHeader.png);
    background-repeat: no-repeat;
    height: 24px;
    padding-top: 6px;
    text-indent: 45px;
    color: #333;
    font-weight: bold;
}

#MembersLogin fieldset
{
    width: 280px;
    padding: 10px;
    margin: 0px;
    border: none;
}

#MembersLogin fieldset p
{
    padding: 0px;
    margin: 0px;
    margin-bottom: 2px;
}

#MembersLogin fieldset label
{
    color: white;
    font-weight: bold;
    width: 65px;
    display: block;
    float: left;
    padding-top: 2px;
}

#MembersLogin fieldset input
{
    font-size: 9pt;
    width: 200px;
    background-color: #a1c0cf;
    border: solid 2px #60808a;
}

.pics img
{
    width: 900px;
    height: 225px;
    top: 0;
    left: 0;
}

.clear
{
    clear: both;
}

#Footer
{
    background-color: #2d383e;
    background-image: url(/images/SiteWide/footerbackground.jpg);
    background-repeat: repeat-x;
    margin-bottom: 10px;    
    color: White;
    font-weight: bold;
    padding-top: 7px;
    padding-left: 8px;
    padding-bottom: 7px;
    font-size: 10px;
}

#Footer a
{
    color: #fff;
    text-decoration: none;
}

#Footer a:hover
{    
    text-decoration: underline;
}

#CopyrightNotice
{
    padding-left: 8px;
    font-size: 11px;
    margin-bottom: 10px;
    color: #00648d;
}

#CopyrightNotice a, #CopyrightNotice a:visited 
{
    color: #549ab5;
}

#CopyrightNotice a:hover
{
    color: #00648d;
    text-decoration: underline;
}

#PageContent
{
    background-color: White;
    font-size: 10pt;
    font-family: Arial;
    line-height: 15pt;
    color: #333;
}

#PageContent p
{
    margin-left: 60px;
    margin-right: 50px;
}

#PageContent h2
{
    color: #01648d;
    margin-left: 60px;
    margin-bottom: 0px;
}

#PageContent h3
{
    color: #01648d;
    margin-left: 60px;
    margin-bottom: 0px;
    font-size: 11pt;
}

#PageContent h3 + p
{
    margin-top: 0px;
}

#PageContent ul
{
    margin-left: 60px;
}

#PageContent ul li
{
    list-style-image: url(/images/sitewide/li.gif);
}

#PageHeader
{
    background-color: #444;
    padding: 5px 0px;
    font-size: 9pt;
}

#PageHeader h1
{    
    color: #fff;
    background-image: url(/images/sitewide/h1_back.gif);
    background-repeat: no-repeat;
    background-position: left top;
    height: 34px;
    padding-top: 5px;
    padding-left: 18px;
    margin: 0px;
    margin-left: 20px;
    font-family: Tahoma , Geneva, sans-serif;
    line-height: normal;    
}

.Breadcrumb
{	
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: #999;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}

.Breadcrumb ul
{		
	padding: 0px;
	margin: 0px !important;
	list-style-type: none;
}

.Breadcrumb li
{
	float: left;
	list-style-image: none !important;
}

.Breadcrumb li a:link, .Breadcrumb li a, .Breadcrumb li a:visited
{
	display: block;
	padding: 2px 2px 2px 55px;	
	text-decoration: none;
	color: #ddd;
	background-image: url(/images/sitewide/breadcrumb_seperator.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	font-size: 8pt;		
}

.Breadcrumb li a:hover
{
	color: #fff;
	text-decoration: underline;	
}

.NoteText
{
    font-style: italic;
    color: #999;
}

#nav
{
    padding: 0px;
    margin: 0px;
}
ul#nav
{
    padding: 0px !important;    
    margin-left: 0px !important;
}
ul#nav li
{
    list-style: none;
    list-style-image: none !important;
    padding: 0px !important;
    margin: 0px !important;    
}
ul#nav li a
{
    display: block;
    background-image: url(/images/SiteWide/Buttons/NavInactive.png);
    width: 18px;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px;
    text-decoration: none;       
}
ul#nav a.activeSlide
{
    background-image: url(/images/SiteWide/Buttons/NavActive.png);
}
ul#nav a:focus
{
    outline: none;
}

#navDiv
{
    position: absolute;
    top: 195px;
    left: 10px;
}

#navDiv a
{
    text-decoration: none;
}

.imageHeaderOverlay
{
    background-image: url(/images/sitewide/ImageHeaderOverlay.png);
    background-repeat: no-repeat;
    width: 333px;
    height: 41px;
    position: absolute;
    top: 40px;
    left: 567px;
}

.imageHeaderOverlay h1
{
    color: White;
    padding: 0px;
    margin: 0px;
    padding-top: 8px;
    padding-left: 15px;
    font-size: 15pt;
}

.StyledTable
{
    margin-left: 55px;    
    border: solid 2px #00b6cc;
}

.StyledTable th
{
    background-color: #00b6cc;
    color: White;
    font-weight: bold;
    text-align: left;    
}

#VideoPlayer
{
    margin-left: 55px;
}

.ImageWithCaption
{
    color: #aaa;
    text-align: center;
    font-style: italic;
    font-size: 8pt;
}
