/*
------------------------------------------------------
Classes
------------------------------------------------------
*/

.underHeader {
	background-image: url(../images/underheader.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 31px;
}
.footerLine {
	background-image: url(../images/footer_line.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.OrangeLine {
	background-image: url(../images/orangeLineBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.container {
	max-width:986px;
	width:expression(document.body.clientWidth > 1000? "984px": "auto" );

}
.OrangeType {
	color: #FF7D05;
}
.Bold {
	font-weight: bold;
}
/*
------------------------------------------------------
Links
------------------------------------------------------
*/

/* Standard Link */
A          {
	color: #FF7800;
	text-decoration : none;
	target-new: window;
	font-size: 11px;
}
A:visited  {
	color: #FF7E00;
	target-new: window;
	font-size: 11px;
}
A:Active   {
	color: #FC7B03;
	target-new: window;
	font-size: 11px;
}
A:Hover    {
	color: #FF7F00;
	text-decoration : underline;
	target-new: window;
	font-size: 11px;
}
/* Navigation Links */
A.navigation          {
	color: #4B322F;
	text-decoration : none;
	target-new: window;
	font-size: 11px;
	font-weight: normal;
}
A.navigation:visited  {
	color: #4B322F;
	target-new: window;
	font-size: 11px;
	font-weight: normal;
}
A.navigation:Active   {
	color: #4B322F;
	target-new: window;
	font-size: 11px;
	font-weight: normal;
}
A.navigation:Hover    {
	color: #FF7F00;
	text-decoration : underline;
	target-new: window;
	font-size: 11px;
	font-weight: normal;
}
.NotePadding {
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 16px;
}
.bodyCopy {
	padding-right: 50px;
	padding-top: 14px;
	
}
.navBG {
	background-image: url(../images/core/nav.gif);
	background-repeat:repeat-y;
	background-position: left top;
	height: 29px;
	width: 200px;
	padding-left: 70px;
	padding-top: 18px;
}
input {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #5D3E3A;
	border: 1px solid #FF7E00;
}
.buttonNoClass {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.OnlyTextBody {
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 70px;
}

ul
{
list-style-type: none;

}

li
{
background-image: url(../images/dot.gif);
background-repeat: no-repeat;
background-position: 0 0.4em;
padding-left: .9em;
}
.navBGTop {

	background-image: url(../images/core/Topnav.gif);
	background-position: left top;
	height: 29px;
	width: 200px;
	padding-left: 70px;
	padding-top: 18px;
}
.bodyCopyContact {

	padding-right: 30px;
	padding-top: 14px;
}

#vivid, #vivid a { color:#666666; text-decoration: none;}
#vivid img {vertical-align:middle; border:0 none; padding:0 0 0 5px;}