/*************************
Global Styles 
*************************/

body {
	margin: 0px;
	background-color: #C8B077;
	color: #000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

img {
	border: none;
}

img.right {
	float: right;
	margin: 0px 0px 5px 10px;
}

a.homeNews:link, a.homeNews:visited {
	color: #3399CC;
	text-decoration: none;
}

a.homeNews:hover {
	color: #F1904B;
	text-decoration: underline;
}

br.both {
	clear: both;
}

table.dataTable {
	width: 100%;
	padding: 0px;
	border: none;
}

table.dataTable tr td {
	width: 50%;
}

table.dataTable tr td p {
	padding-right: 10px;
}

a.ppFooter:link, a.ppFooter:visited {
	color: #000000;
	text-decoration: none;
}

a.ppFooter:hover {
	color: #FF0000;
	text-decoration: underline;
}

a.blue:link, a.blue:visited {
	color: #0099cc;
	text-decoration: none;
}

a.blue:hover {
	color: #0099cc;
	text-decoration: underline;
}

a.red:link, a.red:visited {
	color: #cc3333;
	text-decoration: none;
}

a.red:hover {
	color: #cc3333;
	text-decoration: underline;
}

a.orange:link, a.orange:visited {
	color: #ff9933;
	text-decoration: none;
}

a.orange:hover {
	color: #ff9933;
	text-decoration: underline;
}


/*************************
FORM STYLES
*************************/

input[type="text"], textarea {
	border: 1px solid #7F7F7F;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #000000;
	padding: 3px;
	font-size: 13px;
}

input[type="text"]:focus, textarea:focus {
	background-color: #EEEEEE;
}

img.captchaImage {
	margin-bottom: 5px;
}


/*************************
Menu Styles 
*************************/

/* Top Menu styles are in /siteflow/styles/topMenu.css */

/* Lower Menu Bar */

#nav, #nav ul { /* Overall and drop down UL containers */
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 1;
	z-index: 1020;
}

#nav li a { /* These are the links in each LI */
	display: block;
	width: 100%;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	visibility: visible !important;
}

#nav ul a, #nav ul span.noLink { /* These are the links in the drop-down LIs */
	width: 215px; /* This is -10px width of the container because of the padding */
	padding: 3px 5px;
}

#nav ul a:hover, #nav ul span.noLink:hover { /* Hover state of links in the drop-down LIs */
	background-color: #CCCCCC !important;
	color: #000000 !important;
}

#nav ul li.sfhover>a, #nav ul li.sfhover span.noLink { /* ??? */
	background-color: #CCCCCC;
	color: #000000;
}


#nav li { /* Each main category of primary menu LI */
	float: left;
	height: 27px;
	line-height: 27px;
	background-image: url('/siteflow/images/interior/menuBar.gif');
	background-repeat: no-repeat;
}

#nav li a span {  /* The <span> hides the text in each */
	visibility: hidden;
}

#nav ul li { /* Each LI in the drop-down menus */
	float: left;
	width: 225px; /* width needed or else Opera goes nuts */
	height: auto;
	line-height: normal;
	z-index: 1021;
}

#nav li ul { /* Drop-down menu UL containers */
	position: absolute;
	/* background: transparent url(/siteflow/png/menuBackgroundTrans.png) top left repeat; */
	width: 225px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: none;
	border-top-width: 0;
	z-index: 1022;
}

#nav li ul div { /* "Wrapper" of the drop-down LIs -- need this so links are clickable in ie */
	background-image: none;
	height: auto;
	width: 225px;
	border: none;
	z-index: 1023;
}

#nav li ul li { /* Top border of each drop-down LI */
	border-top: 1px solid #2895D6;
	background-image: none;
}

#nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li ul div li { /* Each drop-down menu LI */
	background-image: none;
	background-color: #EEEEEE;
}


#nav #yourStories {
	width: 126px;
	background-position: 0px 0px;
}

#nav #yourStories.sfhover, #nav #yourStories.active {
	width: 126px;
	background-position: 0px -27px;
}

#nav #learnMore {
	width: 119px;
	background-position: -126px 0px;
}

#nav #learnMore.sfhover, #nav #learnMore.active {
	width: 119px;
	background-position: -126px -27px;
}

#nav #helpIsHere {
	width: 128px;
	background-position: -245px 0px;
}

#nav #helpIsHere.sfhover, #nav #helpIsHere.active {
	width: 128px;
	background-position: -245px -27px;
}

#nav #contactUs {
	width: 128px;
	background-position: -373px 0px;
}

#nav #contactUs.sfhover, #nav #contactUs.active{
	width: 128px;
	background-position: -373px -27px;
}

#footerLeft img {
	border: none;
}

#footerRight img {
	border: none;
	margin: 8px 8px 0px 0px;
}


/*************************
Layout Styles
*************************/

/* Header Styles */

#antiFooterWrap {
	width: 944px;
	margin: 0px auto;
	background-color: #FFFFFF;
}

#headerBump {
	margin: 0px auto;
	width: 934px;
	height: 45px;
	background-color: #423E91;
}

#topMenuWrap {
	float: left;
	margin: 18px 0px 0px 18px;
	width: 603px;
}

#topSearchWrap {
	float: right;
	text-align: right;
	width: 275px;
	margin-right: 14px;
	margin-top: 17px;
}

#topSearchWrap input[type="text"] {
	border: none;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding: 3px;
}

#topSearchWrap input[type="text"]:focus {
	background-color: #DDDDDD;
}

#topSearchWrap .button {
	border: none;
	background-color: #000000;
	color: yellow;
	text-transform: uppercase;
	padding: 2px 5px;
}

#topSearchWrap .button:focus {
	color: red;
}

#homeHeader {
	margin: 0px auto;
	width: 934px;
	height: 98px;
	border-bottom: 5px solid #2895D6;
	background-color: #FFFFFF;
}

#subHeaderMenu {
	margin: 0px auto;
	width: 934px;
	height: 27px;
	background-color: #F1904B;
	border-bottom: 5px solid #2895D6;
}

#navHolder {
	width: 501px;
	height: 27px;
	margin: 0px auto;
}

#theContentSection {
	width: 934px;
	background-color: #FFFFFF;
	margin: 0px auto;
}

/* Dual Column Styles */

#menuBump {
	height: 30px;
	width: 222px;
}

#leftColumn {
	float: left;
	width: 222px;
}

#leftColumnContent {
	width: 206px;
/*	margin-left: 5px; */
}

#bodyContent {
	float: right;
	width: 712px;
	background: url('/siteflow/images/interior/lmContentBG.gif') top left repeat-y;
}

/* Footer Styles */

#bodyFooterSpacer {
	width: 934px;
	height: 30px;
	margin: 0px auto;
	background-color: #FFFFFF;
}

#footerContainer {
	width: 934px;
	height: 84px;
	margin: 0px auto;
}

#footerLeft {
	width: 239px;
	float: left;
}

#footerCenter {
	width: 540px;
	float: left;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	padding-top: 25px;
}

#footerRight {
	width: 155px;
	float: right;
	text-align: right;
}

