﻿body
{
    /*background-image: Url(images/HOME/WallpaperPattern_Lrg.gif); */
    background: Url(images/HOME/Bkgd_Spacer_Bottom.gif) repeat;
    background-color: #CBC4B5; /* Light Tan */
    text-align: left; 
    vertical-align: top; 
}    

.BackgroundOuter
{
    /*background-image: Url(images/HOME/WallpaperPattern_Lrg.gif); */
    background: Url(images/HOME/Bkgd_Spacer_Bottom.gif) repeat;
    background-color: Transparent; /* Light Tan */
    text-align: left; 
    vertical-align: top; 
    margin: 0px;
}   

.BackgroundInner
{
    background: Url(images/HOME/WallpaperPattern_Lrg.gif) repeat-x;
    background-color: Transparent;
    text-align: left; 
    vertical-align: top; 
    margin: 0px;
}   

.MainBody
{
    background-color: Transparent; /* White */
    text-align: left; 
    vertical-align: top; 
    margin: 8px 0px 0px 20px;
}   

.NavBarTop
{
    background: Url(images/HOME/Hdr_DropShadow.jpg) no-repeat;
    background-color: #FFFFFF; /* White */
    background-position:left top;
    text-align: left; 
    vertical-align: top; 
    margin: 0px;
}

.NavBarSides
{
    border-left: solid 1px #F37421; /* Orange */
    border-right: solid 1px #F37421; /* Orange */
}

.NavBarItemStatic 
{
    font-family: Arial;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 9pt;
    color: #000000; /* Black */
    border-left: solid 1px #F37421; /* Orange */
    border-right: solid 1px #F37421; /* Orange */
}

.NavBarItemStatic:hover
{
    color: #F37421; /* Orange */
}

.NavBarItemDynamic
{
    font-family: Arial;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 9pt;
    color: #000000; /* Black */
    /*border-left: solid 1px #F37421;*/ /* Orange */
    /*border-bottom: solid 1px #F37421;*/ /* Orange */
    border-bottom: solid 1px #CBC4B5; /* Light Tan */
    background-color: #E9E8E3; /* Light Gray */
}

.NavBarItemDynamic:hover
{
    color: #F37421; /* Orange */
}

.NavBarMenuDynamic
{
    /*border: solid 1px #F37421;*/ /* Orange */
    border-top: solid 1px #CBC4B5; /* Light Tan */
    border-left: solid 2px #ABA495; /* Light Tan */
    border-right: solid 2px #ABA495; /* Light Tan */
    /*background-color: #FFFFFF; /* White */
    background-color: #E9E8E3; /* Light Gray */
}

.Search
{
    font-family: Arial;
    font-weight: bold;
    letter-spacing: .5px;
    font-size: 9pt;
    color: #F37421; /* Orange */
	text-decoration: none;
	vertical-align: middle;
}

.SearchBox
{
    font-family: Arial;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 7pt;
    border: solid 1px #A9A8A3; /* Medium Gray */
    width: 126px;
}

.SubHeads
{
    font-family: Arial;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 9pt;
    color: #028BA4; /* Cyan */
	text-decoration: none;
	padding-top: 6px; 
	padding-bottom: 6px;
	vertical-align: top;	
}

.PressReleaseSubHeads{
    font-family: Arial;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 10pt;
    color: #028BA4; /* Cyan */
	text-decoration: none;
	padding-top: 6px; 
	padding-bottom: 12px;
	vertical-align: top;	
}

.PressReleaseDarkBlueSubHeads
{
    font-family: Arial;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 9pt;
    color: #053868; /* Dark Blue */
	text-decoration: none;
	padding-top: 6px; 
	padding-bottom: 6px;
}

.DarkBlueSubHeads
{
    font-family: Arial;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 9pt;
    color: #053868; /* Dark Blue */
	text-decoration: none;	
}

