﻿/*----------------------------
  Note: These styles only only apply to the mainpage of the website.
------------------------------*/

h1 {text-align: left; margin-top: 15px; margin-left:5px;width:95%;}

#Content
	{
	background-color: #fff;
	background-image: none;
	}

#ContentBody { width: 100%;}

#FooterMenu
	{
		background-image: url('../images/footermenu_bg_main.gif');
	}

#ContentGraphicTop 
	{ 
	background-position: 0 0;
	height: 105px;
	}

#infoCategory
	{
	position: relative;
	left: 40px;
	float: left;
	}

#downloadMain
	{
	position: relative;
	float: left;
	left: 20px;
	top: 30px;
	}

#mainContent
	{
	width: 100%;
	clear: both;
	line-height: 1.5em;
	font-size: 9pt;
	height: auto;
	overflow-y: auto;
	overflow-x: hidden;
	padding-bottom: 3px;
	}

.mainSection
	{
	position: relative;
	width: 234px;
	float: left;
	margin: 5px 23px 10px 0;
	left: 8px;
	text-align: center;
	}

.mainSection li {padding-bottom: 7px;}

.mainSection ul 
	{
	text-align: left; 
	margin-top: 0;
	}

.mainSection p, .mainSection h3
	{
	text-align: left;
	padding: 0 10px 10px 10px;
	}

.mainSection h2
	{
	display: block;
	margin-top: 0;
	padding-top: 2px;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.5em;
	border-bottom: none;
	}

.mainSection h2 a { text-decoration: none !important; color: #fff !important; }	
.mainSection h2 a:hover {color: #bbb !important; }


#mainNetMon h2 {background-color: #509901;}
#mainFT h2 {background-color: #4e347d;}
#mainMsg h2 {background-color: #f58024;}

.mainSection .box { margin-left: 50px; }

#mainNetMon {}
#mainFT {margin-right: 0}
#mainMsg {}

h3 {
	font-size: 1.1em; 
	font-weight: bold;
	padding: 0;
	margin: 0;
	}

#mainParagraph, #closingParagraph
	{
	text-align: ln: 0;
	padding: 5px 45px 15px 45px; 
	}
 
#mainParagraph
	{
	border-bottom: 1px solid #c5bdd4;
	}
 
#closingBlurb
	{
	clear: both;
	border-top: 3px solid #c5bdd4;
	}
 
#closingBlurb #left
	{
	float: left;
	width: 45%;
	height: auto;
	overflow-y: auto;
	overflow-x: hidden;
	padding-bottom: 5px;
	padding-right: 20px;
	border-right: 1px solid #ccc;
	margin: 0 5px 5px 0;
	}

#closingBlurb #right
	{
	clear: both;
	float: right;
	width: 45%;
	height: auto;	
	clear: both;
	overflow-y: auto;
	overflow-x: hidden;
	padding-bottom: 5px;
	margin: 0 0 5px 5px;
	}

#closingBlurb h2 { font-size: 1.2em;}