/*----------- Port of Huntsville ----------*/

/*- © 2005 McWhorter Communications, Inc. -*/

/*-----------------------------------------*/
/*----------- Universal styles ------------*/
/*-----------------------------------------*/

body {
	background-color: #BEC1C5;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
}

/*-----------------------------------------*/
/*--------------- ID styles ---------------*/
/*-----------------------------------------*/

#column {
	background-image:  url("images/nav/column_bkgd.gif");
	background-repeat: repeat-y;
	position: relative;
	margin: 0 auto;
	padding: 0px;
	width: 786px;
	min-height: 100%;
	text-align: center;
}

#container {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 778px;
	min-height: 100%;
}

#footer {
	position: relative;
	text-align: center;
	margin: 0 auto;
	padding: 0px;
	width: 786px;
	height: 42px;
	background-image:  url("images/nav/homeslices_footer_31.gif");
	background-repeat: no-repeat;
}

#infotables {
	text-align: center;
	font-size: 11px;
	color: #333333;
	width: 400px;
	margin: 5px 0px 5px 10px;
	line-height: 16px;
}
#infotables a {
	color: #195B87;
	text-decoration: underline;
}

#smtables {
	text-align: center;
	font-size: 12px;
	color: #333333;
	margin: 5px 0px 5px 10px;
	width: 720px;
	line-height: 17px;
}
#smtables a {
	color: #195B87;
	text-decoration: underline;
}
#image {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-right: 20px;
	padding-right: 20px;
	padding-left: 10px;
}

/*-----------------------------------------*/
/*------------- Search styles -------------*/
/*-----------------------------------------*/

.searchbackground {
	background-image: url(images/nav/nav1_05.gif);
	background-repeat: no-repeat;
}

/*-----------------------------------------*/
/*-------------- Date styles --------------*/
/*-----------------------------------------*/

.date {
	font-size: 11px;
	color: #195B87;
	padding: 30px 15px 10px 0px;
	text-align: right;
}

/*-----------------------------------------*/
/*-------------- Menu styles --------------*/
/*-----------------------------------------*/

.pagemenubkgd {
	background-image: url(images/nav/page_menu_13.gif);
	background-repeat: repeat-y;
}

.bodybackground {
	background-image: url(images/nav/nav1_12.gif);
	background-repeat: no-repeat;
}

/*-----------------------------------------*/
/*------------ Site Map styles ------------*/
/*-----------------------------------------*/

.smpagebkgd {
	background-image: url(images/sitemap_06.gif);
	background-repeat: no-repeat;
}

.sm {
	padding: 0px 25px 10px 25px;
}

/*-----------------------------------------*/
/*------------ Sub Menu styles ------------*/
/*-----------------------------------------*/

h4 {
	font-size: 12px;
	margin: 10px 15px 5px 10px;
	line-height: 17px;
	font-weight: normal;
}
h4 a:link {
	text-decoration: underline;
	color: #195B87;
}
h4 a:visited {
	text-decoration: underline;
	color: #195B87;
}
h4 a:active {
	text-decoration: underline;
	color: #195B87;
	background-color: #c4e2f1;
}
h4 a:hover {
	text-decoration: underline;
	color: #195B87;
	background-color: #c4e2f1;
}

/*-----------------------------------------*/
/*-------------- Page styles --------------*/
/*-----------------------------------------*/

h1 {
	font-size: 18px;
	color: #195B87;
	margin: 15px 15px 10px 10px;
}
h2 {
	font-size: 12px;
	color: #333333;
	margin: 0px 15px 10px 10px;
	font-weight: normal;
	line-height: 17px;
}
h2 a:link {
	text-decoration: underline;
	color: #195B87;
}
h2 a:visited {
	text-decoration: underline;
	color: #195B87;
}
h2 a:active {
	text-decoration: underline;
	color: #195B87;
	background-color: #c4e2f1;
}
h2 a:hover {
	text-decoration: underline;
	color: #195B87;
	background-color: #c4e2f1;
}
h3 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin: 15px 15px 0px 10px;
}
h5 {
	color: #333333;
	font-size: 11px;
	margin: 0px 5px 0px 5px;
	font-weight: normal;
	line-height: 17px;
}

p {
	font-size: 12px;
	color: #333333;
	margin: 0px 15px 10px 10px;
	font-weight: normal;
	line-height: 17px;
}
p a:link {text-decoration: underline; color: #195B87;}
p a:visited {text-decoration: underline; color: #195B87;}
p a:active {text-decoration: underline; color: #195B87; background-color: #c4e2f1;}
p a:hover {text-decoration: underline; color: #195B87; background-color: #c4e2f1;}

.list {
	list-style-position: outside;
	list-style-image: url(images/ul.jpg);
	margin-top: 5px;
}
		
/*-----------------------------------------*/
/*------------- Footer styles -------------*/
/*-----------------------------------------*/

.footer {
	font-size: 11px;
	line-height: 16px;
	color: #777777;
	text-align: center;
}
.footer a:link {
	text-decoration: underline;
	color: #777777;
}
.footer a:visited {
	text-decoration: underline;
	color: #777777;
}
.footer a:active {
	text-decoration: underline;
	color: #195B87;
	background-color: #c4e2f1;
}
.footer a:hover {
	text-decoration: underline;
	color: #195B87;
	background-color: #c4e2f1;
}

