/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	}

body {
	background-image: url(images/background-stripe.jpg);
	background-repeat: repeat-x;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}

.border {
	width: 1px;
	background-image: url(images/border.jpg);
	background-repeat: repeat-x;
	}
	
#table-main {
	background-color: #FFFFFF;
	}
	
/* TOP SEARCH AREA STYLES */

#search-bar {
	height: 25px;
	background-color: #336699;
	}

#search-bar a{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px 0px 0px 14px;
	display: block;
	float: left;
	}

#search-bar a:hover {
	text-decoration: underline;
	}
	

#search-box {
	float: right;
	}
	
/* FOOTER STYLES */

#footer {
	border-top: solid #336699 1px;
	font-size: 9px;
	padding-bottom: 20px;
	padding-top: 2px;
	line-height: 14px;
}

#footer a {
	color: #336699;
}

#footer a:hover {
	color: #999900;
}


/* NAVIGATION COLUMN STYLES */

.nav-column {
	width: 208px;
	padding: 20px 12px 260px 12px;
	vertical-align: top;
	}
	
.nav-column .logo {
	padding-left: 30px;
	padding-bottom: 30px;
	}

#navigation ul {
	list-style-type: none;
	border-bottom: solid #336699 1px;
	}

#navigation ul li {
	display: block;
	border-top: solid #336699 1px;
	}
	
#navigation ul .active {
	background-color: #D2DEE9;
	display: block;
	}
	
#navigation ul li a {
	display: block;
	height: 21px;
	font-size: 11px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
	padding: 8px 0px 0px 8px;
	}
	
#navigation ul li a:hover {
	background-color: #D2DEE9;
	}
	

#navigation ul ul {
	border-top: solid #336699 1px;
	border-bottom: solid #FFFFFF 1px;
	padding-top: 4px;
	display: block;
	background-color: #FFFFFF;
	}

#navigation ul ul li {
	border-top: solid #FFFFFF 0px;
	border-bottom: solid #FFFFFF 0px;
	display: block;
	}
	
#navigation ul ul li a {
	display: block;
	padding: 4px 0px 2px 22px;
	font-weight: normal;
	background-image: url(images/nav-arrow.jpg);
	background-repeat: no-repeat;
	background-position: 8px 7px;
	background-color: #FFFFFF;
	}

#navigation ul ul li a:hover {
	color: #CC0033;
	background-image: url(images/nav-arrow.jpg);
	background-repeat: no-repeat;
	background-position: 8px 7px;
	background-color: #FFFFFF;
	}

/* CONTENT COLUMN STYLES */

.content-column {
	padding: 134px 12px 24px 12px;
	vertical-align: top;
	background-image: url(images/background-paths.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 518px;
	}

#welcome-table {
	background-color: #F6F6DB;
	}
	
#welcome-table h1 {
	font-size: 16px;
	color: #999900;
	padding: 18px 24px 12px 24px;
	}
	
#welcome-table p {
	padding: 0px 24px 8px 24px;	
	}

h1 {
	font-size: 16px;
	color: #336699;
	padding-top: 0px;
	padding-bottom: 4px;
	}
	
h2 {
	font-size: 12px;
	color: #333333;
	padding-top: 12px;
	padding-bottom: 4px;
	}
	
