/* global styles ====================================== */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0 0 40px 0;
	text-align: center;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
/* fix inheritance problem for lists */
ul ul, ol ol, ul p {
	font-size: 1em;
}
p {
	margin: 5px 0 10px 0;
}
li {
	list-style-type: round;
}
img {
	border: none;
	display: block;
}
abbr, acronym, dfn {
	font-style: normal;
	border-bottom: 1px dotted #999999;
	cursor: help;
}
.clearBoth {
	clear: both;
	height: 1px;
	font-size: 1px;
}
.clearLeft {
	clear: left;
	height: 1px;
	font-size: 1px;
}
.small {
	font-size: 0.8em;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* global styles ====================================== */
#maincontainer {
	text-align: left;
	background: url(../images/headerbackground.gif) repeat-x top left;
	display: block;
}
#accessibility {
	display: none;
}

/* header styles ====================================== */
#header {
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 97px;
	padding-bottom: 5px;
}
#branding {
	height: 102px;
}
#branding h1 {
	margin: 0;
	padding-top: 4px
}
/* navigation styles ================================== */
#pNavigation {
	border-top: 1px solid #67667e;
	background-color: #FFFFFF;
	background: url(../images/navb.jpg) repeat-x bottom left;
	padding-bottom: 2px;
}
#pNavigation h3 {
	display: none;
}
#pNavigation ul {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	position: relative;
}
#pNavigation li {
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.8em;
	font-weight: bold;
	display: inline;
	text-transform: none;
}
#pNavigation li a {
	padding: 4px 34px 4px 8px;
	color: #000000;
	text-decoration: none;
}
#pNavigation #pnCurrent a {
	background-color: #CCCCCC;
	color: #FFFFFF;
}
#pNavigation li a:hover {
	background-color: #CCCCCC;
	color: #FFFFFF;
}
#pNavigation ul ul {
	background: url(../images/submenu_bottom.gif) no-repeat left;
	visibility: hidden;
	display: block;
	position: absolute;
	width: 178px;
	padding-bottom: 7px;
	filter: 
	  progid:DXImageTransform.Microsoft.Shadow(color=#67667E, Direction=0, Strength=0)
	  progid:DXImageTransform.Microsoft.Fade(duration=0.2)
	  progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=100);
}
#pNavigation ul ul li a {
	background-color: #999999;
	display: block;
	width: 162px;
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: normal;
	padding: 4px 8px;
	text-transform: none;
	line-height: normal;
}
#pNavigation ul ul li a:hover {
	background-color: #006600;
}
#sNavigation {
	float: left;
	width: 185px;
	margin: 20px 20px 0 0;
}
#sNavigation ul {
	margin: 0;
	padding: 0;
}
#sNavigation li {
	list-style-type: none;
	background: url(../images/bullet_subnav.gif) no-repeat 0 6px;
	padding-left: 20px;
	line-height: 1.8em;
}
#sNavigation li a {
	color: #00207b;
}
#sNavigation ul ul {
	margin-bottom: 4px;
}
#sNavigation li li {
	background: url(../images/bullet_subsubnav.gif) no-repeat 12px 10px;
	font-size: 0.9em;
	line-height: 1.6em;
}
#sNavigation li li a {
	text-decoration: none;
}
#breadcrumbs {
	padding: 0;
	margin: 0;
	text-align: left;
}
#breadcrumbs li {
	color: #000000;
	display: inline;
	padding: 0 3px;
	font-size: 9pt;
	text-transform: lowercase;
}
#breadcrumbs li a {
	color: #000066;
	text-decoration: none;
}
/* content styles ===================================== */
#contentContainer {
	margin: 0 auto;
	width: 800px;
}
.content {
	width: 360px;
	margin: 0 20px 0 205px;
	padding-bottom: 22px;
	background: url(../images/rellink_borderbottom.gif) no-repeat bottom left;
}
.tHome .content {
	float: right;
	width: 321px;
	margin-left: 16px;
	margin-top: -10px;
	padding-bottom: 0;
	background: none;
}
.content ul {
	margin: 10px 10px 10px 0;
	padding: 0;
}
.tHome .content ul {
	float: left;
	width: 150px;
}
.content li {
	color: #ff9a00;
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 14px;
	list-style-type: none;
	background: url(../images/bullet.gif) no-repeat 0 6px;
	line-height: 1.7em;
}
.content p {
	margin: 0;
	padding: 12px 0;
	line-height: 1.5em;
}
.content a {
	color: #00207b;
}
.tHome .content a {
	color: #000000;
}
#mainImage {
	float: left;
	margin-top: -8px;
}
.tHome #mainImage {
	margin-top: -20px;
}
.content h2 {
	color: #00207b;
	font-size: 1.8em;
	border-left: 4px solid #00207b;
	padding-left: 10px;
	margin: 0;
}
.content h3 {
	color: #000000;
	font-size: 1.2em;
	margin-bottom: 0;
}
.content h4 {
	color: #67667e;
	font-size: 1.1em;
	margin-bottom: 0;
}
.content .introduction {
	color: #00134a;
	font-size: 1.2em;
	border-left: 4px solid #00207b;
	padding: 10px 0 0 10px;
	line-height: 1.3em;
	margin-bottom: 10px;
}
.content .footnote {
	background: url(../images/rellink_borderbottom.gif) no-repeat top left;
	font-size: 0.8em;
	color: #67667e;
	padding: 25px 0;
}
.content .hrule {
	background: url(../images/rellink_borderbottom.gif) no-repeat bottom left;
	height: 22px;
	padding-top: 10px;
}
/* footer styles ====================================== */
#footer {
	clear: both;
	padding: 0;
	margin: 0;
	text-align: left;
}
#footer li {
	color: #FF9900;
	display: inline;
	padding: 0 10px;
	font-size: 9pt;
	text-transform: lowercase;
}
#footer li a {
	color: #FF9900;
	text-decoration: none;
}
.textstrikethrough {
	text-decoration: line-through;
	color: #FF0000;
}
