/* HTML Elements---------------------------------------------------------------------------------------------*/

html {
	font-size: 100%; /* IE hack - to make IE 5 show fonts consistently see comment below on font-size */
	height:100%;
}
body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#ffffff;
	background-attachment:fixed;
	height:100%;
}
a, a:link, a:active, a:visited {
	color:#666666;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {
	border:none;
}
a img {
	border:none;
}
ul {
	background-color:#242822;
	color:#CCCCCC;
	margin:5px 0 0;
	padding:10px 10px 10px 26px;
	list-style-type:square;
}
li {
	padding-bottom:9px;
	color:#666666;
	font-size:9pt;
	line-height:17px;
}
h1 {
	margin-top:0;
	padding-bottom:6px;
	font-weight:normal;
	font-size:11pt;
	font-family:Verdana, Arial, sans-serif;
}
h2 {
	color:#669933;
	font-size:11pt;
	font-weight:normal;
	padding:10px 0;
	position:relative;
}
h3 {
	margin-top:0;
	font-size:10pt;
	color:#666666;
	font-weight:bold;
}
h4 {
	color:#333333;
	font-size:9pt;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:6px;
	margin-top:0;
}
h5 {
	color:#333333;
	font-size:10pt;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:6px;
}
.clear {
	clear:both;
}
p {
	margin-top:5px;
	margin-bottom:15px;
	line-height:17px;
	color:#ffffff;
	font-size:10pt;
}
.ContentImgLeft {
	float:left;
	padding-right:15px;
	padding-left:0 !important;
	position:relative;
}
.ContentImgRight {
	float:right;
	padding-left:15px;
	padding-bottom:10px;
	position:relative;
}
/* Layout Styles---------------------------------------------------------------------------------------------*/
#PageWrapper {
	margin:0 auto;
	width:970px;
}
#InnerWrapper {
	background-color:#ffffff;
}
#ContentWrapper {
	width:970px;/*background-color:#353B31;*/
}
.CompanyName {
	color:#669966;
}
/* MastHead Styles---------------------------------------------------------------------------------------------*/
.HeaderRequestInfo h4 {
	margin-bottom:0;
}
.HeaderRequestInfo h4 a {
	font-size:10pt;
}
.HeaderRequestInfo a:hover {
	text-decoration:none!important;
}
.HeaderRequestInfo p{
	font-size:11pt;
}
.HeaderRequestInfo p, #StandardInfo p {
	margin-bottom:0;
	color:#000000!important;
	line-height:17px;
}
#ContentCallout #StandardInfo p {
	padding-top:0;
}
#ContentCallout #StandardInfo h4 {
	padding-left:10px;
}
#StandardInfo {
	background-color:#CFCFCF;
	color:#666666;
	font-size:10pt;
	margin:10px 0 0;
	padding:10px 0 0;
 }
.HeaderRequestInfo a, #StandardInfo a {
	text-decoration:underline!important;
	color:#000000!important;
}
#HeaderWrapper {
	background-color:#ffffff;
	height:51px;
}
#HeaderLeft {
	float:left;
	padding-top:25px;
	width:218px;
}
#HeaderRight {
	float:right;
	padding-top:25px;
	width:738px;
	text-align:right;
}
/* ######### CSS for Shade Tabs. Remove if not using ######### */

#PageWrapper #InnerWrapper #ContentWrapper #ContentRightWrapper #ContentStandard #ContentMiddle .shadetabs {
	margin:1px 0 0 5px;
	padding: 3px 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}
#PageWrapper #InnerWrapper #ContentWrapper #ContentRightWrapper #ContentStandard #ContentMiddle .shadetabs li {
	display: inline;
	margin-left:-5px;
}
#PageWrapper #InnerWrapper #ContentWrapper #ContentRightWrapper #ContentStandard #ContentMiddle .shadetabs li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	/*margin-right: 3px;*/
	border: 1px solid #778;
	color:#999999;
	background:#D3E2F4;
}
#PageWrapper #InnerWrapper #ContentWrapper #ContentRightWrapper #ContentStandard #ContentMiddle .shadetabs li a:visited {
	color: #2d2b2b;
}
#PageWrapper #InnerWrapper #ContentWrapper #ContentRightWrapper #ContentStandard #ContentMiddle .shadetabs li a:hover {
	color: #2d2b2b;
}
#PageWrapper #InnerWrapper #ContentWrapper #ContentRightWrapper #ContentStandard #ContentMiddle .shadetabs li a.selected { /*selected main tab style */
	position: relative;
	padding-top:4px;
	top: 1px;
	background-color:#FFFFFF;
	border-bottom:none;
	color:#2d2b2b;
}
/*.shadetabs li a.selected{
	border-bottom-color: white;

}*/

#PageWrapper #InnerWrapper #ContentWrapper #ContentRightWrapper #ContentStandard #ContentMiddle .shadetabs li a.selected:hover { /*selected main tab style */
	text-decoration: none;
}
#PageWrapper #InnerWrapper #ContentWrapper #ContentRightWrapper #ContentStandard #ContentMiddle .tabcontent {
	border: 1px solid gray;
	padding:10px 20px;
	display:none;
}
#PageWrapper #InnerWrapper #ContentWrapper #ContentRightWrapper #ContentStandard #ContentMiddle .tabcontent {
	display:block !important;
}
#PageWrapper #InnerWrapper #ContentWrapper #ContentRightWrapper #ContentStandard #ContentMiddle #TabDetails {
	margin-top:-1px;
	margin-bottom: 1em;
	width:403px;
}
#PageWrapper #InnerWrapper #ContentWrapper #ContentRightWrapper #ContentStandard #ContentMiddle #TabDetails h6 {
	margin:0 0 10px 0;
	padding:0;
	color:#333333;
	font-size:9pt;
}
/* Footer Layout Styles---------------------------------------------------------------------------------------------*/	
#FooterWrapper {
	border-left:1px solid #82BA54;
	font-size:1.05em;
	margin:20px 0 20px 41px;
	padding:4px 8px;
	width:239px;
}
#FooterWrapper p {
	margin:0;
	padding:0;
	color:#999999;
	font-size:9pt;
	line-height:15px;
}