.DarkBlueSubHeadsLink
{
    font-family: Arial;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 9pt;
    color: #053868; /* Dark Blue */
	text-decoration: none;
	padding-top: 6px; 
	padding-bottom: 6px;
	vertical-align: top;	
}

.DarkBlueSubHeadsLink:hover { text-decoration: underline; }

.DarkBluePressReleaseLink
{
    font-family: Arial;
    font-weight: bold;
    font-size: 9pt;
    color: #053868; /* Dark Blue */
	text-decoration: underline;
}

.DarkBlueBodyCopy
{
    font-family: Arial;
    font-size: 9pt;
    color: #053868; /* Dark Blue */
	text-decoration: none;
}

.DarkBlueBodyCopyLink
{
    font-family: Arial;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 9pt;
    color: #053868; /* Dark Blue */
	text-decoration: underline;
}

.BodyCopy
{
    font-family: Arial;
    font-size: 9pt;
    color: #000000; /* Black */
	text-decoration: none;
	line-height: 145%;
}

.More
{
    font-family: Arial;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 8pt;
    color: #028BA4; /* Cyan */
	text-decoration: none;
}

.Arrows
{
    font-family: Arial;
    font-weight: bold;
    letter-spacing: .5px;
    font-size: 8pt;
    color: #053868; /* Dark Blue */
	text-decoration: none;
}

.LegalCopy
{
    font-family: Arial;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 7pt;
    color: #442617; /* Brown */
	text-decoration: none;
}

.LegalCopyLink
{
    font-family: Arial;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 7pt;
    color: #442617; /* Brown */
	text-decoration: none;
}
.More:hover,.LegalCopyLink:hover { text-decoration: underline; }

.ClientLoginTable
{
    background: URL(images/HOME/ClientLogin_DotLines.gif) no-repeat;
    vertical-align: middle; 
    padding-left: 10px; 
}

.ClientLogin
{
    font-family: Arial;
    font-weight: bold;
    letter-spacing: .5px;
    font-size: 10pt;
    color: #F37421; /* Orange */
	text-decoration: none;
}

.MediaContactTable
{
    background: URL(images/SUB/RightColumnBkgd.jpg) no-repeat;
    vertical-align: top; 
    padding: 4px 0px 0px 20px;
}

.MediaContactLinks
{
    font-family: Arial;
    font-weight: bold;
    letter-spacing: .5px;
    font-size: 8pt;
    color: #053868; /* Dark Blue */
	text-decoration: underline;    
}

.MediaContactLinks:link,.MediaContactLinks:visited,.MediaContactLinks:hover,.MediaContactLinks:active
{	
    text-decoration: underline;
    color: #053868; /* Dark Blue */
}

.CalloutHeaders
{
    font-family: Arial;
    font-weight: bold;
    letter-spacing: .5px;
    font-size: 8pt;
    color: #F37421; /* Orange */
	text-decoration: none;
}

.CalloutCopy
{
    font-family: Arial;
    font-weight: bold;
    font-size: 7pt;
    color: #000000; /* Black */
	text-decoration: none;
}

.CalloutArrow
{
    font-family: Arial;
    font-weight: bold;
    font-size: 7pt;
    color: #F37421; /* Orange */
	text-decoration: none;
}

.RequiredStar
{
    font-family: Arial;
    font-size: 9pt;
    color: #F37421; /* Orange */
	text-decoration: none;    
}

.VerticalRulesLeft
{
    border-left: solid 3px #E9E8E3; /* Light Gray */
    text-align: right;
}

.FooterRulesTop
{
    color: #028BA4; /* Cyan */ 
}

.FooterRulesBottom
{
    color: #F37421; /* Orange */
}

.DottedLines
{
    color: #CBC4B5; /* Light Tan */
}

Input.Text
{
	font-family: Arial;
	font-size: 10pt;
    color: #000000; /* Black */
	text-decoration: none;
}

