/* ------------------ General Rules ------------------------------- */

* {
  margin: 0;
}
html, body {
  height: 100%;
}

body {
	background-image: url(../images/bg_mainII.png);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #002102;
	font-family: Verdana, Arial, san-serif;
}

p {
	font-family: Verdana, Arial, san-serif;
}

/* ------------------ Basic Containers for Layout ------------------ */
.wrapper {
	margin: 0 auto -60px; /* 0 top, auto left and right (centers), and -XX at the bottom to accomodate the footer/push */
	min-height: 100%; /* Somehow, these height properties make the wrapper the full size of the window */
	height: auto ! important;
	width: 760px;
	background-image: url(../images/bg_cross.gif);
	background-color:#DEC8A2;
	background-repeat: no-repeat;
	background-position: right 185px;
	overflow: auto;
	font-family: Georgia,Times New Roman,Serif;
	font-size: 0.8em;
	line-height: 1.6em;
}

.header {
	height: 190px;
	width: 760px;
	text-align: left;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #073000;
}

.content {
	width: 720px;
	margin: 20px;
	}
	
.push {
  height: 60px; /* The push div pushes the content of the wrapper down below the footer. It goes inside the wrapper. */
  z-index:200;
}
	
.footer {       /* This rule is combined into the Push rules if they are both the same height */
  height: 60px; /* The push div pushes the content of the wrapper down below the footer. It goes inside the wrapper. */
  z-index:200;
}

.footer {
  margin: 0 auto; /* The footer goes outside of the wrapper. */
  width: 760px;
	background-color:#604C31;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	text-align:center;
	color:#E7DBCA;
}



/* ---------------------------- Specific Layout Blocks -------------------------------------- */

/* -------------- Navigation ------------------------- */

#nav {
	padding:0;
	margin:0 auto;
	top: 162px;
	list-style:none;
	height:28px;
	position:absolute;
	z-index:200;
	font-family:verdana, arial, sans serif;
	line-height: 28px;
	width:760px;
	background-color:#604C31;
	clear: both;
	color:#E7DBCA;
} 

#nav ul {
	list-style:none;
	margin: 0;
	padding-left: 10px;
	}

#nav li {
	height: 28px;
	padding-left: 15px;
	padding-right: 10px;
	display: block;
	float: left;
	width: auto;
	}
	
#nav li:hover {
	background-image: url(../images/nav_hover.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: underline;
	}
	
/* ------------- Header Info Box Styles --------------- */
	
.header .info{
	height: 162px;
	width: 194px;
	float:right;
	font-family: Verdana, Arial, san-serif;
	font-size: 10px;
	line-height: 14px;
	color: #CCAB8E;
	overflow:hidden;
	}
	
	/*
.header .info {
	width: 340px;
	margin-right: 40px;
	 line-height: 1em; 
} */

.header .address {
	height: 54px;
	text-align: left;
	float: left;
	margin-left: 20px;
	margin-top: 132px;
	font-family: Verdana, Arial, san-serif;
	font-size: 12px;
	line-height: 16px;
	color: #af8f51;
	}

.header .subinfo {
	padding: 10px;
	height:100%;
	background-image: url(../images/hdr_info_gradient.gif);
	background-repeat:repeat-y;
	background-position:top right;
	}
	
.header .info p{
	clear: both;
	float: right;
	color: #af8f51;
	font-weight:normal;
	font-size:14px;
	margin-top: 8px;
	margin-bottom: 4px;
	}

.header .info dt{
	float: left;
	margin-left: 5px;
	clear: left;
	width: 90px;
	text-align:left;
}

.header .info dd{
	float: right;
	clear: right;
	width: 78px;
	text-align:right;
}

/* -------------- HOME page -------------------------- */

.home {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 16px;
}

.home dt {
	font-weight: normal;
	color:#000000;
	font-size: 14px;
	line-height: 18px;
	background-image:url(../images/ivy_bullet.gif);
	background-position: left top;
	background-repeat:no-repeat;
	padding-left: 10px;
	padding-top: 4px;
	}
	
.home dd {
	font-style: italic;
	margin-bottom: 8px;
	margin-left: 18px;
	color:#663300;
	}

.homeService {
	width: 360px;
	padding: 10px;
	background-color: #A8926C;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	float:left;
	margin-right: 20px;
	}
	
	.homeService h1, .homeService h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #330000;
	font-weight: normal;
	}
	
.homeService h1{
	font-size: 22px;
	margin-bottom:15px;
	}
	
.homeService h2 {
	font-size: 16px;
	margin-bottom:8px;
	text-align:right;
	}
	
.homeResources {
	width: 320px;
	float: right;
	}
	
.serviceWrap {
	width: 200px;
	float:right;
	text-align: right;
	clear:right;
}

.serviceRow {
	width: 200px;
	margin-bottom: 18px;
}

.serviceName {
	float:left;
	width:140px;
}

.serviceTime {
	float:right;
	width:60px;
	font-size:10px;
}

/* -------------- STAFF page ------------------------- */
#staff ul {
	width: 600px;
	height: auto;
	list-style: none;
	margin: 2em 80px 80px 20px;
	}
	
