﻿/*********************/
/* CSS Imports       */
/*********************/

@import url('topmenu.css');
@import url('footer.css');
@import url('content.css');
@import url('sidemenu.css');

/*********************/
/* HTML Selectors    */
/*********************/

body
	{
		margin: 0;
		padding: 0;
		font-family: arial, verdana, sans-serif;
		font-size: .8em;
		color: #4d4d4d;
		background: #fff url('../images/body_bg.gif') repeat-x 0 0;
	}

img { border: none; }

h1, h2, h3
	{
		margin: 5px 0 0 0;
		padding: 0;
		color: #037cae;
	}

h1
	{
		font-size:1.6em;
	}

h2	{
			font-size: 1.3em;	
			text-transform: uppercase;
			margin-bottom:10px;
		}

h3
	{
		font-size: 1.1em;
		text-transform: uppercase;
		border-bottom:1px solid;
		margin-bottom:10px;
		width:70%;
	}

a	{
	color: #037cae;
	text-decoration: underline;
	}

a:hover
	{
	color: #ff9221;
	text-decoration: none;
	}

a:active
	{
	color: #ff9221;
	}

#TopSubBanner
	{
		overflow:hidden;
	}

.subscriptionHeading
	{
		font-weight:bold;
	}
 
/*********************/
/* Layout Structures */
/*********************/


#header, #mainBanner, #banner, #mainContent, #content, #footer
	{
		position: relative;
		width: 850px;
		height: auto;
		overflow: auto;
	}

#footer
	{
		color: #4d4d4d;
	}

#header
	{
		height: 115px;
		width:850px;
		background: #fff url('../images/header-background-main.png') no-repeat 0 0;
		overflow:hidden;
	}


#banner, #mainBanner
	{
/*		background: url('../images/banner_bg_charting.gif') no-repeat 0 11px;  */
		height: 103px;
		margin-bottom: 1px;
		overflow:hidden;
	}

#content
	{
		background: url('../images/content_bg.gif') repeat-y 0 0;
	}

#sideMenu
	{
	position: relative;
	float: left;
	left: 1px;
	padding: 5px 0;
	width: 248px;
	text-align: left;
	line-height: 1.4em;
	color: #ffffff;
	}

#contentBody
	{
	position: relative;
	float: right;
	right: 15px;
	padding: 15px 0;
	line-height: 1.5em;
	color: #036;
	width: 570px;
	text-align: left;
	margin-left: 10px;
	}

#headerSearch
	{
		position: absolute;
		right:0;
		margin:52px 0 0 360px;
		width: 320px;
		height: 20px;
		float: right;	
		text-align: right;
		color: #ccc;
		font-size: 11pt;
	}
 
h1.graphic, h2.graphic
	{
		margin: 10px 0 20px 0;
		padding: 1px 0 0 45px;
		height: 37px;
		background: url('../images/h1_bg.gif') no-repeat 0 0;
	}


/* MAIN MENU FORMATTING  */

#mainMenu
	{
		float:right;
		margin-top:88px;
		overflow:hidden;
	}

a.mainMenuItem
	{
		display: block;
		height: 27px;
		width: 85px;
		color: #fff;
		background-color: #ff9221;
		padding-top: 5px;
		margin-right: 1px;
		text-decoration: none;
		font-weight: bold;
		font-size: 1em;
		float: left;
	}

a.mainMenuItemOn
	{
		display: block;
		height: 27px;
		width: 85px;
		color: #fff;
		background-color: #037cae;
		padding-top: 5px;
		margin-right: 1px;
		text-decoration: none;
		font-weight: bold;
		font-size: 0.9em;
		float: left;
	}

a:hover.mainMenuItem, a:hover.mainMenuItemOn
	{
	color: #fff;
	background-image: none;
	background-color: #037cae;
	}

a:active.mainMenuItem, a:active.mainMenuItemOn
	{
	background-color: #037cae;
	color: #39c;
	}

h2 a
	{
	text-decoration: none;
	}

.addyBox
	{
	position: relative;
	margin: 10px;
	padding: 8px;
	width: 40%;
	height: auto;
	float: left;
	}

#contentBody li
	{
	padding-bottom: 5px;
	}

.tagline
	{
	margin-top: -5px;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #996;
	}

.rowOne
	{
	background-color: #D8DCE9;
	padding: 3px 0 3px 5px;
	}

.rowTwo
	{
	background-color: #C7DEED;
	padding: 3px 0 3px 5px;
	}
	
#SideLiveChat
	{
		position: relative;
		clear: both;
		width: 245px;
		height: 55px;	
		margin: 25px 0 0 0px;
		overflow: visible;
		float: left;
		text-align: center;
	}

#SideLiveChat h3
	{
	margin: 0 0 10px 0;
	}

/*-----------------*/
/* BASE CLASSES    */
/*-----------------*/

.text
	{
	font-family: arial, verdana, sans-serif;
	font-size: 90%;
	color: #036;
	}

.tBold
	{
	font-weight: bold;
	}
	
.clear
	{
	clear: both;
	}

.floatPicR
	{
		float: right;
		margin: 5px 0 10px 10px;
	}

.floatPicL
	{
	float: left;
	margin: 5px 10px 10px 0;
	}

a.button
	{
	margin-left: 2px;
	padding: 2px 5px;
	text-align: center;
	color: #fff;
	font-size: 0.85em;
	background-color: #996;
	border: 1px solid #330;
	text-decoration: none;
	}

a:hover.button
	{
	background-color: #39c;
	color: #fff;
	}

a:active.button
	{
	background-color: #036;
	color: #39c;
	}

.intro
	{
	text-indent: 15px;
	}

.Instructions, .Instruction
	{
		font-size:8pt;
		background-color: #e2e2e2;
/*		border: #4d4d4d 1px solid;  */
		padding:5px;
		display: block;
		width: 100%;
		overflow: auto;
		margin-bottom: 15px;
		overflow:hidden;
	}

.tSmall
	{
		font-size: 8pt;
	}

.ErrorMessages
	{
	display: block;
	font-weight: bold; 
	text-align: center;
	color: #fff;
	background: #ff8800 url('../images/errorbox.gif') no-repeat top left;
	padding: 20px 0 10px 0;
	border: 1px solid #600;
	margin-bottom: 10px;
	}

.ErrorMessages a { color: #fff !important;}

/*****************************/
/*  Mouseover PopBox   */
/****************************/

a.popBoxLink
    {
        position:absolute;
        top:10px;
        right: 12%;
        z-index:1400;
    }

a.popBoxLink span
    {
        display:none;
        z-index:1400;
    }

a.popBoxLink:hover
    {
        cursor:default;
        z-index:1400;
    }

a.popBoxLink:hover
.popbox 
	{
	    display:block;
	    position:absolute;
	    top:10px;
	    left:-180px;
	    width:280px;
	    height:auto;
	    overflow-y: auto;
	    background-color:#eaeaea;
	    color:#555;
	    border:1px solid #037cae;
	    padding:1ex;
	    text-align:left;
	}