/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, address {
     margin: 0;
     padding: 0;
     border: 0;
}

h1, h2, h3, h4, h5, h6 {color:#833943;}

h1 {
    margin:0;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	color: #000000;
}
h2 {
	margin: 0em 0em 0em 0em;
	font-size: 1.6em;
	font-weight: bold;
	color: #FFFFFF;
}
h3 {
	margin: 0em 0em 0em 0em;
	font-size: 1.4em;
	font-weight: normal;
}
h4 {
	margin: 0em 0em 1.2em 0em;
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	margin: 0em 0em 1.2em 0em;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 0em 0em 1.2em 0em;
	font-size: 0.8em;
	font-weight: bold;
}

img {border: 0;}

ol, ul, li {
	margin:0.2em 0 0.1em 0;
	font-size: 1.0em;
	line-height: 1.8em;
}
p {
	margin: 0.1em 0em 1.2em 0em;
	font-size: 1.0em;
	line-height: 2.0em;
}

li > p {margin-top: 0.2em;}

pre {
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {font-weight: bold;}

a {
	font-weight: bold;
	color:#934d56;
    text-decoration: none;
    border-bottom: 1px dashed;
}

a:link {}

a:visited {}

a:active {}

a:hover {
	text-decoration:none;	
	color:#934d56;
	border-bottom: 1px solid;
}

body {
	padding: 0 0;	
	text-align: center;
	background-color: #000000;
	font-family:Verdana, "Lucida Sans", "Lucida Grande", Geneva, sans-serif;
	font-size:70%;
	
}

.bodytext 
{
    font-family:Verdana, "Lucida Sans", "Lucida Grande", Geneva, sans-serif;
	color:#FFFFFF;	
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
}
.bodytextsmall {
	color:#FFFFFF;	
	font-size: 10px;
	line-height: 11px;
	font-weight: normal;
}

.bodybold {
	color:#FFFFFF;	
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
}
.bodywhite {
	color:#FFFFFF;	
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
}
.bodyblack
{
    font-family: Verdana, "Lucida Sans", "Lucida Grande", Geneva, sans-serif;
	color: #000000;	
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
}
.editabletext   
{
    font-family: Verdana, "Lucida Sans", "Lucida Grande", Geneva, sans-serif;
	color:#FFFFFF;	
	font-size: 11px;
	margin-left: 1em;
	line-height: 15px;
	height: 15px;
	border:1px solid #2a76c6;
	background-color: #e5e5e5;   
}
.editabletextmulti
{
    font-family: Verdana, "Lucida Sans", "Lucida Grande", Geneva, sans-serif;
	color:#FFFFFF;	
	font-size: 11px;
	margin-left: 1em;
	line-height: 15px;
	border:1px solid #2a76c6;
	background-color: #e5e5e5;   
}
.header {
    margin:0;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
}

.headerMain {
    margin:0;
	font-size: 2.6em;
	font-weight: bold;
	color:#934d56;
}
#skiptocontent{
	position:absolute;
	margin-left:-1000px;
}
#sizer {
	margin: 0 auto;
	padding: 0 0;
	width: 60%;
	text-align:left;
	max-width: 150px;
}
#expander {
	background: white;
	margin: 0 -375px;
	min-width: 770px; /* Critical Safari fix! */
	position: relative;
}

/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */

#wrapper { 
	width: 780px; /* helps IE get the child percentages right. */
} 

/* http://positioniseverything.net/easyclearing */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */

#sidebar {
	width: 243px;
	height: 100%;
	float: left;
	display: inline; /* IEwin doubled margin bug fix */	
	margin-right:-3px; /*IE Win 3px gap fix*/
	background-color:#a9c75f;
	height: 100%;
	vertical-align: bottom;
}

html>body #sidebar {margin-left:0;}

#content {
	height:300px;
	min-height: 300px;
	margin:0;
	padding:0;
	background-color:#000000;
}
html>body #content {
	height:auto;
	margin-left:233px;
}
#header {
    padding:0 0 0 10px;
	background-color:#FFFFFF;
	background-image:none;
}
#headertop {
	position:relative;
	height:220px;
	background-color:#FFFFFF;
}
#ownername {
	padding:0.5em 25px;
	color:#FFFFFF;
	letter-spacing:0.2em;
}
#ownername strong {
	margin-left:-2px; 
	font-weight:normal;
	font-size:140%;
	letter-spacing:normal; 
}

