/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2,h3,h4,h5,h6
{
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #555;
}

body
{
	font-family: "trebuchet ms", arial,  helvetica, sans-serif;
	background: #fff url("/images/bg.gif") repeat-y center;
	font-size: 0.9em;
	background-color: white;
	color: #222;
	height: 100%;
}

a
{
	color: #094293;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

.hidden { display: NONE; }


#container {
	width: 790px;
	margin: auto;
	background-image: url("/careers/images/ovals.gif");
	background-repeat: no-repeat;
	background-position: 0px 125px;
	min-height:100%; 

}

#topMenu {
	font-size: 0.8em;
	width: 790px;
	clear: both;
	padding: 2px 0px 2px 0px;
	color: white;
	text-align: right;
	font-weight: none;
	background-color: #324C90;
}

#topMenu a {
	text-decoration: none;
	color: white;
}
#topMenu a:visited {
	text-decoration: none;
	color: white;	
}
#topMenu a:hover {
	color: white;
	text-decoration: underline;
}

#header {
	height: 120px;
	width: 790px;
	padding: 0;

}

#header a{    
	position: absolute;    
	/*background: #000; */
	width: 790px;    
	height: 120px;
} 

#header a h1{
    display: none;
}


#footer {
	margin: 3.0em 0px 0em 0px;
	border-top: 1px solid gray;
	/*border-top: 10px solid #324C90;*/
	background-color: #f1f1f1;


	font-size: 0.8em;
	width: 790px;
	clear: both;
	padding: 10px 0px 0px 0px;

	

   bottom:0;
   height:125px;
}

#footer .smallGrey {
	color: rgb(140, 140, 140);
	font-size: 8pt;
	font-family: arial;
}

#footer .smallBlack {
	color: black;
	font-size: 8pt;
	font-family: arial;
}

#footer a {
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#footerLeft {
	float: left; 
	text-align: left;
	width: 600px;
	padding: 10px;
	margin-left: 5px;
}

#footerRight {
	float:right; 
	text-align: right;
	width: 125px;
	padding: 10px;
}

#frontSidebarimage {
	padding-bottom: 5px;
}


/* CONTENT FULL WIDTH*/
#content {
	margin: 0px 0px 0px 0px;
	padding: 0em 0em 0em 10px;
	width: 760px;
	height: 575px;
	min-height: 575px;
	float: left;
	padding-bottom: 125px;
}

/* ie 5/6 hack for min-height */
html>body #content{height:auto} 

p
{
	margin-bottom: 1em;
	line-height: 1.3em;
}

h2,h3,h4,h5,h6
{
	position: relative;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: solid 1px #ccc;
}

h2
{
	font-size: 1.5em;
}

h3
{
	font-size: 1.1em;
}

h4
{
	font-size: 1.0em;
}

ul
{
	margin-bottom: 2em;
	padding-left: 1.5em;
}

ol
{
	margin-bottom: 2em;
	padding-left: 2em;
}

li
{
	margin-bottom:0.5em;
}


blockquote
{
	margin-bottom: 2em;
}

blockquote p
{
	border-left: solid 8px #ccc;
	padding-left: 1em;
	margin-bottom: 0em;
}

/* -------------------- 
	start rounded box 
-------------------- */

dl.roundedBox {width: 175px; background: url('/images/round_box_bottom.gif') no-repeat bottom left; clear: both;}

dl.roundedBox, dl.roundedBox dt, dl.roundedBox dd {
	margin: 0;
	padding: 0;
}

dl.roundedBox dt { color: white; }
dl.roundedBox dd { color: #555; }

dl.roundedBox {padding-bottom: 5px;}

dl.roundedBox dt {
	height: 24px;
	background: url('/images/round_box_top_2.gif') no-repeat top left;
	font-size: 10pt;
	font-weight: bold;
	line-height: 24px; /* Fixes the 1pixel gap in IE6 was 2.54em */
	text-align: center
}

dl.roundedBox dd {
	font-size: 9pt;
	text-align: center;
	background: url('/images/round_box_middle.gif') repeat-y top left;
	line-height: 1.5em; padding-left:5px; padding-right:5px; padding-top:0; padding-bottom:0
}

/* ------------------ 
	end rounded box 
------------------ */
