@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	text-align: center;
}

#container {
	margin: 0px auto 0px;
	width: 800px;
	text-align: left;
}

/* ------------------------------------------------------------------ */
/* ------- News Category Master Display Option ---------------------- */
/* ------------------------------------------------------------------ */

.news-list-category {
	display: none;
}

.news-latest-category {
	display: none;
}

.news-single-category {
	display: none;
}

.news-list-browse {
	float: left;
	width: 100%;
}

/* ------------------------------------------------------------------ */
/* ------- Image Only Element Styling ------------------------------- */
/* ------------------------------------------------------------------ */

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0px;
}

/* ------------------------------------------------------------------ */
/* ------- Header Styling ------------------------------------------- */
/* ------------------------------------------------------------------ */

#header {
	float: left;
	height: auto;
	width: 800px;
}

#header #breakingnews {
	float: left;
	height: auto;
	padding: 10px;
	width: 780px;
}

#header #breakingnews h3 {
	color: #FF0000;
	margin: 0px 0px 5px;
}

#header #breakingnews p {
	margin: 0px;
}

#header #logo_banner {
	float: left;
	height: 100px;
	width: 800px;
}

#header #logo_banner #logo {
	float: left;
	height: auto;
	width: 266px;
}

#header #logo_banner #login {
	float: right;
}

#navblock {
	float: left;
	height: auto;
	width: 266px;
}

#navblock .nav {
	float: left;
	height: auto;
	width: 266px;
	z-index: 100;
}

#navblock .nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navblock .nav ul li {
	float: left;
	position: relative;
	width: 266px;
	z-index: 14;
}

#navblock .nav ul li a {
	height: auto;
	position: relative;
}	

#navblock .nav ul li:hover ul, #navblock .nav ul a:hover ul, #navblock .nav ul li.over ul {
	display: block;
	visibility: visible;
}

#navblock .nav ul li ul {
	height: 0px;
	left: 265px;
	position: absolute;
	top: -1px;
	visibility: hidden;
	z-index: 1000;
}

#navblock .nav ul li ul li {
	width: 175px;
}

#navblock #search {
	float: left;
	height: auto;
	width: 266px;
}

#navblock #searchbar {
	float: left;
	height: 24px;
	margin-left: 10px;
	overflow: hidden;
	width: 158px;
}

#navblock #srchbtn {
	float: left;
	height: auto;
	margin-left: 5px;
	width: 81px;
}

#navblock .searchbar {
	margin-left: 1px;
}

#header #main_image {
	float: left;
	height: auto;
	width: 533px;
}

/* ------------------------------------------------------------------ */
/* ------- Content Styling ------------------------------------------ */
/* ------------------------------------------------------------------ */

#content {
	float: left;
	height: auto;
	margin-bottom: 10px;
	width: 800px;
}

h2 {
	border-bottom: 1px solid #000;
	color: #fff;
	font-size: 24px;
	height: 32px;
	line-height: normal;
	margin: 0px 0px 10px;
	padding: 10px 0px 0px 10px;
}

/* ------------------------------------------------------------------ */
/* ------- Contact Form Styling ------------------------------------- */
/* ------------------------------------------------------------------ */

.tx-powermail-pi1 {
	float: left;
	height: auto;
	padding: 0px 10px 10px;
	width: 514px;
}

.tx-powermail-pi1_formwrap {
	margin-top: 5px;
}

.tx-powermail-pi1_fieldset {
	background-color: transparent !important;
	border: none !important;
	margin: 0px !important;
	padding: 0px !important;
}

.tx-powermail-pi1 legend {
	display: none !important;
}

.tx_powermail_pi1_fieldwrap_html {
	clear: both;
	float: left;
	margin: 0px;
	width: 100%;
}

.tx_powermail_pi1_fieldwrap_html label {
	display: block;
	float: left;
	margin-right: 14px;
	padding-top: 8px;
	text-align: right;
	width: 175px;
}

