﻿body
{
	color: #F9FBFD; /*pale white*/	
}

#wrapper	{
	background: url(images/wrapper-bg.png) top no-repeat;
	height: 632px;
	margin: 0 auto;
	padding: 109px 0 0 20px;
	position: relative;
	width: 957px;
	z-index: 99;	
}

* html #wrapper	{
	background: url(images/wrapper-bg.jpg) top no-repeat;
	padding: 109px 0 0 20px;
}

.logo	{
	left: 0;
	position: absolute;
	top: 0;
}

#dnn_Nav	{
	height: 60px;
	margin: 0 0 0 227px;
	width: 700px;
}

* html #dnn_Nav	{
	padding: 15px 0 0 0;
}

#home-img	{
	border: 10px solid #fff;
	float: left;
	height: 531px;
	margin: 10px;
	position: relative;
	width: 583px;
	z-index: 1 !important;
}

* html #home-img	{
	margin: -10px 10px 10px 12px;
}

#overlay	{
	background: url(images/overlay.png) repeat-x;
	bottom: 0;
	height: 65px;
	padding: 10px;
	position: absolute;
	width: 563px;
	z-index: 99;
}

* html #overlay	{
	background: url(images/overlay.png) repeat-x;
	bottom: 0;
	height: 65px;
	padding: 10px;
	width: 563px;
	z-index: 99;
}


#button1	{
	background: url(images/oem-button.jpg) no-repeat;
	border: 10px solid #fff;
	float: left;
	height: 79px;
	margin: 10px 0 0 0;
	padding: 7px 10px 10px 10px;
	width: 254px;
}

#button1:hover	{
	background: url(images/oem-button-hover.jpg) no-repeat;
}

* html #button1	{
	margin: -10px 0 0 0;
}

#button2	{
	background: url(images/fab-button.jpg) no-repeat;
	border: 10px solid #fff;
	float: left;
	height: 79px;
	margin: 10px 0 0 0;
	padding: 7px 10px 10px 10px;
	width: 254px;
}

#button2:hover	{
	background: url(images/fab-button-hover.jpg) no-repeat;
}

* html #button2	{

	padding: 7px 10px 5px 10px;
}

#button3	{
	background: url(images/rolling-button.jpg) no-repeat;
	border: 10px solid #fff;
	float: left;
	height: 79px;
	margin: 10px 0 0 0;
	padding: 7px 10px 10px 10px;	
	width: 254px;
}

#button3:hover	{
	background: url(images/rolling-button-hover.jpg) no-repeat;
}

* html #button3	{

	padding: 7px 10px 5px 10px;
}

#go-button	{
	background: url(images/go-button.png) no-repeat;
	height: 44px;
	margin: 62px 0 0 238px;
	position: absolute;
	width: 45px;
}

* html #go-button	{
	background: url(images/go-buttonie6.gif) no-repeat;
}

#dnn_ContentPane	{
	display: none;
}

#dnn_news	{
	background: #464646 url(images/news-bg.jpg) top no-repeat;	
	float: left;
	height: 155px;
	margin: 10px 0 0 0;
	padding: 18px 0 0 15px;
	width: 279px;
}

* html #dnn_news	{

}

#footer	{
	color: #494949; /*dark ash*/
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;	
	text-align: center;
	width: 100%;
}

#footer a	{
	color: #494949; /*dark ash*/
}

#footer a:hover	{
	border-bottom: 1px dashed #727272;
	color: #727272; /*ash*/
	text-decoration: none;
}


/*___________________________________DNN OVERRIDES______________________________*/

/*DNN adds a br below the content pane name (in this case nav)*/
#dnn_Nav .SubHead br	{
	display: none;
	height: 0;
	visibility: hidden;
}

/*bringing the nav up because the table was 58px in height and could not be overwritten, and it was hidden under a content pane; so we could not login*/
#dnn_Nav #dnn_ctr1639_DD table 	{
	margin: -15px 0 0 0;
}

/*________________________________JQUERY CYCLE STYLES__________________________*/

#cycle	{
	height: 387px;
	width: 553px;
}

#nav	{
	margin: 420px 0 0 285px;
	padding: 5px 8px 5px 8px;
	position: absolute; 
	z-index: 98;	
}

#nav a {
	background: url(images/scroller-bg.png) no-repeat;
	font-size: 75%;
	margin: 0 0 5px 2px;
	padding: 5px 8px 5px 8px;
	text-decoration: none;
}

#nav a {
	content:' ';
}

* html #nav a {
	background: url(images/scroller-bg.gif) no-repeat;
}

#nav a.activeSlide	{ 
	background: url(images/scroller-active.png) no-repeat;
	color: #00657A;	
}

* html #nav a.activeSlide	{
	background: url(images/scroller-active.gif) no-repeat;
}

#nav a:focus { 
	outline: none; 
}

/*____________________________NEWS FEED STYLES_________________________________*/

td.Normal strong	{
	font-size: 120%;
}

td.Normal a	{
	color: #232323;
	text-decoration: underline;
}

td.Normal a:hover	{
	color: #fff;
	text-decoration: underline;
}
