@charset "UTF-8";
/* CSS Document */

/* Color Glossary

	White: #ffffff;
	Gray: #58595b;
	Green: #39b54a;
	Black: #2f292b;

*/

/* Structure 
--------------------------------- */

body {
	color: #58595b;
	background: #58595b;
	line-height: 1.4;
}

#bar {
	position: fixed;
	top: 0;
	left: 0;
	height: 29px;
	width: 100%;
	background: url(../../layout/images/top-bar-bkgrd.png) repeat 0 0;
	color: #ffffff;
	z-index: 2;
}

#bar a {
	color: #ffffff;
}

#bar div {
	margin: 0 auto;
	width: 960px;
	position: relative;
}

#bar img {
	position: absolute;
	top: 0;
	left: 393px;
}

#bar span {
	position: absolute;
	top: 2px;
	right: 0;
	text-align: right;
	font-size: 12px;
}

#wrapper {
	background: url(../../layout/images/bkgrd-bottom.png) no-repeat bottom left;
	padding: 0 0 19px 0;
	position: relative;
	z-index: 1;
}

#wrapper-repeat {
	background: url(../../layout/images/bkgrd.png) repeat 0 0;
	position: relative;
	padding: 49px 9px 19px 9px;
}

#header {
	position: relative;
	top: 0;
	left: 0;
	height: 70px;
	width: 960px;
	z-index: 2;
}

#logo {
	display: block;
	position: absolute;
	bottom: 0;
	left: 20px;
	height: 51px;
	width: 167px;
	background: url(../../layout/images/logo.png) no-repeat 0 0;
}

#header #search {
	position: absolute;
	top: 0;
	right: 20px;
}

#header #search span, #header form {
	float: left;
}

#header #search span {
	padding: 1px 0 0 0;
}

#searchTerm {
	background: #ffffff;
	border: 1px solid #39b54a;
	float: left;
	height: 16px;
	margin: 0 10px 0 20px;
	padding: 1px 0;
	width: 150px;
}

#search-submit {
	background: url(../../layout/images/search-button.png) no-repeat 0 0;
	border: 0px solid #ffffff;
	height: 20px;
	width: 50px;
	float: left;
	padding: 0;
}


#main {
	padding: 20px 0 0 0;
	position: relative;
	z-index: 1;
}

#main-img, #carousel {
	position: relative;
	height: 230px;
	width: 960px;
	z-index: 1;
}

#main-img .slide {
	position: absolute;
	top: 0;
	left: 0;
	height: 230px;
	width: 960px;
}

#main-img span, #main-img h1 {
	background: url(../../layout/images/trans-green-bkgrd.png) repeat 0 0;
	width: 920px;
	height: 35px;
	position: absolute;
	bottom: 20px;
	left: 0;
	color: #ffffff;
	font-size: 24px;
	padding: 5px 0 0 40px;
	display: block;
	text-transform: lowercase;
}

#main-img p {
	background: url(../../layout/images/trans-gray-bkgrd.png) repeat 0 0;
	width: 250px;
	position: absolute;
	top: 20px;
	right: 80px;
	color: #ffffff;
	font-size: 12px;
	padding: 10px;
}

#main-img a.prev {
	background: url(../../layout/images/carousel-arrows.png) no-repeat 0 0;
	height: 40px;
	width: 40px;
	display: block;
	position: absolute;
	top: 95px;
	left: 20px;
	z-index: 2;
}

#main-img a.prev:hover {
	background-position: 0 -40px;

}

#main-img a.next {
	background: url(../../layout/images/carousel-arrows.png) no-repeat -40px 0;
	height: 40px;
	width: 40px;
	display: block;
	position: absolute;
	top: 95px;
	right: 20px;
	z-index: 2;
}

#main-img a.next:hover {
	background-position: -40px -40px;
}


#content {
	padding: 10px;
	z-index: 1;
}

#breadcrumb {
	font-size: 12px;
	padding: 0 0 10px 30px;
}

.container {
	float: left;
	padding: 10px;
	z-index: 1;
}

.full {
	width: 920px;
}

.half {
	width: 450px;
}

.third {
	width: 293px;
}

.twothirds {
	width: 606px;
}

h2 a.rss {
	background: url(../../layout/images/rss-icon.png) no-repeat 0 0;
	height: 18px;
	width: 18px;
	display: block;
	position: absolute;
	top: 5px;
	right: 20px;
}

div.content {
	padding: 20px;
}

div.content ul li {
	padding: 5px 0;
}

div.content ul li .date {
	background: url(../../layout/images/calendar-icon.png) no-repeat 0 0;
	height: 34px;
	width: 39px;
	float: left;
	padding: 6px 0 0 0;
	margin: 0 5px 0 0;
	font-size: 7px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}

div.content ul li .date span {
	font-size: 16px;
	font-weight: bold;
	color: #58595b;
}

div.content ul li span {
	font-size: 12px;
	display: block;
}


h2 a.rss-left {
	background: url(../../layout/images/rss-icon.png) no-repeat 0 0;
	height: 18px;
	width: 18px;
	display: block;
	float: left;
}



#footer {
	position: relative;
	width: 960px;
	margin: 10px auto;
	background: url(../../layout/images/footer-bkgrd.png) no-repeat center center;
}

#footer #footer-left {
	padding: 53px 0 0 0;
	width: 200px;
	background: url(../../layout/images/footer-logo.png) no-repeat 0 0;
	float: left;
}

