/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}


blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background:#F1F0E3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #333;
}

 .contenttext ol, .contenttext ul 
 {
	margin-left:20px;
 }
#header {
	background: #460d39 url(img/background.jpg) repeat-x bottom center;
	width:100%;
	float:left;
	height:225px;
	min-height:225px;
		margin: 0;
	padding: 0;
}

#bodywrap {
	background-color:#F1F0E3;
	background-image:url(img/fade.jpg);
	width:100%;
	float:left;
	background-repeat: repeat-x;
	background-position: top;
}
#centercol h1
{
margin-bottom:8px;	
}
#centercol2 h1
{
margin-bottom:8px;	
}
#footer
{
	background-position: center top;
	background-color: #232323;
	width: 100%;
	float: left;
	font-size: 12px;
	text-align: center;
}
#voicepic
{
	margin-top:-25px;
	padding-bottom:5px;
}

#footer p {
	color: #666666;
}
#footer ul li {
	display:inline;
	margin:0 15px 0 0;
	text-align:center;
}
#footer ul li.last {
	margin-right: 0;
}
#footer ul
{
	float: none;

	text-align:center;
}
#footer .container span {
	display:block;

	margin-top:-26px;
	margin-bottom:5px;
}
.copyright {
	font-size:10px;
	line-height:16px;
}
.container {
	width:960px;
	margin:auto;
}

#logo {
	margin: 0 0 75px 15px;
	min-height: 100px;
	}
#logo h1 {
	float: left;
	width: 166px;
	height: 100px;
	margin-top:15px;
	margin-left:45px;
}
#nav {
	background-image:url(img/header_bg.jpg);
	min-height:225px;
}

#nav ul li:hover
{
	border-bottom:solid 1px white;
}

#ctl00_cph_Menu_ctl00_menucontents ul li {
	float:left;
	margin:0 65px 0 0;
	background-color:#460D39;
}
#ctl00_cph_Menu_ctl00_menucontents ul li a h2{
	color:#ffffff;
}
#ctl00_cph_Menu_ctl00_menucontents ul li a:hover{
	text-decoration:underline;
}
#ctl00_cph_Menu_ctl00_menucontents ul li.last {
	margin-right: 0;
}


#ctl00_cph_Menu_pMenu
{
	margin:0 0 0 0;
}

#leftcol {
	float:left;
	width:225px;
	margin-top:20px;
}
#centercol {
	float:left;
	width:470px;
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:10px;
}
#centercol2 {
	float:left;
	width:670px;
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:10px;
}
#centercol h1 a
{
	color:#460d39;
}
#centercol2 h1 a
{
	color:#460d39;
}
* html #aspnetform #centercol {
	margin-left:12px;
	margin-right:12px;
}
#rightcol {
	float:left;
	width:225px;
	margin-top:20px;
}
#maincol {
	float:left;
	width:715px;
	margin-left:20px;
	margin-top:20px;
}
#maincol h2 {
	padding-top:10px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #333333;
	margin-top: 10px;
	margin-bottom:5px;
}
h1 {
	color: #460D39;
	font-size: 30px;
	
}
h2 {
	color: #460D39;
	font-size: 24px;
}
h3 {
	font-size: 14px;
	padding-top:10px;
	padding-bottom:5px;
}
a {
	color: #7D8E38;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/* News */
ul.news li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #7D8E38;
	padding-bottom: 10px;
	margin-bottom:15px;
}
ul.news li h1 {
	color: #460D39;
	font-size: 26px;
}
ul.news li h1 a {
	color:#460D39;
}
ul.news li h2 {
	color: #460D39;
	font-size: 26px;
}
ul.news li h2 a {
	color:#460D39;
}
ul.news li h2 a:hover {
	text-decoration:none;
	color: #7D8E38;
}
.newsdate {
	font-size:11px;
	color: rgba(51,51,51,.6);
	margin-bottom:-10px;
}
ul.news li span {
	text-align:right;
	display:block;
}

/* Quick Links */
.quicklinks {
	width: 192px;
	background-color: #ffffff;
	border: 1px solid #DBDAC5;
	-moz-border-radius: 10px; /*radius of 10px*/
	-webkit-border-radius: 10px;
	padding-left: 15px;
	padding-right: 15px !important;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom:15px;
	
}
.quicklinks h2 {
	display:block;
	width: 100%;
	-moz-border-radius-topleft: 10px; /*radius of 10px*/
	-moz-border-radius-topright: 10px; /*radius of 10px*/
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	background-color: #7D8E38;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 24px;
	color: #FFF;
	margin-left:-15px;
	margin-top:-10px;
}
.quicklinks ul {
	padding-left: 15px;
	list-style-image: url(img/listbullet.jpg);
		margin-top:5px;
	
}
.quicklinks a {
	color: #460D39;
	text-decoration: none;
}
.quicklinks a:hover {
	text-decoration:underline;
}

