/* Client: Bobbin - Spindle framework		Date: 25 Aug 2009
----------------------------------------------------------------------------- */


/* RESET CODE
----------------------------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,var{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

:after,
:before,
:focus {
	outline: 0;
}


/* CLEAR AND FLOATS
----------------------------------------------------------------------------- */


.clear {
	clear:both;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* Hides from IE-mac */
* html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
}

.right {
	float:right;
}

.left {
	float:left;
}

.relative {
	position:relative;
}

.absolute {
	position:absolute;
	z-index:99;
}


/* STRUCTURE
----------------------------------------------------------------------------- */


.head, .prime, .banner, .container, .foot {
	clear:both;
	margin:0 auto;
}

/* This forces a vertical scroll bar regardless of page height, simply to combat the irritating page shift. */
html {
	height:101%;
	margin-bottom:1px;
}

/* for ie5.5 / 6.0 - realign the text */
* html .head, * html .prime, * html .banner, * html .container, * html .foot {
	text-align:left;
}

body {
	background: #085239 url('../images/body1.jpg') top center no-repeat;
	color: #4e4e4e;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 100%;
	margin: 0px auto;
}

/*
 For FireFox, Chrome and Safari - default monospace font too small
 See: http://www.undermyhat.org/blog/2009/09/css-font-family-monospace-renders-inconsistently-in-firefox-and-chrome/
*/
pre, code, samp, kbd, tt {
  font-family:"Courier New" , monospace;
}

/* Container for the whole page */
div.page_outer {
	background: transparent;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 1050px;
}

div.page_inner_left {
	background: transparent url('../images/page-inner-left.png') top left no-repeat;
	float: left;
	height: 775px;
	width: 15px;
}

div.page_inner {
	background: #FFFFFF url('../images/page-inner.gif') bottom center no-repeat;
	float: left;
	padding: 0 20px 5px 20px;
	width: 980px
}

div.page_inner_right {
	background: transparent url('../images/page-inner-right.png') top left no-repeat;
	float: left;
	height: 775px;
	width: 15px;
}

div.head {
	min-height: 170px;
	height: auto !important;
	height: 170px;
}

div.logo {
	float: left;
	margin: 4px 0 11px 0;
}

div.logo a,
div.logo img {
	display: block;
	height: 113px;
	width: 267px;
}

div.crest {
	float: right;
	margin: 16px 0 11px 0;
}

div.crest a,
div.crest img {
	display: block;
	height: 113px;
	width: 76px;
}

div.container {
	background: #FFFFFF;
	clear: both;
	min-height: 575px;
	height: auto !important;
	height: 575px;
	margin: 0;
	padding: 15px 0 15px 0;
}

body.home div.container {
	background: #FFFFFF url('../images/container.gif') top center no-repeat;
	height: auto !important;
}

/* fixes collapse of empty div in firefox */
.spacer {
	white-space:pre;
}


/* CAROUSEL STYLES
----------------------------------------------------------------------------- */

div.carousels {
	background: black;
	height: 370px;
	overflow: hidden;
	width: 980px;
}

div.carousels div.fader img {
	display: block;
}

div.carousel_list div.carousel {
	margin-bottom: 10px;
	margin-right: 10px;
	float:left;
}

div.carousel_list img.slide,
div.carousel_list div.carousel {
	height:115px;
	width:229px;
	display:block;
}



/* CHANNEL STYLES
----------------------------------------------------------------------------- */

div.channels {
	float: left;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	width: 980px;
}

div.channel {
	float: left;
	height: 80px;
	margin: 0 20px 0 0;
	width: 230px;
}

div.channel.last {
	margin: 0;
}

div.channel a,
div.channel img {
	display: block;
}

/* ROLLOVER STYLES
----------------------------------------------------------------------------- */


a.rollover {
	display:block;
	width:100%;
	height:100%;
}

a.rollover:hover {
	background-position:bottom;
}

a.rollover span {
	position:absolute;
	left:-5000px;
}


