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

/* ******************** general CSS ********************  */
body {
	font: normal normal 11px Arial, Helvetica, sans-serif;
	background: #272727;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	border: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	overflow: auto;
}
img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
p {
	padding: 0px;
	margin: 0px;
}

/*  ******************** content holder CSS ********************  */
.norwood #wrapper {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #272727;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.norwood #container {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.norwood #headerBars {
	width: 970px;
	height: 39px;
	padding: 0px;
	margin: 0px;
	clear: both;
	position:relative;
}
.norwood #topStrip {
	width: 970px;
	height: 66px;
	padding: 0px;
	margin: 0px;
	clear: both;
	position:relative;
}
.norwood #logoHolder {
	width: 242px;
	height: 66px;
	padding: 0px;
	margin: 0px;
	float: left;
}
.norwood #navHolder {
	width: 728px;
	height: 26px;
	padding-top: 40px;
	margin: 0px;
	float: right;
	text-align: right;
}
.norwood #headerImage {
	width: 970px;
	height: 200px;
	padding: 0px;
	margin: 0px;
	clear: both;
	position:relative;
}
.norwood #contentHolder {
	width: 970px;
	padding-top: 10px;
	margin: 0px;
	clear: both;
	position:relative;
}
.norwood #contentHeading {
	width: 970px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	clear: both;
	background-image: url(../images/headerLine.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.norwood #homepageCol1 {
	width: 354px;
	padding: 0px;
	margin: 20px 20px 20px 0px;
	float: left;
	text-align: left;
}
.norwood #homepageCol2 {
	width: 354px;
	padding: 0px;
	margin: 20px 0px 20px 0px;
	float: left;
	text-align: left;
}
.norwood #homepageCol3 {
	width: 222px;
	padding: 0px;
	margin: 20px 0px 20px 20px;
	float: right;
	text-align: left;
}
.norwood #contactCol1 {
	width: 304px;
	padding: 0px;
	margin: 20px 20px 20px 0px;
	float: left;
	text-align: left;
}
.norwood #contactCol2 {
	width: 404px;
	padding: 0px;
	margin: 20px 0px 20px 0px;
	float: left;
	text-align: left;
}
.norwood #contactCol3 {
	width: 222px;
	padding: 0px;
	margin: 20px 0px 20px 20px;
	float: right;
	text-align: left;
}
.norwood #newsCol1 {
	width: 708px;
	padding: 0px;
	margin: 20px 20px 20px 0px;
	float: left;
	text-align: left;
}
.norwood #newsCol3 {
	width: 222px;
	padding: 0px;
	margin: 20px 0px 20px 20px;
	float: right;
	text-align: left;
}
.norwood #galleryHolder {
	width: 970px;
	padding: 0px;
	margin: 0px;
	float: left;
	text-align: left;
}

/*  ******************** footer holder CSS ********************  */
.norwood #footerBars {
	width: 970px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	clear: both;
	position:relative;
}
.norwood #footerHolder {
	width: 970px;
	height: 34px;
	padding: 0px;
	margin: 0px;
	clear: both;
	position:relative;
}
.norwood #footerNav {
	width: 655px;
	height: 34px;
	padding-top: 10px;
	margin: 0px;
	float: left;
}
.norwood #footerLogo {
	width: 305px;
	height: 14px;
	padding-top: 6px;
	margin: 0px;
	float: right;
	text-align: right;
}
.norwood #footerLink {
	width: 305px;
	height: 10px;
	padding: 0px;
	margin-top: 4px;
	float: right;
	text-align: right;
}


/*  ******************** table CSS ********************  */
td {
	vertical-align: top;
}

/*  ******************** other CSS ********************  */
.norwood #newsHolder {
	width: 220px;
	height: 230px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	position:relative;
	background-image: url(../images/news_back.jpg);
	background-repeat: repeat-x;
	border: 1px solid #FFFFFF;
}
.newsImage {
	text-align: right;
	vertical-align: top;
	margin: 0px 0px 20px 30px;
	padding: 0px;
	float: right;
}
.lat_news_header {
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
}



/*Homepage Scroller*/

#pscroller1{
	width: 200px;
	height: 100px;
	border: 1px solid black;
	padding: 5px;
	color: #FFFFFF;
}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}
.newsticker-jcarousellite  {
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 18px;
}
.info {
	display: block;
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 0px;
}
.cat {
	display: block;
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 10px;
}
.cta_read_more {
	padding-left: 65px;
	float: right;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

