﻿/***** 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.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;
}

/** Rss Feed Links **/
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;
}

/********* News List Stuff ********/
.sf_newsList
{
	padding: 0;
	margin: 0;
	list-style:none;
	list-style-type: none;
}

/******* 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 p, .sidebar-body ul.sf_newsList p
{
	margin: 0 !important;
	padding: 5px 0 0 0 !important;
}

.sidebar-body ul.sf_postListing li, .sidebar-body ul.sf_newsList li
{
	padding: 0 0 0 10px !important;
	margin: 0;
	font-size: 12px;
}

