﻿/***** Colors 
Dk Blue: #025180
Lt Blue: #A2BFD0
Orange:  #E57A0E
Red:     #BF1C2D
*************/

body 
{
	margin: 0;
	padding: 0;
	background: #FFF url('../../Images/site/bg.jpg') repeat-x bottom;
	font-family: Arial;
	font-size: 14px;
}

#wrapper
{
	width: 950px;
	margin: 0 auto;
	min-height: 760px;
}

#Header
{
	height: 74px;
}

#HeadLeft
{
	width: 310px;
	float: left;
	background-image: url('../../Images/site/heading-left.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	height: 74px;
	overflow: hidden;
}

#TopNavigation
{
	float: left;
	width: 640px;
	height: 74px;
}

#banner
{
	height: 275px;
	margin: 0 0 20px 0;
	background-image: url('../../Images/heading-ph-inner.jpg');
	background-repeat:no-repeat;
}

#EyeSpot
{
	margin: 0 0 20px 0;
}

#Main
{
	width: 625px;
	min-height: 345px;
	float: left;	
}

#SideBar
{
	width: 295px;
	float: right;
}

#Footer
{
	min-height: 125px;
	color: #FFF;
	clear: both;
	font-size: 12px;
}

#SubFooter
{
	color: #FFF;
	font-size: 11px;
}

/***** Hyperlinks *****/
a, a:visited
{
	color: #025180;
}

a:hover
{
	color: #BF1C2D;
}

#Footer a, #SubFooter a
{
	color: #FFF;
}

/***** Headings *******/
h1
{
	font-size: 22px;
	margin: 5px 0 10px 0;
	color: #025180;
	font-weight: 500;
}

h2
{
	font-size: 18px;
	margin: 5px 0 5px 0;
	color: #025180;
	font-weight: 500;
}

h3
{
	font-size: 16px;
	margin: 0;
	color: #025180;
	font-weight: 500;
}

h3.bulleted
{
	background-image: url('../../Images/Red-Arrow.jpg');
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 28px;
	line-height: 21px;
}

/**** BOXES *****/
.box-top
{
}

.box-body
{
	background-image: url('../../Images/site/body-bg-large-head.jpg');
	min-height: 250px;
	padding: 20px 20px;
	background-repeat: no-repeat;
	background-color: #FFF;
}

.box-footer
{
	background-image: url('../../Images/site/body-bg-large-foot.gif');
	background-repeat: no-repeat;
	height: 20px;
}

/* Sidebar Box */
.sidebar-box
{
	margin: 0 0 20px 0;
}

.sidebar-body
{
	background-image: url('../../Images/site/sidebar-bg-sm-head.jpg');
	background-repeat: no-repeat;
	padding: 20px 20px;
	min-height: 150px;
	background-color: #FFF;
}

.sidebar-footer
{
	background-image: url('../../Images/site/sidebar-bg-small-foot.gif');
	height: 20px;
}

/** EyeSpot **/
.table-eyespot
{
	width: 100%;
}

.table-eyespot .left
{
	width: 413px;
	padding: 0 20px 0 0;
}

/******* Calc Table ********/
.CalcTable 
{
	padding: 0;
	margin: 0;
	font-size: 11px;
}

.CalcTable table
{
	width: 100%;
}

.CalcTable th
{
	padding: 15px;
	color: #025180;
	width: 175px;
	font-weight: 500;
	text-align: left;
	font-size: 14px;
	border-top: 2px solid #A2BFD0;
}

.CalcTable td
{
	padding: 10px 15px;
	border-top: 2px solid #A2BFD0;
}

.notes
{
	color: #666;
	font-size: 10px;
	font-weight: 500;
}

.CalcTable input
{
	width: 100px;
}

/* Inside Tables */
.CalcTable table td table td
{
	padding: 3px;
	background-image: none;
	border: none;
}

.CalcTable input.smallTB
{
	width: 30px;
}

/* Results */
.CalcTable .results
{
}

.CalcTable .results th
{
	width: 175px;
}

.CalcTable .results th.first
{
	width: 230px;
}

.CalcTable .results td
{
	background-image: none;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-collapse: collapse;
	border-top: 1px solid #CCC;
	padding: 5px 15px;
}

.CalcTable .results .footer
{
	color: #025180;
	font-size: 12px;
}

.CalcTable .savings
{
	font-size: 32px;
	color: #025180;
}

a.rssLinkSmall:link, a.rssLinkSmall:hover, a.rssLinkSmall:visited
{
	line-height: 17px;
	background-image: url('../../Images/rss-small.gif');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 5px 0 5px 22px;
	font-size: 10px;
}


/******* Blog and News Headings **********/
.sidebar-body h2.sf_postTitle, .sidebar-body h2.sf_newsTitle
{
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.sidebar-body ul.sf_postListing
{
	margin: 0 !important;
	padding: 5px 0 0 5px !important;
}

.sidebar-body ul.sf_postListing li
{
	padding: 4px 0 4px 10px !important;
	margin: 0;
	font-size: 12px;
}