﻿/* Accordion */
.accordionHeader, .accordionContentHeader, .accordionHeaderSelected, .accordionContentHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: #ffffff;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeader, .accordionContentHeader
{
	background-color: #2E4d7B;
}

.accordionHeaderSelected, .accordionContentHeaderSelected
{
    background-color: #5078B3;
}

.accordionContentHeader, .accordionContentHeaderSelected, .accordionContentContent
{
	margin-left: 0px;
    margin-right: 0px;
}

.accordionHeader, .accordionHeaderSelected, .accordionContent, .accordionHeaderSelected
{
	margin-left: 10px;
    margin-right: 10px;
}

.accordionContent, .accordionContentContent
{
    background-color: #D3DEEF;
    border: 1px dotted #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionHeader:hover, .accordionHeaderSelected:hover, .accordionContentHeader:hover, .accordionContentHeaderSelected:hover
{
	text-decoration: underline;
}

/* Text Resize */
.small
{
	font-size: 12px;
	text-decoration: none;
}

.normal
{
	font-size: 14px;
	text-decoration: none;
}

.large
{
	font-size: 16px;
	text-decoration: none;
}

.TextSizeIcon
{
	position: absolute;
	width: 10px;
	height: 10px;
	right: 18px;
	top: 14px;
	*top: 16px;
	background-image: url("../resources/images/layout/TextSizeArrow10x10.jpg");
	background-repeat: no-repeat;
	z-index: 55;
}

.ContentBottom
{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	font-family: Arial, Sans-Serif;
}

body, html, form
{
	margin: 0;
	padding: 0;
	background-color: #e6edec;
	height: 100%;
	border: none;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	margin-bottom: 1px;
}

.ArticleTitle
{
	color: #486dbe;
	font-size: 20px;
}

.ArticleSubTitle
{
	color: #000000;
	font-size: 14px;
}

/* Text Color/Decoration */

.Highlight
{
	background-color: #cde5e2;
}

.ArticleAuthor
{
	color: #ababab;
}

.DateBlue
{
	color: #5b83c3;
	vertical-align: top;
}

.FootNote 
{
	color: #5b83c3;
	font-size: 10px;
	font-weight: bold;
	vertical-align: text-top;
}

.TextSizeSelect
{
	color: #7f7f7f;
	vertical-align: top;
}

.TextSizeSelect a
{
	color: #7f7f7f;
	text-decoration: none;
}

/* Content Positioning */

.ArticleDottedBreak
{
	width: 592px;
	margin-top: 7px;
	padding-top: 10px;
	background-image: url("../resources/images/layout/ContentDottedBreak3x5.jpg");
	background-repeat: repeat-x;
	z-index: 55;
}

.ContentLineBreak
{
	position: relative;
	width: 613px;
	height: 24px;
	left: 0px;
	background-color: #ffffff;
	background-image: url("../resources/images/layout/ContentPeelShadow303x14.jpg");
	background-position: left bottom; 
	background-repeat: no-repeat;
	padding-bottom: 10px;
	z-index: 55;
}

.BannerAdvertisements
{
	position: absolute;
	width: 468px;
	height: 80px;
	top: 30px;
	left: 80px;
	z-index: 95;
}

.HomeIconAlign
{
	margin-top: -2px;
}

img 
{
	border: none;
}

.ImageLeft
{
	float: left;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 10px;
}

.ImageRight
{
	float: right;
	margin-top: 3px;
	margin-left: 15px;
	margin-bottom: 10px;
}

.Logo
{
	position: relative;
	height: 122;
	width: 339;
	top: 0px;
	left: 0px;
	z-index: 20;
}

.QuickNav
{
	position: relative;
	width: 613px;
	height: 40px;
	top: 10px;
	right: 10px;
	text-align: right;
	z-index: 50;
}

.ResourcesContainer
{
	margin-left:10px;
	margin-bottom:10px;
}

.ResourcesTopShadow
{
	width: 319px;
	height: 19px;
	background-image: url("../resources/images/layout/ResourcesTopShadow319x19.jpg");
	background-repeat: no-repeat;
	z-index: 55;
}

.ResourcesRightShadow
{
	width: 10px;
	height: 287px;
	min-height: 287px;
	background-image: url("../resources/images/layout/ResourcesRightShadow10x287.jpg");
	background-repeat: no-repeat;
	z-index: 55;
}

.ResourcesBG
{
	background-color: #b7e0da;
}

.ResourcesBody
{
	width: 266px;
	margin-left: 9px
}

.ResourcesContent
{
	width: 279px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.ResourcesDottedBreak
{
	text-align: center;
	margin-top: 7px;
}

.ResourcesReadMore
{
	width: 272px;
	text-align: right;
}

.ResourcesThumb
{
	margin-right: 10px; 
	margin-bottom: 5px; 
	padding: 2px;
	float: left;
	border: 1px #000000 dotted;
}

.SideBar
{
	border: 2px solid #000000;
	width: 175px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #FFFFD9;
}

.ResourcesTitle
{
	font-weight: bold;
	margin-left: 27px;
}	

.SearchBox
{
	width: 613px;
	height: 79px;
	top: 0px;
	left: 0px;
	background-image: url("../resources/images/layout/SearchBox613x79.jpg");
	background-repeat: no-repeat;
	z-index: 55;
}

.SearchLayout
{
	position: relative;
	width: 590px;
	height: 70px;
	padding-top: 26px;
	padding-left: 20px;
	left: 11px;
}

.Search
{
	color: #777777;
	width: 455px;
	height: 18px;
	border: 1px;
	padding-top: 2px;
	padding-left: 2px;
	border-style: solid;
	border-color: #cccccc;
}

.SearchButton
{
	padding-left: 20px;
	vertical-align: bottom;

}

.SearchResultsAlign
{
	width: 592px;
	text-align: right;
}

/* Layout Positioning */
.PageContainer 
{
	position: absolute;
	width: 100%;
	height: 100%;
	height: auto !important;
	min-height: 100%;
	z-index: 1;
}

.ContentContainer 
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	width: 966px;
	z-index: 5;
}

.Content
{
	width: 952px;
	background-color: #FFFFFF;
}

/* Shadow Positioning */

.TopLeftShadow
{
	position: absolute;
	height: 7px;
	width: 25px;
	top: 0px;
	left: 0px;
	z-index: 15;
}

.TopShadow
{
	position: relative;
	height: 7px;
	width: 952px;
	top: 0px;
	left: 0px;
	right: 0px;
	background-image: url("../resources/images/layout/TopDropShadow1x7.jpg");
	background-repeat: repeat-x;
	z-index: 10;
}

.TopRightShadow
{
	position: absolute;
	height: 7px;
	width: 25px;
	top: 0px;
	right: 0px;
	z-index: 15;
}

.TopShadowSpace
{
	position: absolute;
	height: 19px;
	width: 7px;
	top: 0px;
	background-color: #e6edec;
	z-index: 20;
}

.BottomShadowSpace
{
	position: absolute;
	height: 7px;
	width: 7px;
	bottom: 0px;
	background-color: #e6edec;
	z-index: 20;
}

.LeftTopShadow
{
	position: absolute;
	height: 25px;
	width: 7px;
	top: 17px;
	background-color: #FF0000;
	z-index: 15;
}

.LeftShadow
{
	width: 7px;
	top: 16px;
	bottom: 0px;
	background-image: url("../resources/images/layout/LeftDropShadow7x1.jpg");
	background-repeat: repeat-y;
	z-index: 10;
}

.LeftBottomShadow
{
	position: absolute;
	height: 25px;
	width: 7px;
	bottom: 7px;
	background-color: #FF0000;
	z-index: 15;
}

.RightTopShadow
{
	position: absolute;
	height: 25px;
	width: 7px;
	top: 17px;
	background-color: #FF0000;
	z-index: 15;
}

.RightShadow
{
	position: relative;
	width: 7px;
	top: 0px;
	bottom: 0px;
	background-image: url("../resources/images/layout/RightDropShadow7x1.jpg");
	background-repeat: repeat-y;
	z-index: 10;
	
}
.RightBottomShadow
{
	position: absolute;
	height: 25px;
	width: 7px;
	bottom: 7px;
	background-color: #FF0000;
	z-index: 15;
}

.BottomLeftShadow
{
	position: absolute;
	height: 7px;
	width: 25px;
	bottom: 0px;
	left: 0px;
	z-index: 15;
}

.BottomShadow
{
	position: relative;
	height: 7px;
	width: 952px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-image: url("../resources/images/layout/BottomDropShadow1x7.jpg");
	background-repeat: repeat-x;
	z-index: 10;
}

.BottomRightShadow
{
	position: absolute;
	height: 7px;
	width: 25px;
	bottom: 0px;
	right: 0px;
	z-index: 15;
}

.BlankShadow
{
	width: 7px;
	height: 7px;
	background-color: #e6edec;
}

