/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

/*-- Page shift hack --*/
html { 
	min-height: 100%; 
	margin-bottom: 1px; 
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/structure/background.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #005C71;
}

/*-- Global Styles --*/

div {
	margin: 0px;
	padding: 0px;
}

span {
	margin: 0px;
	padding: 0px;
}

object {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 125%;
	color: #333333;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	color: #333333;
}

h2 {
	margin: 0px 0px 4px 0px; /* 0 0 4 0 */
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 130%;
	color: #333333;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 0px;
}

h4 {
	margin: 0px 0px 7px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #333333;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #333333;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	font-style: normal;
	color: #333333;
}

ul, li {
	list-style: disc;
	list-style-type: disc !important;
}

ul {
	margin: 10px 0px 10px 20px; /* 10 0 10 20 */
	padding: 0px 30px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	list-style: disc;
	list-style-type: disc !important;
}

li {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	list-style: disc;
	list-style-type: disc !important;
	/*width: 525px;*/
	vertical-align: middle;
}

ol {
	margin: 10px 0px 10px 20px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	width: 525px;
}

ul.showNewsLinkBullets {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #008EA3;
	width: 166px;
}

ul.showNewsLinkBullets li {
	margin: 0px 0px 10px 15px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #008EA3;
	list-style-type: disc !important;
}

ul.showNewsLinkBullets li a, a:active, a:link, a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	color: #008EA3;
	text-decoration: none;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.imgInArticle {
	float: left;
	margin: 0px;
	padding: 0px 5px 10px 0px;
}

.imgResource {
	float: left;
	margin: 0px;
	padding: 0px 15px 3px 0px;
}

/*-- Blue Links --*/
a, a:link, a:active, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	color: #00a0c6;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	color: #00a0c6 !important;
	text-decoration: underline;
}

/*-- Red Orange Links --*/
a.red, a.red:link, a.red:active, a.red:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	color: #ac4000 !important;
	text-decoration: none;
}

a.red:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	color: #ac4000 !important;
	text-decoration: underline;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

/*-- End Global Styles --*/

/*-- Stylize form elements --*/
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

/*-- Footer Elements --*/
.footer {
	clear: both;
	float: left;
	color: #00A0C6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	width: 100%;
}

.footerTxt {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 100%;
	color: #a6c6cd;
	text-decoration: none;
}

/*-- Left Column, currently contains Logo Image --*/
.nav_left {
	float: left;
	width: 140px;
	padding-left: 13px;
}

/*-- Holds Everything --*/
.container {
	margin: 0 auto;
	padding: 0px;
	width: 760px;
}

/*-- Main Navigation --*/
.nav_main {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 600px;/*600*/
	height: 20px;
	color: #ffffff;
	background-color: #000000;
	border: 0px;
	border-bottom: 2px solid #ffffff;
}

/*-- Sub Nav, Holds the sub navigation elements --*/
.nav_sub {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 600px;
	height: 40px;
}

/*-- Holds the sub nav with a shadow background --*/
.nav_sub_shadow {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 599px;
	height: 40px;
	background-image: url(../images/contentHeaders/gradient.png);
	background-repeat: repeat-x;	
}

/*-- Sub Navigation Elements --*/
.moveSubNav_resources {
	margin: 0px 0px 0px 245px;
	padding: 0px;
}

.moveSubNav_about {
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

/*-- Content is the area that contains the main content of the page --*/
.content {
	margin: 0px;
	padding: 0px 5px 0px 5px;
}

/*-- Holds the Page Elements on the Right Side of the Page --*/
.container_right {
	margin: 0px;
	/*padding: 0px 20px 0px 0px;*/
	width: 600px;
	float: right;
}

.spacer {
	clear: both;
}

.column_right {
	float: right;
	width: 45%;
}

.column_left {
	float: left;
	width: 45%;
}

.table_data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.table_data td {
	vertical-align: top;
}

.signup_button {
	background-color: #00A0C6;
	color: white;
}

.signup_input {
	border: 1px solid #00A0C6;
}

/*-- On article pages use this style for links --*/
.articleLinks, .articleLinks a, .articleLinks a:link, .articleLinks a:visited, .articleLinks a:active {
	margin: 0px 5px 5px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 100%;
	color: #669daa;
	text-decoration: none;
}

.articleLinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 100%;
	color: #005c71;
	text-decoration: none;
}

/*-- Adds spacing between the body copy and the link below it --*/
.linkSpacing {
	margin: -4px 0px 21px 0px;
	padding: 0px;
}

.picAdj {
	margin: 0px 9px 5px 0px;
	padding: 0px;
}

