/*CSS*/

*
{
	margin:0;
	padding:0;
}
form 
{
	display:inline;
}

img {
	border: none;
} 

.clearme
{
	clear:both;
}

body
{
	background-image:url(/App_Themes/HarrisdaleGreen/Images/background.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:fixed;

}

a 
{
	color:#ffffff;
	text-decoration:none;
	cursor:pointer;
}

a:hover 
{
	color:#404041;
}

h2 {
	color:#ffffff;
	font:16px Arial, Helvetica, sans-serif;
	margin-top:20px;
}

#contentwrapper
{
	width:780px;
	margin:0 auto;
	padding:0;
}

#mainbody
{
	margin:0 auto;
	padding:0;
}	

#header
{
	background-color:#000;
}

/*CONTENT*/	

#homecontent
{
	width:780px;
	margin:0 auto;
	padding:0;
	font:12px Arial, Helvetica, sans-serif;
}

#topnavigation
{
	float:left;
	width:329px;
}

ul.headerCMSListMenuUL
{
	float:left;
	padding-top:60px;
	width:329px;
}

ul.headerCMSListMenuUL li
{               
    	list-style-type: none;
	border-bottom:1px dotted #fff;
}	

ul.headerCMSListMenuUL li.headerCMSListMenuLICont,
ul.headerCMSListMenuUL li.headerCMSListMenuHighlightedLICont
{               
    	list-style-type: none;
    	border-bottom:0;
}	

ul.headerCMSListMenuUL li a
{
	text-decoration:none;
	font:14px bold Arial, Helvetica, sans-serif;
	color:#404041;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:32px;
	position:relative;
	left:-32px;
	display:block;
	text-transform:lowercase;
}

ul.headerCMSListMenuUL li.headerCMSListMenuHighlightedLI a.headerCMSListMenuLinkHighlighted,
ul.headerCMSListMenuUL li.headerCMSListMenuHighlightedLICont a.headerCMSListMenuLinkHighlighted
{
	font:14px bold Arial, Helvetica, sans-serif;
	color:#ffffff;
	background:url(/App_Themes/HarrisdaleGreen/Images/menu_sidebutton.gif) left center no-repeat;
}

ul.headerCMSListMenuUL li.headerCMSListMenuLI a:hover,
ul.headerCMSListMenuUL li.headerCMSListMenuLICont a:hover
{
	background:url(/App_Themes/HarrisdaleGreen/Images/menu_sidebutton.gif) left center no-repeat;
	color:#ffffff;
}

ul.headerCMSListMenuUL li.headerCMSListMenuHighlightedLI a:hover,
ul.headerCMSListMenuUL li.headerCMSListMenuHighlightedLICont a:hover,
ul.headerCMSListMenuUL li.headerCMSListMenuHighlightedLICont a:hover
{
	color:#404041;
}

ul.subCMSListMenuUL 
{
	margin-bottom:15px;
}
ul.subCMSListMenuUL li 
{
	list-style-type: none;
	padding-left:15px;
	background:url(/App_Themes/HarrisdaleGreen/Images/arrow.gif) left center no-repeat;
}

ul.subCMSListMenuUL li a 
{
	text-decoration:none;
	font:12px bold Arial, Helvetica, sans-serif;
	color:#ffffff;
}

.subCMSListMenuUL a:hover 
{
	color:#bdd52f;
}

#flashlogo
{
	float:right;
	width:451px;
}

#banners
{
	width:780px;
	margin-top:34px;
	float:left;
}

#banners .leftbanners 
{
	width:330px;
	float:left;	
}

#banners .rightbanners 
{
	width:450px;
	float:right;
}

#homecontent_textarea_right img
{
	padding:0 0 0 10px;
}

#homecontent_textarea
{
	padding-top:0;
}

#homecontent_textarea_left
{
	width:302px;
	float:left;
	color:#404041;
}

#homecontent_textarea_right
{
	width:452px;
	float:right;
	color:#404041;
	border-top:1px dotted #000;
	padding-top:30px;
}
#textheader_left
{
	width:302px;
	height:10px;
	padding-top:7px;
	padding-bottom:13px;
	border-top:1px dotted #000;
	border-bottom:1px dotted #000;
}

#text_left
{
	margin-top:12px;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#text_left a
{
	text-decoration:none;
	color:#404041
}

#text_left a:hover
{
	color:#ffffff;
}

#about_text a
{
	float:left;
	font:14px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#ffffff;
	display: block;
}

#about_text .about_buttons
{
	width:120px;
	float:right;
	text-align:right;
}

.stbuttontext 
{
	font:12px Arial, Helvetica, sans-serif;
}

#about_text .about_buttons a
{
	display:inline;
	float:none;
}

#about_text a:hover 
{
	color:#404041;
}

#buttons_img
{
	width:100px;
	float:right;
}

#textheader_right
{
	width:452px;
	height:17px;
	padding:7px 0;
	border-top:1px dotted #000;
	border-bottom:1px dotted #000;
}

#text_right img
{
	vertical-align: middle;
}

#text_right
{
	font:12px bold Arial, Helvetica, sans-serif;
	margin:10px 10px 20px 0;
	color:#404041;
	font-weight:bold;
}

#text_right a 
{
	color:#ffffff;
	font-weight:bold;
}
#text_right a:hover
{
	color:#404041;
}

#latest_text
{
	width:250px;
	float:left;
	font:14px Arial, Helvetica, sans-serif;
}

#subscribe_rss
{
	width:170px;
	float:left;
	padding-top:7px;
}

#buttons_img2
{
	width:150px;
	float:right;
	text-align:right;
	padding-top:3px;
	font:12px Arial, Helvetica, sans-serif;
}

#buttons_img2 img
{
	vertical-align: middle;
}

#rss_img
{
	float:right;
}

/*INTERNAL*/

#content_textarea
{
	margin-top:27px;
}

#content_pagetitle_content 
{
	border-top:1px dotted #000;
	border-bottom:1px dotted #000;
	font:20px Arial, Helvetica, sans-serif;
	color:#ffffff;
	padding:5px 0 5px 0;
}

.content_title {
	width:700px;
	float:left;
	text-transform:lowercase;
}

.content_share
{
	margin-top:5px;
}

#contentarea_content 
{
	margin-top:27px;
}

#content_textcontent 
{
	float:left;
	width:565px;
	margin:0 30px 30px 0;
	font:12px Arial, Helvetica, sans-serif;
	color:#404041;		
}

#content_navigationcontent 
{
	float:left;
	width:179px;
}

#content_navigationcontent .sidenav_top
{
	background-image: url("/App_Themes/HarrisdaleGreen/Images/sidenav_bg_top.gif");
	height:21px;
	width:179px;
}

#content_navigationcontent .sidenav_content 
{
	background-image: url("/App_Themes/HarrisdaleGreen/Images/sidenav_bg_middle.gif");
	width:156px;
	background-repeat:repeat-y;
	font:16px Arial, Helvetica, sans-serif;
	color:#bed62f;
	padding-left:23px;
	padding-bottom:10px;
}

#blog_summarycontent .sidenav_content a
{
	font:12px Arial, Helvetica, sans-serif;
}

#blog_summarycontent .sidenav_content a:hover
{
	color:#bed62f;
}

#content_navigationcontent .sidenav_bottom
{
	background-image: url("/App_Themes/HarrisdaleGreen/Images/sidenav_bg_bottom.gif");
	height:20px;
	width:179px;
}

/*FOOTER*/

#footer
{
	width:780px;
	margin:0 0 20px 0;
	color:#fff;
}	

#footer_logo
{
	width:302px;
	float:left;
	border-top:1px dotted #000;
	padding-top:16px;
}

.IE6 #footer_logo 
{
	width:302px;
}

#footer_logo .cedar_logo 
{
	width:140px;
	float:left
} 
#footer_logo .wagov_logo 
{
	width:160px;
	float:left;
}

#footer_logo img
{
	vertical-align: middle;
}

#foot_nav
{
	float:right;
	width:452px;
/*	border-top:1px dotted #000;*/
	padding-top:23px;
}

#foot_nav .footer_navigation 
{
	float:right;	
}

#foot_nav .linc_logo
{
	width:55px;
	float:right;
	padding:3px 0 0 10px;
}

td.footerCMSMenuItem,
td.footerCMSMenuItemMouseUp,
td.footerCMSMenuItemMouseDown,
td.footerCMSMenuItemMouseOver
{
	display:inline;
	list-style-type: none;
	text-transform:lowercase;
	color:#404041;
	padding:0 3px 0 3px;
}

td.footerCMSMenuHighlightedMenuItemMouseOver,
td.footerCMSMenuHighlightedMenuItemMouseDown,
td.footerCMSMenuHighlightedMenuItemMouseUp
{
	text-transform:lowercase;
	color:#404041;
}

td.footerCMSMenuItemMouseOver,
td.footerCMSMenuHighlightedMenuItem
{
	color:#ffffff;
	text-transform:lowercase;
}

/*
ul.footerCMSListMenuUL li
{               
    	display:inline;
	list-style-type: none;
}

ul.footerCMSListMenuUL li a
{
	text-decoration:none;
	font:12px Arial, Helvetica, sans-serif;
	color:#404041;
	text-transform:lowercase;
}
		
ul.footerCMSListMenuUL li a:hover
{
	color:#ffffff;
}
*/

#footer_logo .cedar_logo img 
{
	padding-top:6px;
}

#footer_logo .wagov_logo img
{
	padding:0 0 0 15px;
}

.left 
{
	float:left;
}

.right 
{
	float:right;
}

.NewsPreviewTitle 
{
	font-size:14px;
}

.newsDate 
{
	margin-bottom:15px;
	font-weight:bold;
}

table #Register 
{
}

table #Register td input[type="text"],
table #Register td textarea
{
	width:250px;
	font:12px Arial, Helvetica, sans-serif;
	color:#000000;
}

table #Register td
{
	width:200px;
}

table #Register td textarea
{
	width:250px;
}

table #Register td select
{
	width:255px;
	font:12px Arial,Helvetica,sans-serif;
}

table #Register td label,
table #Register .EditingFormLabel,
.BrightFoxLabel
{
	font:12px Arial, Helvetica, sans-serif;
	color:#000000;
	margin-left:5px;
}

table #Register td input[type="submit"]
{
	font:13px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ffffff;
	background-color:#ED1B24;
	margin-left:5px;
	padding:0 10px;
}

.ErrorLabel,
.EditingFormErrorLabel
{
	color:red;
	text-transform:uppercase;
	font:9px Arial, Helvetica, sans-serif;
}

.CMSSiteMapList {
	padding-left:40px;
}

.CMSSiteMapList a {
	text-decoration:none;
}
.CMSSiteMapList li {
	padding:10px 0 0 5px;
}

/*BLOGS*/

#blog_textarea
{
	margin-top:27px;
}

#blog_pagetitle_content 
{
	border-top:1px dotted #000;
	border-bottom:1px dotted #000;
	font:20px Arial, Helvetica, sans-serif;
	color:#ffffff;
	padding:5px 0 5px 0;
}

.blog_title {
	width:700px;
	float:left;
	text-transform:lowercase;
}

.blog_share
{
	margin:5px 0 0 0;
}

#blogarea_content 
{
	margin-top:10px;
}

#blog_textcontent 
{
	float:left;
	width:555px;
	margin:0 30px 25px 10px;		
}

#blog_summarycontent 
{
	float:left;
	width:179px;
}

#blog_date 
{
	margin-bottom:10px;
}

#blog_image 
{
	margin-bottom:10px;
}

#blog_text 
{
	margin-bottom:10px;
	border-bottom:solid 1px #404041;
	padding-bottom:10px;
}

.blogcomments_title
{
	color:#ffffff;
	font-weight:bold;
	margin-bottom:10px;
}

#blogcomments_section
{
	margin:10px 0 10px 0;
}

.blogcomments_section_title
{
	background-image:url("/App_Themes/HarrisdaleGreen/Images/blogtitle_back_listing.gif");
	width:555px;
	height:29px;
}

.blogcomments_section_title .title
{
	color:#ffffff;
	font:15px Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:5px 0 0 10px;	
}

.blogcomments_section_form
{
}

.blogcomments_submit
{
	margin:10px 0 0 0;
}

.blogcomments_submit .ContentButton
{
	background-image:url(/App_Themes/HarrisdaleGreen/Images/submit.jpg);
	width:104px;
	height:23px;
	text-indent:-1000px;
	cursor:hand;
}

.bloglisting
{
	width:555px;
}

.bloglisting_posted
{
	margin:10px 0 10px 0;
}

.blogcomments_label 
{
	background-image:url("/App_Themes/HarrisdaleGreen/Images/comment.png");
	background-repeat:no-repeat;
	margin:10px 0 0 0;
	text-indent:20px;
}

.blogpost_body 
{
	float:right;
	width:445px;
}

.blogpost_thumb
{
	float:left;
	width:110px;
}

#blog_summarycontent .sidenav_top
{
	background-image: url("/App_Themes/HarrisdaleGreen/Images/sidenav_bg_top.gif");
	height:21px;
	width:179px;
}

#blog_summarycontent .sidenav_content 
{
	background-image: url("/App_Themes/HarrisdaleGreen/Images/sidenav_bg_middle.gif");
	width:156px;
	background-repeat:repeat-y;
	font:16px Arial, Helvetica, sans-serif;
	color:#bed62f;
	padding-left:23px;
	padding-bottom:10px;
}

#blog_summarycontent .sidenav_bottom
{
	background-image: url("/App_Themes/HarrisdaleGreen/Images/sidenav_bg_bottom.gif");
	height:20px;
	width:179px;
}

#blogarchives_listing
{
	background:url(/App_Themes/HarrisdaleGreen/Images/arrow.gif) left center no-repeat;
	background-position:0 0;
	text-indent:12px;
	margin-right:5px;
}


#bloglatest_listing
{
	background:url(/App_Themes/HarrisdaleGreen/Images/arrow.gif) left center no-repeat;
	background-position:0 0;
	text-indent:12px;
	margin-right:5px;
}

.divider 
{
	border-bottom:solid 1px #ffffff;
	margin:0 20px 10px 0;
}

.TextBoxField 
{
	width:300px;
	font:12px Arial, Helvetica, sans-serif;
	color:#404041;
}

.LabelField
{
	font:11px Arial, Helvetica, sans-serif;
	color:#404041;
	text-transform:uppercase;
}

.TextAreaField 
{
	font:12px Arial, Helvetica, sans-serif;
	color:#404041;
	width:300px;
}

.BlogCommentName,
.BlogCommentUrl,
.BlogCommentComments
{
	margin:5px 0 5px 0;
}

#blog_textcontent .blogpost_title
{
	background-image:url("/App_Themes/HarrisdaleGreen/Images/blogtitle_back.gif");
	width:575px;
	height:29px;	
}

#blog_textcontent .blogpost_title .title
{
	font:15px Arial, Helvetica, sans-serif;	
	font-weight:bold;
	padding:5px 0 0 10px;
}

#blog_textcontent .blogpost_title .title a
{
	color:#bed62f;
}

#blog_textcontent .blogpost_title .title a:hover
{
	color:#ffffff;
}

.planManagerPanel
{
	width:781px;
	height:579px;
	padding:30px;
}

.modalBackground
{
	background-color:#000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.6;
	opacity:0.6;
}