/* accessibility *//* menu links accesskeys */span.accesskey {text-decoration: none;}/* accessibility divs are hidden by default, text, screenreaders and such will show these */.accessibility, hr {/* position set so the rest can be set out side of visual browser viewport */position: absolute;/* takes it out top side */top: -999em;/* takes it out left side */left: -999em;}/* definition tags are also hidden, these are also used for accessibility menu links */dfn {position: absolute;left: -1000px;top: -1000px;width: 0;height: 0;overflow: hidden;display: inline;}/* end accessibility *//* wiki style external links *//* external links will have "(external link)" text added, lets hide it */a.external span {position: absolute;left: -5000px;width: 4000px;}a.external {/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */padding: 0 12px 0 0;}/* colors for external links */a.external:link {color: #18507C;/* background image for the link to show wiki style arrow */background: url(/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;}a.external:visited {color: #18507C;/* a different color can be used for visited external links *//* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/background: url(/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;}a.external:hover {color: #18507C;/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */background: url(/uploads/NCleanBlue/external.gif) no-repeat 100% 0;background-color: inherit;}/* end wiki style external links *//* clearing *//* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item. We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience. Do not edit if you dont know what you are doing*/.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}.clear {height: 0;clear: both;width: 90%;visibility: hidden;}#main .clear {height: 0;clear: right;width: 90%;visibility: hidden;}* html>body .clearfix {display: inline-block;width: 100%;}* html .clear {/* Hides from IE-mac \*/height: 1%;clear: right;width: 90%;/* End hide from IE-mac */}/* end clearing */
/* Stylesheet: Accessibility and cross-browser tools Modified On 2009-05-13 10:42:54 */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #000;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
a {
	color: #9DA718;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s; /* Firefox 4 */
	-webkit-transition-duration: 0.5s; /* Safari and Chrome */
	-o-transition-duration: 0.5s; /* Opera */
}
a:hover {
	color: #000000;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s; /* Firefox 4 */
	-webkit-transition-duration: 0.5s; /* Safari and Chrome */
	-o-transition-duration: 0.5s; /* Opera */
}
img {
	border: 0px;
}
input, textarea, select {
	color: #000000;
	background-color: #E4E4E4;
	padding: 3px;
	border: 1px solid #000000;
}
.dotted-line-horizontal {
	background-image: url(/uploads/images/dotted_line_h.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.dotted-line-vertical {
	background-image: url(/uploads/images/dotted_line_v.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
h1 {
	font-size: 28px;
	font-weight: normal;
	color: #9DA718;
	line-height: 1.5em;
	display: block;
	margin-top: 0px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #757575;
	line-height: 1.5em;
	display: block;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	color: #9DA718;
	line-height: 1.5em;
	display: block;
	border-bottom: 1px dotted #CCC;
}
.image-border {
	border: 4px solid #E7E7E7;
}
.image-float-left {
	float: left;
	margin-right:20px;
	margin-bottom:14px;
}
.image-float-right {
	float: right;
	margin-left:20px;
	margin-bottom:14px;
}
#main-wrapper {
	width: 900px;
	margin: 0px auto;
	background-color: #FFFFFF;
	padding: 10px;
}
#header-wrapper {
	height: 230px;
	display: block;
	position: relative;
	margin: 0px auto;
	width: 100%;
	z-index: 1000;
}
#logo-block {
	position:absolute;
	z-index:1;
}
#menu-block {
	background-color: #D7DF21;
	height: 38px;
	left: 0px;
	position: absolute;
	text-align: left;
	top: 185px;
	width: 100%;
	z-index: 1;
}
#number-block {
	position:absolute;
	left:320px;
	top:-15px;
	width:581px;
	height:83px;
	z-index:1;
	text-align:right;
	margin-top: 70px;
}
.phone-number {
	font-size: 22px;
	font-weight: normal;
	background-image: url(/uploads/images/phone.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 36px;
	color:#D7DF21;
	line-height: 36px;
}
.phone-number strong {color:#9DA718; font-weight: normal;}
#main-content-wrapper {
	display: block;
}
#main-banner-wrapper {
	width: 100%;
	margin: 0px auto 20px auto;
}
#content-wrapper {
	width: 100%;
	margin: 0px auto;
	min-height: 300px;
	overflow: hidden;
}
#content-wrapper ul {
	list-style-image: url(/uploads/images/bullet.png);
}
#footer-wrapper {
	height: 50px;
	background-color: #9DA718;
	width: 100%;
	margin: 0px auto;
	padding: 16px 0px 4px 0px;
	color: #FFF;
}
#footer-inner-wrapper {
	width:900px;
	margin:auto;
	display: block;
}
.footer-text a {
	color: #FFF;
	text-decoration: none;
}
.footer-text a:hover {
	color: #EDBD62;
	text-decoration: none;
}
a.footer-link:hover {
	color: #EDBD62;
	text-decoration: underline;
}
#social {
	width:200px;
	height:30px;
	z-index:1;
	text-align: right;
	float: right;
	margin-right: 14px;
	margin-top: 4px;
}
#social img {
	vertical-align: middle;
	margin-left: 8px;
}
#copyright {
	left:1px;
	width:600px;
	height:30px;
	z-index:1;
	float: left;
	margin-left: 14px;
}
.search-input {
	background-image: url(/uploads/images/search-bkg.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 28px;
	width: 199px;
	border: none;
	float: right;
	background-color: transparent;
	padding-left: 10px;
	margin: 0px !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
}
.search-button {
	background-image: url(/uploads/images/search-button.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 30px;
	border: none;
	background-color: transparent;
	float: right;
	text-indent: -10000px;
	margin: 0px !important;
}

/* Stylesheet: theme Modified On 2013-01-24 15:26:04 */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
	margin-left: 1px;
	margin-right: 1px;
}
dfn {
	display:none;
}
/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb {
	clear: both;
}
#menuwrapper {
   /* Fix for Opera 8 */ 
   /*   overflow: hidden; 
   background-color: #ECECEC; removed 
   border-bottom: 1px solid #C0C0C0; removed*/
   width: 100%;
   padding-left: 0px;
}
/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li {
	width: 200px;
}
/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#primary-nav ul {
	position: absolute;
	top: auto;
	display: none;
}
#primary-nav ul ul {
	margin-top: 1px;
	margin-left: 0px;
	left: 100%;
	top: 0px;
}
#primary-nav li {
	margin-left: -1px;
	float: left;
}
#primary-nav li li {
	margin-left: 0px;
	margin-top: -1px;
	float: none;
	position: relative;
}
/* Styling the basic apperance of the menu elements */
#primary-nav a {
	display: block;
	text-decoration: none;
	padding: 10px 30px;
	font-size: 16px;
	font-weight: normal;
	border: 0px solid #2D4493;
}
#primary-nav li a {
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
#primary-nav li li a {
	border: 0px solid #FFF;
}
#primary-nav li, #primary-nav li.menuparent {
/*background-color: #ececec; removec*/
}
/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, #primary-nav ul li.menuparent:hover, #primary-nav ul li.menuparenth {
	/* arrow for menuparents */
	color:#FFF;
}
/* Styling the apperance of menu items on hover */