#mainmenu, #mainmenu tr {
	height:24px;
	position:relative;
}

* html #mainmenu {margin-top:-1px;}

#mainmenu a {text-decoration:none;}
/* Adds a height to a button so that IE Win will allow it to be clickable across its full width. */

/* Hide from IE5-Mac \*/
* html #mainmenu a {height: 1%;}
/* end hiding */ 

#mainmenu .normallink {
	padding:0 5px;
	font-weight:bold;
	color:#a9c75f;
}
#mainmenu .selectedlink {
	padding:0 5px;
	background-color:#000000;
	color:#ffffff;
}
#contentwrapper {
	background-color:#000000;
}

/* Hides from IE5-mac \*/ 
     * html #contentwrapper{height:1%;}
/* End hide from IE-mac */ 

#quote {
	height:127px;
	padding:10px 10px 10px 20px; /* -- to make up for the -2px left margin */
	overflow:hidden;
	font-weight:normal;
	font-size:140%;
	line-height:140%;
	color:#397D47;
}
#sidebarcontent {	
	margin:0 0 1em;
	background-color:#000000;
	line-height:1em;
	vertical-align: bottom;
}
#sidebarcontent h3 {
	margin:0;
	padding:0.3em 2em;
	border-top:2px solid #DEDEBC;
	border-bottom:2px solid #DEDEBC;
	background-color:#a9c75f;	
	color:#224B2B;
	font-size:110%;
	letter-spacing:0.15em;
	font-variant:small-caps;
}
#sidebarcontent .sbcontentcontainer {
	padding:0.5em 2em;
	color:#224B2B;
	font-size:95%;
	vertical-align: bottom;
}

#sidebarcontent .sbcontentcontainer ol {padding-left:20px;}

#sidebarcontent .sbcontentcontainer ul {list-style-type:none;}

#headerimg {
	height:149px;
	background-image: url(Images/header_img.jpg);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:0px 2px;
}
#themepicker {
	display:inline;/* IEwin doubled margin bug fix */
	float:right;
	padding: 5px 10px 10px 10px;
	color:#397D47;
	font-size:smaller;
}
#copy {		
	margin-left:5px;
	padding:2em 5px 3em;
	color:#FFFFFF;
	background-color:#000000;
}
#copy img {
	padding:2px;
	border:0;
}
#copy fieldset {	
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #000000;
}
#copy .txtBox {
	margin-left: 5px;
	border:1px solid #3c85d2;
	background-color:#000000;
	color: #FFFFFF;
    font-family:Verdana, "Lucida Sans", "Lucida Grande", Geneva, sans-serif;
	color:#FFFFFF;	
	font-size: 11px;
	line-height: 17px;
	height: 17px;
}

#copy .txtBox:focus {background-color:#000000;}

#copy .button {
	border:1px solid #3c85d2;
	background-color:#e5e5e5;
	color:#000000;
	font-family:Verdana, "Lucida Sans", "Lucida Grande", Geneva, sans-serif;
	font-size:100%;
}

#copy legend {background-color: #000000;padding:0.5em;}

#copy caption {text-align:left; font-weight:bold;}

#copy td, #copy th {padding: 0.2em 0.5em;}
		
* html #copy table tr {font-size:0.9em;}

div#contactForm {margin-left:1em;}

/* Hides from IE5-mac \*/ 
     * html div#contactForm{height:1%;}
/* End hide from IE-mac */ 

