@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	color: #333333;
	background-color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%; /*this is 12 pixels - we are using ems for font sizing*/
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(images/bodybkg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	/*background-image: url(images/daisy.png);
	background-repeat: no-repeat;
	background-position: left bottom;*/
	/*background-color: #FBF4E2;*/
	background-color: #FFFFFF;
} 
#headerline {
	/*background-color:#000066;*/
	font-size: 1em;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 960px;
}
#headerline p {
	margin: 0;
	text-align:right;
}

#headerline a {
	color:#FFFFFF;
}
#homeheader {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 300px;
} 
#header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 160px;
} 
#adminheader {
	height: 35px;
	background-image: url(images/adminheader.jpg);
	background-repeat: no-repeat;
	font-size: 1.5em;
	font-weight: bold;
	padding-left: 60px;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
} 

#header h1, adminheader h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;  /*using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:2em;
}
#navigation {
	font-size:1em;
}

#pages {
	margin: 0;
	margin-bottom:2px;
	font-size: 0.8em;
	text-align:center;
	line-height: 16px;
	height: 16px;
	font-style:italic;
	padding: 0;
}
#pages img {
	vertical-align:bottom;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px;
	font-size:1em;
	/*padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;*/
	padding: 0;
	margin-left: 10px;
	/*background-image: url(images/bordervine-left-top.png);
	background-repeat: no-repeat;
	background-color:#993333;*/
}
#sidebar1 p {
	margin:0;
	padding: 10px 0px;
}
#sidebar1 blockquote{
	margin: 0px 20px;
	padding: 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
.boxtop{
	display:block;
	width:240px;
	height:53px;
	background-position:left top;
	background-repeat:no-repeat;
	background-image:url(images/boxtop.jpg);
}
.topcontent{
	color:#333333;
	font-weight: bold;
	font-size:1.2em;
	padding-top:16px;
	padding-left:16px;
	/*text-align:center;*/
}
.boxbottom{
	display:block;
	width:240px;
	background-position:left bottom;
	background-repeat:no-repeat;
	background-image:url(images/boxbtm.jpg);
}
.boxcontent{
	display:block;
	padding-left:10px;
	padding-bottom:20px;
	padding-right:10px;
}

#homeleft {
	float: left; /* since this element is floated, a width must be given */
	width: 430px;
	font-size:1.2em;
	/*padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 15px;
	background-image: url(images/sectionbkg.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;*/
	padding: 0;
	margin:0;
	margin-left: 35px;	/*border: 1px dotted #523A0B;*/
	display:inline; /*this is a fix for IE doubled-margin problem */
}
#homeright {
	float: left; /* since this element is floated, a width must be given */
	width: 430px;
	font-size:1.2em;
	/*padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 15px;
	background-image: url(images/sectionbkg.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;*/
	padding: 0;
	margin:0;
	margin-left: 30px;	/*border: 1px dotted #523A0B;*/
	display:inline; /*this is a fix for IE doubled-margin problem */
}

.homeboxtop{
	display:block;
	width:430px;
	height:55px;
	background-position:left top;
	background-repeat:no-repeat;
	background-image:url(images/homecoltop.jpg);
}
.hometopcontent{
	color:#333333;
	font-weight: bold;
	font-size:1.2em;
	padding-top:16px;
	padding-left:16px;
	text-align:center;
}
.homeboxbottom{
	display:block;
	width:430px;
	background-position:left bottom;
	background-repeat:no-repeat;
	background-image:url(images/homecolbtm.jpg);
}
.homeboxcontent{
	display:block;
	padding-left:10px;
	padding-bottom:20px;
	padding-right:10px;
}
#homesub {
	height:270px;
	/*background-image:url(images/homesub.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
	width:960px;
	border-bottom:1px solid #CCCCCC;
}
#homesub p {
	line-height: 1.2em;
	font-size: 1.2em;
	margin: 0;
	padding:5px;
	/*padding-left: 140px;
	padding-right: 60px;
	padding-top: 95px;*/
}
.homelogoboxtop{
	display:block;
	width:890px;
	height:166px;
	background-position:left top;
	background-repeat:no-repeat;
	background-image:url(images/homelogotop.jpg);
	margin-left:35px;
}
.homelogotopcontent{
	/*color:#FFFFFF;*/
	font-weight: bold;
	font-size:1.4em;
	padding-top:16px;
	padding-left:16px;
	/*text-align:center;*/
}
.homelogoboxbottom{
	display:block;
	width:890px;
	background-position:left bottom;
	background-repeat:no-repeat;
	background-image:url(images/homelogobtm.jpg);
	margin-left:35px;
}
.homelogoboxcontent{
	display:block;
	padding-left:200px;
	padding-bottom:20px;
	padding-right:100px;
}

#mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* total width for content is 670 - remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:1.2em;
}
.explanation {
	margin: 0;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.9em;
	font-style: italic;
	line-height: 1.2em;
}
 
#footer {
	bottom: 0px;
	width: 960px;
	height: 42px;
	font-size:0.9em;
	background-image: url(images/footer_background.gif);
	background-repeat: repeat-x;
	background-position: bottom;
} 
#footer p {
	margin: 0;
	text-align:center;
	padding-top: 12px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height: 10px;
	font-size: 1em;
	line-height: 0px;
	/*background-image: url(images/clearshadow.jpg);
	background-repeat: repeat-x;*/
}

H1 {
	font-size:1.75em; 
	color:#518F00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}  
H2 {
	font-size:1.4em; 
	color:#518F00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}  
H3 {
	font-size:1.25em; 
	color:#518F00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}  
H4 {
	font-size:1em; 
	color:#518F00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}  
.artcategory {
	font-size: 1em;
	font-style: italic;
	text-align: right;
	display: inline;
	width: 300px;
}
INPUT, SELECT, TH, TD {
	font-size:1em;
}

/************************ Form styles - for main content area */
div.form-container {
	margin: 10px;
	padding: 5px;
	background-color: #FFF;
	/*border: 1px dotted #CCCC66;*/
}
p.legend { 
	margin-bottom: 1em; 
}
p.legend em { 
	color: #C00; 
	font-style: normal; 
}
div.errors { 
	margin: 0 0 10px 0; 
	padding: 5px 10px; 
	border: #FC6 1px solid; 
	background-color: #FFC; 
}
div.errors p { 
	margin: 0; 
}
div.errors p em { 
	color: #C00; 
	font-style: normal; 
	font-weight: bold; 
}
div.messages { 
	margin: 0 0 10px 0; 
	padding: 5px 10px; 
	border: #FC6 1px solid; 
	background-color: #FFC; 
}
div.messages p { 
	margin: 0; 
}
div.messages p em { 
	color: #518F00; 
	font-style: normal; 
	font-weight: bold; 
}
div.form-container form p { 
	margin: 0; 
}
div.form-container form p.note { 
	margin-left: 180px; 
	font-size: .8em; 
	color: #000066; 
}
div.form-container form fieldset {
	margin: 10px 0;
	padding: 10px;
	/*border: 1px solid #CCCC66;
	background-color: #f4f5d6;
	border: 1px solid #CCCC66;
	background-color: #FEFFDF;*/
	border: 1px dotted #AAAAAA;
	/*border: 1px dotted #523A0B;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;*/
	background-color: #FFFFEE;
}
div.form-container form legend {
	font-weight: bold;
	color: #000066;
}
div.form-container form fieldset div { 
	padding: 0.25em 0; 
}
div.form-container label, 
div.form-container span.label {
	margin-right: 10px;
	padding-right: 10px;
	width: 150px;
	display: block;
	float: left;
	text-align: right;
	position: relative;
	color: #000066;
	margin-left: 10px;
}
div.form-container label.error, 
div.form-container span.error { 
	color: #C00; 
}
div.form-container label em, 
div.form-container span.label em { 
	position: absolute; 
	right: 0; 
	font-size: 120%; 
	font-style: normal; 
	color: #C00; 
}
div.form-container input.error { 
	border-color: #C00; 
	background-color: #FEF; 
}
div.form-container input {	
	border-style:solid;
	border-width:1px;
	color:#333333;
	/*border-color:#CCCC66;
	background-color:#FEFFEF;*/
	border-color:#523A0B;
	background-color:#FFFFEE;
	line-height:110%;
	/*height:20px;*/
}
div.form-container input:focus,
div.form-container input.error:focus {	
	border-color:#000066;
	background-color:#FFFFFF;
}
div.form-container .readonly {
	color:#666666;
	border-style: dotted;
}
div.form-container textarea {
	border-style:solid;
	border-width:1px;
	color:#333333;
	/*border-color:#CCCC66;
	background-color:#FEFFEF;*/
	border-color:#523A0B;
	background-color:#FFFFEE;
	line-height:160%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;	/*height:130px;*/
}
div.form-container textarea:focus {	
	border-color:#000066;
	background-color:#FFFFFF;
}
div.form-container div.controlset label, 
div.form-container div.controlset input { 
	display: inline; 
	float: none; 
}
div.form-container div.controlset div { 
	margin-left: 170px; 
}
div.form-container div.buttonrow {
	/*display: inline;*/
	padding-bottom:4px;
}

/********************* Form styles - for sidebar*/
div.form-side {
	margin: 0;
	padding: 0;
}
div.form-side form p { 
	margin: 0; 
}
div.form-side form p.note { 
	margin-left: 10px; 
	font-size: .9em; 
	color: #000066; 
}
div.form-side form fieldset {
	margin: 0;
	padding: 4;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	/*background-color: #FEFFDF;*/
}
div.form-side form legend {
	font-weight: bold;
	color: #000066;
}
div.form-side form fieldset div { 
	padding: 0.25em 0; 
}
div.form-side label, 
div.form-side span.label { 
	margin-right: 10px; 
	padding-right: 10px; 
	display: block; 
	position: relative; 
	color: #000066;
}
div.form-side label.error, 
div.form-side span.error { 
	color: #C00; 
}
div.form-side label em, 
div.form-side span.label em { 
	font-size: 120%; 
	font-style: normal; 
	color: #C00; 
}
div.form-side input.error { 
	border-color: #C00; 
	background-color: #FEF; 
}
div.form-side input {	
	border-style:solid;
	border-width:1px;
	color:#666666;
	/*border-color:#CCCC66;
	background-color:#FEFFEF;*/
	border-color:#523A0B;
	background-color:#FFFFEE;
	line-height:110%;
	/*height:20px;*/
}
div.form-side input:focus,
div.form-side input.error:focus {	
	border-color:#000066;
	background-color:#FFFFFF;
}
div.form-side textarea {	
	border-style:solid;
	border-width:1px;
	color:#666666;
	/*border-color:#CCCC66;
	background-color:#FEFFEF;*/
	border-color:#523A0B;
	background-color:#FFFFEE;
	line-height:160%;
	/*height:130px;*/
}
div.form-side textarea:focus {	
	border-color:#000066;
	background-color:#FFFFFF;
}
div.form-side div.controlset label, 
div.form-side div.controlset input { 
	display: inline; 
	float: none; 
}
div.form-side div.controlset div { 
	margin-left: 10px; 
}
div.form-side div.buttonrow { 
	float:right; 
}


/**************************** navigation styles */

/*#nav {
	position:relative;
	display:block;
	height:42px;
	font-size:1em;
	font-weight:bold;
	background:transparent url(images/nav_background.gif) repeat-x top left;
	text-transform:uppercase;
}
#nav ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	width:auto;
}
#nav li {
	display:block;
	float:left;
	margin:0 1px 0 0;
}
#nav a {
	display:block;
	float:left;
	color:#EEFFDF;
	text-decoration:none;
	padding:14px 22px 0 22px;
	height:28px;
}
#nav li a:hover, #nav a.current {
	color:#fff;
	background:transparent url(images/nav_backgroundOVER.gif) no-repeat top center;
}*/


#cssdropdown {
	margin: 0;
	height:42px;
	font-size:1em;
	font-weight:bold;
	background:transparent url(images/nav_background.gif) repeat-x top left;
	text-transform:uppercase;
	list-style: none;
	display:block;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20;
}
#cssdropdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width:auto;
}
#cssdropdown li {
	display:block;
	float: left;
	position: relative;
	margin: 0 1px 0 0;
	height:42px;
}

.mainitems{
	/*border: 1px solid black;
	background-color: #FFEEC6;*/
}

.mainitems a{
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	padding: 10px 22px 14px 22px; /* bottom padding determines where top of submenu is*/
}
.mainitems a:hover, .mainitems a.current {
	color:#fff;
	background:transparent url(images/nav_backgroundOVER.gif) repeat-x top left;
}

.subuls{
	display: none;
	/*width: 10em;*/
	width: 15em;
	position: absolute;
	top: 1.2em;
	left: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #000000;
	border-left-color: #333333;
	background-color:#518F00;
}

.subuls li{
	width: 100%;
}

.subuls li a{
	text-decoration: none;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

/**************** bread crumb nav */
#breadcrumb {
	font-size: 1em;
	list-style: none;
	display:block;
	margin-right: 10px;
	color: #666666;
	/*height: 2em;*/
	line-height: 2em;
	margin-bottom: 6px;    /*background-color:#E6EFC2;*/	/*clear:both;*/	/*height:1em;
	font-size: 1em;
	line-height: 0px;*/
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
#breadcrumb ul {
	margin:0;
	padding:0;
	list-style: none;
	padding-left:0px;
}
#breadcrumb li {
	list-style-image: none;
   	display:inline;
   	padding: 0 3px 0 0;
   	margin: 3px 0 0 0;
}
#breadcrumb li.current {
	color:#518F00;
	font-size: 1.6em;
	font-weight: bold;
}
#breadcrumb li.past {
	color:#518F00;
	font-size: 1em;
	font-weight: bold;
}

