/* original bg color: #acb8bf */


body {
	margin: 0;
	padding: 0 0 20px 0;
	background: #c4cbd0 url("../images/stripeswide.gif") top left repeat-y;
	font-family: Lucida Sans Unicode, Lucida Grande,  sans serif;
	border: 25px solid #000;
}


body.home {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #c4cbd0 url("../images/stripeswide.gif") top left repeat;
}


p {
	font-size: 12px;
}



#homecontainer {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #5A6C77;
	text-align: center;
	vertical-align: middle;
}

#homecontent {
	background-color: #acb8bf;
	text-align: center;
	padding: 15px 0 30px 0;
	margin: 75px;	
}

#homecontent h1 {
	width: 729px;
    padding: 59px 0 0 0;
    margin: 0 auto 25px auto;
    overflow: hidden;
    height: 0px !important;
    height /**/: 59px;
    background-repeat: no-repeat;
	background: url("../images/hlogo.gif") no-repeat;
}

#homecontent h2 {
	font-weight: bold;
	font-size: 16px;	
	font-family: Trebuchet MS, Helvetica, Verdana, sans-serif;
	color: #000;
	margin: 25px auto 15px auto;
}

#homecontent p {
	margin: 25px;
}

#homecontent img {
	border: none;
	margin: 0 10px 0 10px;
}

#homecontent a {
	color: #000;
}

#homecontent a:hover {
	
}

.slideshowdiv {
	width: 640px;
	margin: 0 auto 0 auto;
	text-align: center;
	clear: left;
	font-size: 12px;
}

.slideshowdiv div {
	float: left;
	margin: 0 5px 0 5px;
	width: 150px;
	text-align: left;
	
}

.slideshowdiv .slideshowtext {
	margin: 10px 0 0 20px;
	width: 140px;
}

.slideshowdiv .landing {
	clear: left;
	margin: 0 auto 0 auto;
	float: none;
	width: 550px;
}

.slideshowdiv .landing a {
	clear: left;
	padding: 10px 10px 10px 110px;
	font-size: 14px;
	border: solid 1px #000;
	background: #485568 url("../images/bg-landing2up.jpg") 0 0 no-repeat;
	color: #fff;
	width: 430px;
	height: 55px;
	display: block;
	text-align: left;
	text-decoration: none;
}

.slideshowdiv .landing a:hover {
	border: solid 1px #485568;
	background: #485568 url("../images/bg-landing2up.jpg") 0 -75px no-repeat;
	color: #000;
	text-decoration: none;
}




#slideshow {
	width: 550px;
	margin: 0 auto 0 auto;
	text-align: center;
	font-size: 14px;
	
}

#slideshow td {
	font-size: 12px;
	width: 320px;
	margin: 0;
}

#SLIDESTEXT {
	font-size: 12px;
	width: 250px;
	text-align: left;
}

#slidecontrols {
}

#slidecontrols li {
	float: left;
	list-style-type: none;
	width: 28px;
	height: 28px;
	padding: 0;
	margin: 0 6px 0 0;
	text-align: center;
}

#slidecontrols a {
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	width: 20px;
	height: 20px;
	padding: 2px;
	font-weight: bold;
	background: #485568;
	border: solid 2px #000;
	color: #fff;
}

#slidecontrols a:hover {
	border: solid 2px #485568;
	background: #fff;
	color: #485568;
	text-decoration: none;
}

#homecontent a#homeoffer {
	float: left;
	height: 135px;
	width: 130px;
	padding: 20px 10px 10px 10px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	border: solid 3px #000;
	background: #485568;
	color: #fff;
	line-height: 130%;
}

#homecontent a#homeoffer:hover {
	border: solid 3px #485568;
	background: #fff;
	color: #485568;
	text-decoration: none;
}


.hidden {
	visibility: hidden;
}



