/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/

html {
	color: #000;
	background: #FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input,textarea,select {
	*font-size: 100%;
}

legend {
	color: #000;
}

body {
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size: small;
	*font: x-small;
}

table {
	font-size: inherit;
	font: 100%;
}

pre,code,kbd,samp,tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}

/* All else copyryight Hollow Trees Design 2008*/

/* More reset */

a, a:link, a:visited, a:active, a:hover {
	outline: none;
	color: #3399CC;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #FFF;
	border-top: 10px solid #EEE;
}

p {
	/*font-size: 93%;*/
	color: #444;
	line-height: 1.4em;
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
	color: #222;
}

h1 {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: -1px;
}

.Article h2,
.QuoteArticle h2 {
	font-size: 123.1%;
	font-weight: bold;
}
.QuoteArticle h2{
	color: #222;
	margin-bottom: 15px;
}
.QuoteArticle h3{
	color: #111;
	font-weight: bold;
	font-size: 108%;
}

/* Utility Navigation */

.UtilityNavContainer {
	width: 960px;
	margin: 0 auto;
}

.UtilityNav {
	padding: 0;
	float: right;
}

.UtilityNav li {
	background-color: #EEE;
	padding: 0 0 5px 0;
	float: left;
}

.UtilityNav li a {
	color: #444;
	font-size: 77%;
	display: block;
	padding: 0 15px;
	text-decoration: none;
	border-right: 1px solid #BBB;
}

.UtilityNav a:hover {
	text-decoration: underline;
}

.UtilityNav li a#utility_ContactUs {
	border-right: none;
}

/*Main Navigation*/

.MainNavContainer {
	width: 948px;
	margin-right: auto;
	margin-left: auto;
	line-height: 30px;
	border: 1px solid #EEE;
	border-bottom: 1px solid #FFF;
	padding: 5px 5px 0 5px;
	background: url(/images/site/mainNav_bg.jpg) repeat-x 0 bottom;
}

.MainNav {
	width: 930px;
	margin: 0 auto;
	border-bottom: 1px solid #FFF;
	margin-bottom: -1px;
	line-height: 30px;
}

.MainNav li {
	float: left;
	text-align: center;
}

.MainNav li a {
	color: #222;
	width: 154px;
	font-size: 93%;
	text-decoration: none;
	display: block;
	border-left: 1px solid #f1f1f1;
	text-transform: uppercase;
	font-weight: bold;
	outline: none;
}

.MainNav li a:visited {
	color: #222;
}

.MainNav li#lastItem a,
.MainNav li#lastItem a:visited {
	border-right: 1px solid #f1f1f1;
	border-left: none;
}

.MainNav li a:hover {
	color: #cd2e07;
	text-decoration: none;
}

.MainNav li a:active {
	color: #cd2e07;
}

.MainNav li a.Current,
.MainNav li a:visited.Current {
	text-decoration: none;
	border-left: 1px solid #F1F1F1;
	border-bottom: 1px solid #FFF;
	margin-bottom: -1px;
	background: #FFF url(/images/site/mainNavSelected_bg.jpg) repeat-x;
	color: #cd2e07;
}

/*Article Navigation*/

.ArticleNav {
	background-color: #F9F9F9;
}

.ArticleNav ul {
	display: none;

/*margin-bottom: 10px;*/
}

.ArticleCategory {
	background-color: #DDD;
}

.ArticleCategory a {
	font-size: 85%;
	color: #444;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 5px 2px 5px;
	display: block;
	border-bottom: 1px solid #FFF;
	font-weight: bold;
	line-height: 1.5em;
}

.ArticleCategory a:visited {
	color: #444;
}

.ArticleCategory a:hover,
.ArticleCategory a:active {


/*text-decoration: underline;*/
	color: #cd2e07;
}

.ArticleNav ul {


}

.ArticleNav ul.ShowArticles {
	display: block;
	background-color: #DDD;
}

.ArticleNav ul.ShowArticles li {
	background-color: #DDD;
}

.ArticleNav ul.ShowArticles li a {
	font-size: 93%;
	color: #3399cc;
	text-decoration: none;
	text-indent: -5px;
	padding: 3px 3px 3px 10px;
	line-height: 1.6em;
	display: block;
	text-transform: none;
	border: none;
	background-color: #F9F9F9;
	font-weight: normal;
}

.ArticleNav ul.ShowArticles li a:visited {
	color: #3399cc;
}

.ArticleNav ul.ShowArticles li a:hover,
.ArticleNav ul.ShowArticles li a:active {
	text-decoration: underline;
}

/* Page Layout */

.Page {
	width: 960px;
	margin: 0 auto;
}

.PageContent {
	padding: 20px 0 20px 0;
}