.ImageLink { border: none; }
.ImageLink:link { border: none; }
.ImageLink:visited { border: none; }
.ImageLink:hover { border: none; }
.ImageLink:active { border: none; }

a.:link img { border: none }
a.:visited img { border: none }
a.:hover img { border: none }
a.:active img { border: none }






ul#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

ul#navigation li {
	position: relative;
	display: inline;
	float: left;
	border-right: 2px solid #f37421;
}

ul#navigation li a {
	display: block;
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 0 10px;
}

ul#navigation li a:hover,
ul#navigation li:hover a,
ul#navigation li.over a {
	color: #f37421;
}

ul#navigation li ul { 
	position: absolute;
	left: -9999px;
	z-index: 9999;
	padding: 0;
}

ul#navigation li.active {

}

ul#navigation li:hover,
ul#navigation li.over {

}

ul#navigation li:hover ul,
ul#navigation li.over ul {
	left: 5px;
	padding-top: 10px;
	padding-left: 0;
	margin-left: 0;
}

ul#navigation li ul li {
	width: 200px;
	height: auto;
	text-align: left;
	border: none;
}

ul#navigation li ul li:hover,
ul#navigation li ul li.over {
	border: none;
}

ul#navigation li:hover ul li a, 
ul#navigation li.over ul li a { 
	display: block;
	background: #e9e8e3;
	color: #000;
	padding: 10px;
	border-top: 1px solid #cbc4b5;
	border-bottom: 1px solid #cbc4b5;
	border-right: 2px solid #cbc4b5;
	border-left: 2px solid #cbc4b5;
	text-decoration: none;
	text-transform: none;
	font-size: 12px;
}

ul#navigation li ul li a:hover {
	color: #f37421;
}



	/* =Forms 
------------------------------------------------------------ */ 

.forms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 0 10px 0;
}

.forms p { 
	position: relative;
	padding: 0 0 0 83px;
	margin: 0 0 7px 0;
}

.forms p label.name { 
	padding-top: 4px;
	position: relative;
	float: left;
	width: 73px;
	padding-right: 10px;
	margin-left: -83px;
	text-align: right;
	vertical-align: middle;
	color: #545454;
}	

.forms p label.info { 
	padding-top: 4px;
	position: relative;
	float: left;
	width: 153px;
	margin-left: -83px;
	margin-top: 5px;
	text-align: right;
	font-size: 11px;
	vertical-align: middle;
	color: #545454;
}	

.forms#wide p label.info { 
	margin-left: 155px;
}

.forms span.error { 
	display: block;
	width: auto;
	color: #999;
	font-size: .9em;
	padding: 3px 5px 4px 5px;
	margin-right: 15px;
	margin-top: 20px;
	line-height: 1em;
}

.forms p input { 
	width: 130px;
	padding: 2px;
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	vertical-align: middle;
	background: url('/images/layout/bg-forms.gif') left top no-repeat;
}

.forms#wide p input { 
	width: 372px;
}

.forms input[type="image"], 
.forms input.submit { 
	float: right;
	border: 0 !important;
	padding: 4px 14px 0 3px !important;
	margin-top: 5px;
	background: transparent !important;
	width: auto !important;
}

.forms p input.small { 
	width: 70px;
}

.forms p input.medium { 
	width: 200px;
}

.forms p input.large { 
	width: 300px;
}

.forms p input.submit { 
	border: 1px solid #ccc;
	background: #eee;
	width: auto;
	height: auto;
	padding: 2px 5px;
}

.forms p textarea { 
	width: 300px;
}

.forms p textarea.short { 
	height: 70px;
}

.forms p textarea.tall { 
	height: 180px;
}

.forms p span.radcheck { 
	
}

.forms p span.radcheck input { 
	border: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 5px;
}

.forms p select { 
	border: 1px solid #ccc;
	width: 306px;
}

.contact {
	display: block;
	width: 175px;
	text-align: center;
	padding: 10px;
	background: #f47622;
	color: #fff;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}