/* Council Box */
.council {
	width: 192px;
	background-color: #ffffff;
	border: 1px solid #DBDAC5;
	-moz-border-radius: 10px; /*radius of 10px*/
	-webkit-border-radius: 10px;
	padding-left: 15px;
	padding-right: 15px !important;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom:15px;
}
.council h2 {
	display:block;
	width:100%;
	-moz-border-radius-topleft: 10px; /*radius of 10px*/
	-moz-border-radius-topright: 10px; /*radius of 10px*/
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	background-color: #7D8E38;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-image: url(img/council_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 36px;
	color: #FFF;
	margin-left:-15px;
	margin-top:-10px;
}
.council ul {
	padding-left: 15px;
	list-style-image: url(img/listbullet.jpg);
	margin-top:5px;
	
}
.council a {
	color: #460D39;
	text-decoration: none;
}
.council a:hover {
	text-decoration:underline;
}
.eventsbox
{
	margin-right:1px;
	padding:8px 0px 3px 0px;
}
.eventsbox a
{
	color:#333;
}

.displaytext
{
	padding:0px 0px 0px 25px;
	background:url(img/listbullet.jpg) no-repeat 5px 2px;
	margin:0px 0px 5px 0px;
	
}
.displaytext 
{
	line-height:12px;
}
.wiglink
{
	width:98%;
	text-align:right;
	
}

.wiglink a
{
	color:#460d39;
}

.imagehead h1
{
	margin:0px 0px 0px 0px;
}
.imagehead a img
{
	border:none;
}
.imagehead p a
{
	width:100%;
	padding-left:23px;
	
}
.whitesidebox {
	width:212px;
	background-color: #ffffff;
	border: 1px solid #DBDAC5;
	border-radius: 10px;
	-moz-border-radius: 10px; /*radius of 10px*/
	-webkit-border-radius: 10px;
	padding:5px;
	margin-bottom:15px;
	font-size:11px;
	
}
.whitesidebox p {
	font-size:11px;
	line-height:15px;
}
.whitesidebox h1 {
	font-size: 21px;
	color: #7D8E38;
}
.whitesidebox .innersidebox h1 {
	font-size: 20px;
	color: #FFF;
	background-color: #7D8E38;
	-moz-border-radius-topleft: 10px; /*radius of 10px*/
	-moz-border-radius-topright: 10px; /*radius of 10px*/
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	padding-left: 10px;
	padding-top: 3px;
}
.whitesidebox .innersidebox {
	margin-right: auto;
	margin-left: auto;
	width: 212px;
	background-color: #F3F2EB;
}
.whitesidebox .innersidebox ul {
	margin-top: 0px;
	margin-left:10px;
	padding-left: 15px;
	list-style-image: url(img/listbullet.jpg);
	font-size: 11px;
	line-height: 16px;
}
.whitesidebox span {
	display:block;
	text-align:right;
	font-size:11px;
	padding-right:5px;
}
.whitesidebox span a {
	color:#460D39;
}

.newsclear h1
{
	margin:18px 0px 12px 0px;
	font-size:24px;
}
.newsclear
{
	margin:0px 0px 15px 0px;
}

hr
{
	border-top:dashed 1px;
	border-left:none;
	border-right:none;
	border-bottom:none;
	background:none;
	color: #7D8E38;
	
}

/* Form elements */
input {
	padding: 5px;
	color: #666666;
	border: none;
	background: #F1F0E3 url(img/inputfade.jpg) repeat-x top;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
input:focus {
	background-color:#DBD4A6;
	background-image:none;
}
.submit-btn {
	padding: 5px;
	color: #460D39;
	font-weight:bold;
	background: #DBDAC5 url(img/glass-btn.png) repeat-x 0 50%;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	border: 1px solid #dbdac5;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
}

/* Inner menus */
#ctl00_cph_Left_ctl00_9_submenucontents h1
{
	margin:0px 0px 0px 0px;
}

.sidemenu {
	margin-bottom: 20px;
	margin-left:10px;
}
.sidemenu h1 {
	font-size: 30px;
	color: #7D8E38;
	
}
.sidemenu ul {
	
	margin:0px 0px 0px 10px;
	padding-left: 12px;
	list-style-image: url(img/listbullet.jpg);
}

.floatlist {
	float:left;
	margin-right:20px;
}
.floatlist ul {
	list-style-type: disc;
	margin-left:15px;
	color: #7D8E38;
}

/* Breadcrumbs */
ul.bread {
	display: inline;
	color: rgba(51,51,51,.6);
	padding: 5px 0 10px 0px;
	margin: 0px 0 20px 0;
	font-size: 12px;
}
.bread
{
	margin-bottom:10px;
}

ul.bread li{
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
}
ul.bread li a, ul.bread li a:visited{
	color: rgba(51,51,51,.75);
	text-decoration: none;
}
ul.bread li a:hover{
	color: rgba(51,51,51,.9);
	text-decoration: underline;
}
ul.bread li ul{
	display: inline;
	margin: 0 0 0 0px;
	padding: 0;
}
ul.bread li{
	background:  url(img/greenarrow.gif) left no-repeat; /* RIGHT ANGLE QUOTE BULLET ICON */
	display: inline;
	margin: 0;
	padding:  0 0 0 10px;
	line-height: 1.6;
}
.firstli a{
	color: rgba(51,51,51,.75);
	font-size:12px;
	}


	
ul.bread li ul li ul{
	display: inline;
	margin: 0 0 0 0px;
	padding: 0;
}
ul.bread li ul li ul li{
	display: inline;
	margin: 0;
}



/* self-clear floats */

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* for IE6 */
* html #aspnetForm .group {
	height: 1%;
}
/* for IE7 */
*:first-child+html .group {
	min-height: 1px;
}

