@charset "UTF-8";
/*
----------------------------------------------------------------------------
Title: Home Stylesheet
Last Updated: 2008-04-11 by RS
Description: home stylesheet, imports master sheet for maintainability
----------------------------------------------------------------------------
*/

/*
----------------------------------------------------------------------------
Import Master Stylesheet
----------------------------------------------------------------------------
*/

@import url("master.css");

/*
----------------------------------------------------------------------------
Home Intro Wrapper
----------------------------------------------------------------------------
*/

#introWrapper {
	position: relative;
	width: 552px;
	height: auto;
	float: left;
	background: #FFFFFF url(../images/border_dotted_vertical.gif) right top repeat-y;
	}	



/*
----------------------------------------------------------------------------
Home Intro Content
----------------------------------------------------------------------------
*/

#introContent {
	position: relative;
	width: 532px;
	height: auto;
	float: left;
	margin: 10px 0px;
	background: none;
	}

.keyServiceHeading {
	color: #00377A;
	font: 12px/14px Arial, Helvetica, sans-serif;
	margin: 6px 0px 6px 0px;
	}

.keyServiceText {
	color: #666666;
	font: 12px/16px Arial, Helvetica, sans-serif;
	margin: 6px 0px 6px 0px;
	}

/*
----------------------------------------------------------------------------
Home News Wrapper
----------------------------------------------------------------------------
*/

#newsWrapper {
	position: relative;
	width: 368px;
	height: auto;
	float: right;
	}	

.newsContent {
	position: relative;
	width: 354px;
	height: auto;
	float: right;
	margin: 0px 0px;
	background: none;
	border-bottom: #CCCCCC solid 1px;
	}

.newsHeading {
	color: #999999;
	font-weight: bold;
	font: 12px/14px Arial, Helvetica, sans-serif;
	width: 90px;
	margin: 8px 0px;
	float: left;
	}

.newsText {
	color: #666666;
	font: 12px/16px Arial, Helvetica, sans-serif;
	margin: 8px 0px;
	width: 254px;
	float: right;
	}

/*
----------------------------------------------------------------------------
Home - Specials Buttons
----------------------------------------------------------------------------
*/

#specialsWrapper {
	position: relative;
	width: 368px;
	height: auto;
	margin: 10px 0px;
	float: right;
	}	

#specialsWrapper img {
	margin: 0px 0px 0px 10px;
	}

#overlay {
position: absolute;
width: 400px;
height: 300px;
background: url(../images/overlay.png) no-repeat top left;

z-index: 10000000;
}