/* BANNER STYLES
----------------------------------------------------------------------------- */

div.banner {
	position: relative;
	background: #6B9B21;
	min-height: 0px;
	height: auto !important;
	height: 0px;
}

div.banner-image {
	margin: 0 0 10px 0;
}

div.banner p.admin {
	left: 390px;
}

div.banner img {
	display: block;
}

div.banner p.banner {
	color: #FFFFFF;
	font-size: 20px;
	margin-bottom: 10px;
	padding: 15px 20px 15px 20px;
}

/* NAVIGATION GRID STYLES
----------------------------------------------------------------------------- */


div.navigationGrid div.navigation {
	/* border: 1px solid #000000; */
	width:150px;
	margin-right:10px;
	margin-bottom:10px;
	text-align:center;
}

div.navigationGrid div.navigation h2 {
	font-size:0.8em;
	font-weight:bold;
}

div.navigationGrid div.navigation.rowEnd {
	margin-right:0;
}

div.navigationGrid div.navigation .title {
	padding:2px;
}

div.navigationGrid div.navigation .text p {
	padding:0;
	margin:0;
	text-align:left;
}


/* ADMIN FORM STYLES
----------------------------------------------------------------------------- */


div.adminForm {
}

form.admin {
	font-size:0.75em;
}

form.admin p {
	font-size:1em;
	padding:0;
	margin:0 0 0.5em 0;
}

form.admin fieldset {
	border:1px #CCCCCC solid;
	padding:10px;
	margin-top:20px;
}

form.admin legend {
	font-weight:bold;
	font-size:1.2em;
	color: #000000;
}

form.admin div.row {
	clear:both;
	margin-top:10px;
	margin-bottom:5px;
}

form.admin div.row input {
	vertical-align:text-bottom;
}

form.admin div.row div {
	margin-left:178px;
}

form.admin label {
	display:block;
	float:left;
	font-weight:bold;
	padding:0 8px 0.5em 0;
	text-align:right;
	width:170px;
}

form.admin div.row div label {
	display:block;
	float:none;
	font-weight:normal;
	text-align:left;
	width: auto;
	padding:0;
}

form.admin label sup {
	color:#FF0000;
}

form.admin legend.error,
form.admin div.row p.error {
	color:#FF0000;
}

form.admin div.row p.note {
	color:#555555;
}


/* LOGIN FORM STYLES
----------------------------------------------------------------------------- */


form.login {
	font-size:0.75em;
	padding: 100px 234px 100px 234px;
}

form.login p {
	font-size:1em;
	line-height:1.5em;
	text-align:justify;
}

form.login fieldset {
	border:1px #CCCCCC solid;
	margin-bottom: 10px;
	padding: 10px;
}

form.login legend {
	font-weight:bold;
	margin: 0 10px 0 10px;
}

form.login div.row {
	clear:both;
	margin-bottom:10px;
}

form.login div.row input {
	vertical-align:text-bottom;
}

form.login div.row div {
	margin-left:178px;
}

form.login label {
	display:block;
	float:left;
	font-weight:bold;
	margin-right:10px;
	text-align:right;
	width:170px;
}

form.login label sup {
	color:#FF0000;
}

form.login div.row p.error {
	color:#FF0000;
	text-align:center;
}

form.login div.row p.note {
	color:#555555;
	text-align:right;
}


/* NEWSLETTER FORM STYLES
----------------------------------------------------------------------------- */


form.newsletter {
	font-size:0.75em;
}

form.newsletter fieldset {
	border:1px #CCCCCC solid;
}

form.newsletter div.row {
	clear:both;
	margin:10px;
}

form.newsletter div.row input {
	vertical-align:text-bottom;
	width:210px;
}

form.newsletter div.row input.natural {
	width:auto;
}


form.newsletter label {
	display:block;
	font-weight:bold;
	margin-right:10px;
}


/* CONTACT FORM STYLES
----------------------------------------------------------------------------- */

form.contact {
	font-size:0.75em;
}

