@import url("moomenu2.css"); 
@import url("centers-careers.css"); 

body * {
}

body{
 margin: 0px;
 background: #000 url('../images/layout/bg.jpg') repeat-x;
 color: #334;
 font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
}

#rightCol {
color: #002;
}

a:link, a:visited {
 color: #039;
 text-decoration: none;
}

#topnav a:link, #topnav a:visited, #footer a:link {
 color: #fcfcfc;
 text-decoration: none;
}

#footer a:visited {
 color: #cccccc;
 text-decoration: none;
}

a:active{
 color: #ad1e39;
 text-decoration: none;
}

a:hover, a:focus {
 color: #e36;
 text-decoration: none;
}

#container{
 margin: 0px auto;
 text-align: left;
 width: 950px;
 height:auto;
}

#header{
 width: 950px;
 height: 100px;
 text-align: left;
	position: relative;
	z-index: 20;
}

#backheader{
 width: 950px;
 height: 100px;
 text-align: left;
}

#backheader a img {
border: none;
}

img {
border: none;
}

#top{
 width: 950px;
 height: 300px;
	position: relative;
	z-index: 0;
}

.topspace{
 width: 950px;
 height: 50px;
}
.space{
 width: 950px;
 height: 20px;
}

#main{
 width: 950px;
 height: auto;
line-height: 130%;
}

#footer{
 width: 950px;
 height: 40px;
 font: 12px Arial;
 color:#fcfcfc;
}

#fleft{
 width: 475px;
 height: 40px;
 float: left;
 text-align: left;
 overflow:hidden;
}

#fright{
 width: 475px;
 height: 40px; 
 float: left;
 text-align: right;
 overflow:hidden;
}

#main img {
margin: 6px 6px 0px 6px;
}

.fleft {
float: left;
margin-right: 6px;
margin-left: 0;
}

.fright {
float: right;
margin-left: 6px;
margin-right: 0;
}

#flash{
 width: 700px;
 height: 300px;
 float: left;
 background: url('../images/layout/flash.jpg');
 overflow: hidden;
}

#nonflash{
 width: 700px;
 height: 300px;
 float: left;
 overflow: hidden;
}

/**********Bottom Nav**********/
#btmnav {}

ul#bnav { padding: 0;
margin-left: -6px;
}

ul#bnav li {
display: inline;
list-style: none;
margin: 10px 6px 14px 6px;
overflow: hidden;
text-align: center;
}

a.pagetop {
margin: 0 14px;
padding: 1px 10px;
border: 3px double #68c;
border-top: none;
border-bottom: none;
}

#contenttop{
 width: 950px;
 height: 20px;
 background: url('../images/layout/top.jpg') top left no-repeat;
}

#bottom{
 width: 950px;
 height: 20px;
 background: url('../images/layout/bottom.jpg') bottom left no-repeat;
}

#backcontenttop{
 width: 950px;
 height: 20px;
 background: url('../images/layout/backtop.jpg') top left no-repeat;
}

#backbottom{
 margin: 0;
 width: 100%;
 height: 30px;
 background: url('../images/layout/careers/careers-bg-btm.gif') bottom left no-repeat;
}

#p2-btm-1col{
 margin: 0;
 width: 100%;
 height: 30px;
 background: url('../images/layout/p2-btm-1col.gif') bottom left no-repeat;
}

.vspace{
 width: 35px;
 height: 450px;
 float: left;
 overflow: hidden;
display: none;
}

#left{
 width: 350px;
 height: 100%;
 float: left;
 overflow: hidden;
margin-left: 35px;
}

#middle{
 width: 240px;
 height: 100%;
 float: left;
 overflow: hidden;
margin-left: 35px;
}

#right{
 width: 220px;
 height: 100%;
 float: left;
 overflow: hidden;
margin-left: 35px;
}

#backleft{
 width: 620px;
 height: 100%;
 float: left;
 text-align: left;
}

#backright{
 width: 210px;
 height: 100%;
 float: left;
 text-align: left;
}

#articleindex {
/*	position: fixed; */
	width: 366px;
	overflow:hidden;
}

h1 {
	font-weight: normal;
	font-size: 22px;
	line-height: 26px;
	font-family:  tahoma, sans-serif;
 margin-bottom: 10px;
	text-decoration: none;
 border-bottom: 1px solid #aa1e39;
color: #aa1e39;
}

h2 {
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 5px;
	text-decoration: none;
color: #aa1e39;
}

h3 {
	font-size: 13px;
	line-height: 17px;
	margin-top: 10px;
	margin-bottom: 3px;
	text-decoration: none;
color: #aa1e39;
}

h4 {
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
        padding: 0px;
	text-decoration: none;
}
.titlenospace {
	margin-bottom:-7px;
}

ul {
	text-align:left;
	margin-bottom: 8px; 
	margin-top: 7px;
	margin-left:35px;
list-style: square;
}

ol {
	text-align:left;
	margin-bottom: 8px; 
	margin-top: 7px;
	margin-left:35px;
	margin-right:10px;
}

p {
	margin-bottom: 8px; 
	margin-top: 7px;
}
.align-rt {
	text-align:right;
}
.align-lft {
	text-align:left;
}
.align-cntr {
	text-align:center;
}
.byline {
	font-style: italic;
	text-indent: 10px;
	font-size: 12px;
	font-weight: normal;
}

.indent {
	margin:0 20px;
}

.dotted{
 width: auto;
 height: auto;
 padding: 5px;
 margin-bottom: 10px;
 border-bottom: 1px dotted #fcfcfc;
 font-size: 13px;
overflow: hidden;
}

.red {
	color:#94283A;
}

.small {
font-size: smaller;
}

.large {
font-size: larger;
}

table, td {
border:1px solid #fff;
border-collapse: collapse;
}

td {padding: 0 6px}

tr.rowhead td {
background: #94283A;
}

tr.row0 td {
}

tr.row1 td {
background-color: #2c3339;
}

tr.row2 td {
background-color: #02486c;
}

.title{
 width: 100%;
 height: auto;
 padding: 5px 0px;
 margin-bottom: 10px;
 border-bottom: 1px solid #58a;
 font: 18px Arial;
overflow: hidden;
}

.popup {
cursor:pointer;
}

/* FORMS */

label {
display: block; 
float: left;
width: 36%;
text-align: right;
padding: 0 10px 0 0;
}