@charset "utf-8";
html, body {
	margin: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #FFFFFF url(images/bg.jpg) repeat-x;
}
img {
	border: 0px none;
	outline: none;
	behavior: url(scripts/ie_pngfix.htc); /* Hack to fix PNG transparency in IE6 */
}
form {
	padding-left: 12px;
}

h1, h2, h3, h4, h5, p {
	padding-left: 12px;
	margin-top: 1em;
}
h1.line,h2.line,h3.line {
	background: url(images/brdr_bm_grad.jpg) no-repeat left bottom;
	margin: 0px;
	padding-bottom: 12px;
	min-width: 202px;
}
h1, h2, h3, h4, h5 {
	color: #2a5d8b;
}

h1 {
	font-size: 24px;
}
h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

p {
	margin-top: 1em;
}

a {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}




.container {
	margin: 0 auto;
	width: 940px;
}
#head {
	background: url(images/bg_header.png) repeat-x;
	height: 112px;
	position: relative;
	z-index: 1030;
	width: 100%;
}
.top_nav {
	background: #000000 url(images/bg_nav.jpg) repeat-x;
	height: 55px;
	width: 100%;
}
.top_nav a {
	float: left;
	padding: 0 5px;
	margin-left: 2px;
}
.top_nav img {
	float: left;
}
.top_nav .divider {
	background: url(images/nav_div.gif) no-repeat;
	height: 55px;
	float: left;
}
#head #logo {
	margin-top: 15px;
	margin-right: 10px;
	position: relative;
	z-index: 1030;
}
#head #title {
}
.top-photos img {
	float: right;
	z-index: 1040;
	margin-top: -205px;
	margin-left: -95px;
	position: relative;
}


#content {
	z-index: 1040;
	padding-top: 165px;
	position: relative;
	margin-top: -15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
/* Remove code for Fixed Position Footer
	padding-bottom: 40px;
*/
}
#content.home  {
/* Hide background image
	background: url(images/home_head.jpg) no-repeat;
*/
}
#head-image   {
	position: absolute;
	z-index: 1010;
	margin-top: -15px;
	margin-left: -82px;
}
blockquote {
	padding: 0.5em;
	margin: 1em 2.5em;
	font-size: .9em;
	border: 1px solid #999999;
	background: url(images/bg_quote.jpg) repeat-x;
	display: inline-block;
	width: 92%;
}
blockquote p {
	margin: 0.8em 0 0.8em 1em;
}

.open-quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8em;
	font-style: italic;
	color: #2a5d8b;
	margin: -28px -36px -8em -40px;
	float: left;
	width: 36px;
}
.close-quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8em;
	font-style: italic;
	color: #2a5d8b;
	margin: -18px 0px -8em -8px;
	float: right;
	width: 36px;
}


#left-col {
	z-index: 1020;
}
.column1 {
	clear: none;
	float: left;
	width: 48%;
}
.column2 {
	clear: none;
	float: right;
	width: 48%;
}


#right-col {
	float: right;
	clear: right;
	margin: 2em 0 1em 2em;
}
#right-col img {
	margin: 0px;
	float: none;
}
#home-news {
}

p.news-item    {
	width: 350px;
	max-height: 3.5em;
	overflow: hidden;
	margin: 0px;
}
p.read-more   {
	font-size: 10px;
	color: #006699;
	margin: 0.1em auto 0px auto;
}

h3.news-title  {
	font-size: 12px;
	color: #FF9900;
	margin: 0px;
	padding-top: 1em;
	padding-bottom: 0.2em;
	width: 350px;
}


.float-lt {
	float: left;
	margin-right: 2em;
	margin-bottom: 1em;
}

.float-rt {
	float: right;
	margin-left: 2em;
	margin-bottom: 1em;
}
.clearall {
	clear: both;
}


.left-border {
	background: url(images/brdr_lt_grad.jpg) no-repeat;
}

.gallery {
	margin-left: 12px;
	margin-top: 1em;
}

.gallery img {
	border: 0px none;
	background-image: url(gallery/thumbnails/bg_shadow_116x87.jpg);
	background-repeat: no-repeat;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-top: 4px;
	padding-left: 4px;
	margin-top: -4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -4px;
}

#footer {
	margin-top: 1.5em;
	line-height: 40px;
	background-color: #000000;
	color: #757575;
	border-top: 10px solid #6a95b6;
	width: 100%;
	font-size: 10px;
/* Remove code for Fixed Position Footer
	margin-top: 40px;
	position: fixed;
	bottom: 0%;
	z-index: 1040;
*/
	clear: both;
	float: left;
}
#footer a {
	color: #757575;
}
#footer a:hover {
	color: #FF9900;
}

#copyright {
	float: right;
}


form.dynaform {
	font-size: 0.9em;
	margin: 1em 24px 0;
	padding: 1em;
	width: 60em;
	border: #CCCCCC 1px dotted;
}
form.dynaform div.formgroup {
	float: left;
}
form.dynaform label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 9em; 
	padding: 0; 
	margin: 10px 0 0; /* set top margin same as form.dynaform input - textarea etc. elements */
	text-align: right;
}
form.dynaform label.formlabel2 { /* used for the 2nd column of fields */
	width: 7em;
	margin: 3px 0 0; /* shorter top margin because these labels break into 2 lines */
}
form.dynaform label.formlabel3 { /* used for the 2nd column of fields */
	width: 7em; /* same width as formlabel2, but uses default margin */
}
form.dynaform label.formlabel4 { /* used for the 3rd column of fields */
	width: 2em;
}
form.dynaform label.nowrap { /* allows label to sit above field */
	width: 90%; /* set width equal to textarea width below */
	margin-left: 10px;
	text-align: left;
	white-space: nowrap;
}
form.dynaform input, form.dynaform select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width: 15em;
	height: 16px;
	margin: 5px 10px 0 10px; /* set margin on left of form.dynaform elements rather than right of
                              label aligns textarea better in IE */
}
form.dynaform input.radio {
	width: auto;
	margin: 5px 2px 0 18px; /* set margin on left of form.dynaform elements rather than right of
                              label aligns textarea better in IE */
}
form.dynaform input {
	height: 16px;
}
form.dynaform select {
	margin-top: 6px;
	height: 22px;
}
form.dynaform select#state {
	width: 6.82em;
}
form.dynaform input#zip {
	width: 5em;
}
form.dynaform textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width: 90%;
	margin: 5px 0 0 10px; /* set margin on left of form.dynaform elements rather than right of
                              label aligns textarea better in IE */
}
form.dynaform input#submit {
	height: auto;
	width: auto;
	margin: 1em 0 0;
}
form.dynaform input#reset {
	height: auto;
	width: auto;
/*	margin-left: 0px; /* set margin-left back to zero on reset button (set with input above) */
}
textarea {
	overflow: auto;
}
form.dynaform .required {
	font-weight: bold; /* uses class instead of div, more efficient */
}
form.dynaform br {
	clear: left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

.bwd {
	font-size: 90%;
	background-color: #6a95b6;
	opacity: 0.2;
	*filter: alpha(opacity=20);
	width: 100%;
	line-height: 12px;
	padding: 0;
	margin: 0;
	text-align: center;
	display: block;
}
.bwd:hover {
	opacity: 0.99;
	*filter: alpha(opacity=99);
}