.picResources {
	float: left;
	margin: 0px 9px 5px 0px;
	padding: 0px;
}

.picAdj2 {
	margin: 0px 10px 3px 0px;
	padding: 0px;
}

/*-- Style for the Home page header copy --*/
.header {
	margin: 0px;
	padding: 0px;
	width: 600px;/*600*/
	font-size: 0px;
}

.headerCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	line-height: 125%;
	color: #666666;
	width: 575px;
}

.headerTitle {
	margin: 0px 0px 4px 0px; /* 0 0 4 0 */
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 130%;
	color: #333333;
}

.headerSpacing {
	margin: 0px 0px 7px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 130%;
	color: #333333;
}

.secondCol {
	margin: 0px;
	padding: 0px;
	width: 188px;
}

.viewAll, .viewAll a, .viewAll a:link, .viewAll a:visited, .viewAll a:active {
	margin: 20px 0px 0px 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 100%;
	color: #666666;
	text-decoration: none;
}

.viewAll a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 100%;
	color: #333333;
	text-decoration: none;
}

.viewResources, .viewResources a, .viewResources a:link, .viewResources a:visited, .viewResources a:active {
	margin: 17px 0px 0px 65px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 100%;
	color: #666666;
	text-decoration: none;
}

.viewResources a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 100%;
	color: #333333;
	text-decoration: none;
}

.viewAll_secCol, .viewAll_secCol a, .viewAll_secCol a:link, .viewAll_secCol a:visited, .viewAll_secCol a:active {
	margin: 20px 0px 0px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 100%;
	color: #666666;
	text-decoration: none;
}

.viewAll_secCol a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 100%;
	color: #333333;
	text-decoration: none;
}

.viewAll_issueHist, .viewAll_issueHist a, .viewAll_issueHist a:link, .viewAll_issueHist a:visited, .viewAll_issueHist a:active {
	margin: 15px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 100%;
	color: #666666;
	text-decoration: none;
}

.viewAll_issueHist a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 100%;
	color: #333333;
	text-decoration: none;
}

.news_item {
	clear: both;
	width: 341px;
}

.resources_item {
	clear: both;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	width: 341px;
}

/*-- Allows Table to expand 100% width --*/
.oneCol {
	clear: both;
	float: left;
	width: 525px;
}

.oneCol a, .oneCol a:link, .oneCol a:active, .oneCol a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	color: #00a0c6;
	text-decoration: none;
}

.oneCol a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	color: #00a0c6;
	text-decoration: underline;
}

.oneCol_resourcesArticle {
	clear: both;
	float: left;
	width: 100%;
	/*width: 525px;*/
}

.oneCol_resourcesArticle p {
	/*margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;*/
	/*width: 525px;*/
	padding: 0px 30px 0px 0px;
}

.news_item img {
	float: right;
	padding: 0px 0px 5px 20px;
}

.group {
	margin: 45px 0px 0px 0px;
	padding: 0px;
}

/*-- Use for multiple stories --*/
.headerTitle_more {
	margin: 0px 0px 7px 0px; /* 21 0 7 0 */
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 100%;
	color: #333333;
}

/*-- Style for 1px Horizontal Rule div --*/
.horizontalRule {
	clear: both;
	margin: 0px 0px 14px 0px;
	padding: 0px;
	width: 342px;
	height: 1px;
	font-size: 0px;
	background-color: #00a0c6;
}

.horizontalRule_short {
	clear: both;
	margin: 0px 0px 8px 0px;
	padding: 0px;
	width: 198px;
	height: 1px;
	font-size: 0px;
	background-color: #00a0c6;
}

.horizontalRule_ltBlue {
	clear: both;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	width: 578px;
	height: 1px;
	font-size: 0px;
	background-color: #a6c6cd;
}

/*-- Table Elements --*/
.tbl_homepg {
	margin: 25px 0px 0px 0px;
	padding: 0px;
}

.tbl_resources {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.betweenCols {
	margin: 0px; 
	padding: 0px 30px 0px 0px;
}

.tbl_mailSignUp {
	margin: -5px 0px 0px 0px;
	padding: 0px;
}

.moveFacebook {
	margin: 0px;
	padding: 12px 0px 0px 0px;
}

input.email {
 	margin: 0px;
	padding: 2px 0px 2px 8px;
	width: 140px;
	height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
/*-- End Table Elements --*/

/*-- NEWS LINKS BOX --*/
.box_relatedLinks {
	float: right;
	margin: 10px 11px 10px 28px; /* 10 11 10 28 */
	padding: 0px;
	width: 201px;
	border: 0px;
	display: block;
}
