@charset "UTF-8";
/* CSS Document */

html {
	min-height: 100%;
	}

body {
	behavior: url(csshover2.htc);
	min-height: 100%;
	padding: 0;
	margin: 0;
	background:white url(images/background.gif) top left repeat scroll;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	}
	
* html, * html body  {
	height: 100%;
	}

.hidden {
	display: none;
	}

a {
	color: #1a7591;
	}

a:hover {
	color: #3b9fbe;
	}
	
h1, h2, h3 {
	color: #004960;
	}

h1 {
	margin-top: .5em;
	font-size: 170%;
	}

h2 {
	font-size: 130%;
	font-style: italic;
	}

h3 {
	font-size: 110%;
	}
	
.green {
	color: #6D8D24;
	}

.blue {
	color: #004960;
	}

.small {
	font-size: small;
	}

.separator {
	clear: both;
	height: 10px;
	margin-bottom: 10px;
	}

* html body .seperator {
	margin-bottom: 0;
	}

#wrap {
	position: relative;
	width: 792px;
	min-height: 100%;
	margin: 0 auto;
	background: white url(images/wrap-back.jpg) bottom left no-repeat scroll;
	border: 1px solid #004960;
	border-top: none;
	}

#header {
	height: 105px;
	overflow-y: hidden;
	background: white url(images/header-back.jpg) bottom left repeat-x scroll;
	clear: both;
	}

#header #contactinfo {
	float: right;
	margin-top: 10px;
	text-align: right;
	color: #004960;
	font-size: 75%;
	margin-right: 10px;
	}

#header #contactinfo p {
	margin: 0;
	}

#header #contactinfo .phonenum {
	font-size: 160%;
	line-height: 1.5em;
	}

#header #contactinfo #tag {
	font-size: 200%;
	color: #6D8D24;
	font-style: italic;
	font-weight: bold;
	}

#content {
	/*position: relative;*/
	background: url(images/content-back.jpg) top left no-repeat scroll;
	min-height: 447px;
	clear: both;
	z-index: 0;
	}

* html body #content {
	height: 447px;
	}
	
#content p {
	padding: 0;
	margin: 0 0 1em 0;
	text-align: left;
	}

#smallleft {
	position: relative;
	float: left;
	clear: left;
	background: white url(images/narrowbar-back.jpg) 5px 5px no-repeat scroll;
	min-height: 350px;
	width: 230px;
	padding: 10px 10px 0 10px;
	top: 15px;
	left: 20px;
	border: 2px solid #004960;
	border-bottom: none;
	font-size: 88%;
	}

* html body #smallleft {
	top: 85px;
	height: 350px;
	}

#contentcopywrap, #contactuscopywrap {
	position: relative;
	border: 2px solid #004960;
	background-color: white;
	margin: 0 18px 18px 18px;
	top: 20px;
	width: 328px;
	float: left;
	}

* html body #contentcopywrap {
	margin: 0 9px 9px 9px;
	}

#contactuscopywrap {
	width: auto;
	}

#contentcopy, #contactuscopy {
	background: #F7F2E6 url(images/contentcopy-back.jpg) center center no-repeat scroll;
	width: 308px;
	margin: 5px;
	padding: 5px;
	}

#contactuscopy {
	width: auto;
	max-width: 410px;
	}

* html body #contactuscopy {
	width: 410px;
	}

#contentimages-left {
	float: left;
	position: relative;
	bottom: 0;
	max-width: 410px;
	top: 20px;
	left: 15px;
	padding-right: 14px;
	margin-bottom: 15px;
	}

#contentimages-right {
	float: right;
	position: relative;
	bottom: 0;
	max-width: 410px;
	top: 20px;
	right: 15px;
	margin-bottom: 15px;
	}

ul.linkslist {
	min-width: 280px;
	list-style: none;
	padding-top: 0;
	margin-top: 0;
	}


* html body ul.linkslist {
	width: 280px;
	}

ul.linkslist .header {
	margin: 10px 0  5px -20px;
	color: #004960;
	font-weight: bold;
	font-style: italic;
	}

#welcome {
	position: absolute;
	height: 95px;
	width: 296px;
	bottom: 0;
	left: 105px;
	}

#footer {
	width: 792px;
	text-align: center;
	margin: 0 auto;
	color: #A59467;
	font-style:italic;
	font-size: 75%;
	clear: both;
	line-height: 2em;
	}

#footer a {
	color: #6D8D24;
	}
#wrap #content #contentcopywrap #contentcopy p.right {
	text-align: right;
}