#footer-left p {
	color: #ffffff;
	border-left: 2px solid #ffffff;
	padding: 0 0 0 15px;
	line-height: 1.2;
	font-size: 12px;
}

#footer-right {
	float: right;
	width: 275px;
}

#footer-right table {
	padding: 0 0 0 15px;
	width: 100%;
}

#footer-right table td {
	width: 50%;
}

#footer-right table td a {
	color: #ffffff;
	text-align: center;
	display: block;
	background: #2f292b;
	margin: 5px;
	font-size: 10px;
	padding: 7px 0;
}

#footer-right table td a:hover {
	text-decoration: none;
	background: #39b54a;
}

#copyright {
	background-color: #2f292b;
	padding: 5px 0;
	color: #ffffff;
}

#copyright div {
	width: 960px;
	text-align: center;
	margin: 0 auto;
}

#copyright span {
	padding: 0 5px;
}

#copyright a {
	color: #ffffff;
}




/* Navigation 
--------------------------------- */

#header ul {
	padding: 0 0 0 10px;
	margin: 0;
	float: right;
	position: absolute;
	bottom: 0;
	right: 0px;
	background: url(../../layout/images/nav-bkgrd-left.png) no-repeat 0 0;
	height: 30px;
}

#header ul li {
	display: inline;
	list-style: none;
	float: left;
	position: relative;
	background: url(../../layout/images/nav-bkgrd.png) repeat-x 0 0;
}

#header ul li a {
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	line-height: 1.5;
	padding: 7px 12px 0 12px;
	height: 23px;
	display: block;
	float: left;
}

#header ul li.hover, #header ul li a.current, #header ul li a.currentParent {
	background-image: url(../../layout/images/nav-bkgrd-hover.png);
}

#header ul li ul li a.current, #header ul li ul li a.currentParent {
	background-image: none;
}

#header ul li ul {
	position: absolute;
	top: -200em;
	left: -10px;
	background: none;
}

#header ul li ul li {
	background: url(../../layout/images/trans-green-bkgrd.png) repeat 0 0;
	clear: both;
	float: left;
	position: relative;
	padding: 0;
	width: 170px;
}

#header ul li ul li a {
	background: none;
	display: block;
	padding: 0 0 0 20px;
	text-transform: lowercase;
}

#header ul li ul li a:hover {
	background: none;
}


/* Headings 
--------------------------------- */

h1, h2 {
	color: #ffffff;
	background-color: #58595b;
	padding: 5px 20px;
	position: relative;
}

h3, h4, h5, h6 {
	
}


/* Links 
--------------------------------- */

a {
	color: #39b54a;
}

a:hover {
	text-decoration: underline;
}


/* Misc 
--------------------------------- */

.gray {
	color: #555555;
}

.odd {
	background: #dfe0e1;
}

input, textarea {
	border: 1px solid #58595b;
	background: none;
	width: 250px;
	padding: 5px;
}

textarea {
	height: 75px;
}

input[type=submit] {
	background: url(../../layout/images/submit-button.png) no-repeat 0 0;
	display: block;
	width: 136px;
	height: 29px;
	border: 0px solid #58595b;
}

input[type=submit]#register {
	background-image: url(../../layout/images/register-button.png);
}

input[type=submit]:hover {
	background-position: 0 -29px;
	cursor: pointer;
}

input[type=reset] {
	background: url(../../layout/images/reset-button.png) no-repeat 0 0;
	display: block;
	width: 136px;
	height: 29px;
	border: 0px solid #58595b;
}

input[type=reset]:hover {
	background-position: 0 -29px;
	cursor: pointer;
}

.dakota {
	font-size: 12px;
}

div.error, div.success {
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	color: #ffffff;
	padding: 15px;
	margin: 10px 0;
}

div.error {
	background: #cd0a0a;
}

div.success {
	background: #39b54a;
}

div#pagination {
	border-top: 2px solid #58595b;
	margin: 10px 0 0 0;
	padding: 10px 0 0 20px;
}

/* Page - Search Results 
--------------------------------- */

.search {
	padding: 25px 0 0 0;
}

.search .date {
	font-size: 12px;
}

.search h4 {
	margin: 0 0 10px 0;	
	font-variant: normal;
}

#search-pages {
	padding: 25px 0 0 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
}

#search-pages-term {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
}

#search-form input[type=submit] {
	margin: 0 0 0 10px;
}

/* Page - Accounts
--------------------------------- */

.tblRegistration {
	width: 100%;
	padding: 10px 0 20px 0;
}

.tblRegistration td {
	width: 35%;
}

.tblRegistration th {
	text-align: left;
	vertical-align: middle;
}


/* Page - Services
--------------------------------- */

.slideshow {
	float: right;
	border: 1px solid #58595b;
	padding: 10px;
	margin: 0 0 10px 10px;
}

.slideshow .items {
	position: relative;
	height: 150px;
	width: 200px;
	background: #000000;
}

/* Select Menu Styling
--------------------------------- */

div.sdSelectMenu {
	display: inline;
	position: relative;
}

span.sdSelectMenu a {
	position: absolute;
	display: block;
	padding: 5px 10px;
	width: 178px;
	background: #fff;
	border: 1px solid #58595b;
}

ul.sdSelectMenu {
	position: absolute;
	top: 27px;
	left: 0;
	background: #58595b;
	margin: 0;
	padding: 0;
	width: 200px;
}

ul.sdSelectMenu a {
	color: #fff;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}

ul.sdSelectMenu a:hover, ul.sdSelectMenu a.selected {
	background: #2f292b;
}