/*****************************************************************************/
/* structural, top-level specifications */
/*****************************************************************************/

/* contains main bg img */
body { 
 background: #e3e3d9 url("../media/bg_main.gif") repeat-y top center; 
 margin: 0; 	
 text-align: center;
}

/* outer wrapper - fills white area of main bg img */
#wrap { 
 margin: 0 auto;
	padding: 15px 0 15px 0;
	text-align: center;
	width: 780px;
/* background: #fff; */
}

/* holds actual content */
#main {
 background: #fff;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	position: relative;
 margin: 0 auto;
 text-align: left;
	width: 740px;
	padding: 0;
}

/* main left col */
#mainL {
	left: 0;
	position: absolute;
	top: 0;
	width: 210px;
}

/* main right col */
#mainR {
	left: 210px;
	position: absolute;
	top: 0;
	width: 530px;
}





/*****************************************************************************/
/* used in mainL */
/*****************************************************************************/

div.logo {
 padding: 0;
 background: #fff;	
}

img.logo {
 display: block;
	margin: 0;
 background: #fff;	
}

div.photo {
	background: #fff url("../media/bg_nav_dots.gif") repeat-x top left;
	height: 123px; /* mandatory to ensure bg displays */
	padding: 0 0 10px 0;
}

img.photo {
 display: block;
	margin: 0;
}

div.cap {
 padding: 0;
}

img.cap {
 display: block;
	margin: 0;
}





/*****************************************************************************/
/* used in mainR */
/*****************************************************************************/

div.titleSite {
	background: #fff url("../media/bg_careers.gif") no-repeat center right;
	height: 60px; /* mandatory match to logo height */
}

/* tabs container */
div.navMain {
 text-align: right;	
	background: #fff url("../media/bg_nav_rule.gif") repeat-x top left; 
	height: 40px;
 /*	padding-right: 10px; */
}

/* tabs table */
#navMain {
 display: inline;
}

/* tab label cells */
#navMain td.off,td.on {
	font-size: 12px;
	text-align: center;
 width: 56px;
}

/* off tab */
#navMain td.off {
 background: #bdbaaa; 
}

/* on tab */
#navMain td.on {
 background: #fff; 
	border-top: 1px solid #bdbaaa;
	color: #797666;
}

/* sub nav container */
#navSub {
	font-size: 12px;
 padding: 0 0 20px 20px;
}

/* sub nav dividers */
#navSub span {
 color: #bdbaaa;
	padding: 0 3px;
}

/* page title DIV */
div.pTitle {
 padding: 0 0 15px 0;
}

/* page title IMG */
img.pTitle {
 display: block; 
 margin: 0;
	background: #fff;
}

/* page wrapper (one of two) */
div.pBodyWrapOuter {
 background: #fff;
 padding: 0 0 20px 20px;
}

/* page wrapper (two of two) */
div.pBodyWrapInner {
 position: relative;
}

/* main content area - TWO COLUMN */
div.pBodyTwoC {
 padding: 0 15px 0 0;
	top: 0;
	left: 0;
	width: 300px;
	background: #fff url("../media/bg_dots_v.gif") repeat-y top right;
}

/* main content area - TWO COLUMN */
div.pBodyOneC {
 padding: 0 0 0 0;
	top: 0;
	left: 0;
	width: 95%;
	background: #fff;
}

/* side bar container */
div.pSide {
 position: absolute;
	top: 0;
	left: 330px;
	width: 180px;
	background: #fff;
}

#date {
 padding: 5px 0 14px 0; 
	color: #aca999; 
	text-align: left; 
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 9px;	
	left: 260px;		
	line-height: 10px;
}

/* general paragraph specs */
p {
 margin: 0;
	padding: 0 0 15px 0;
	line-height: 18px;
}

p.sources {
 font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 15px 0;
	line-height: 18px;
}

h2.dots {
 background: #fff url("../media/bg_dots_h.gif") repeat-x top left;
	padding-top: 10px;
}

h3 {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 15px 0;
	line-height: 18px;
}

div.pBodyTwoCol h2, h2.dots, h3 {
 width: 300px;
}

ul,ol {
 margin-top: 0; 
 margin-bottom: 0; 
	padding-bottom: 25px;
}

li {
 padding-bottom: 10px;
	line-height: 18px; 
}

sup { 
 font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666;
	padding: 0 0 0 1px;
	line-height: 1px;
}

/* staff speaks container */

#ssBg1 {
 background: url("../media/ss_bg_mid.gif") repeat-y top left;
}

#ssBg2 {
 background: url("../media/ss_bg_btm.gif") no-repeat bottom left;
}

#ssBg3 {
 background: url("../media/ss_bg_top.gif") no-repeat top left; 
 padding: 30px 8px 0 22px;
}

img.ssPhoto {
 display: block;
 float: right; 
 margin: 0 0 4px 4px;
}

div.quote {
 color: #fff;
 font-size: 12px;
 line-height: 17px;
 padding: 0 0 10px 0;
}

div.endOut {
 display: inline;
 position: relative;

}

div.endIn {
 position: absolute; 
 left: 5px;
 top: 5px;
}

img.quote {
 display: block; 
 margin: 0;
}



/*****************************************************************************/
/* footer */
/*****************************************************************************/

#ftr {
 background: #fff url("../media/bg_dots_h.gif") repeat-x top left; 
	height: 50px;
	margin-left: -210px;	
	position: relative;
	padding: 0 0 25px 0;
}

/* DOES NOT DISPLAY */
div.ftrAddr {
 display: none;
 color: #aca999;
 font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	left: 210px;	
	line-height: 12px;	
	position: absolute;
	top: 20px;
}

div.ftrMenu {
 color: #aca999;
 font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	left: 235px;	
	line-height: 12px;	
	position: absolute;
	top: 20px;
}

div.ftrLogo {
	position: absolute;
	top: 1px;
	left: 115px;
}

div.ftrMenu span {
 padding: 0 2px;
}

div.copy {
 display: inline;
 color: #aca999;
 font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;	
 padding: 3px 4px 0 0;
}


div.ftrMenu a {
 text-decoration: none;

}

div.ftrMenu a:hover {
 text-decoration: underline;
}





/*****************************************************************************/
/* all links */
/*****************************************************************************/

/* default */
a { 
 color: #6d8944; 
	text-decoration: underline;
}

/* default */
a:hover { 
 color: #6d8944;
	text-decoration: none;
}

/* tab link */
#navMain a {
 font-size: 12px;
	color: #fff;
	text-decoration: none;
}

/* tab link */
#navMain a:visited {
	color: #fff;
}

/* tab link */
#navMain a:hover {
	color: #686555;
}

/* sub link */
#navSub a {
 color: #6d8944;
	text-decoration: none;
}

/* sub link */
#navSub a:visited {
 color: #6d8944;
}

/* sub link */
#navSub a:hover {
 color: #6d8944;
	text-decoration: underline;
}

a.more { 
 text-decoration: none;
}
a.more:hover { 
 text-decoration: underline;
}



/*****************************************************************************/
/* miscellaneous */
/*****************************************************************************/

img.spacer {
 display: block;
	margin: 0;
}



/*****************************************************************************/
/* for press releases, 
/* use inheritence to overwrite the default UL,OL,LI styles of this site
/*****************************************************************************/

.newsSubTitle {
 padding: 0 0 15px 0;
	font-weight: bold;
}
.newsSubTitle ul,ol {
 margin-top: 15px;
 margin-bottom: 0;	
	padding-bottom: 0;
}
.newsSubTitle li {
 margin-top: 0;
	margin-bottom: 0;
 padding-bottom: 10px;
}