.Article {
	float: left;
	width: 780px;
	margin-bottom: 20px;
}

.HeadlineImage {
	width: 960px;
	height: 290px;
	margin-bottom: 20px;
	background-image: url(/images/site/quote_headline_image_3.jpg);
}
.HeadlineImage2 {
	width: 960px;
	height: 290px;
	margin-bottom: 20px;
	background-image: url(/images/site/quote_headline_image.jpg);
}

.QuoteImage {
	width: 960px;
	height: 100px;
	margin-bottom: 20px;
	background: url(/images/site/quote_headline_image_2.jpg) 0 bottom;
}

.HeadlineImageContent,
.QuoteImageContent {
	padding: 0;
}

h1.Headline,
h1.QuoteHeadline {
	height: 50px;
	color: #FFF;
	font-weight: bold;
	font-size: 42px;
	text-align: center;
	padding-top: 10px;
}
h1.QuoteHeadline{
	font-size: 30px;
	color: #111;
	text-align: left;
	padding-top: 0;
}
h1.Headline{
	text-indent: -5000px;
}

.CallToAction {
	width: 420px;
	position: relative;
	top: 50px;
	left: 400px;
}
.CallToAction2 {
	width: 520px;
	position: relative;
	top: 50px;
	left: 400px;
}

.CallToActionContent {
	
}
.CallToActionButton{
	text-align: center;
}
.CallToActionButton p{
	color: #FFF;
	font-size: 14px;
	
}

.CallToActionContent h2 {
	font-size: 32px;
	font-weight: bold;
	color: #FEC112;
	text-align: center;
	letter-spacing: -1px;
	/* margin-bottom: 10px; */
}

.CallToActionContent h2 span {
	font-size: 26px;
	color: #FFF;
	vertical-align: middle;
	padding-bottom: 5px;

/*font-weight: normal;*/
}

.CallToActionContent a {
	font-size: 116%;
	color: #CD2E07;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding-left: 35px;
	margin: 0 0 10px 15px;
}

.CallToActionContent a.ChatSprite {
	height: 30px;
	background: url(/images/site/chat_widget_icon_large_sprite.gif) no-repeat left top;
	color: #CD2E07;
}

.CallToActionContent a:hover.ChatSprite {
	background: url(/images/site/chat_widget_icon_large_sprite.gif) no-repeat left bottom;
	color: #FFF;
}

.CallToActionContent a.CallSprite {
	height: 30px;
	background: url(/images/site/call_widget_icon_large_sprite.gif) no-repeat left top;
	color: #CD2E07;
}

.CallToActionContent a:hover.CallSprite {
	background: url(/images/site/call_widget_icon_large_sprite.gif) no-repeat left bottom;
	color: #FFF;
}

.CallToActionButton a {
	padding: 0;
	margin: 0;
}
.Promo {
	margin-bottom: 20px;
	width:960px;
	zoom: 1;
}

/*Article______________________________________________________*/

.ArticleBody {
	width: 520px;
	float: left;
}

.ArticleBodyContent,
.CorporateBodyContent {
	padding: 0 10px;
}

.ArticleBodyContent ul {
	margin-bottom: 10px;
}

.ArticleBodyContent li {
	list-style-type: disc;
	color: #cd2e07;
	font-weight: bold;
	margin-bottom: 5px;
	list-style-position: inside;
}

.ArticleWidgets {
	width: 260px;
	float: left;
}

.ArticleWidgetsContent {
	padding: 0 0 0 10px;
}
.JobListing{
	border-top: 1px solid #DDD;
	padding: 10px 0;
	margin-bottom: 10px;
}
.JobListing .date{
	color:
}
.CallActionWidget {
	background: url(/images/site/sidebar_call_bg.gif) repeat-x;
	height: 190px;
}

.CallActionWidgetContent {
	padding: 10px;
}

.CallActionWidgetContent h3 {
	color: #cd2e07;
	font-size: 138.5%;
	font-weight: bold;
	text-align: center;
}

.CallActionWidgetContent h4 {
	color: #222;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #FEC20D;
	padding-bottom: 5px;
}

.CallActionWidgetContent a {
	color: #FFF;
	font-size: 108%;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 15px 0 0 10px;
}

.CallActionWidgetContent a span {
	color: #222;
	font-size: 85%;
	display: block;
}

.CallActionWidgetContent a.ChatActionWidgetSprite {
	height: 30px;
	background: url(/images/site/chat_widget_icon_large_sprite.gif) no-repeat left bottom;
	padding-left: 35px;
	color: #FFF;
}