#voice-login {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	border:thin solid #000000;
	font-size:12px;
	padding:5px;
	margin-left:2px;
	line-height:2;
	width:240px;
	color:#000000;
	background-color:#FFFFFF;
}

#dropdownpanel{ /*Outermost Panel DIV*/
position: absolute;
width: 100%;
left: 0;
top: 0;
visibility:hidden;
z-index:9000;
}

#dropdownpanel .contentdiv{ /*Div containing Ajax content*/
	background: black;
	color: white;
	padding: 10px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);

}
#dropdownpanel .contentdiv a
{
    color:White;
    font-weight:bold;
}
#dropdownpanel .control{ /*Div containing panel button*/
border-top: 5px solid black;
color: white;
font-weight: bold;
text-align: center;
background: transparent url("../../images/panel.gif") center center no-repeat; /*change panel.gif to your own if desired*/
padding-bottom: 3px; /* 21px + 3px should equal height of "panel.gif" */
height: 21px; /* 21px + 3 px should equal height of "panel.gif" */
line-height: 21px; /* 21px + 3px should equal height of "panel.gif" */
}

.trans {
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}

#adminpanel {

}
.adminbox {
	width:100px;
	height:50px;
	float:left;
	padding:10px;
	text-align:center;
}

.adminbox a {
	width:100%;
	height:100%;
	border: 1px solid #999999;
	display:block;
	text-decoration:none;
	padding: 15px 0px;
	color:#fff;

}
.adminbox a:hover {
	background-color:#333333;
}


/*  nested sortables */

			div.wrap {
				border:1px solid #BBBBBB;
				padding: 1em 1em 1em 1em;
			}
			
			.page-list {
				list-style: none;
				margin: 0;
				padding: 0;
				display: block;
			}
			
			.clear-element {
				clear: both;
			}
			
			.page-item1 > div,
			.page-item2 > div,
			.page-item3 > div,
			.page-item4 > div {
				background: #f8f8f8;
				margin: 0.25em 0 0 0;
			}

			.left {
				text-align: left;
			}
			
			.right {
				text-align: right;
			}

			.sort-handle {
				cursor:move;
			}
			
			.helper {
			border:2px dashed #777777;
			}
			
			.current-nesting {
				background-color: yellow;
			}
			
			.bold {
				color: red;
				font-weight: bold;
			}
/* end nested sortables */



/* Edit In Place */
.edit, .edit_area 
{	
	border:1px dashed blue;
	cursor: pointer;
}

#usermanagaertable {
    width:600px;
}
#Contentmanagaertable 
{
	width:100%;	
}
/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

.menu_container
{
	width:470px;
}

#header ul
{
	list-style:none;
}

#footerlinks
{
	text-align:center;
}
#ctl00_cph_Mainbody_ctl00_0_3_inthenews
{
	margin-top:-16px;
}
#aspnetForm
{
	background:transparent;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:100%;
	height:100%;
	
}

p.photo 
{
    float:left; 
    background-color:#eee;
    width:120px;
    height:120px;
    border: solid 1px #999;  
    text-align:center;
    margin:2px;
}
p.photo img
{
    margin-top:10px;
	width:100px;
	height:100px;
}
.photobtns {
    float:right;
    margin:0px 0px -30px 0px;
    padding:0px;
    z-index:10;
    position:relative;
    cursor:pointer;

}
.photo .photobtns img{
	width:20px;
	height:20px;
}
.content ul, .content ol
{
	margin-left:15px;
	list-style-type:circle;
}
.content ul li, .content ol li
{
	margin-left:15px;
	
}
.content ol li
{
	list-style-type:decimal;
}
#addContentdiv, #backtocontent, .adminbutton
{
	float:right;	
	margin:5px;
    padding:5px;
    background: #666666;
    width:180px;
    border: solid 1px black;
    color:#ffffff;
    cursor:pointer;
}
.adminbutton 
{
    padding:2px;
    float:none;
    width:auto;
}

#addnews_div 
{
	margin:5px;
    padding:5px;
    background: #666666;
    width:180px;
    border: solid 1px black;
    color:#ffffff;
    cursor:pointer;  
    text-align:center;
}
.newsyear, .newsyear li
{
	display:inline;
	list-style:none;
	margin-right:5px;
}
.triwarelink
{
	color:#666666;
}
.displaydate
{
	font-size:11px;
	color: rgba(51,51,51,.6);
}
.floatright
{
	float:right;
}
#ctl00_cph_Mainbody_ctl00_6_searchul li h2 a
{
	color:#460d39;
	
}
.imgpad
{
	padding:0px 2px 0px 2px;
}
#centercol img
{
	margin:7px 7px 7px 7px;
}