@charset "UTF-8";
/* CSS Document */


#content {
	width:100%;
	background:#c9c9c9;
}

/* ------------------------------------------------- feature slider ----------------------------------- */
#sliderWrap {
	width:100%;
	background:url(../images/bg-home-feat.png) 0 60px repeat-x;
}

#slider {
  width:960px;
  height: 410px;
  margin: 0 auto;
  position: relative;
}

#slider .scroll {
  height: 410px;
  width:960px;
  overflow: auto;
  position: relative; /* position: relative = fix for IE to respect overflow */
  clear: left;
}

#slider .scrollContainer div.panel {
  height: 410px;
  width: 960px; /* change to 560px if not using JS to remove rh.scroll */
}


ul#slideNav {
	position:absolute;
	top:25px;
	left:50px;
	list-style:none;
	z-index:1000;
	margin:0;
	padding:0;
}
ul#slideNav li {
	float:left;
}
ul#slideNav li a {
	display:block;
	width:15px;
	height:15px;
	margin:0 5px 0 0;
	background:#ccc;
}
ul#slideNav li a:hover { background:#fff; }

#slider .scrollButtons,
#slider .scrollButtons.left,
#slider .scrollButtons.right { display:none; }

.lmod_content {
	width: 360px;
	margin:60px 0 0 50px;
	float: left;
	color:#ccc;
}

.lmod_content h2 {
	font-size: 48px;
	text-transform: uppercase;
	line-height: 50px;
	margin:0;
	padding:12px 0;
	color: #fff;
	font-weight:bold;
}

.lmod_content h3 {
	position:relative;
	font-size: 1.25em;
	text-transform: uppercase;
	line-height: 0.8em;
	margin:0 0 10px;
	color: #fff;
	font-weight:bold;
}

.lmod_content p {
	
}

.lmod_content .button {
	width: 75px;
	height: 25px;
	margin-top: 20px;
	background: url(../images/bg-home-feat-readmore.png) 0 0 no-repeat;
	display: block;
}

.lmod_content .button:hover {
	background-position: 0 -25px;
}





/* ------------------------------------------------- small modules ----------------------------------- */

.module {
	width:239px;
	height:300px;
	float:left;
	display:inline;
	border-right:1px solid #a5a5a5;
}
.module ul { margin:0; padding:0; list-style:none; }
.module ul li {
	width:224px;
	margin:1px 0 0 0;
	padding:0 0 0 15px;
	line-height:50px;
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	background:url(../images/bg-sidebar-heading.gif) 0 0 repeat-x;
}
.module.news ul li { margin-left:1px; width:223px; }
.module ul li a { color:#fff; font-weight:bold; }


.module .item {
	font-size:10px;
	line-height:12px;
	padding:15px 5px 0 15px;
}
.module .item .thumb {
	width:200px;
	margin:0 0 10px 0;
	overflow:hidden;
}
.module .item .thumb img {
	width:200px;
	height:auto;
}
.module .item p {
	padding:0;
	margin:0;
	color:#333;
}
.module .item p a { color:#143a6e; font-weight:bold; }


.module .item a span {
	color:#333;
	text-decoration:underline;
}
.module .item a:hover span {
	color:#000;
}

.module img { border:none; }

/* ------------------- news ------------------- */
.news .item .thumb {
	float:left;
	display:inline;
	width:50px;
	height:50px;
	margin:0 10px 0 0;
	overflow:hidden;
}
.news .item .thumb img {
	width:50px;
	height:50px;
}



/* ------------------- community ------------------- */
.community { position:relative; }

.community .item p { 
	color:#333;
	margin-bottom:5px;
	font-size:13px;
}
.community #contactarea {
	width:210px;
	height:200px;
	margin:0;
	padding:0;
	color:#333;
}
.community input {
	width:200px;
	margin-bottom:5px;
	clear:both !important;
}
.community #submitbutton {
	width:auto;
	background:#666 !important;
	color:#ccc;
}	

.community #social {
	position:absolute;
	top:175px;
}
/*
#inputbox {
	border: 1px solid #000;
	width: 270;
	padding: 2px;
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 12px;
}

*/



















