﻿/*** GLOBAL STYLES ***/
body 
{
	margin:0px;
	padding:0px;
	font-size:0.8em;
	font-family:Arial;
	color:#000000;
}

a
{
	color:#002991;
	text-decoration:none;
}

a:hover
{
	color:#002991;
	text-decoration:underline;
}

form
{
	margin:0px;
	padding:0px;
}

h1
{
	color:#002991;
	margin:3px 0px 0px 0px;
	font-size:1.9em;
	font-family:Myriad, Calibri, Arial;
}

* html h1
{
	font-size:1.6em;
}

h2
{
	color:#002991;
	font-size:1.45em;
	margin-bottom:0px;
	margin-top:14px;
	font-family:Myriad, Calibri, Arial;
}

* html h2
{
	font-size:1.3em;
}

h3
{
	color:#61788d;
}

img
{
	border:none;
}

.FloatClear
{
	clear:both;
	height:1px;
	overflow:hidden;

}

.Hidden
{
	position:absolute;
	left:-10000px;
	text-decoration:none !important;
	font-size:1px !important;
}

.PrintHeaderImage
{
	display:none;
}

/*** CONTENT SECTION STYLES ***/

.SectionImage img
{
	padding:0px;
}

.SectionImage.AlignLeftAround
{
	float:left;
	margin:3px 10px 5px 0px;
}

.SectionImage.AlignRightAround
{
	float:right;
	margin:3px 0px 5px 10px;
}

.SectionImage.AlignLeftSeparateAbove, .SectionImage.AlignRightSeparateAbove, .SectionImage.AlignMiddleSeparateAbove, .SectionImage.AlignMiddleAround
{
	margin-bottom:12px;
}

.SectionImage.AlignLeftSeparateBelow, .SectionImage.AlignRightSeparateBelow, .SectionImage.AlignMiddleSeparateBelow
{
	margin-top:12px;
}

.SectionImage.AlignRightSeparateAbove, .SectionImage.AlignRightSeparateBelow
{
	margin-left:auto;
}

.SectionImage.AlignMiddleSeparateAbove, .SectionImage.AlignMiddleSeparateBelow, .SectionImage.AlignMiddleAround
{
	margin-left:auto;
	margin-right:auto;
}

.SectionImageCaption
{
	color:#000000;
	font-size:0.75em;
	padding:4px 8px 6px 8px;
	margin-top:0px;
	background-color:#ffffff;
}

/***  SEARCH STYLES ***/

#Search
{
	margin:0px 0px 10px 0px;
}

#Search .ol
{
	margin:10px 0px 10px 0px;
	padding:0px;
	list-style-type:none;
	border-bottom:1px solid #e0e0e0;
}

#Search ol li
{
	border-top:1px solid #e0e0e0;
	padding:8px 4px 8px 4px;
}

#Search ol li div.Summary,
#Search ol li div.Extract
{
	font-size:0.9em;
	margin-top:4px;
}

#Search ol li div.Summary p
{
	margin:0px;
	padding:0px;
}

#Search ol li span.SearchHit
{
	background-color:#ffff00;
}


/*** FORMBUILDER STYLES ***/

#FormHolderTop
{
	width:596px;
	background-image:url(/images/FormBuilderBgTop.gif);
	height:4px;
	overflow:hidden;
	
}

#FormHolderBottom
{
	width:596px;
	background-image:url(/images/FormBuilderBgBottom.gif);
	height:4px;
	overflow:hidden;
	margin-bottom:15px;
}

#FormHolder
{
	width:586px;
	padding:0px 4px 0px 4px;
	border-left:1px solid #cadcee;
	border-right:1px solid #cadcee;
}

#FormHolder form
{
	margin:0px;	
}

.FormBuilder
{
	padding:5px 15px 5px 15px;
	height:1%;
}

.FormBuilder h2
{
	padding-top:0px;
	padding-bottom:8px;
	height:1%;
}

.FormBuilder h3
{

	margin:0px;
	padding:15px 3px 0px 3px;
}

.FormBuilderTable
{
	width:100%;
	text-align:center;
}

#FormHolder table th,
#FormHolder table td,
.FormBuilderTable th,
.FormBuilderTable td
{
	color:#636363;
	text-align:left;
	vertical-align:top;
	font-weight:normal;	
	padding:3px 3px 3px 0px;
}

#FormHolder table th,
.FormBuilderTable th
{
	width:30%;
	padding:5px 3px 3px 0px;
}

#FormHolder table textarea,
.FormBuilderTable textarea
{
	width:98%;
	border:1px solid #b8c5ca;
	background-color:#f8fafa;
}

.FormBuilderTable td.FormBuilderMessage
{
	font-weight:bold;
}

.FormBuilderDescription
{
	padding:0px 3px 4px 3px;
	margin:10px 0px 0px 0px;
	font-size:0.85em;
	color:#636363;
}

.FormBuilderTable td.FormBuilderHeading
{
	color:#000000 !important;
	padding:15px 3px 10px 3px !important;
	font-weight:bold !important;
	
}

.FormBuilderTable td.FormBuilderMessage,
.FormBuilderTable td.FormBuilderSubheading
{
	padding:15px 3px 8px 0px !important;
	font-weight:bold !important;
}

.FormBuilderFieldInfo
{
	font-size:0.85em;
	font-weight:normal;
	color:#636363;
	line-height:normal;
	margin-top:1px;
}


.FormBuilderButtons
{
	padding:20px 0px 20px 170px;
	margin:0px;
}

.SubscribeFormButtons
{
	padding:20px 0px 20px 0px;
	margin:0px;
}