#primary-nav li a:hover, #primary-nav li:hover, #primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactiveh {
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul, #primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul {
	display: none;
	background-color: #FFFFFF;
	color: #000000;
}
/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul, #primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul {
	display: block;
	background-color: #28a3e1;
}
/* IE Hacks */
#primary-nav li li {
	float: left;
	clear: both;
}
#primary-nav li li a {
	height: 1%;
}
#primary-nav ul {
	z-index:1000000;
	margin-top:0px;
	padding-top:0px;
	margin-left:0px;
	background-image:none;
}
#primary-nav ul li a:hover, #primary-nav ul li.menuactive a.menuactive:hover { /* sub links hover ' */
	color:#FFFFFF !important;
	background-image:none !important;
	background-color:#999!important;
}
#primary-nav ul li, #primary-nav li.menuactive ul li.menuactive { /* sub links border ' */
	background-color:#000;
	text-align:left;
	border:1px solid #fff;
	background-image:none;
	width:200px;
	vertical-align:middle !important;
}
/* End of 'Menu' */
/* IE Hacks */
#primary-nav li li {
	float: left;
	clear: both;
}
#primary-nav li li a {
	height: 1%;
}
#primary-nav ul {
	z-index:1000000;
	margin-top:0px;
	padding-top:0px;
	margin-left:0px;
	background-image:none;
}
#menuwrapper ul li a {
	color: #FFF;
}
#primary-nav ul li a {
	color: #FFF;
}
#primary-nav li a:hover {
	color:#FFF;
	background-color: #9DA718;
}
#primary-nav ul li a {
	display: block;
	margin: 0px;
	padding: 3px 12px;
	text-decoration: none;
	color: #000;
	font-weight:normal;
	background-image:none;
	font-size:12px;
	text-align:left;
	background-color:#E0E0E0;
	background-image:none;
	border:0px;
}
#primary-nav li a.menuactive, #primary-nav li.menuactive {
	color:#FFF;
	background-color: #9DA718;
}
#primary-nav ul li a:hover, #primary-nav ul li.menuactive a.menuactive:hover {
	color:#FFFFFF !important;
	background-image:none !important;
	background-color:#999!important;
}
#primary-nav ul li, #primary-nav li.menuactive ul li.menuactive {
	background-color:#000;
	text-align:left;
	border:1px solid #fff;
	background-image:none;
	width:200px;
	vertical-align:middle !important;
}
/********************
Footer Links
*********************/
* html div#menu_horiz {
	height: 1%;
}
div#menu_horiz {
	width: 100%;
	margin: 0;
	height: 24px;
}
div#menu_horiz ul {
	margin: 0;
	padding: 0;
	float: left;
}
div#menu_horiz li {
	float: left;
	list-style: none;
	margin: 0;
}
div#menu_horiz a, .sectionheader span {
	text-decoration: none;
	color: #FFF;
	display: block;
	background-position: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 10px;
	line-height: 12px;
}
div#menu_horiz li a:hover {
	color: #EDBD62;
	text-decoration: underline;
}
div#menu_horiz a.menuactive:hover {
	color: #EDBD62;
}
div#menu_horiz li.menuactive a {
	text-decoration: none;
	color: #EDBD62;
	display: block;
	background-position: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 10px;
}
div#menu_horiz h3 {
	text-decoration: none;
	color: #EDBD62;
	display: block;
	background-position: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 10px;
	font-weight: normal;
}
/* Footer */
/* Stylesheet: menu Modified On 2013-01-24 14:44:41 */