.tx_powermail_pi1_fieldwrap_html input, .tx_powermail_pi1_fieldwrap_html textarea {
	background-color: #fff;
	border: 1px solid #000;
	display: block;
	float: left;
	margin: 4px 0px;
	width: 260px;
}

.tx_powermail_pi1_fieldwrap_html select {
	margin: 4px 0px;
	border: 1px solid #000;
}

.tx_powermail_pi1_fieldwrap_html option {
	padding: 0px;
}

.tx_powermail_pi1_fieldwrap_html img.powermail_captcha {
	margin-left: 190px;
}

.tx_powermail_pi1_fieldwrap_html input.powermail_submit {
	width: auto !important;
}

.tx-srfreecap-pi2-image {
	float: left;
	margin: 0px 5px;
}

/* ------------------------------------------------------------------ */
/* ------- Three Column General Styling ----------------------------- */
/* ------------------------------------------------------------------ */
	
.threecol {
	float: left;
	height: auto;
	width: 800px;
}

.threecol .news-list-container {
	background-color: transparent;
	border: none;
	float: left;
	padding: 0px 10px;
}

.threecol .news-list-item {
	background-color: transparent;
	border: none;
	float: left;
	margin: 0px 0px 10px;
	padding: 0px;
	width: 100%;
}

.threecol .news-list-item h3 {
	background-color: transparent;
	border: none;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	margin: 0px 0px 5px;
	padding: 0px;
}

.threecol .news-list-item h3 a {
	padding: 0px;
	text-decoration: none;
}

.threecol .news-list-item h3 a:hover {
	text-decoration: underline;
}

.threecol .news-list-date {
	display: none;
}

.threecol .news-list-container img {
	border: none;
	float: none;
	margin: 0px;
}

.threecol .news-list-image {
	float: left;
	margin-top: 1px;
}

.threecol .news-list-image img {
	margin-right: 5px;
}

.threecol .news-list-item p {
	font-size: 12px;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
}

.threecol .news-list-morelink {
	display: none;
}

.threecol .news-list-morelink a:hover {
	text-decoration: underline;
}

.threecol .morelink {
	float: left;
	padding: 0px 10px 10px;
}

.threecol .morelink p {
	margin: 0px;
}

.threecol .morelink a {
	float: right;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
}

.threecol .morelink a:hover {
	text-decoration: underline;
}

/* ------------------------------------------------------------------ */
/* ------- Left Columm - General Styling ---------------------------- */
/* ------------------------------------------------------------------ */

.leftcol {
	float: left;
	height: auto;
	width: 266px;
}

.leftcol h2 {
}

.leftcol .news-list-container {
	width: 246px;
}

/* ------------------------------------------------------------------ */
/* ------- Center Column - General Styling -------------------------- */
/* ------------------------------------------------------------------ */

.threecol .centercol {
	float: left;
	height: auto;
	width: 267px;
}

.threecol .centercol h2 {
}

.threecol .centercol .news-list-container {
	width: 247px;
}

/* ------------------------------------------------------------------ */
/* ------- Right Column - General Styling --------------------------- */
/* ------------------------------------------------------------------ */

.threecol .rightcol {
	float: left;
	height: auto;
	width: 267px;
}

.threecol .rightcol h2 {
}

.threecol .rightcol .news-list-container {
	width: 247px;
}

/* ------------------------------------------------------------------ */
/* ------- Footer Styling ------------------------------------------- */
/* ------------------------------------------------------------------ */

#footer {
	float: left;
	font-size: 10px;
	margin-bottom: 10px;
	width: 800px;
}

#footer_nav {
	float: left;
	height: auto;
	width: 800px;
}

#footer_info {
	float: left;
	margin-top: 13px;
	width: 800px;
}

#footer_copy {
	float: left;
	margin-top: 10px;
	width: 800px;
}
