/*
 * HTML styles.
 */
html { height: 100%; margin-bottom: 1px; } 

img, div { behavior: url(iepngfix.htc) }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #406594 url(../images/bkg_body.gif);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
a, a:link, a:visited  {
	color: #406594;
	text-decoration: underline;
}
a:active, a:hover {
	color: #0f3a70;
	text-decoration: none;
}
p {
	padding: 0px 25px 20px 0;
	line-height: 15px;
}

h2 {
	font-weight: bold;
	font-size: 16px;
	color: #406594;
	padding: 10px 25px 2px 0;
	margin-bottom: 15px;
}

h3 {
	font-weight: bold;
	font-size: 14px;
    color: #8bc53f;
	line-height: 20px;
	padding: 7px 25px 2px 0;
	margin-bottom: 5px;
}

h4 {
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	padding: 10px 25px 2px 0;
	margin-bottom: 15px;
}


#content ul {
    margin: 5px 0px;
	padding-right: 25px;
}
#content ul li {
    margin-left: 50px;
	margin-bottom: 10px;
    list-style-type: square;
}

#content ul li ul {
	margin-bottom: 20px;
	margin-left: -30px;
}

#content ul li ul li {
	list-style-type: circle;
}

ol {
	margin: 5px 0px;
	padding-right: 25px;
}
ol li {
	margin-left: 30px;
	list-style-type: decimal;
	padding: 3px 0 4px 0;
}

strong {
	font-weight: bold;
}

sup {
	font-size: 8px;
	vertical-align: top;
	color:#000000;
}

em {
	font-style:italic;
}

table {
	font-size: 11px;
}

td {
	padding: 6px 3px 6px 3px;
}

td span {
	font-size: 9px
	}

th { 
	font-weight: bold;
	padding: 6px 3px 6px 3px;
}

/*
 * Block definitions.
 */
	#container {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		width: 798px;
		margin-top: 0;
		padding-top: 0;
		}
	#logo {
		position: absolute;
		margin-top: 27px;
		margin-left: 10px;
		height: 108px;
		width: 107px;
		}
	#print_company { position: absolute; left: -3000px; top: 0; width: 2000px; } /*Display in print css
	#print_company { 
		position: absolute;
		width: 333px;
		height: 52px;
		margin: 0;
		margin-top: 25px;
		margin-left: 110px;
		padding: 0; }*/
	.spacer {
		height: 25px;
		width: 798px;
		background: url(../images/bkg_body.gif);
		}
	#header_container {
		width: 798px;
		text-align: left;
		height: 25px; 
		background: url(../images/bkg_header_footer.gif);  
		}
		html>body #top_line {
			height: 1px;
			margin-top: 0;
			}
	#wrapper {
		background: #ffffff url(../images/bkg_right_col.gif) top right repeat-y;
		float: left;
		}		
		#content_wrapper {
			width: 798px;
			background: url(../images/bkg_right_col_bottom.gif) bottom right no-repeat;
			min-height:350px;
			height:auto !important;
			height:350px;
			text-align: left;
			float: left;
			}
			#content {
				background: #ffffff;
				width: 512px;
				min-height:300px;
				height:auto !important;
				height:300px;
				padding: 10px 0 0 20px;
				float: left;
				}
				h1#logo {
					width: 137px;
					height: 194px;
					background:url(../images/logo_seacoast2020.gif) top left no-repeat;
					text-indent: -9999px;
					position: relative;
					margin: 0px 20px 5px 0;
					float: left;
				}
			#right_column {
				width: 190px;
				float: left;
				padding: 0 0 155px 46px;
			}
				#right_column ul li {
					color: #406594;
					margin-bottom: 14px;
					line-height: 13px;
				}
					#right_column ul a, #right_column ul a:link, #right_column ul a:visited {
						text-decoration: underline;
					}
			#copyright {
				text-align: right;
				width: 798px;
				float: left;
				margin: auto;
				color: #ffffff;
				background: url(../images/bkg_header_footer.gif);
				}
				#copyright p {
					font-size: 11px;
					line-height: 22px;
					margin: 0;
					padding: 3px 10px 0 0;
				}
				#copyright a:link, #copyright a:visited {
					color: #8d807e;
					}
				#copyright a:hover, #copyright a:active {
					color: #CCCCCC;
					}
				
/*Content Styles*/

.small {
	font-size: 10px;
	line-height: 12px;
	padding: 15px 0 5px 0; 
	}

.right {
	float: right;
	margin: 0 25px 0 7px; 
	padding: 5px;
	border: 1px solid #727272;
	}
	
.left {
	float: left;
	margin: 0 15px 0 0; 
	}

.center {
	text-align: center;
	margin: auto;
}

.outline {
	border: 3px solid #000;
	}

span.red {
	color: #CC0000;
	}
	
/*Contact Form Styles

.message {
	width: 500px;
	border: 1px dashed #007F43;
	padding: 5px;
}

.message span {
	color: #007F43;
}

.error {
	width: 500px;
	border: 1px dashed #660000;
	padding: 5px;
}

.error span {
	color: #660000;
}

ul#site_map {
	margin-left: 65px;
}
*/