﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #010101;
	background-image: url(../images/background_gradiant.gif);
	background-repeat: repeat-x;
	background-color: #F2FAFF;
	*text-align: left; /* IE */
	/* overflow: auto; */
}

.si
{
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-style:italic;
	color: #000000;   
	font-size: 75%;
}

a{
	text-decoration: none;
	color: #555555;
}

#content
{
	width: 1009px;
	margin: 1em auto;
	padding: .5em;
	background-color: #FFFFFF;
	border: 1px solid #0080c5;
	*text-align: left; /* IE */
}

/* Outline Layout */

#siteOutline
{
	padding: 0;
	margin: 0;
	border-width: 0px;
}

#outline_top_left_corner, #outline_top_right_corner, #outline_bottom_left_corner, #outline_bottom_right_corner
{
	width: 24px;
	height: 24px;
	padding: 0px;
	margin: 0px;
}

#outline_top_left_corner
{
	background-image: url(../images/main_page_box_outline/top_left_corner.jpg);
	background-repeat: no-repeat;
}

#outline_top_right_corner
{
	background-image: url(../images/main_page_box_outline/top_right_corner.jpg);
	background-repeat: no-repeat;
}

#outline_bottom_left_corner
{
	background-image: url(../images/main_page_box_outline/btm_left_corner.jpg);
	background-repeat: no-repeat;
}

#outline_bottom_right_corner
{
	background-image: url(../images/main_page_box_outline/btm_right_corner.jpg);
	background-repeat: no-repeat;
}

#outline_bottom_center, #outline_top_center
{
	height: 24px;
	padding: 0px;
	margin: 0px;
}

#outline_top_center
{
	background-image: url(../images/main_page_box_outline/top.jpg);
	background-repeat: repeat-x;
}

#outline_bottom_center
{
	background-image: url(../images/main_page_box_outline/btm.jpg);
	background-repeat: repeat-x;
}

#outline_right_side, #outline_left_side
{
	width: 24px;
	padding: 0px;
	margin: 0px;
}

#outline_left_side
{
	background-image: url(../images/main_page_box_outline/left.jpg);
	background-repeat: repeat-y;
}

#outline_right_side
{
	background-image: url(../images/main_page_box_outline/right.jpg);
	background-repeat: repeat-y;
}

/* -----------------------------
    Footer Navigation
   ----------------------------- */
   
div#footer_nav {
	width: 63em;
	margin: 0em auto 0em auto;
	padding: 0em;
	text-align: center;
}

div#footer_nav ul {
	display: inline;
	list-style-type: none;
	margin: 0;
}

div#footer_nav li {
	display: inline;
	height: 1.5em;
	list-style-type: none;
	font-size: 0.69em /* 11px */;
	border-right: solid 1px #0080c5;
	padding: 0em;
	padding-right: 0.3em;
	padding-left: 0.3em;
	margin: 0em;
}

div#footer_nav .lastlink
{
	border-right: none 0px;
}

div#footer_nav a {
	text-decoration: none;
	display: inline;
	color: #0080c5;
	margin: 0em;
	padding: 0em;
}

div#footer_nav a:hover {
	background-color:#E1F0D9;
}

div#copyright {
	width:75em;
	margin: 0em auto 0em auto; 
	padding: 0em;
	text-align: center;
	font-size:x-small;
	color:#1b1818;
}

div#homecopyright {
	width:75em;
	margin: 0em auto 0em auto;
	padding: 0em;
	text-align: center; 
	font-size:x-small;
}

div#jdpower 
{
    position:relative;
    z-index: 5; 
    float: left;
    margin: -90px auto auto 5px;
   /* border-style:solid;
    border-width: 1px;
    border-bottom:1;
    border-color:Black; */
}

div#twitter {
    float: right;
	margin-right: 10%;
	*margin-right: 3%; /* IE6 */
}

div#linkedin {
	float: right;
	clear: right;
	margin-right: 10%;
	*margin-right: 3%; /* IE6 */
}

.brokenPromisesContentLeft {
	width: 60%;
	border: 0px;
	border-right: 1px;
	border-style: solid;
	border-color: #0066FF;
	clear: left;
	float: left;
}

.brokenPromisesContentRight {
	width: 39%;
	float: right;
	clear: right;
}

.moduleTop {
	padding-top: 15px;
}

.moduleBottom {
	padding-top: 10px;
}

#featuresRow {
	padding-bottom: 10px;
	height: 225px;
	vertical-align: top;
}

#modulesRow {
	padding-bottom: 10px;
}

#alertDates div {
	float:left;
	position:relative;
	margin-right:20px;
}
#alertDates span {
	position: absolute;
	top: 50px;
	left: 140px;
	display: none;
	background: #B9D3EE;
	width: 320px;
	text-align: left;
	padding: 5px;
	line-height:110%;
	color:black;
}

/* -------------------------
    HCR 
   ------------------------- */
   
.newsItems {
	padding: 1em;
	font-size: 125%;
}

#hcrNewsHeader {
	background-color: #CCCCCC;
	height: 30px;
	font-size: medium;
}

#hcrNewsLinksHeaderText{
	padding-top: 5px;
	text-align: center;
}

.hcrNewsPanel {
	margin-top: 3em;
	height: 20em;
	width: 20em;
	border-style: double;
	border-color: #CCCCDD;
}