h3 {
	font-size: 10px;
	color: #999999;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}
	
p {
	font-size:11px;
	line-height: 16px;
	padding-top: 4px;
	padding-bottom: 8px;
	}
	
a {
	color: #CC0033;
	}
	
a:hover {
	color:#336699;
	}
	
.featured-news .view-all {
	background-color: #D2DEE9;
	height: 17px;
	border-top: solid #336699 1px;
	text-align: right;
	padding-right: 8px;
	padding-bottom: 0px;
	}

.featured-news .view-all a {
	font-size: 10px;
	color: #336699;
	text-decoration: none;
	padding-top: 1px;
	display: block;
	float: right;
	padding-left: 22px;
	background-image: url(images/link-arrow.jpg);
	background-repeat: no-repeat;
	background-position: 13px 4px;
	padding-bottom: 0px;
	}

.featured-news .view-all a:hover {
	color: #CC0033;
	}

	
.featured-news td {
	vertical-align: top;
	padding-bottom: 14px;
	}
	
.featured-news img {
	float: left;
	display: block;
	padding: 12px 27px 20px 0px;
	}
	
.news-listings td {
	border-top: solid #336699 1px;
	vertical-align: top;
	padding-bottom: 8px;
	}
	
.news-listings .image {
	width: 172px;
	padding-bottom: 14px;
	padding-top: 12px;
	}
	
.news-listings .image img {
	border: solid #D2DEE9 1px;
	padding: 1px;
	}
	
.read-more {
	display: block;
	padding-left: 10px;
	background-image: url(images/link-arrow-red.jpg);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding-top: 4px;
	}
.news-listings .posted-date p {
	font-size: 10px;
	color: #336699;
	background-color: #D2DEE9;
	padding-bottom: 0px;
	text-align: right;
	padding-right: 8px;
	padding-top: 1px;
	margin: 0px;
	}

.news-listings .posted-date2 p {
	font-size: 10px;
	color: #336699;
	padding-bottom: 0px;
	text-align: right;
	padding-right: 8px;
	padding-top: 1px;
	margin: 0px;
	}	
	
.news-listings .posted-date {
	height: 10px;
	margin: 0px;
	padding: 0px;
	}

.content-column ul {
	padding-left: 30px;
	padding-right: 80px;
	padding-top: 6px;
	}

.content-column ul li {
	padding-bottom: 8px;
	}
	
.full-text td {
	border-top: solid #336699 1px;
	vertical-align: top;
	padding-bottom: 12px;
	padding-right: 50px;
	}
.read-more-text {
	padding-right: 40px;
	padding-top: 10px;
	}
.gallery-left {
	text-align: left;
	vertical-align: top;
	}
.gallery-center {
	text-align: center;
	vertical-align: top;
	}
.gallery-right {
	text-align: right;
	vertical-align: top;
	}
.gallery-thumb {
	width: 160px;
	height: 120px;
	background-color: #D2DEE9;
	margin-bottom: 10px;
	}
.gallery-thumb p {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 2px 0px 3px 0px;
	}
.gallery-thumb p a:link, .gallery-thumb p a:visited {
	color: #336699;
	text-decoration: none;
	}
.image-viewer td {
	border-top: solid #336699 1px;
	vertical-align: top;
	padding-bottom: 12px;
	text-align: center;
	padding-top: 20px;
	}
.image-info {
	border-top: solid #FFFFFF 0px;
	vertical-align: top;
	padding-bottom: 12px;
	text-align: center;
	padding-top: 10px;
	}
.news-listings .form-header {
	height: 10px;
	margin: 0px;
	padding: 0px;
	}
	
.news-listings .form-header p {
	font-size: 10px;
	color: #336699;
	background-color: #D2DEE9;
	padding-bottom: 0px;
	text-align: left;
	padding-left: 8px;
	padding-top: 1px;
	margin: 0px;
	font-weight: bold;
	}
.form-table td {
	padding: 0px;
	border-top: solid #FFFFFF 0px;
	}
.red {
	color: #FF0000;
	}
.dynamic-thumb-border {
	border: solid #D2DEE9 1px;
	padding: 1px;
	height: 92px;
	width: 139px;
}
.dynamic-thumb-border a:link {
	text-decoration: none;
}
.dynamic-thumb {
	width: 139px;
	height: 92px;
	background-repeat: no-repeat;
	background-position: center center;	
}
.dynamic-thumb img {
	border-width: 0px;
}
.media-thumb-border {
	height: auto;
	width: 160px;
	background-color:#D2DEE9;
	vertical-align: top;
	margin-bottom: 10px;
}
.media-thumb img {
	border-width: 0px;
}
.media-thumb-border .media-thumb {
	height: 100px;
	width: 160px;
	background-position: center center;
	background-repeat: no-repeat;
}
.media-thumb-border p {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 2px 0px 3px 0px;
	}
.media-thumb-border p a:link, .media-thumb-border p a:visited {
	color: #336699;
	text-decoration: none;
	}
.media-thumb-border p a:hover {
	text-decoration: underline;
}

#PDF {
	height: 100px;
	width: 150px;
	position: relative;
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}