form.contact div.left,
form.contact div.right {
	width: 355px;
}

form.contact p {
	font-size:1em;
}

form.contact div.row {
	margin-bottom:10px;
}

form.contact div.row input {
	padding: 2px 3px 2px 3px;
	width: 97%;
}

form.contact div.row input#prospectus,
form.contact div.row input#appointment {
	width: auto;
}

form.contact div.natural {
	padding: 0;
	width:auto;
}

form.contact div.row textarea {
	height: 145px;
	padding: 2px 3px 2px 3px;
	width: 97%;
}

form.contact label {
	color: #6C9C22;
	display: block;
	font-weight: bold;
	padding: 0 0 5px 0;
}

form.contact label sup {
	color:#6C9C22;
}

form.contact label.inline {
	color: #333333;
	display: inline;
	font-weight: normal;
	padding: 0 0 0 5px;
}

form.contact div.row p.error {
	color:#FF0000;
	text-align:left;
}

form.contact div.row p.note {
	text-align:right;
}

form.contact div.row input.submit {
	background: #FFFFFF url('../images/submit.gif') top left no-repeat;
	border: 0;
	color: #F0F3E8;
	cursor: pointer;
	cursor: hand;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 14px;
	margin: 0;
	padding: 0 !important;
	text-align: center;
	width: 70px;
}

form.contact div.row input.submit:hover {
	background: #FFFFFF url('../images/submit.gif') bottom left no-repeat;
	color: #085239;
}

form.contact div.row input.subscribe {
	background: #FFFFFF url('../images/subscribe.gif') top left no-repeat;
	border: 0;
	color: #F0F3E8;
	cursor: pointer;
	cursor: hand;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 14px;
	margin: 0;
	padding: 0 !important;
	text-align: center;
	width: 90px;
}

form.contact div.row input.subscribe:hover {
	background: #FFFFFF url('../images/subscribe.gif') bottom left no-repeat;
	color: #085239;
}

/* LETTINGS FORM STYLES
----------------------------------------------------------------------------- */

form.lettings {
	font-size:0.75em;
}

form.lettings div.left,
form.lettings div.right {
	width: 355px;
}

form.lettings p {
	font-size:1em;
}

form.lettings div.row {
	margin-bottom:10px;
}

form.lettings div.row input {
	padding: 2px 3px 2px 3px;
	width: 97%;
}

form.lettings div.row input#prospectus,
form.lettings div.row input#appointment {
	width: auto;
}

form.lettings div.row input.natural {
	width:auto;
}

form.lettings div.row textarea {
	height: 145px;
	padding: 2px 3px 2px 3px;
	width: 97%;
}

form.lettings label {
	color: #6C9C22;
	display: block;
	font-weight: bold;
	padding: 0 0 5px 0;
}

form.lettings label sup {
	color:#6C9C22;
}

form.lettings label.inline {
	color: #333333;
	display: inline;
	font-weight: normal;
	padding: 0 0 0 5px;
}

form.lettings div.row p.error {
	color:#FF0000;
	text-align:left;
}

form.lettings div.row p.note {
	text-align:right;
}

form.lettings div.row input.submit {
	background: #FFFFFF url('../images/submit.gif') top left no-repeat;
	border: 0;
	color: #F0F3E8;
	cursor: pointer;
	cursor: hand;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 14px;
	margin: 0;
	padding: 0 !important;
	text-align: center;
	width: 70px;
}

form.lettings div.row input.submit:hover {
	background: #FFFFFF url('../images/submit.gif') bottom left no-repeat;
	color: #085239;
}

form.lettings div.row input.subscribe {
	background: #FFFFFF url('../images/subscribe.gif') top left no-repeat;
	border: 0;
	color: #F0F3E8;
	cursor: pointer;
	cursor: hand;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 14px;
	margin: 0;
	padding: 0 !important;
	text-align: center;
	width: 90px;
}

