.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
}

.push, .footer {
	height:100px;
}

.footerContent {
	height: 100px; /* .push must be the same height as .footer */
	background-color:#025584;
	color:#FFFFFF;
}

.footerContent a {
	color:#FFF;
}

/* Main Template */

html {
	width:100%;
	height:100%;
  overflow-x: auto;
}

body {
	width:100%;
	height:100%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.6em;
	color:#333333;
}

#main {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
}

#topSpacer {
	height:20px;
}

#header {
	height:80px;
	width:960px;
	background: no-repeat url('../../images/background_header.jpg');
	position:relative;
	background-color:#333333;
}

#navigation {
	height:25px;
	width:960px;
	background: no-repeat url('../../images/background_navigation.jpg');
	position:relative;
	background-color:#333333;
}

.navigationSections a {
  padding: 5px 15px 5px 15px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	height:25px;
	line-height:25px;
}

.navigationSections a:hover {
	background-color:#222;
	color:#FF9900;
	border-bottom:0px;
}

.navigationSections {
	position:absolute; 
	top:0px;
	left:15px; 
}

.nav a:hover {
	background-color:#222;
	color:#FF9900;
	border-bottom:0px;
}

#pageTitle {
	width:900px; 
	margin-left:auto; 
	margin-right:auto; 
	margin-top:40px;
}

#footer {
	height:70px;
	background: repeat-x url('../../images/background_footer.jpg');
	border-left: 1px solid #CCC;
	border-right: 1px solid #999;
	position:relative;
}

#bottomSpacer {
	height:20px;
}

#content {
	border-left: 1px solid #CCC;
	border-right: 1px solid #999;
	font-size:12px;
}

#floatContainer {
	float:left;
	padding-left:29px;
	padding-right:29px;
}

.arrowContainer {
	position:relative; 
	width:20px; 
	height:15px;
	display:inline;
}

.downArrow {
	position:absolute; 
	top:5px;
}

.rightArrow {
	position:absolute;
	
}

/* Navigation */

.breadcrumb {
	color:#FFF;
	margin:0px;
	padding:0px;
}

.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active {
	color:#FFCC66;
}

.breadcrumb a:hover {
	border-bottom:1px dotted #FFCC66;
}

/* Formatting */

.navtabs {
display:inline;
}

.navtabs li {
display:inline;
height:25px;
}

#tabs {
	float:left;
	width:100%;
	line-height:normal;
	}
#tabs ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs a {
	float:left;
	margin:0;
	padding:0 15px 0 15px;
	text-decoration:none;
}

.bulletList {
}

.bulletList li {
	background: url('../../images/arrow_right.gif') no-repeat;
	padding-left:10px;
	margin-top:5px;
	margin-bottom:5px;
}

/* Layout - 3 Column */

.threeCol {
	width:300px;
	float: left;
	line-height:1.8em;
}

.navCol {
	width:300px;
	float: left;
	line-height:1.6em;
}

.threeColDouble {
	width:500px;
	margin-right:100px;
	float: left;
  line-height:1.6em;
}

/* Layout - 4 Column */

.fourCol {
	width:225px;
	float:left;
	overflow:auto;
}

.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:20px; 
	background-color:#435b7d; 
	color:#FFF;
}

/* Typography */

body, div {
	line-height: 1.4em;
}

h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:18px;
}

h2.white {
	color:#FFFFFF;
}

h2.pullQuote {
	color:#999999;
}

h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	font-size:14px;
	margin-top:5px;
	margin-bottom:10px;
}

h1 {
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
	
}

b, strong {
	font-weight:bold;
}

.smallCaps {
}



strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

p {
	margin-top: 10px;
	margin-bottom:10px;
}

a:link, a:visited, a:active {
  color:#3366CC;

}

ul a:link, ul a:visited, ul a:active {
	font-weight:bold;
}

ul a:hover {
	border-bottom:1px dotted #3366CC;
	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;
}

a, object {
	outline: none;
}

