﻿div, h1, h2, h3, h4, h6, p, pre, address, blockquote, span, img {
	margin: 0px;
	padding: 0px;
}

ul, ol 
{
	margin: 0px;
	padding-right: 22px;
	padding-left: 62px;
	padding-bottom: 8px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	/* padding-left: 30px;*/
	font-size: 14px;
	color: #000;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	/*line-height: 1.1em;*/
} 

body {
	background-image: url(../../Content/Images/Background.jpg);
}


h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	color: #444F5B;
	padding-top: 22px;
	padding-right: 22px;
	padding-bottom: 8px;
	padding-left: 22px;
}
h2 {
	font-size: 18px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #444F5B;
	padding-top: 18px;
	padding-right: 22px;
	padding-bottom: 8px;
	padding-left: 22px;
}

h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #000;
	padding-top: 16px;
	padding-right: 22px;
	padding-bottom: 8px;
	padding-left: 22px;
}

legend 
{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #444F5B;
	font-size: 18px;
    /*font-weight: 600;*/
    padding: 2px 4px 8px 4px;
}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	padding-right: 22px;
	padding-left: 22px;
	padding-bottom: 8px;
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

div.mainColumn p 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	padding-right: 22px;
	padding-left: 42px;
	padding-bottom: 8px;
}

div.mainColumn div 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	padding-right: 22px;
	padding-left: 42px;
	padding-bottom: 0px;
}

.p2style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	padding-right: 22px;
	padding-left: 42px;
	padding-bottom: 8px;
}

.main-table {
	border: 2px solid #3C4768;
	background-color: #FFF;
}

.menubar 
{
	background-color: #CD9B52;
	height: 23px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-right-width: 1px;
	border-left-width: 1px;
}

.background {
	background-image: url(../../Content/Images/background.jpg);
	background-repeat: repeat;
}
.banner {
	background-image: url(../../Content/Images/banner-butte.jpg);
	background-repeat: no-repeat;
	height: 159px;
	padding: 11px;
}
.banner-rocks {
	background-image: url(../../Content/Images/banner-rocks.jpg);
	background-repeat: no-repeat;
	height: 59px;
	padding: 11px;
}
.banner-sky {
	background-image: url(../../Content/Images/banner-sky.jpg);
	background-repeat: no-repeat;
	height: 59px;
	padding: 11px;
}

#logon {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 14px;
}

#logon a:link, a:visited, a:hover
{
    color: Black;
    text-decoration: underline;
}

#logon-white {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}

/* PAGE LAYOUT ELEMENTS
----------------------------------------------------------*/
.mainColumn 
{
	width:600px; 
	float:left
}

.sidebarColumn 
{
	width:245px; 
	float:left;
}

.sidebarBox 
{
	background-color: #EEE;
	padding: 3px;
	margin: 15px 10px 10px 10px;
	border: 1px solid #CD9B52;
}

.sidebarHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

.sidebarText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #333;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
form
{
	margin-top: 0;
	margin-left: 22px;
	margin-right: 22px;
	margin-bottom: 22px;
}

fieldset 
{
    /*margin: 1em 0;
    padding: 1em;*/
    margin: 0 0 0 0 ;
    border: 1px solid #CCC;
    padding: 0 0 0 0;
}

fieldset p 
{
    margin: 2px 0px 10px 0px;
}

fieldset label 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;

    display: block;
}

fieldset label.inline 
{
    display: inline;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

/* div#zippylistitems { margin-bottom: 1em; }
div#zippylistitems > DIV { border: 1px solid transparent; padding: 0.3em; background-color:White; }
div#zippylistitems > DIV:hover { border: 1px dashed silver; cursor: move; } */
div#checklistitems div { cursor:pointer; background: white}
div#checklistitems div:hover { cursor: move;} /* background: #EEE*/
div#checklistitems input[type="checkbox"]:hover { cursor:pointer;}
div#checklistitems input[type="checkbox"] { cursor:pointer;}