/* LAYOUT */

body {
	padding: 0px;
	margin: 0px;
	background-color: #25598D;
	font: small Verdana, Arial, sans-serif;
	text-align: center;
}
#container {
	width: 778px;
	margin: 0px auto;
	background-color: #FFFFFF;
	background-image: url(Images/bg-content-body-header.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#separator {
	clear: both;
	height: 0px;
}

/* ------------------------------------------------------- */
/* MASTHEAD */

#masthead {
	height: 190px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #560114;
}

/* ------------------------------------------------------- */
/* TOP NAVIGATION BAR */

#topNav {
	height: 28px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	background-color: #F0F0F0;
	background-image: url(Images/bg-top-nav.gif);
	background-repeat: repeat-x;
}


/* ------------------------------------------------------- */
/* CONTENT BODY */
#contentBody {
	width: 522px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url(Images/bg-content-body-bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: left;
	color: #333333;
}
#contentBody p {
	font-size: 90%;
	margin: 0px;
	padding: 10px 25px 10px 25px; /* top right bottom left */
	line-height: 1.4em;
}
#contentBody h1 {
	font-size: 120%;
	text-transform: uppercase;
	font-weight: bold;
	color: #560214;
	text-align: right;
	padding: 10px 25px 10px 0px; /* top right bottom left */
	margin: 0px;
}
#contentBody h2 {
	font-size: 120%;
	font-weight: bold;
	color: #560214;
	padding: 10px 25px 10px 25px; /* top right bottom left */
	margin: 0px;
}
#contentBody h3 {
	font-size: 100%;
	font-weight: bold;
	color: #560214;
	padding: 8px 25px 8px 25px; /* top right bottom left */
	margin: 0px;
}
#contentBody a:link {
	color: #0000FF;
	text-decoration: none
}
#contentBody a:visited {
	color: #0000FF;
	text-decoration: none
}
#contentBody a:hover {
	color: #560214;
	text-decoration: underline
}
#contentBody a:active {
	color: #560214;
	text-decoration: underline
}
#contentBody ul {
	margin-left: 50px; /* need to set both for IE */
	padding-left: 50px; /* need to set both for IE */
	margin-right: 25px; /* need to set both for IE */
	padding-right: 25px; /* need to set both for IE */
	margin-top: 10px; /* need to set both for IE */
	padding-bottom: 10px; /* need to set both for IE */
	line-height: 1.4em;
}
#contentBody li {
	font-size: 90%;
}
#contentBody hr {
	margin: 10px 25px 10px 25px;
	padding: 0px;
}

/*------------------------------------------------------- */
/* CONTENT ELEMENTS */

.subHeader {
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	color: #560214;
	text-align: right;
	padding: 10px 25px 10px 0px; /* top right bottom left */
	margin: 0px;
}
.topBodyPhoto {
	float: left;
	padding: 0px;
	margin: 0px 15px 15px 0px; /* top right bottom left */	
}
.rightPhoto {
	float: right;
	padding: 0px;
	margin: 5px 0px 10px 10px; /* top right bottom left */	
}
.leftPhoto {
	float: left;
	padding: 0px;
	margin: 5px 10px 10px 0px; /* top right bottom left */		
}
.careerHeaders {
	background-color: #6690B1;
	margin: 10px 20px 10px 20px;
	padding: 5px;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
}

/* ------------------------------------------------------- */
/* LEFT NAVIGATION BAR */

#leftNav {
	width: 256px;
	margin: 0px;
	padding: 0px;
	float: left;
	color: #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(Images/bg-left-nav.gif);
	background-repeat: repeat-y;
	text-align: left;
}
#leftNav ul {
	width: 200px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#leftNav li {
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0px;
	padding: 8px 0px 8px 18px;
	list-style-type: none;
	background: url(Images/left-nav-list-bullet.gif);
	background-position: 0 12px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #52738E;
}
#leftNav a:link {
	color: #FFFFFF;
	text-decoration: none
}
#leftNav a:visited {
	color: #FFFFFF;
	text-decoration: none
}
#leftNav a:hover {
	color: #560214;
	text-decoration: none
}
#leftNav a:active {
	color: #560214;
	text-decoration: none
}

/* ------------------------------------------------------- */
/* FOOTER BAR*/

#footer {
	height: 32px;
	background-color: #560214;
	border-top: 2px solid #A2747E;
	border-bottom: 2px solid #A2747E;
	text-align: center;
	margin: 0px;
	padding: 5px;
	color: #CCCCCC;
}
#footer p {
	font-size: 75%;
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: underline
}
.micrositeTopRightImg {
	padding-top: 50px;
	padding-bottom: 40px;
}
