/*
navy - 031e42
blue - 3c5b84
periwinkle - 81a1cb
ice blue - e7f1ff
lt grey - e7e4e3
gold - ffde00
ltr gold - ffef85
dk green - 1d4e41
bright pine - 068d6a
*/

body {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 13px;
	background: #e7e4e3 url('images/bg.jpg');
	margin: 0;
	padding: 0;
	color: #000;
	}

#head, #wrap, #foot {
	width: 970px !important;
	margin: 0px auto !important;
	}

/* Section 508 skip navigation menu */
.skipnav { 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    z-index: 10;
    display: none;
	}

.skipnav img {
    border: 0px;
    width: 1px;
    height: 1px;
    display: block;
    float: left;
	}

#stripe {
	background: url('images/gradbg.jpg') repeat-x top fixed;
	}
	
#wrap {
	background: #fff url('images/masthead2.jpg') no-repeat top;
	padding-top: 20px;
	border: 1px solid #bbb;
	border-width: 0 1px;
	}

#head {
	height: 160px;
	border-bottom: 1px solid #81a1cb;
	}

/* Google Custom Search */

#cse {
	margin: 2px 6px 0 0;
	float: right;
	}

/*#cse table.gsc-search-box {
	width: 320px;
	}
*/	
#cse .gsc-wrapper {
	margin: 0 16px;
	margin-top: 8px;
	}
	
#cse .gsc-input {
	width: 270px;
	}

/* End GCS */

#content {
	padding: 0;
	padding-top: 0;
	}
	
#content p {
	margin: 16px;
	margin-top: 0;
	line-height: 145%;
	}

#content div {
	margin: 0 16px;
	}

#foot {
	border-top: 1px solid #bbb;
	background: #eee;
	text-align: center;
	font-size: 11px;
	padding: 8px 0;
	margin-top: 24px;
	clear: both;
	}

h1, h2, h3 {
	font-family: "Goudy Old Style", Georgia, Times, "Times New Roman", serif;
	margin-top: 0;
	margin-left: 16px;
	margin-right: 16px;
	padding: 0;
	font-weight: normal;
	}
	
h1 {
	margin-bottom: 20px;
	font-size: 36px;
	color: #031e42;
	}
	
h2 {
	font-size: 26px;
	margin-bottom: 4px;
	color: #3c5b84;
	}

h3 {
	font-size: 20px;
	color: #555;
	margin-bottom: 2px;
	}

h3.toc {
	margin-bottom: 8px;
	}
	
ul, ol {
	margin-bottom: 16px;
	margin-left: 16px;
	}

#content ul, #content ol {
	margin-right: 32px;
	}
	
#content li {
	line-height: 145%;
	padding-bottom: 8px;
	}
	
#content ul li {
	list-style-image: url('images/bullet_green.gif');
	}

#content ul li.off {
	list-style-type: none;
	list-style-image: none;
	}
	
ol ol {
	margin-bottom: 4px;
	}
	
ol ol li {
	list-style-type: lower-alpha;
	}
	
a {
	font-weight: bold;
	text-decoration: underline;
	}

a:link {
	color: #1d4e41;
	}
	
a:visited {
	color: #031e42;
	}

a:hover, a:active {
	color: #068d6a;
	}

a.img {
	border: none;
	text-decoration: none;
	}
	
#addy, #hours {
	font-family: "Goudy Old Style", Georgia, Times, "Times New Roman", serif;
	color: #031e42;
	margin-top: 0 !important;
	}
	
#addy {
	font-size: 20px;
	}

#hours {
	font-size: 18px;
	}

/* Sitemap stuff */

#sitemap {
	font-size: 11px;
	}

/* End Sitemap stuff */



#foot p {
	margin: 0;
	margin-top: 8px;
	}

small {
	font-size: 11px;
	}

h2 small {
	font-size: 14px;
	}
	
h3 small {
	font-size: 12px;
	text-transform: uppercase;
	}
	
.left, .alignleft {
	margin-right: 24px;
	margin-left: 16px;
	float: left;
	}

.right, .alignright {
	margin-left: 24px;
	margin-right: 16px;
	float: right;
	}

.centered {
	margin-left: auto;
	margin-right: auto;
	display: block;
	}
	
b {
	background: #ffef85;
	color: #031e42;
	padding: 0 1px;
	}

#foot b {
	background: #fff;
	}
	
h2 b, h3 b, td b {
	background: none;
	padding: 0;
	}

i, blockquote p, #content td {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 110%;
	}
	
hr {
	border: none;
	margin: 0;
	padding: 0;
	clear: both;
	}

hr.line {
	border-top: 1px solid #ddd;
	margin: 24px;
	margin-bottom: 0;
	}
	
#content img {
	background: #eee;
	padding: 2px;
	border: 1px solid #3c5b84;
	margin-bottom: 4px;
	}

#content img.none {
	background: none;
	padding: 0;
	border: none;
	margin-bottom: 0;
	}

#content li img.none {
	margin-left: 0;
	}
	
blockquote {
	border: 1px solid #81a1cb;
	border-width: 1px 0;
	padding-top: 16px;
	background: #e7f1ff;
	}
	
blockquote p {
	}

#content table {
	margin: 16px;
	margin-top: 0;
	}

#content td, #content th {
	padding: 0 24px 24px 0;
	}

#content th {
	text-transform: uppercase;
	color: #3c5b84;
	text-align: left;
	}

#content td {
	color: #031e42;
	font-style: italic;
	}

#content td.nopad {
	padding-right: 0 !important;
	}

#content table.slim td, #content table.slim th {
	padding: 0 16px 6px 0;
	}

#content tr.alt td {
	/* background: #e7e4e3; */
	}
	
#content td b {
	font-style: normal;
	}
	
#slideshow {
	height: 160px;
	text-align: center;
	margin: 12px 0  24px 0 !important;
	overflow: hidden;
	padding: 1px 0;
	border: 1px solid #e7e4e3;
	border-width: 1px 0;
	}

#imgSlide, #imgHidden {
	padding: 0 !important;
	border: none !important;
	}