.CallActionWidgetContent a:hover.ChatActionWidgetSprite {
	background: url(/images/site/chat_widget_icon_large_sprite.gif) no-repeat left 3px;
	color: #cd2e07;
}

.CallActionWidgetContent a.CallActionWidgetSprite {
	height: 30px;
	background: url(/images/site/call_widget_icon_large_sprite.gif) no-repeat left bottom;
	padding-left: 35px;
	color: #FFF;
}

.CallActionWidgetContent a:hover.CallActionWidgetSprite {
	background: url(/images/site/call_widget_icon_large_sprite.gif) no-repeat left 2px;
	color: #cd2e07;
}
.ImageLeft{
	float:left;
	margin 0 10px 5px 0;
}
.ImageRight{
	float:right;
	margin 0 0 5px 10px;
}
.QuoteArticle {
	
}
.QuoteArticleBody{
	width: 700px;
	float: left;
	margin-bottom: 20px;
}
.QuoteArticleBodyContent{
	
}

.Highlight ol{
	margin-bottom: 15px;
}
.Highlight ol li{
	color: #cd2e07;
	font-size: 116%;
	margin-left: 15px;
	font-weight: bold;
	list-style-type: decimal;
	list-style-position: inside;
}

.SecondaryNav {
	width: 180px;
	float: left;
}

.SecondaryNavContent {
	margin-right: 10px;
}

.Header {
	background: url(/images/site/logo_bg.gif) no-repeat center;
	min-height: 80px;
}

.Branding {
	width: 960px;
	margin: 0 auto;
}

.Branding h1 {
	float: left;
	margin: 0;
	padding: 0;
}

.Branding h1 a {
	padding: 0;
	margin: 0;
	width: 260px;
	height: 70px;
	display: block;
}

.Branding h1 a span {
	display: none;
}

.CommunicationBlock {
	float: right;
	text-align: right;
	margin: 0 auto;
}

.CommunicationBlockContent {
	padding: 20px 0 0 0;
}

.ChatBlock {
	display: inline;
	float: left;
	width: 150px;
	padding-right: 20px;
}

.ChatBlock a {
	display: block;
	color: #3399cc;
	text-decoration: none;
	font-size: 85%;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 5px;
}

.ChatBlock a:visited {
	color: #3399cc;
}

.ChatBlock a:hover,
.ChatBlock a:active {
	color: #222;
}

.ChatBlock a img {
	padding-left: 5px;
	vertical-align: bottom;
}

.TollFreeBlock {
	display: inline;
	float: left;
	width: 180px;
	border-left: 1px solid #DDD;
}

.TollFreeBlock p {
	margin: 0;
	font-size: 108%;
	color: #999;
	line-height: 14px;
	font-weight: bold;
}

.TollFreeBlock h5 {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 30px;
}

.ArticleUtils {
	padding: 5px 0;
	border-bottom: 1px solid #F1F1F1;
	margin-bottom: 5px;
}

a.EmailIcon {
	background: url(/images/site/email_sprite.gif) no-repeat left top;
	padding-left: 20px;
	color: #888;
	font-size: 85%;
	line-height: 16px;
	text-decoration: none;
	margin-right: 20px;
}

a:hover.EmailIcon {
	background: url(/images/site/email_sprite.gif) no-repeat left -16px;
	padding-left: 20px;
	color: #3399cc;
}

a.PrintIcon {
	background: url(/images/site/print_sprite.gif) no-repeat left top;
	color: #888;
	font-size: 85%;
	line-height: 16px;
	text-decoration: none;
	margin-right: 20px;
	padding: 1px 0 2px 20px;
}

a:hover.PrintIcon {
	background: url(/images/site/print_sprite.gif) no-repeat left -16px;
	padding-left: 20px;
	color: #3399cc;
}

/* Contact Form */

.LargeInputOptions,
.SmallInputOptions,
.MediumInputOptions {
	border: 1px solid #888888;
	padding: 4px;
}

.SmallInputOptions {
	width: 25px;
}

.MediumInputOptions {
	width: 30px;
}

.LargeInputOptions {
	width: 300px;
}

.ContactForm {
	padding: 20px 0;
}

.FormInputs {
	margin: 0 auto;
}

.FormInputs li {
	margin-bottom: 20px;
	list-style-type: none;
	color: #000000;
	font-weight: normal;
}

.FormInputs li label {
	float: left;
	width: 140px;
	margin-right: 10px;
	padding-top: 3px;
	font-weight: bold;
	text-align: right;
}

.FormInputs li label span {
	font-weight: normal;
	font-size: 77%;
	color: #CD2E07;
}

.SubmitBtn {
	margin-left: 150px;
}

.ContactInfo {
	border-left: 1px solid #f1f1f1;
}

