@charset "utf-8";

.footerText {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px;
}
.footerText:link {color: #f3f0e0; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; text-decoration: underline;
}
.footerText:visited {color: #f3f0e0; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; text-decoration: underline;
}
.footerText:hover {color: #f3f0e0; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; text-decoration: underline;
}
.footerText:active {color: #f3f0e0; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; text-decoration: underline;
}

.columnDarkTopHome {
	background-attachment: fixed;
	background-image: url(home_images/bgrd_blurb_selling.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.textRegular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #776e62;
}
a:link {
	color: #69a4d9;
	text-decoration: none;
}
a:visited {
	color: #69a4d9;
	text-decoration: none;
}
a:hover {
	color: #69a4d9;
	text-decoration: underline;
}
a:active {
	color: #69a4d9;
	text-decoration: none;
}
.inputField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #69a4d9;
	background-color: #F4F4F4;
	border: 1px solid #666666;
	padding-left: 6px;

}
.inputButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #69a4d9;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	border: 1px solid #900100;
}
.textLarger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #900100;
}.headerMainTop-Home {
	background-image: url(siteframe_images/bgrd_Headermain_home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.leftNavBottom {
	background-attachment: fixed;
	background-image: url(siteframe_images/bgrdLeftNavBottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.headerMainTop-Home {
	background-image: url(siteframe_images/bgrd_Headermain_home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* ------------ Content ------------ */
#content {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #776e62;
}
.print {
	margin-right: 75px;
	margin-top: 10px;
	border:0px solid; text-decoration:none;
}


/* ------------ Main (Right) ------------ */
#main {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 0px;
	width: 100%;
	
}
#H2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #6fa7dc;
}



#main h2 {
	}
#main h3 {
	}
#main h4 {
	}
#main h5 {
	}
#main h6 {

}
div#main ul,
div#main ol,
div#main dl,
#footer ul,
#footer ol {
}
div#main ul,
#footer ul {
	list-style: circle;
}
div#main ul li,
div#main ol li,
#footer ul li,
#footer ol li {
}
/* definition lists topics on bold */
div#main dl dt {
}
div#main dl dd {
}
div#main dl {
}

/* Breadcrumbs */

div.breadcrumbs {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0em 0;
	margin: 0 0em;
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}


/* ------------ News Module ------------ */
#news {
	padding: 10px;
}
.NewsSummary {
}
.NewsSummaryPostdate,
.NewsSummaryCategory,
.NewsSummaryAuthor {
	font-style: italic;
	font-size: 0.8em;
}
.NewsSummaryLink {
	margin: 2px 0;
}
.NewsSummaryContent {
	margin: 10px 0;
}
.NewsSummaryMorelink {
	margin: 5px 0 15px;
}
/* ------------ End News Module ------------ */

/* ------------ Header ------------ */
#header {
	height: 111px;
	width: 960px;
}
#logo a {
/* adjust according your image size */
	height: 75px;
	width: 215px;
/* forces full link size */
	display: block;
/* this hides the text */
	text-indent: -9999em;
	margin-top: 0;
	margin-left: 0;
/* you can set your own image here, note size adjustments */
	background: url(uploads/NCleanBlue/logo.png) no-repeat left top;
}
/* ------------ Header - Search ------------ */
div#search {
	width: 190px;
	height: 28px;
	margin-top: 31px;
	margin-right: 20px;
}
div#search label {
	text-indent: -9999em;
	height: 0pt;
	width: 0pt;
	display: none;
}
div#search input.search-input {
/* specific size for image, your image may need these adjusted */
	width: 143px;
	height: 17px;
/* removes default borders, allows use of image */
	border-style: none;
/* text color */
	color: #999;
/* padding of text */
	padding: 7px 0px 4px 10px;
	float: left;
/* set all font properties at once, weight, size, family */
	font: bold 0.9em Arial, Helvetica, sans-serif;
/* left input image, set your own here */
	background: url(uploads/NCleanBlue/search.png) no-repeat left top;
}
div#search input.search-button {
/* specific size for image, your image may need these adjusted */
	width: 37px;
	height: 28px;
/* removes default borders, allows use of image */
	border-style: none;
/* hides text, image has text */
	text-indent: -9999em;
	float: left;
	margin: 0;
/* provides positive hover effect */
	cursor: pointer;
/* removes default size/height */
	font-size: 0px;
	line-height: 0px;
/* submit button image, set your own here */
	background: transparent url(uploads/NCleanBlue/search.png) no-repeat right top;
}