

/* ----- SFCC GLOBAL STYLESHEET ------*/

/* ------------------------------------------- */
/* -- general styles for site -- */

blockquote {
padding: 10px 20px;;
}

td.MainContent ul {
margin-bottom:20px;
}
td.MainContent h2 {
font-size:13pt;
font-weight:bold;
color:#A12831;
margin-bottom:10px;
padding:0;
}
body {
	font-size: 9pt;
	font-family: Arial, Verdana, Sans-Serif;
        background:#eee;
}
p {
 margin: 0 0 20px 0;
}
a {
 color: #1734A8;
}
a:hover {
 color: #efaa22;
}
h1, h2, h3, h4, h5, h6 {
 margin: 0;
 padding: 0 0 20px 0;
 font-weight: bold;
}
h1 {
 color: #00209F;
 font-size: 16pt;
 text-transform: uppercase;
 line-height:1.2;
 text-align:left;
}
h2 {font-size: 14pt;}
h3 {font-size: 12pt;}
h4 {font-size: 11pt;}
h5, h6 {font-size: 10pt;}

td.MainContent ul, td.MainContent ol, td.MainContent dl {
 margin: 0 0 10px 35px;
}
.printonly {
	 display:none;
}

/* ------------------------------------------- */
/* -- general layout styles for containers -- */

table.PageBoundingBox {	
	 width:100%;
         background: url('/images/system2008/bg_body.gif') #eee top left repeat-x;
}
#pagewrapper {
        width: 960px;
        padding: 10px;
        margin: 0 auto;
        background:#fff;
        height:1%;
	overflow:hidden;
}

table.ContentBoundingBox {	
	float: left;
}
td.MainContent {}
td.LSB {}


#homeheaderwrapper {	
	height:411px;
}
#headerleftwrapper {
	width: 291px;
	float: left;
}
#headerrightwrapper {
	width: 660px;
	float: right;
}
/* ---------------------------------------------- */
/* main navigation */
#navwrapper {
	height: 322px;
	background-color: #00209F;
	margin: 0 0 10px 0;
}
ul#homegnav {
	list-style: none;
margin: 0;
        margin-top:13px;
}
ul#homegnav li {
	border-top: 1px solid #6B86F0;
}
#homegnavlast {
	border-bottom: 1px solid #6B86F0;
}
ul#homegnav a {
	color: #fff;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 8px 0 8px 35px;
	width: 256px;
	background: url('/images/system2008/bullet_white.gif') no-repeat 20px 11px; 
}
ul#homegnav a:hover {
	background-color: #a12830;
}
#wheregoing {}


/* ------------------------------------ */
/* yellow top header area */

#topnavwithsearchwrapper {
	background-color: #EFAA22;
	margin-bottom: 10px;
	padding-right: 15px;
        height:70px;
}
#searcharea {
	text-align: right;
	padding: 0 0 15px 0;
}
ul#topnav {
	list-style: none;
	padding: 10px 0 10px 0;
        float:right;
        margin: 0;

}
ul#topnav li {
	float:left;
	margin-left: 20px;
}
ul#topnav a {
	color: black;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
        padding:2px 0 2px 18px;
        display:block;
}
ul#topnav a:hover {
        text-decoration:underline;
}
li#locations a {
	background: url('/images/system2008/icons/ico_locations.gif') no-repeat 0 50%;
}
li#employeedir a {
	background: url('/images/system2008/icons/ico_directory.gif') no-repeat 0 50%;
}
li#jobs a {
	background: url('/images/system2008/icons/ico_jobs.gif') no-repeat 0 50%;
}
li#contact a {
	background: url('/images/system2008/icons/ico_contactus.gif') no-repeat 0 50%;
}
li#mystar a {
	background: url('/images/system2008/icons/ico_mystar.gif') no-repeat 0 50%;
}
li#sitemap a {
	background: url('/images/system2008/icons/ico_sitemap.gif') no-repeat 0 50%;
}

/* Search Box and Quicklinks area */
#searcharea {
	float:right;
	font-size:9pt;
	padding: 0;
}
#searcharea select,
#searcharea .searchbox {
	font-size:8pt;
	width:160px;
}
#searcharea select {
        width:200px;
        margin-right:10px;
}
#searcharea .searchbox {
	padding-left:5px;
}
#searcharea .searchButton {
	height:19px;
	width:21px;
	vertical-align:top;
	border-style:none;
	border-width:0;
}

/* ---------------------------------------*/
/* ---------- FOOTER ------------------*/
#footerwrapper {	
	padding-top: 10px;
	width:960px;
        margin:0 auto;
}
#footercontent {
	margin: 5px 0 0 0;
}
#footercontent a {
	color:#a12830;
	text-decoration:none;
}
#footercontent a:hover {
	color:#000;
}
#footerleftwrapper {
	float: left;
}
#footerleftwrapper p {
	line-height:1.4;
}
#footerrightwrapper {
	float: right;
}
#footerrightwrapper ul {
	list-style: none;
	padding: 0;
}
#footerrightwrapper li {
	display: inline;
	padding: 0 0 0 30px;
}


/* ------------------------------------------- */
/* -- Iconize extensions, these will add an icon automatically to the predefined content types below.  Works in all browsers except IE 6 -- */

a[href$='.doc'], a[href$='.rtf'] {
	padding: 5px 20px 5px 0;
	background: transparent url(/images/system2008/icons/icon_doc.gif) no-repeat center right;
	white-space: nowrap; /* fixes IE wrapping bug, will display no image if link wraps to another line */
}
a[href$='.txt'] {
	padding: 5px 20px 5px 0;
	background: transparent url(/images/system2008/icons/icon_txt.gif) no-repeat center right;
	white-space: nowrap;
}
a[href$='.xls'] {
	padding: 5px 20px 5px 0;
	background: transparent url(/images/system2008/icons/icon_xls.gif) no-repeat center right;
	white-space: nowrap;
}
a[href$='.pps'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(/images/system2008/icons/icon_pps.gif) no-repeat center right;
	white-space: nowrap; 
}
a[href$='.pdf'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(/images/system2008/icons/icon_pdf.gif) no-repeat center right;
	white-space: nowrap;
}
a[href$='.fla'], a[href$='.swf'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(/images/system2008/icons/icon_flash.gif) no-repeat center right;
	white-space: nowrap; 
}
a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'], a[href$='.bzip'], a[href$='.ace'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(/images/system2008/icons/icon_archive.gif) no-repeat center right;
	white-space: nowrap; 
}
a[href$='.mov'], a[href$='.wmv'], a[href$='.mp4'], a[href$='.avi'], a[href$='.mpg'] { 
	 padding: 5px 20px 5px 0;
	 background: transparent url(/images/system2008/icons/icon_film.gif) no-repeat center right;
	 white-space: nowrap; 
	 display: inline-block; 
}
a[href$='.mp3'], a[href$='.wav'], a[href$='.ogg'], a[href$='.wma'], a[href$='.m4a'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(/images/system2008/icons/icon_music.gif) no-repeat center right;
	white-space: nowrap; 
}
a[href ^="mailto:"] {
	 padding: 5px 20px 5px 0;
	 background: transparent url(/images/system2008/icons/icon_mailto.gif) no-repeat center right;
	 white-space: nowrap; /* fixes IE wrapping bug, will display no image if link wraps to another line */
}
/* this is set on images with links to files so they will not get an icon */
.noicon {
	padding-right: 0 !important;
	background: none !important;
}

