@charset "utf-8";

/* CSS Baseplate */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
/*	
	border-collapse:collapse;
	border-spacing:0;
	*/
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
	line-height:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

/* Main Template */

html {
	background: repeat-x url('../../images/background_header_slice_breadcrumbs.jpg');
	width: 100%;
	height: 100%;

	overflow-x: auto;
}

wideslider {
	width: 100%;
		background-color: #00FF99;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: fixed;

}

body {
	height: 960px;
	width: 100%;
	font-family: Helvetica, Tahoma,Arial, sans-serif;
	font-size: 13px;
	line-height: 1.8;

}
* {
	Margin: 0px;
	padding: 0px;
}

#main {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
}

#topSpacer {
	height:0px;

}

#header {
	height:78px;
	width:960px;

	position:relative;
	
}

#navigation {
	height:22px;
	width:960px;
	
	position:relative;
	
}

.subheader {
	padding:30px 30px 0px 30px;
	background:  url('../../images/generic_bg.gif');
	background-color:#FFF;
	background-repeat:no-repeat;
}

.press_header {
	padding:30px 30px 0px 30px;
	background:  url('../../images/generic_bg.gif');
	background-color:#FFF;
	background-repeat:no-repeat;
}

.subheader-spacer {
  margin:30px;
}

.navigationSections a:link, .navigationSections a:visited, .navigationSections a:active {
	padding: 5px 15px 5px 15px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	height:25px;
	line-height:25px;
	float:left;
	margin:0;
	padding:0 15px 0 15px;
}

.navigationSections a:hover {
	background-color:#222;
	color:#FF9900;
	border-bottom:0px;
}

#mainNav {
	position:absolute; 
	top:0px;
	left:15px; 
}

#rightNavLink {
	position:absolute; 
	top:0px;
	right:15px; 
}

.navigationSections ul {
	margin:0;
	list-style:none;
}
.navigationSections li {
	display:inline;
	margin:0;
	padding:0;
}

.tabs {
	height:20px;
  font-size:93%;
	
  line-height:normal;
  z-index:2;
  }
.tabs   ul#nostyle {
  margin:0;
  padding:0;
  list-style:none;
  }
ul#nostyle li {
  float:left;
  background:url("left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  list-style:none;
}
 
.tabs a:link, .tabs a:visited,.tabs a:active {
  display:block;
  background:url("right.gif") no-repeat right top;
  padding:5px 12px 4px 5px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
.tabs   a:hover {
  color:#333;
	border-bottom:0px;
  }
.tabs   #current {
  background-image:url("left_on.gif");
  }
.tabs   #current a {
  background-image:url("right_on.gif");
  color:#fff;
  padding-bottom:5px;
  }
	


#footer {
	height: 370px;
	position: relative;
	width: 100%;
	
}

#bottomSpacer {
	height:20px;
}

#content {
	width: 960px;
	overflow: visible;
	font-size: 13px;
	background-repeat: no-repeat;
	z-index: -25;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
}
#floatContainer {
	float: left;
	padding: 30px;

}
#contentcolor {
	background-color: #FFF;
}

#footercolor {

	background-color: #003A63;
}



.arrowContainer {
	position:relative; 
	width:20px; 
	height:15px;
	display:inline;
}

.downArrow {
	position:absolute; 
	top:5px;
}

.rightArrow {
	position:absolute; 
	top:7px;
	left:3px;
}


/* Navigation */

.breadcrumb {
	height: 18px;
	padding-left: 30px;
	padding-top: 5px;
	color: #FFF;
	font-size: 11px;
}

.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active {
	color:#FF9900;
	text-decoration:none;
	font-weight:bold;
}


.breadcrumb a:hover {
	text-decoration:none;
	border-bottom:1px dotted #FF9900;
}

/* Formatting */


.bulletList {
}

.bulletList li {
	background: url('../../images/arrow_right.gif') no-repeat;
	padding-left:10px;
	margin-top:5px;
	margin-bottom:5px;
}

ul.resourceLinks {
}

ul.resourceLinks li {
	border-bottom:1px solid #EEEEEE;
}

ul.resourceLinks a {
	display:block;
	padding:3px 5px 3px 5px;
}

ul.resourceLinks a:hover {
	background-color:#EEEEEE;
	border:0px;
}

/* Layout - 2 Column */

.twoCol {
	width:450px;
	float: left;
}

/* Layout - 3 Column */

.threeCol {
	width:300px;
	float: left;
}

.threeColDouble {
	width:600px;
	float: left;
}

/* Layout - 4 Column */

.fourCol {
	width:225px;
	float:left;
  
}

.fourColDouble {
	width:450px;
	float: left;
}

.fourColTriple {
	width:675px;
	float: left;

}

.fourColTriple .leftSub {
	width:335px;
	float: left;
}

.fourColTriple .rightSub {
	width:340px;
	float: left;
}

/* Layout - Generic */

.blueInset {
	padding:15px 20px 15px 20px;
	margin:10px 0px 10px 0px;
	background-color:#435b7d; 
	color:#FFF;
}

/* Typography */

body, div {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	line-height: 1.6 em;
}

h1 {
	font-size:32px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

h1.white {
	color: #FFFFFF;
	margin: 0px 30px 30px 30px;
	letter-spacing: -2px;
}

h2 {
	font-size: 20px;
	color: #003366;
	margin: 20px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h3 {
	color:#666666;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

h4 {
	color:#666666;
	margin-top:10px;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.smallCaps {
	font-size:10px;
	color:#999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

.small {
	font-size: 10px;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

.smallwhite {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 2em;
}

.smallwhite a:link, .smallwhite a:visited, .smallwhite a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

p {
	margin-top: 10px;
	margin-bottom:10px;
}

a:link, a:visited, a:active {
  color:#3366CC;
	text-decoration:none;
}

a:hover {
	border-bottom:1px dotted #3366CC;
	text-decoration:none;
}

a.plain:hover {
	border:0px;
	text-decoration:none;
}

p a:link, p a:visited, p a:active {
	font-weight:bold;
}

p a:hover {
	border-bottom:1px dotted #3366CC;
	text-decoration:none;
}

.blueInset a:link, .blueInset a:visited, .blueInset a:active {
	color:#FF9900;
	text-decoration:none;
	font-weight:bold;
}

.blueInset a:hover {
	text-decoration:none;
	border-bottom:1px dotted #FF9900;
}

.mediaLeft {
	float:left;
	width:140px;
	padding-right:20px;

}

.mediaRight {
	float:left;
	width:460px;
	padding-left:20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;

}
.mediaRightnarrow {
	float:left;
	padding-left:20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;

}