﻿body 
{
	background-image: url(img/backgroundRepeater.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #BEBEBE;
}

h3 
{
	font-size: 14pt;
	margin: 0;
	margin-top: 5px;
}

h4
{
	font-size: 12pt;
	margin: 0;
	margin-top: 5px;
}

.cleaner
{
	clear: both;	
}

.wrapper 
{
	width: 1000px;
	margin: auto;
	font-family: Verdana;
	font-size: 10pt;
}

.pageHeader
{
	width: 800px;
	height: 120px;
	border: solid 3px #ffffff;
	background-color: #3B6BB1;
	margin-top: -20px;
	margin-left: auto;
	margin-right: auto;
}

.pageHeader .details
{
	padding-top: 15px;
	height: 80px;
	float: left;	
}

.pageHeader .tagLine
{
	font-size: 16pt;
	color: #ffffff;
	font-weight: bold;
	float: left;
	font-family: Arial;
	padding-top: 25px;
}

.pageHeader .information
{
	float: right;
	text-align: right;
	color: #ffffff;
	font-size: 11pt;
	padding-right: 5px;
	padding-top: 5px;
	
}

.pageHeader .information a
{
	color: #ffffff;
	font-size: 11pt;
	
}

.pageHeader .navigation 
{
	height: 25px;
	background-image: url(img/navigationRepeater.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: 200;
}

.pageHeader .navigation ul
{
	margin-left: 0px;
	margin-top: 0px;
}

.pageHeader .navigation li, .pageHeader .navigation li a
{
	list-style-type: none;
	float: left;
	color: #ffffff;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
}

.pageHeader .navigation li:hover
{
	/*background-image: url(img/navigationRepeaterHover.jpg);
	background-repeat: repeat-x;
	background-position: top;*/
}

.pageFooter 
{
	margin: auto;
	text-align: right;
	width: 800px;
}

.pageContent 
{
	margin: auto;
	margin-top: 10px;
	width: 806px;
	
}

.contentBox
{
	border: solid 3px #ffffff;
	padding: 5px 5px 5px 5px;
	background-color: #BEBEBE;
}

.contentBox .contentArea
{
	
}

.contentBox .contentArea .sideImage
{
	padding: 3px 3px 3px 3px;
	width: 160px;
	float: left;
}

.contentBox .contentArea .content 
{
	background-color: #ffffff;	
	padding: 2px 2px 2px 2px;
}

.contentBox .contentArea .header
{
	background-image: url(img/boxHeaderRepeater.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 24px;	
	text-align: right;
	font-weight: bold;
	font-family: Arial;
	font-size: 10pt;
	color: #ffffff;
	vertical-align: middle;
	padding-right: 10px;
	padding-top: 4px;
}


.howItWorks
{
	float: left;
	width: 450px;
	height: 220px;
}

.howItWorks .hiwContent 
{
	margin: auto;
	width: 450px;
	height: 190px;
	background-color: #3B6BB1;
}

.howItWorks .hiwNavigation
{
	text-align: right;
	height: 22px;
}

.howItWorks .hiwNavigation ul
{
	margin-left: 0px;
}

.howItWorks .hiwNavigation li
{
	background-image: url(img/blackTab.png);
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	font-size: 9pt;
	color: #ffffff;
	list-style-type: none;
	height: 22px;
	width: 110px;
	padding-top: 3px;
	margin-left: 3px;
	float: right;
	font-family: Arial;
}

.infoBoxes
{
	margin: auto;
}

.infoBoxes .boxLeft
{
	float: left;
	width: 48%;
	background-color: #ffffff;	
	height: 90px;
	padding: 1px 1px 1px 1px;
	margin-top: 5px;
}

.infoBoxes .boxRight
{
	float: right;
	width: 48%;
	background-color: #ffffff;
	height: 90px;
	padding: 1px 1px 1px 1px;
	margin-top: 5px;
}

.infoBoxes .title
{
	font-weight: bold;
	font-family: Verdana;
	font-size: 12pt;
	color: #1E4B8C;
}

.infoBoxes .title .sub
{
	font-weight: bold;
	font-size: 8pt;	
}

.infoBoxes .image
{
	float: left;
	width: 75px;
	height: 50px;
	padding: 1px 1px 1px 1px;
	
}

.infoBoxes .description
{
	font-size: 8pt;	
	height: 40px;
}

.infoBoxes .moreInfo
{
	float: right;
	text-align: right;
	font-size: 8pt;
}

.frontPageNews .feedItems
{
	
}

.frontPageNews .feedItems .feedItem
{
	height: 70px;
	background-color: #3B6BB1;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	color: #ffffff;
}

.frontPageNews .feedItems .feedItem .title
{
	font-weight: bold;
}

.frontPageNews .feedItems .feedItem .title a
{
	color: #ffffff;
}

.frontPageNews .feedItems .feedItem .body
{
	
}

.frontPageNews .feedItemsRSSLink
{
	margin-top: 10px;
	margin-right: 5px;
	text-align: right;	
}