* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	margin: 0 0 2em 0;
	padding: 0;
	text-align: center;
}

img {
	border: 0;
}

#page {
	width: 750px;
	text-align: left;
	margin: 0 auto 0 auto;
	background-color: white;
}

h1 {
	float: left;
	padding-top: 37px;
	padding-bottom: 35px;
}

/* Utility Nav */
#utilityNav {
	float: right;
	font-size: 11px;
	font-weight: bold;
	display: block;
	height: 40px;
}

#utilityNav ul {
	list-style: none;
	display: block;
}

#utilityNav ul li {
	float: left;
	display: block;
}

#utilityNav ul li a{
	list-style: none;
	text-decoration: none;
	float: left;
	display: block;
	padding: 15px 10px 10px 10px;
	background-color: #f0f5f7;
	color: #1184a6;
	margin-left: 2px;
}

#utilityNav ul li a:hover {	
	background-color: #dce8eb;
}

#utilityNav ul li.selected a {
	background-color: #fef9f4;
	color: #ea8521;
}
/*  */

/* Primary Nav */
#primaryNav {
	clear: left;
	float: left;
	font-size: 12px;
	width: 760px;
	font-weight: bold;
	border-bottom: 4px solid #1184a6;
}

#primaryNav ul {
	list-style: none;
}

#primaryNav ul li {
	float: left;
}

#primaryNav ul li a{
	list-style: none;
	text-decoration: none;
	float: left;
	display: block;
	padding: 8px;
	background-color: white;
	color: #1184a6;
	margin-left: 1px;
}

#primaryNav ul li a:hover {	
	background-color: #f0f5f7;
}

#primaryNav ul li.selected a{	
	color: #ea8521;
}

/*  */
#pageContent blockquote {
	width: 430px;
	margin-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	float: left;
	color: #454545;
	border-top:3px solid #bad0d8;
	border-bottom:3px solid #bad0d8;
	padding: 10px;
	background: #f0f5f7 url(/global-assets/images/quotemark-left.gif) no-repeat left top;
}

#pageContent blockquote p {
	padding: 0 10px 0 10px;
}	

#pageContent blockquote p.lineOne {
	padding-left: 58px;
	margin-top: 20px;
}	

#pageContent cite {
	width: 430px;
	font-size: 11px;
	font-style: italic;
	display: block;
	margin-left: 10px;
	margin-top: 30px;
	background: url(/global-assets/images/quotemark-right.gif) no-repeat right;	
	height:50px;
}

#pageContent {
	float: left;
	width: 450px;
	padding-top: 20px;
}

#pageContent  a {
	color: #1184a6;
}

#pageContent p {
	font-size: 13px;
	line-height: 1.5em;
	margin: 5px 0px 20px 5px;
}

#pageContent h2 {
	color: #ea8521;
	font-size: 14px;
	font-weight: normal;
}

#pageContent h3 {
	color: #ea8521;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
}

#pageContent h4 {
	color: black;
	font-size: 16px;
	background-color: #f0f5f7;
	padding: 4px;
	margin-top: 35px;
	margin-bottom: 10px;
	line-height: 1.4em;
	font-weight: normal;
}

#pageContent h5 {
	color: #333333;
	margin-top: 10px;
	font-size: 14px;
	background-color: #f7fafb;
	padding: 4px;
	line-height: 1.4em;
	font-weight: normal;
}

#pageContent em {
	color: #666666;
}

#pageContent p.homeIntro {
	font-size: 16px;
}

#pageContent ul {
	font-size: 13px;
	line-height: 1.5em;
	margin: 15px 0px 20px 40px;	
}

#pageContent ul li {
	margin-bottom: 15px;
}

#pageContent ol {
	font-size: 13px;
	line-height: 1.6em;
	margin: 15px 0px 20px 40px;	
}

#pageContent ol li {
	margin: 0 0 10px 0;	
}

#infoIconHori {
	position: relative;
	top: 420px;
	left: 730px;
	width: 20px;
	height: 20px;
}

#infoIconHori a {
	border-bottom: 1px dashed brown;
	text-decoration: none;
	border: none;
	margin: 0;
	padding: 0;
}

#infoIconHori a:hover {
	position: relative;
}

#infoIconHori a span {
	display: none;
}

#infoIconHori a:hover span {
	display: block;
	width: 200px;
	color: black;
	font-size: 11px;
	position: absolute; 
	bottom: 10px; 
	line-height: 1.4em;
	right: 0;
	padding: 5px; 
	margin: 10px; 
	z-index: 100;
	background: #f0f0f0; 
	border: 1px dotted #1184A6;
	opacity: 0.9;
}

#infoIconHori a:hover span em {
	font-size: 10px;
	float: right;
	padding-top: 6px;
}

#infoIconVert {
	position: relative;
	top: 685px;
	left: 250px;
	width: 20px;
	height: 20px;
}

#infoIconVert a {
	border-bottom: 1px dashed brown;
	text-decoration: none;
	border: none;
	margin: 0;
	padding: 0;
}

#infoIconVert a:hover {
	position: relative;
}

#infoIconVert a span {
	display: none;
}

#infoIconVert a:hover span {
	display: block;
	width: 200px;
	color: black;
	font-size: 11px;
	position: absolute; 
	bottom: 10px; 
	line-height: 1.4em;
	right: 0;
	padding: 5px; 
	margin: 10px; 
	z-index: 100;
	background: #f0f0f0; 
	border: 1px dotted #1184A6;
	opacity: 0.9;
}

#infoIconVert a:hover span em {
	font-size: 10px;
	float: right;
	padding-top: 6px;
}

.featureTable {
	font-size: 13px;
	border: 1px solid #333333
}

.featureTable ul li {
	margin: 0;
	padding: 0;
}

.featureTable td {
padding: 10px;
border: 1px solid #333333
}

.featureTable th{
padding: 10px;
background-color: #F9F9F9;
font-size: 16px;
border: 1px solid #333333
}

#factFile {
	background-color: #ffffe9;
}


