/********************** 
*  Palette 
***********************
Deep Green   : #293A38 : page background
Teal Green   : #264F4A : .blue a
Aqua Green   : #38736C : .blue h2
Dark Brown   : #745C3F : .brown a
Med Brown    : #8C704D : .brown h2
Black        : #000000 : text, borders
White        : #FFFFFF : content back, nav text
Grey         : #B2BFBB : old page background
***********************/



/********************** 
*  Redefines 
***********************/
body {
	color: #000000;
	/* background-color: #B2BFBB; */
	background-color: #293A38;
	margin: 0 0 16px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
  line-height: 1.5em;
}
h1 {
	color: #38736C;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	margin: 7px 0 15px 10px;
}
h2 {
	color: #38736C;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
	background-image: url(images/icon_pawprint.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 20px;
	margin: 2em 0 .5em 0;
	clear: both;
}
h3 {
	margin: 0 0 .2em 0;
	font-size: 12px;
}
p {
  line-height: 1.5em;
	margin: 0 0 1.25em 0;
}
a {
	color: #264F4A;
}
.notice {
	font-style: italic;
}
ul.nobull {
	list-style-type: none;
	margin: 0 0 1.5em 1em;
	padding: 0;
}
#content ul {
	margin: 1em 0 1.5em 0;
	padding: 0;
}
#content li {
	margin-left: 15px;
}
address {
	margin-bottom: 1em;
}

/********************** 
*  Layout / Structure
***********************/
#layout {
	width: 758px;
}


/********************** 
*  Custom Classes
***********************/
#content ul.links {
	margin-left: 0;
	padding: 0;
	list-style-type: none;
}
#content ul.links li {
	margin-left: 0;
	padding-left: 0;
}
#content .inlineBoldDL dt {
	float: left;
	clear: both;
	font-weight: bold;
}
#content .inlineBoldDL dd {
	text-indent: 3px;
	margin: 0;
	padding: 0;
	margin-bottom: .5em;
}
#content .interview div.speaker {
	float: left;
	clear: both;
}
#content .interview p.question {
	margin-left: 5em;
	margin-bottom: .25em;
	font-style: italic;
}
#content .interview p.answer {
	margin-left: 5em;
	margin-bottom: 1.33em;
	font-style: italic;
}

/********************** 
*  Header Cell
***********************/
#header {
	height: 111px;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}



/********************** 
*  Nav Cell
***********************/
#nav {
	font-size: 10px;
	background-color: #38736C;
	background-image: url(images/bearpaw.gif);
	background-repeat: no-repeat;
	background-position: center 10px;
	padding: 80px 10px 75px 10px;
	text-transform: capitalize;	
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	vertical-align: top;
}
#nav a {
	color: white;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav ul li {
	line-height: 1.15em;
	margin-bottom: .3em;
}
/* Create a break after these menu items */
#navMenu #item1, 
#navMenu #item2, 
#navMenu #item3, 
#navMenu #item9, 
#navMenu #item11, 
#navMenu #item12, 
#navMenu #item14 {
	margin-bottom: 1.75em;
} 



/********************** 
*  Content Cell
***********************/
#content {
	background-color: white;
	border-right: 1px solid black;
	vertical-align: top;
	height: 500px;
	padding: 10px 20px 50px 20px;
}
#content img {
	border: 1px solid black;
}
#banners {
	margin-bottom: 10px;
}
#banners h1 {
	font-size: 9px;
	margin: 0;
	text-align: center;
	color: gray;
	font-weight: normal;
}

/********************** 
*  Footer Cell
***********************/
#footer {
	background-color: white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	vertical-align: top;
	text-align: center;
	padding: 0 0 1.75em 0;
	font-size: 10px;
}
#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer ul li {
	border-left: 1px solid #264F4A;
	display: inline;
	margin-left: 10px;
	padding-left: 13px;
}
#footer ul li#item1 {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}
#content img.left {
	float: left;
	margin-right: 15px;
}
#content img.right {
	float: right;
	margin-left: 15px;
}

.section {
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom: 12px;
	clear: both;
  line-height: normal;
}
.section h2 a {
	text-decoration: none;
}
.section h2 a:hover {
	text-decoration: underline;
}
.section td, div.section {
	padding: 5px 8px 8px 10px;
}
.section td td {
	padding: 0;
	border: 0;
}
.section img {
	margin-right: 12px;
}
.section h2 {
	margin: 0 0 10px 0;
}
.section p {
	margin: 0 0 5px 0;
  line-height: normal;
}
.blue {
	background-image: url(images/section_back_blue.jpg);
}
.blue h2, .blue h2 a {
	color: #38736C;
}
.blue a {
	color: #264F4A;
}
.brown {
	background-image: url(images/section_back_grey.jpg);
}
.brown h2, .brown h2 a {
	color: #8C704D;
}
.brown a {
  color: #745C3F;
}