.imgfloatright {
	float:right;
	display:inline;
	margin: 0.25em 0 0.25em 0.5em;
}
.imgfloatleft {
	float:left;
	display:inline;
	margin: 0.25em 0.5em 0.25em 0;
}
#footer {
	position:relative;
	bottom:0;
	left:0;
	right:0;
	height:26px;	
	background-color:#FFFFFF;
	color:#934d56;	
	font-size: 9px;
	font-weight: normal;
}
.footer {
	position:relative;
	bottom:0;
	left:0;
	right:0;
	line-height: 13px;
	height:26px;	
	background-color:#FFFFFF;
	color:#934d56;	
	font-size: 11px;
	font-weight: normal;
	vertical-align: middle;
	text-align: center;
    text-decoration: none;
    border-bottom: 0;
}
a.footer
{
    text-decoration: none;
    color:#934d56;
    border-bottom: 0;
}
a.footer:link, a.footer:visited, a.footer:active
{
    text-decoration: none;
    color:#934d56;
    border-bottom: 0;
}
a.footer:hover {
	text-decoration:underline;	
    color:#934d56;
}

.footersec {
	position:relative;
	bottom:0;
	left:0;
	right:0;
	height:26px;	
	background-color:#000000;
	color:#FFFFFF;	
	font-size: 9px;
	font-weight: normal;
}
a.footersec:link 
{
    color:#934d56;
}

a.footersec:visited 
{
    color:#934d56;
}

a.footersec:active
{
    color:#934d56;
}

a.footersec:hover {
	text-decoration:underline;	
    color:#FFFFFF;
}
#sidebarfooter {
	position:absolute;
	top:0;
	right:0;
	width:243px;
	height:28px;
	background-color:#000000;
}

.bodylarge {
	color:#FFFFFF;	
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bold;
}
a.bodylarge:link, a.bodylarge:visited, a.bodylarge:active
{
    color:#FFFFFF
}
a.bodylarge:hover {
	text-decoration:underline;	
    color:#FFFFFF;
}

.bodygrey {
	color:#dddddd;	
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
}
a.bodygrey:link, a.bodygrey:visited, a.bodygrey:active
{
    color:#dddddd;
}
a.bodygrey:hover {
	text-decoration:underline;	
    color:#dddddd;
}

@media print {	
	body{
		font-size:11pt;
		line-height:13pt;
		margin:0;
		padding:0;
		background:#a9c75f !important;
	}
	#sizer{
		margin:0; 
		width:auto !important;
	}
	#expander{
		position:static;
		margin:0 !important;
	}
	#headertop {
		position:static; 
		height:auto;
		border-left: solid 1px #FFFFFF;
	}	
	#header {
		border-bottom:1px solid #000000; 
		margin-bottom:2em;
	}
	#wrapper, #header, #headertop, #ownername, #mainmenu, #maimenu .selectedlink, #contentwrapper, #quote, #copy .txtBox, #copy .button, #copy legend, #footer, #sidebarfooter {
		background:none !important;
	}
	h1, h2, h3, h4, h5, h6, #ownername, #mainmenu {
		font-family:"Lucida Sans", Verdana, "Lucida Grande", Geneva, sans-serif;
		font-weight: bold;
		}	
    #sidebar, #themepicker, #sidebarfooter {
		display:none !important;
	} 
    #copy {
		margin:0;
		padding:0;
	}
	
	#copy fieldset {border:none;}
	
	#copy legend {color:#397D47;}
	
	#footer {
		position:static;
		margin-top:2em;
		font-size:1em;
	}
	
	#content{width:100%;}
	
	html>body #content {
		width:85%;
		margin-left:2em;
	}
}
#dropmenudiv{
position:absolute;
border:1px solid white;
border-bottom-width: 0;
font:normal 11px Verdana;
color:#FFFFFF;
line-height:18px;
z-index:100;
text-align:left;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:#FFFFFF;
text-align:left;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #000000;
color: #FFFFFF;
}
.bigbuttonpink {
	font-family: Verdana, Arial, helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	height: 115px;
	width: 157px;
	border:1px solid;
	border-left-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: Silver;
	border-bottom-color: Silver;
    background-image: url(Images/pinkbutton.png);
     background-position: center;
    background-repeat: repeat-x;
    vertical-align: middle;
}
.bigbuttonblue {
	font-family: Verdana, Arial, helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	height: 115px;
	width: 157px;
	border:1px solid;
	border-left-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: Silver;
	border-bottom-color: Silver;
    background-image: url(Images/bluebutton.png);
     background-position: center;
    background-repeat: repeat-x;
    vertical-align: middle;
}