#staff li {
	clear: both;
	width: 600px;
	display: block;
	margin-bottom: 5em;
	}

#staff h1, h2 {
	text-align:left;
	text-decoration: none;
	font-weight: normal;
	}
	
#staff h1 {
	font-size: 1.8em;
	padding-top:5px;
	}
	
#staff h2 {
	font-family: Arial, san-serif;
	color:#6D5637;
	font-size: 1.25em;
	line-height: 1.25em;
	padding-bottom: .75em;
	}
	
#staff img {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	}
	

/* ------------ Generic Classes & Boxes --------------- */

.headline {
	height: 42px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	padding-left: 14px;
	padding-top: 12px;
	background-image: url(../images/ivy_hdr.gif);
	background-repeat: no-repeat;
	color:#330000;
	overflow:visible;
	}

/* ------------ Brown Box Elements -- */

.brownBox {
	width: 680px;
	margin: 0 auto 20px;
	padding-bottom: 9px;
	background-image: url(../images/box_bottom.gif);
	background-color: #A8926C;
	background-position: bottom;
	background-repeat: no-repeat;
	}

/* .brownBox img {
	width: 680px;
	}  */
	
.brownBox .text {
	padding: 20px;
	background-color: #A8926C;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	}
	
.brownBox p {
	margin-bottom:15px;
	}
	
.brownBox .halfCol {
	width: 300px;
	padding-bottom: 20px;
	}
	
.brownBox h1, .brownBox h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #330000;
	font-weight: normal;
	}
	
.brownBox h1{
	font-size: 22px;
	margin-bottom:15px;
	}
	
.brownBox h2 {
	font-size: 16px;
	margin-bottom:5px;
	}
/* ------------- Resources page ----- */	

.monthBox {
	width: 240px;
	height: 480px;
	padding: 10px;
	float:right;
	background-color: #AD9874;
	overflow: auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
	
.monthBox h1 {
	font-weight: normal;
	color:#330000;
	}
	
.monthBox h2 {
	margin-bottom: 10px;
	color:#330000;
	}
	
.monthBox li {
	width: 160px;
	line-height: 1.2em;
	}
	
.current {
	width: 220px;
	padding-bottom: 20px;
	}

.previous {
	width:220px;
	padding-bottom: 20px;
	}

.next {
	width: 220px;
	padding-bottom: 20px;
	}

	
/* -------------Values Page------------------------- */
.values {
	width: 720 px;
	line-height: 14pt;
}

.values ol {
	font-family: Verdana, Arial, sans-serif;
	line-height: 14pt;
	margin-bottom: 15px;
	}

.valuesNav {
	width: 214px;
	height: 210px;
	float: right;
	background-image: url(../images/values/bg_nav.gif);
	background-repeat: no-repeat;
	padding:10px;
	text-align: right;
	font-family: Verdana, Arial, sans-serif;
}

.valuesNav h3 {
	font-weight: normal;
	font-size: 12pt;
	color: #703333;
	margin-bottom: 10px;
}

.valuesNav .item {
	height: 50px;
}

.valuesNav .item:hover, .valuesNav .itemUp {
	background-image: url(../images/values/nav_hover.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.valuesNav a:link, .valuesNav a:visited, .valuesNav a:hover, .valuesNav a:active, .valuesNav .itemUp {
	font-size: 11pt;
	color: #000000;
	line-height: 11pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.valuesNav a:link, .valuesNav a:visited, .valuesNav a:active {
	text-decoration: none;
}

.valuesNav a:hover {
	text-decoration: underline;

}	

.values .padTop {
	margin-top:51px;
	}

.values p{
	margin-bottom: 15px;
}

.values h1, b {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	}

.values h1 {
	margin-top: 15px;
	font-size: 13pt;
	margin-bottom: 20px;
	color:#330000;
}

.values b {
	font-size: 12pt;
	color: #703333;
}

.values a:link, .values a:visited, .values a:hover, .values a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 14pt;
}
.values a:link, .values a:visited, .values a:active { color:#000000; text-decoration:underline; } .values a:hover { color:#660000; }



/* -------------Generic Parameters------------------ */
	
.padLeft {
	padding-left: 20px;
	padding-bottom: 20px;
	}
	
.padRight {
	padding-right: 20px;
	padding-bottom: 20px;
	}
	
.marginRight {
	margin-right: 20px;
	}

.padTop{
	padding-top: 20px;
	}

.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.clearBoth {
  clear: both;
}
.clearLeft {
  clear: left;
}
.clearRight {
  clear: right;
}

/* ------------------------------------------------------------- Links and Sundry Rules ---------------------- */

 .header a:link, .header a:visited  {
color:#E7DBCA; text-decoration:none; font-style:none;
}

.header a:hover {
color:#E7DBCA; text-decoration:underline; font-style:none;
}


.header img {
	float: left;
	top: 0;
	position: absolute;
	clear: both;
	margin-left:20px;
	}


.footer {
font-size: .7em;
} 

a:link, a:visited, a:hover, a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 14pt;
}
a:link, a:visited, a:active { color:#000000; text-decoration:underline; } a:hover { color:#660000; }



}