/**************** table formatting */
/*
table {
	border-collapse:separate;
	border-spacing:0;
	margin:0 0 1em;
	color:#222222;
	font-size: .8em;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	font-variant: normal;
	}
#sidebar1 table {
	font-size: 1em;
}
table a {
	color:#0000CC;
	text-decoration:none;
	border-bottom:1px dotted;
	}
table a:visited {
	color:#444;
	font-weight:normal;
	}
table a:visited:after {
	content:"\00A0\221A";
	}
table a:hover {
	border-bottom-style:solid;
	}
thead th,
thead td,
tfoot th,
tfoot td {
	border:1px solid #523A0B;
	background-color:#EBE5D9;
	border-width:1px 0;
	}
th {
	font-weight:bold;
	line-height:normal;
	padding:0.25em 0.5em;
	text-align:left;
	}
tbody th,
td {
	padding:0.25em 0.5em;
	text-align:left;
	vertical-align:top;
	}
tbody th {
	font-weight:normal;
	white-space:nowrap;
	}
tbody th a:link,
tbody th a:visited {
	font-weight:bold;
	}
tbody td,
tbody th {
	border:1px solid #fff;
	border-width:1px 0;
	}
tbody tr.odd th,
tbody tr.odd td {
	border-color:#EBE5D9;
	background-color:#F7F4EE;
	}
tbody tr:hover td,
tbody tr:hover th {
	background-color:#FFFFEE;
	border-color:#523A0B;
	}
caption {
	font-weight:normal;
	font-size:1.1em;
	text-align:left;
	margin:0;
	padding:0.5em 0.25em;
	}
*/