form.lettings div.row input.subscribe:hover {
	background: #FFFFFF url('../images/subscribe.gif') bottom left no-repeat;
	color: #085239;
}

/* CONTENT GRID STYLES
----------------------------------------------------------------------------- */

div.content_grid {
	margin-right:10px;
	margin-bottom:10px;
	width:150px;
	float:left;
}

div.content_grid.rowEnd {
	margin-right:0;
}

div.content_grid img.no_zoom {
	padding-bottom:6px;
	margin-bottom:1em;
}


/* GENERAL DYNAMIC CONTENT STYLES
----------------------------------------------------------------------------- */


div.content ul {
	font-size: 12px;
	margin-left: -5px;
	margin-bottom: 5px;
	padding-left: 0px;
}

div.content ul li {
	background: transparent url('../images/bullet.gif') 5px 6px no-repeat;
	line-height: 18px;
	list-style: none;
	padding-bottom: 5px;
	padding-left: 20px;
}

div.content ol {
	font-size: 12px;
	list-style-type: decimal;
	list-style-position: inside;
	margin-left: 0;
	margin-bottom: 5px;
	padding-left: 0px;
}

div.content ol li {
	line-height: 18px;
	padding-bottom: 5px;
}

div.content h1 {
	color: #6C9C22;
	font-size: 20px;
	font-weight: normal;
	padding: 0 0 20px 0;
}

div.content div.first_block h1.first_title {
	background: #6C9C22;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	margin: 0 0 15px 0;
	padding: 10px 10px 10px 10px;
}

body.home div.content div.first_block h1.first_title {
	background: none;
	color: #6C9C22;
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	margin: 0;
	padding: 0 0 20px 0;
}

div.content h2 {
	color: #6C9C22;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	padding: 0 0 10px 0;
}

div.content div.first_block h2 {
	color: #666666;
	font-weight: normal;
	line-height: 22px;
	padding: 0 0 20px 0;
}

body.home div.content div.first_block h2,
div.foot div.content div.first_block h2 {
	color: #6C9C22;
	font-weight: normal;
	padding: 0 0 10px 0;
}

div.content h3 {
	color: #6C9C22;
	font-size: 16px;
	font-weight: normal;
	padding: 0 0 10px 0;
}

div.content p {
	color: #333333;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 10px 0;
}

div.content table {
	font-size:0.75em;
	line-height:18px;
}

div.content .content_image {
	line-height:0;
}

div.content .content_image.right {
	margin:5px 0 10px 10px;
}

div.content .content_image.left {
	margin:5px 10px 10px 0;
}

div.content .content_image.full {
	margin-bottom: 10px;
	padding:0;
	border:none;
	clear:both;
}

div.content span.zoom {
	display:block;
	font-weight:bold;
	text-align:center;
	background:#EEEEEE;
	color:#555555;
	line-height:12px;
	font-size:10px;
}

div.content img {
	display:block;
}

div.content p.textleft {
	text-align:left;
}


/* CONTENT COLUMN ONE
----------------------------------------------------------------------------- */

div.content_one {
	display: inline;
	float: left;
	margin-right: 20px;
	width: 230px;
	
}

div.home_content_one {
	display: inline;
	float: left;
	width: 480px;
}

/* CONTENT COLUMN TWO
----------------------------------------------------------------------------- */

div.content_two {
	display: inline;
	float: left;
	width: 480px;
}

div.home_content_two {
	display: inline;
	float: right;
	width: 480px;
}

div.contact_content_two {
	display: inline;
	float: right;
	width: 730px;
}

div.lettings_content_two {
	display: inline;
	float: right;
	width: 730px;
}

div.admin_content_two {
	width:731px;
}

/* CONTENT COLUMN THREE
----------------------------------------------------------------------------- */

div.content_three {
	display: inline;
	float: right;
	width: 230px;
}

/* PRIMARY NAVIGATION
----------------------------------------------------------------------------- */


div.prime {
	display: block;
	float: left;
	height: 30px;
	width: 980px;
}