.SubscribeFormButtons input,
.FormBuilderButtons input
{
	color:#000000;
	background-color:#efaa0d;
	border:1px solid #efaa0d;
	height:22px;
	/*width:64px;*/
	padding:0px 10px 0px 10px;
	margin-right:5px;
	overflow:visible;
	background-image:url(/images/FormBuilderButtonBg.gif);
}

.FormBuilderTextSmall
{
	width:50px;
	border:1px solid #b8c5ca;
	background-color:#f8fafa;
}

.FormBuilderTextMedium
{
	width:286px;
	border:1px solid #b8c5ca;
	background-color:#f8fafa;
}

.FormBuilderTextLarge
{
	width:98%;
	border:1px solid #b8c5ca;
	background-color:#f8fafa;
}

.FormBuilderPageIndicator
{
	text-align:right;
	padding:5px 0px 0px 0px;
	font-size:0.9em;
	font-weight:bold;
	color:#000000;
}

/***   ***/

.ContentHeadInner
{
	width:902px;
	margin-top:13px;
	float:left;
	position:relative;
	padding:0px 0px 16px 0px;
	margin-bottom:-1px;
	z-index:10;
}

.ContentHeadInner h1
{
	width:612px;
}

#ContentHead
{
	margin-bottom:18px;
	border-bottom:1px solid #cadcee;
}

#SubSectionIcon
{
	float:right;
	margin-left:14px;
}


/*** Content Styles ***/

#IntroText p
{
	margin:0px 0px 14px 0px;
}

.ContentSection h2
{
	margin:0px;

}

.ContentSection p
{
	margin:0.3em 0em 1em 0em;
	line-height:1.5em;
}

#TOC ul
{
	margin:2px 0px 8px 0px;
	padding:2px 0px 8px 0px;
	list-style-type:none;
	margin-bottom:12px;
}

#IntroText ul,
.ContentSection ul
{
	margin:2px 0px 5px 0px;
	padding:2px 0px 5px 0px;
	list-style-type:none;
}

.ContentSection ol li
{
    padding-bottom: 8px;
}

.ContentSection li
{
	line-height:1.5em;
}

.ContentSection h3
{
	color:#000000;
	font-size:1.4em;
	font-weight:normal;
	font-family:Myriad, Calibri, Arial;
	margin-bottom:0px;
	margin-top:14px;
}

.ContentSection h4
{
	color:#61788d;
	font-size:1.4em;
	font-weight:normal;
	font-family:Myriad, Calibri, Arial;
	margin-bottom:0px;
	margin-top:14px;
}

.ContentSection .SmallText
{
	font-size:0.85em;
}

#SectionNavWrapper
{
	margin-bottom:55px;
}

.SectionNav
{
	padding:0px;
	width:934px;
	margin:0px auto;
}

.SectionNav a
{
	text-decoration:none;
	display:block;
	margin-bottom:5px;
}

.SectionNav a:hover
{
	text-decoration:underline;
}


.SectionNav td
{
	vertical-align:top;
	width:33%;
	background-color:#e1eaf4;
	border-right:1px solid #ffffff;
	border-top:1px solid #ffffff;
	border-collapse:collapse;
	padding:0px 15px 15px 15px;
}

.SectionNav td.Last
{
	border-right:none;
}

.SectionNav td.Spare
{
	background-color:#ffffff;
}

.SectionDescription
{
	font-size:0.9em;
	line-height:1.3em;
}

#FeatureWrapper
{
	margin-bottom:20px;
}

#Features
{
	float:left;
	width:600px;
}

.Feature
{
	width:290px;
	float:left;
	margin:0px 18px 15px 0px;
}

.Feature img
{
	width:52px;
	height:52px;
	overflow:hidden;
	float:left;
	display:block;
}

.FeatureDetails 
{
	width:225px;
	float:right;
}

.FeatureDetails h2
{
	margin-top:0px;
}

.FeatureDetails a
{
	text-decoration:none;
	display:block;
}

.FeatureDetails a:hover
{
	text-decoration:underline;
}


.FeatureDescription
{
	color:#666666;
}

#FrequentArticles
{
	float:right;
	width:278px;
	padding:0px;
}

#FrequentArticles ul li
{
	width:278px;
}

#FrequentArticles ul li a
{
	width:270px;
}

.ArticlesList h3
{
	margin:0px;
	border-bottom:1px solid #cadcee;
	color:#61788d;
	font-size:1.2em;
	padding-bottom:6px;
}

.ArticlesList ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.ArticlesList ul li
{
	border-bottom:1px solid #cadcee;
	display:block;
	float:left;
}

.NavArticleList
{
	float:left;
	width:290px;
	margin-right:16px;
	margin-bottom:35px;
}

.NavArticleList ul li
{
	width:290px;
}

.NavArticleList ul li a
{
	width:282px;
}


.PromoFeature
{
	width:290px;
	margin-right:16px;
	float:left;
}

.PromoFeature.Last
{
	margin-right:0px;
}

.PromoFeature img
{
	width:106px;
	border:1px solid #c1ccd8;
	overflow:hidden;
	float:left;
	display:block;
}

.PromoDetails
{
	width:168px;
	float:right;
}

.PromoDetails h2
{
	margin-top:0px;
}

.PromoDetails a
{
	text-decoration:none;
	display:block;
}

.PromoDetails a:hover
{
	text-decoration:underline;
}

#AllArticlesList
{
	margin:30px 0px 15px 0px;
}

#AllArticlesList h3
{
	margin-top:-16px;
}


#AllArticlesList ul li
{
	width:902px;
}

#AllArticlesList ul li a
{
	width:686px;
	float:left;
}

#AllArticlesList ul li span
{
	width:204px;
	display:block;
	float:right;
	padding:3px 0px 3px 0px;
	font-size:0.9em;
	color:#666666;
}