/*specific table formatting*/
table.data {
	border-collapse:separate;
	border-spacing:0;
	margin:0 0 1em;
	color:#222222;
	font-size: .75em;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	font-variant: normal;
	}
#sidebar1 table.data {
	font-size: 1em;
}
table.data a {
	color:#0000CC;
	text-decoration:none;
	border-bottom:1px dotted;
	}
table.data a:visited {
	color:#444;
	font-weight:normal;
	}
table.data a:visited:after {
	content:"\00A0\221A";
	}
table.data a:hover {
	border-bottom-style:solid;
	}
table.data thead th,
table.data thead td,
table.data tfoot th,
table.data tfoot td {
	border:1px solid #523A0B;
	background-color:#EBE5D9;
	border-width:1px 0;
	}
table.data th {
	font-weight:bold;
	line-height:normal;
	padding:0.25em 0.5em;
	text-align:left;
	}
table.data tbody th,
table.data td {
	padding:0.25em 0.5em;
	text-align:left;
	vertical-align:top;
	}
table.data tbody th {
	font-weight:normal;
	white-space:nowrap;
	}
table.data tbody th a:link,
table.data tbody th a:visited {
	font-weight:bold;
	}
table.data tbody td,
table.data tbody th {
	border:1px solid #fff;
	border-width:1px 0;
	}
table.data tbody tr.odd th,
table.data tbody tr.odd td {
	border-color:#EBE5D9;
	background-color:#F7F4EE;
	}
table.data tbody tr:hover td,
table.data tbody tr:hover th {
	background-color:#FFFFEE;
	border-color:#523A0B;
	}
table.data caption {
	font-weight:normal;
	font-size:1.1em;
	text-align:left;
	margin:0;
	padding:0.5em 0.25em;
	}

/* article formatting */
.arttitle {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006633;
	color: #523A0B;
	margin-bottom: 10px;
	margin-top: 30px;
}
#homeright .arttitle {
	margin-bottom: 0px;
	margin-top: 0px;
}
.artinfo {
	font-size: .6em;
	font-style: italic;
	font-weight: normal;
}
.article p {
	font-size: 1em;
	padding-right: 20px;
	padding-left: 20px;
}
#homeright .article p {
	font-size: .9em;
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.article a {
	font-size: .8em;
	font-style: italic;
}

/* button formatting */
.buttons a, .buttons button{
    display:block;
    float:right;
    margin:3px 7px 3px 0;
	background-color:#F7F4EE;
    border:1px solid #AAAAAA;
    border-top:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
    font-size:90%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
    /*font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;*/
    /*background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;*/
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