.ContactInfoContent {
	padding: 0 0 0 20px;
}

/* Employment Form */

.SectionTitle{
	margin: 20px 0 10px 0;
	border-top: 1px solid #666;
}

.SectionTitleContent{
	padding: 10px 5px;
	background-color: #F7C20A;
}
.SectionTitleContent p{
	margin: 0;

}

.InputGroup{
	width: 500px;
	margin-bottom: 5px;
}

.InputLabel{
	
}

.InputLabelContent{
	
}

.InputLabelContent label{
	font-weight: bold;
	font-size: 93%;
}

.InputOptions{
	
}
.LeftSide input,
.RightSide input{
	width: 230px;
}
.LeftSide{
	width: 240px;
	margin-right: 20px;
	float: left;
}
.RightSide{
	width: 240px;
	float: left;
}

.InputOptionsContent{
	
}
.InputOptionsContent input{
	border: 1px solid #999;
	padding: 4px;
}
.InputOptionsContent span{
	display: block;
	font-size: 11px;
}

/* Related Rows ____________________________________*/

.RelatedLinksThirds {
	width: 780px;
	float: right;
}

.RelatedLinkQuarters {
	width: 960px;
}

.RelatedLinksContent {
	
}

.RelatedLinksThirds .RelatedArticles {
	float: left;
	width: 260px;
}

.RelatedLinksQuarters .RelatedArticles {
	float: left;
	width: 240px;
}

.RelatedArticlesContent {
	padding: 0 10px;
}

.RelatedArticlesContent p {
	margin-bottom: 5px;
}

.RelatedArticlesContent h2 a {
	color: #cd2e07;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 108%;
}

.RelatedArticlesContent h2 a:visited {
	color: #cd2e07;
}

.RelatedArticlesContent h2 a:hover {
	text-decoration: underline;
}

.RelatedArticlesContent li a {
	display: block;
	color: #3399cc;
	text-decoration: none;
	font-weight: normal;
	font-size: 93%;
	line-height: 1.6em;
}

.RelatedArticlesContent li a:visited {
	color: #3399cc;
}

.RelatedArticlesContent li a:hover,
.RelatedArticlesContent li a:active {
	text-decoration: underline;
}

.Footer {
	width: 960px;
	margin: 0 auto;
}

.FooterContent {
	padding: 10px 0 10px 0;
	border-top: 1px solid #EEE;
}

.FooterLinks {
	width: 960px;
	float: left;
	padding-top: 15px;
}

.FooterLinks span {
	font-size: 85%;
	margin-right: 10px;
}

.FooterLinks a {
	font-size: 85%;
	color: #3399cc;
	padding: 0 10px;
	border-left: 1px solid #3399cc;
	text-decoration: none;
}

.FooterLinks a:hover {
	text-decoration: underline;
}

.FooterContent .SecuritySeal {
	float: right;
}

.GlossaryContent h2 {
	border-top: 1px #DDD solid;
	padding: 10px 0 5px 0;
	clear: both;
	color: #3399cc;
}

.GlossaryContent h2.First {
	border-top: none;
}

.GlossaryContent h6 {
	font-weight: bold;
}

.GlossaryContent a.ReturnLink {
	font-size: 85%;
	line-height: 20px;

/*text-align:right;*/
	padding-right: 20px;
	margin: 0;
	background: url('/images/site/bullet_arrow_up.gif') no-repeat right;
	text-decoration: none;
	float: right;
}

.GlossaryContent a:hover.ReturnLink {
	color: #555;
}

.GlossaryMenu {
	border: 1px #DDD solid;
	border-left: none;
	border-right: none;
	margin: 10px 0;
}

.GlossaryMenu li {
	font-size: 123.1%;
	font-weight: bold;
	display: inline;
	color: #BBB;
	margin-right: 4px;
	line-height: 24px;
}

.GlossaryMenu li a {
	color: #3399cc;
	text-decoration: none;
}

.GlossaryMenu li a:hover {
	color: #222;
}

.LoadingIndicator{
	margin: 150px auto;
	width: 300px;
	text-align: center;
}
.LoadingIndicatorContent p{
	margin: 20px 0;
}
.LoadingIndicatorContent a{
	color: #3399CC;
}

/*Clearing Fix*/

.MainNav:after,
.UtilityNavContainer:after,
.Header:after,
.RelatedLinksThirds:after,
.PageContent:after,
.FooterContent:after,
.ReturnLink:after,
.InputGroup:after,
.RelatedLinksContent:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.MainNav,
.UtilityNavContainer,
.Header,
.RelatedLinksThirds,
.PageContent,
.FooterContent,
.ReturnLink,
.InputGroup,
.RelatedLinksContent {
	zoom: 1;
}