ul.primarynav {
	background: transparent url('../images/prime.gif') top left repeat-x;
	display: inline;
	float: left;
	height: 30px;
	margin: 0;
	padding: 0;
	width: 980px;
}

ul.primarynav li {
	display: inline;
	float: left;
}

ul.primarynav li a {
	display: block;
	float: left;
	font-size: 14px;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	padding: 0 10px 0 10px;
}

ul.primarynav li a:link,
ul.primarynav li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

ul.primarynav li a:active,
ul.primarynav li a:hover {
	background: #F0F3E8;
	color: #075138;
	text-decoration: none;
}

ul.primarynav li.active a:link,
ul.primarynav li.active a:visited,
ul.primarynav li.active a:active,
ul.primarynav li.active a:hover {
	background: #6B9B21;
	color: #FFFFFF;
	text-decoration: none;
}



/* SIDE NAVIGATION
----------------------------------------------------------------------------- */

div.sidenav {
	padding: 0;
}

div.sidenav ul.level0 {
	margin: 0;
	padding: 0;
}

div.sidenav ul.level0 li {
	clear: both;
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

div.sidenav ul.level0 li span.admin {
	display: block;
	float: right;
}

div.sidenav ul.level0 li span.admin a {
	border: 0;
	background: transparent;
	color: #BB141A;
	display: inline;
	font-weight: normal;
	height: 16px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	width: auto;
}

div.sidenav ul.level1 li a {
	border-bottom: 1px solid #D9DFC3;
	display: block;
	font-size: 12px;
	font-weight: bold;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0 10px 0 10px;
	width: 210px;
}

div.sidenav ul.level1 li a:link,
div.sidenav ul.level1 li a:visited {
	background: #FFFFFF;
	color: #085239;
	text-decoration: none;
}

div.sidenav ul.level1 li a:active,
div.sidenav ul.level1 li a:hover {
	background: #085239;
	color: #FFFFFF;
	text-decoration: none;
}

div.sidenav ul.level1 li a.active {
	background: #6B9B21 !important;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

div.sidenav ul.level1 li a.expanded {
	background: #6B9B21 !important;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

div.sidenav ul.level2 li a {
	border: 0;
	display: block;
	font-size: 12px;
	font-weight: normal;
	min-height: 22px;
	height: auto !important;
	height: 22px;
	line-height: 22px;
	padding: 0 10px 0 10px;
	width: 210px;
}

div.sidenav ul.level2 li.last a {
	border-bottom: 1px solid #D9DFC3;
}

div.sidenav ul.level2 li a:link,
div.sidenav ul.level2 li a:visited {
	background: #F0F3E8;
	color: #085239;
	text-decoration: none;
}

div.sidenav ul.level2 li a:active,
div.sidenav ul.level2 li a:hover {
	background: #085239;
	color: #FFFFFF;
	text-decoration: none;
}

div.sidenav ul.level2 li a.active {
	background: #6B9B21 !important;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

div.sidenav ul.level2 li a.expanded {
	background: #6B9B21 !important;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

div.sidenav ul.level3 li a {
	border: 0;
	display: block;
	font-size: 12px;
	font-weight: normal;
	min-height: 22px;
	height: auto !important;
	height: 22px;
	line-height: 22px;
	padding: 0 10px 0 20px;
	width: 200px;
}

div.sidenav ul.level3 li a:link,
div.sidenav ul.level3 li a:visited {
	background: #F0F3E8;
	color: #085239;
	text-decoration: none;
}

div.sidenav ul.level3 li a:active,
div.sidenav ul.level3 li a:hover {
	background: #085239;
	color: #FFFFFF;
	text-decoration: none;
}

div.sidenav ul.level3 li a.active {
	background: #6B9B21 !important;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

div.sidenav ul.level3 li a.expanded {
	background: #6B9B21 !important;
	color: #FFFFFF !important;
	text-decoration: none !important;
}


/* ADMIN STYLES
----------------------------------------------------------------------------- */


div.admin {
	background: #dadada;
	margin-bottom:8px;
	padding-bottom:2px;
}

div.adminGroup {
	margin-bottom:25px;
}

p.admin {
	top:2px;
	left:2px;
	margin:0;
	padding:0 1px 0 1px;
}

body.home div.carousels p.admin {
	top: 33px !important;
}

div.content p.admin {
	margin-bottom:0;
}

p.admin, p.admin a {
	display:inline;
	font-size:11px;
	line-height:18px;
	height:18px;
	font-weight:normal;
	color:#BB141A;
	text-decoration:none;
}

p.admin img,
div.sidenav li.admin img {
	vertical-align:-20%;
	display:inline;
}

p.admin a img {
	padding:0;
}

p.admin a {
	padding-left:1px;
	padding-right:1px;
}

p.admin a:hover {
	background-image:none;
}

p.admin.absolute {
	background: #ffffff;
	border:1px solid #aaaaaa;
}

div.sidenav li.admin a {
	font-size:11px;
	line-height:16px;
	font-weight:normal;
	color:#BB141A;
}

div.sidenav li span.admin {
	float:right;
}

div.sidenav li span.admin a {
	display:inline;
	color:#BB141A;
	font-weight:normal;
	padding:0;
	margin:0;
}

div.sidenav li span.admin a:hover {
	background:none;
}


/* BREADCRUMB NAVIGATION
----------------------------------------------------------------------------- */

div.breadcrumb {
	background: #F0F3E8;
	padding: 5px 10px 5px 10px;
}

div.breadcrumb p {
	color: #6B9B21;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-transform: lowercase;
}

div.breadcrumb p a {
	text-decoration: none;
}


/* FOOTER NAVIGATION
----------------------------------------------------------------------------- */

div.foot_wrapper {
	background: #6C9C22;
}

div.foot {
	background: #D5E0C0 url('../images/footer.gif') top left repeat-x;
	clear: both;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	margin: 0 auto 0 auto;
	padding: 0 20px 0 20px;
	width: 980px;
}

div.widget {
	background: none;
	float: left;
	min-height: 160px;
	height: auto !important;
	height: 160px;
	margin: 0 20px 0 0;
	padding: 20px 0 0 0;
	width: 230px;
}

div.last-widget {
	margin: 0;
}

div.sub {
	background: transparent url('../images/footer-sub.gif') top center no-repeat;
	clear: both;
	min-height: 75px;
	height: auto !important;
	height: 75px;
}

p.copyright {
	color: #333333;
	display: block;
	float: left;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
}

div.foot ul {
	display: inline;
	float: left;
	height: 30px;
	margin: 0;
	padding: 0;
	width: auto;
}

div.foot ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	text-align: center;
}

div.foot ul li a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
}

div.foot ul li a:link,
div.foot ul li a:visited {
	color: #333333;
	text-decoration: none;
}

div.foot ul li a:active,
div.foot ul li a:hover {
	color: #333333;
	text-decoration: underline;
}

div.foot ul li.active a:link,
div.foot ul li.active a:visited,
div.foot ul li.active a:active,
div.foot ul li.active a:hover {
	text-decoration: underline;
}

div.foot p.credits {
	color: #666666;
	display: block;
	float: right;
	font-size: 11px;
	height: 30px;
	line-height: 30px;
	text-align: right;
}

div.foot p.credits a {
	color: #666666;
}

div.foot p.credits a:link,
div.foot p.credits a:visited {
	text-decoration: none;
}

div.foot p.credits a:active,
div.foot p.credits a:hover {
	text-decoration: underline;
}


/* IMAGE BAND STYLES
----------------------------------------------------------------------------- */


div.imageBands {
	position: relative;
}

div.imageBand p {
	line-height: 17px;
	margin: 0 0 10px 0;
	padding: 0 20px 0 0;
}

div.imageBand p a {
	display: inline-block;
	text-decoration: none;
}

div.imageBand p img {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
	position: relative;
	top: 4px;
}

div.imageBand p span {
	display: inline;
	font-weight: bold;
}


/* ARTICLE STYLES
----------------------------------------------------------------------------- */

div.article_summary {
	border-bottom: 1px solid #D9DFC3;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
}

div.article_summary.last {
	border-bottom: none;
}

div.article_summary h2 {
	padding: 0 0 5px 0;
}

div.article_summary cite {
	color: #6C9C22;
	display: block;
	font-size: 12px;
	padding: 0 0 5px 0;
}

div.article_summary p a {
	font-weight: bold;
}

div.article_summary p a:link,
div.article_summary p a:visited {
	text-decoration: none;
}

div.article_summary p a:active,
div.article_summary p a:hover {
	text-decoration: underline;
}

div.featured_article {
	background: transparent url('../images/feature-article.gif') bottom center no-repeat;
	min-height: 90px;
	height: auto !important;
	height: 90px;
	margin: 0 0 10px 0;
	padding: 1px 0 1px 0;
}

div.featured_article cite {
	background: transparent url('../images/feature-article.gif') top center no-repeat;
	color: #6C9C22;
	display: block;
	font-size: 12px;
	padding: 15px 0 5px 0;
}

div.featured_article h3 {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

div.featured_article div.content_image {
	float: left;
	height: 90px;
	margin: 1px 0 0 0;
	padding: 0 20px 0 0;
	width: 230px;
}


/* CALENDAR STYLES
----------------------------------------------------------------------------- */

div.calendar {
	margin-top: 20px;
}

div.calendar table {
	border: 1px solid #DDDDDD;
	border-collapse: separate;
	margin: 0 auto;
	width: 98%;
}

div.calendar tr.header {
	background: #6C9C22;
	color: #ffffff;
}

div.calendar tr.header th {
	padding: 2px 0 2px 0;
}

div.calendar tr.header th a:link,
div.calendar tr.header th a:visited,
div.calendar tr.header th a:active,
div.calendar tr.header th a:hover {
	color: #FFFFFF;
}

div.calendar th {
	font-size: 12px;
	text-align: center;
}

div.calendar th.previous {
	border-right: 2px solid #FFFFFF;
	vertical-align: middle;
}

div.calendar th.next {
	border-left: 2px solid #FFFFFF;
}

div.calendar td {
	background: #e6e6e6;
	border: 2px solid #FFFFFF;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	width: 14%;
}

div.calendar td.plain {
	background: #FFFFFF;
}

div.calendar td.today {
	border:2px solid #6C9C22;
}

div.calendar td.busy {
	background: #CCDABD;
	color: #ffffff;
}

div.calendar a {
	display: block;
}

div.calendar a:link,
div.calendar a:visited {
	text-decoration: none;
}

div.calendar a:active,
div.calendar a:hover {
	text-decoration: none;
}


/* GENERIC STYLES
----------------------------------------------------------------------------- */


a {
	color: #085239;
	text-decoration: none;
}

p a {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

.center {
	text-align:center;
}

.small {
	font-size:90%;
}

tr.oddRow {
	background:#dddddd;
}

th {
	font-size: 0.7em;
	font-weight: bold;
	line-height: 1.45em;
}

td {
	font-size: 0.7em;
	line-height: 1.45em;
}

.unavailable {
	color:#bbbbbb;
}


/* TABLE (BUILDER) STYLES
----------------------------------------------------------------------------- */

div.tableAdmin form fieldset div.bottom {
	margin-bottom: 5px !important;
}

div.tableAdmin form.admin div.colors {
	float: left;
	margin-left: 65px;
}

div.tableAdmin form.admin div.colors label {
	display: block;
	float: none;
	text-align: left;
	width: auto;
}

div.tables table {
  padding-bottom: 10px;
  width: 100%;
}

div.tables table tr {
  vertical-align: top;
}

div.tables table th,
div.tables table td {
  padding: 5px;
}

div.tables table tr.admin th.admin,
div.tables table tr.admin td.admin {
  display: none;
  width: 0.0%;
}

div.tables table th.admin,
div.tables table td.admin {
  border: 0;
  display: block;
  padding: 0;
  position: relative;
}

div.tables table td.admin p.admin {
	position: absolute;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
  top: -1px;
	left: 1px;
  width: 70px;
	border: 1px solid #999999;
	border-left: none;
}

div.tables table td.admin p.admin a {
	height: 18px;
	line-height: 18px;
	padding-bottom: 2px;
	vertical-align: middle;
}

div.tables table td.admin p.admin img {
	padding-bottom: 2px;
	vertical-align: middle;
}

div.tableAdmin form.admin label {
	float: left;
}

div.tableAdmin form.admin fieldset {
	padding-bottom: 10px;
}

div.tables.admin {
	background: none;
}

div.tables table {
	border: transparent 1px solid;
}

div.tables table tr.odd {
	background: none;
}

div.tables table tr.last th,
div.tables table tr.last td {
	border-bottom: none;
}

div.tables table th,
div.tables table td {
	border-bottom: transparent 1px solid;
}

div.tables table td {
	border-right: transparent 1px solid;
	text-align: left;
}

div.sample {
	border: #000000 1px solid;
	display: block;
	float: left;
	height: 20px;
	margin-right: 10px;
	width: 100px;
}

div.sampleTable {
	font-size: 1.34em;
	float: right;
	margin-left: 10px;
	margin-top: 30px;
}

div.sampleTable label {
	text-align: left;
}

td.admin p.admin {
	background-color: #DADADA;
}


/* COLOR PICKER STYLES
----------------------------------------------------------------------------- */

div.colorPicker select {
	background-color:#FFFFFF;
	vertical-align:top;
}

div.colorPicker select option {
	font-family:monospace;
	margin-bottom:1px;
	padding-bottom:4px;
	padding-top:4px;
}

div.colorPicker div.sample {
	border:1px black solid;
	display: block;
	height:200px;
	width:200px;
}


/* COOKE BANNER STYLES
----------------------------------------------------------------------------- */

div.cookieBanner {
	background: #666666;
	clear: both;
	padding: 10px;
	text-align: center;
}

div.cookieBanner p,
div.cookieBanner a {
	color: #FFFFFF;
}

div.cookieBanner a:active,
div.cookieBanner a:hover {
	text-decoration: none;
}

body.privacy fieldset strong {
	padding-top: 5px;
	margin-left: 5px;
}

body.privacy fieldset p span {
	display: block;
	float: left;
	text-align: right;
	width: 200px;
	margin-right: 10px;
	margin-top: 5px;
}

body.privacy input {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	color: #000000;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.0em;
	padding: 5px;
}

body.privacy input:hover {
	background-color: #BBBBBB;
	border: 1px solid #666666;
}


/* SEARCH STYLES
----------------------------------------------------------------------------- */

div.logo div.searchBox {
	position: absolute;
	top: 143px;
	right: 43px;
	width: 166px;
}

div.searchBox form {
	background-color: #FFFFFF;
	border: #999999 solid 1px;
	padding: 2px 2px 0 2px;
	margin: 0;
	width: 100%;
}

div.searchBox form fieldset {
	margin: 0;
	padding: 0;
	width: 100%;
}

div.searchBox input {
	border: 0;
	color: #787878;
	height: 16px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

body.search div.searchBox {
	margin-bottom: 20px;
}

div.searchBox input[type="text"] {
	width: 142px;
}

body.search div.searchBox input[type="text"] {
	width: 460px;
}

div.searchBox input[type="submit"] {
	background: #FFFFFF url("/images/search.png") no-repeat center right;
	cursor: pointer;
	height: 18px;
	width: 18px;
}

div.search h2 {
	margin-bottom: 0;
	margin-top: 15px;
}

div.search span a {
	color: #006500;
	text-decoration: none;
}

div.search em {
	background: #FFD700;
	font-style: normal;
	font-weight: bold;
}

