/******************* SLIDESHOW DECLARATIONS ********************/

#slideShow {
	position: relative;
	margin: 4px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	height: 243px;
}

#slideShow div.slide {
	float: left;
	width: 314px;
	height: 243px;
	overflow: hidden;
	display: block;
	cursor: pointer;
}
#slideShow div.slideShowHeadings {
	background: transparent url(../images/slideshowbg4.gif) repeat-x top left;
	height: 56px;
	opacity: .75;
	filter: alpha(opacity=75);
	position: absolute;
	width: 314px;
	z-index: 10;
}
#slideShow h3 {
	position: absolute;
	font-size: 1.45em;
	color: #fff;
	margin: 10px 20px;
	z-index: 20;
	font-weight: bold;
}
#slideShow div.caption {
	position: absolute;
	top: 23px;
	color: #fff;
	font-size: 1.1em;
	margin: 8px 20px;
	z-index: 20;
	width: 274px;
	height: 18px;
	overflow: hidden;
}
#slideShow div.caption p { 
	position: absolute;
	display: none; 
	width: 100%;
}
#slideShow div.slides {
	position: absolute;	
}

#slideShow div.slides img {
	position: absolute;	
	top: 0;
	left: 0;
	display: none;
}

/******************* MAIN CONTENT DECLARATIONS ********************/

#featured {
	background-color: #f2f3f4;
	border: 1px solid #e5eaec;
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 16px 20px;
	width: 900px;
}

#featured .featuredText {
	float: left;
	width: 520px;
}

#featured .featuredText h1 {
	width: 114px;
	height: 11px;
	text-indent: -1000px;
	overflow: hidden;
	background: transparent url(../images/featured_news.gif) no-repeat;
}

#featured .featuredText h2 {
	font-size: 1.5em;
	margin: 15px 0px 5px 0px;
}

#featured .featuredText h2 img { 
	vertical-align: baseline;
}

#featured a {
	color: #184e82;
}

#featured .featuredText p {
	color: #4f4f4f;
	font-size: 1.25em;
	line-height: 1.4em;
	margin-bottom: 2px;
}

#featured .featuredText p a.more-link {
	background: transparent url(../images/bluearrow.gif) no-repeat center left;
	color: #184e82;
	display: block;
	font-size: .95em;
	padding: 4px 0px 4px 10px;
}

#featured .featuredBox {
	background: #fff url(../images/boxbg.gif) repeat-x top left;
	border: 1px solid #b5cbd4;
	color: #4f4f4f;
	float: right;
	padding: 13px;
	width: 222px;
}

#featured .featuredBox h1 {
	width: 92px;
	height: 11px;
	text-indent: -1000px;
	overflow: hidden;
	background: transparent url(../images/who_we_are.gif) no-repeat;
	margin: 3px 0px 29px 0px;
}

#featured .featuredBox p {
	color: #4f4f4f;
	font-size: 1.2em;
	line-height: 1.5em;
}

#featured .featuredBox a {
	color: #00587d;
	text-decoration: underline;
}

div#action { 
	height: 100px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

div#action div {
	width: 279px;
	height: 60px;
	padding: 20px 20px 20px 15px;
	float: left;
	background-color: #6e92a4;
}

div#action h4 {
	height: 27px;
	text-indent: -1000px;
	overflow: hidden;
	margin-bottom: 12px;
}

div#action div.blockOne h4 {
	background: transparent url(../images/looking_ne.gif) no-repeat;
}

div#action div.blockTwo h4 {
	background: transparent url(../images/looking_riws.gif) no-repeat;
}

div#action div.blockThree h4 {
	background: transparent url(../images/newsletter_signup.gif) no-repeat;
	margin-bottom: 0;
}

#action .blockTwo {
	background-color: #80a1b1;
}

#action div img {
	float: left;
	margin: 0px 10px 0px 0px;
}

#action form select, #action form input {
	width: 162px;
	font-size: 1.2em;
	vertical-align: middle;
	line-height: 1.2em;
	padding: 2px;
}

#action div.blockThree form input { width: 146px; line-height: normal; }

#action button#go {
	border: 0;
	width: 22px;
	height: 21px;
	overflow: hidden;
	line-height: 200em;
	text-indent: -1000px;
	background: #956343 url(../images/formarrow.gif) no-repeat;
	vertical-align: middle;
	margin-left: 2px;
}