/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../images/blueBackground.jpg);
	background-color:#FFFFFF;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left top;
}
#content {
}

/************ header styles **************/

.printLogo {
	display: none;
	visibility: hidden;
}
#header {
	background-image: url(../images/header.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	height: 175px;
}
/*#header img {
	z-index: -100;
	position: absolute;
	left: 0px;
	top: 0px;
}*/
#header #logo {
	/*z-index: -100;
	position: absolute;
	left: 0px;
	top: 0px;*/
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
}
#header .topNavigation {
	padding-left: 530px;
	padding-top: 15px;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 18px;
}
#header .topNavigation a,
#header .topNavigation a:link,
#header .topNavigation a:visited {
	color: #0066CC;
	text-decoration: none;
	padding-right: 20px;
}
#header .topNavigation a:hover {
	color: #0066CC;
	text-decoration: underline;
	padding-right: 20px;
}



/************ breadCrumb styles **************/

#breadCrumb {
	position: relative;
	top: 0px;
	left: 20px;
	padding-bottom: 15px;
}
#breadCrumb p {
	font-size:10px;
	color: #333333;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.kwhref {
	color: #666666;
	text-decoration:none;
}

.kwhref:hover {
	color: #333333;
	text-decoration:underline;
}

.kwtitle { 
	color:#333333;
	font-weight:bold;
}
.kwspan { 
	color: #333333;
}

/************ content styles **************/

#content #leftNav {
	float: left;
	width: 225px;
	padding-left: 20px;
}
#content #mainContent {
	width: 650px;
	margin-left: 345px;
}
#content #mainContent #storyLeft {
	float: left;
	width: 48%;
}
#content #mainContent #storyRight {
	float: right;
	width: 48%;
}


#header #logo {
	z-index: 1000;
}


#logo
{
	top:0;
	left:0;
}
/************ footer styles **************/

#footer {
	position: relative;  /* Needed for Safari */
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 10px;
	background-color: #999999;
	color:#333333;
	font-size:9px;
}

#footer li {
	display: inline;
	padding-right: 5px;
}

#footer a img {
    /*opacity: 0.5;*/
}

#footer a:hover img {
    /*opacity: 1;*/
}

.footerLink a {
	color: #EEEEEE;
	margin: 2px;
	padding: 5px;
	text-align: left;
	text-decoration: none;
}

.footerLink a:hover {
	margin: 2px 1px;
	color: #000;
	background:#ebf2f7;
	border: 1px solid #669acc;
}

/************ pageContent styles **************/

#pageContent {
	margin-left: 325px;
	width: 675px;	/*background: #FAFAFA;
	border: 1px solid #CCCCCC;*/
}

#popUpContent {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

#pageName {
	position: relative;
	top: 0px;
}

#pageName h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	/*	font-weight: normal;*/
/*	letter-spacing: .1em;*/
	text-transform: uppercase;
	color: #000000;
	padding: 0px 0px 6px;
	margin: 0;
	font-weight: bolder;	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;*/
}


.pageNameRule {
	padding: 0;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

#pageBody {
	position: relative;
	top: 5px;
}

.headline {
	position: relative;
	padding-top: 5px;
	line-height: 1.6em;
	color: #000000;
	font-weight:bold;
}

.headline h2 {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	line-height: 1.5em;
	/*padding-bottom: 6px;*/
}

.story {
	position: relative;
	padding-top: 10px;
}

.story h3 {
	font-size:12px;
	font-weight:bold;
	color: #000000;
	padding: 18px 0px 0px;
	margin: 0px;
}

.story p {
	font-size: 12px;
	line-height:1.4em;
	margin-top: 8px;
	margin-bottom: 6px;
}

.story a {
	font-size: 12px;
	line-height:1.4em;
	margin-top: 8px;
	margin-bottom: 6px;
}
/*********** table styles ***********/

.tableHead {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
}

.requiredtext {
	color: #660000;
	font-weight: bold;
}

caption {
	caption-side:top;
	font-size: 12px;
	font-weight: bold;
	color: #0E71B9;
		background-color: #A8C9E3;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
table  {
	border: 1px solid #660000;
	margin-top: 20px;
	background-color: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
table td {
	font-size: 10px;
	line-height: 12px;
	padding: 0;
	margin: 0;
}

.story a,
.story a:link {
	color: #0F76BC;
	text-decoration:none;
	/*padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0F76BC;*/
}
.story a:visited {
	color:#3a80b0;
	text-decoration:none;
	/*padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0F76BC;*/
}

.story a:hover {
	color:#000000;
	text-decoration:underline;
	/*padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0F76BC;*/
}


.story ul {
	font-size: 12px;
	line-height: 1.2em;
	list-style-type: none;
	margin:0 0 0px;
	padding:0 0 0 4px;
}

.story ul ul {
	font-size: 12px;
	line-height: 1.2em;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 12px;
}

.story li {
	list-style-type: none;
	background:url(../images/ul_bullet.gif) no-repeat .1em 3px;
	margin:0 0 4px;
	padding:0 0 0 6px;
	vertical-align:top;
}

.story ul li ul li {
	margin-top: 4px;
}

.storyLeft {
	float:left;
	width:48%;
}

.storyLeft img {
	margin-right: 6px;
	margin-bottom: 6px;
}

.storyRight img {
	margin-right: 6px;
	margin-bottom: 6px;
}

.storyRight {
	float:right;
	width:48%;
}

.callToAction {
	text-align: left;
	font-size:12px;
	line-height: 1.4em;
	padding-top: 6px;
	padding-left: 12px;
	padding-right: 6px;
	margin-top: 30px;
	/*margin-right: 24px;*/
	padding-bottom: 0.5em;
	border: 1px dashed #0F76BC;
	border-width: 1px 0;
	font-weight:500;
	/*width: 75%;*/
	background: #C9E0F0;
}

html,body {overflow-x: hidden;}

/************ clear styles **************/

.clearBoth {
	clear:both;
}

.clearLeft {
	clear:left;
}

.clearRight {
	clear:right;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.story .mugShot {
	border: 1px solid #999999;
}
#content #livePerson {
	position: absolute;
	left: 20px;
	top: 525px;
}

