@charset "UTF-8";


/* OVERALL STYLES
--------------------------------------------- */

body {
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	background-color: #FFEEC8;
}
img {
	border:0px;
	margin:0 0 0 0;
	vertical-align:top;
}
ul {
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	margin-left:.5em;
	padding-left:.5em;
}

/* iPhone code (keeps type size the same as non-mobile version) */
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
    -webkit-text-size-adjust:none}



/* FONT STYLES
--------------------------------------------- */

.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.bodycopy a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #364EA2;
}
.bodycopy a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #364EA2;
}
.bodycopy a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1595D3;
}

.bodycopy-uppercase {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
	letter-spacing: 2px;
}

.pagetag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #9A6644;
	text-decoration: none;
}

.blue-24pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #364EA2;
	text-decoration: none;
}
.blue-16pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #364EA2;
	text-decoration: none;
}
.blue-16pt a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #364EA2;
	text-decoration: none;
}
.blue-16pt a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #364EA2;
	text-decoration: none;
}
.blue-16pt a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #0083c9;
	text-decoration: none;
}
.light-blue-16pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1595D3;
	text-decoration: none;
}
.black-16pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-decoration: none;
}

.footerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

.footerlinks a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

.footerlinks a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

.footerlinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: underline;
}

.footerheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FC0;
	font-weight: bold;
}
.fine-print {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
.fine-print a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #364EA2;
}
.fine-print a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #364EA2;
}
.fine-print a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1595D3;
}




/* DIV STYLES
--------------------------------------------- */

#container {
	width: 900px;
	background-image: url(images/vignette-top.jpg);
	background-repeat: no-repeat;
	background-position: 0px 58px;
	background-color: #FFF;
}

#main {
	width: 900px;
	float: left;
	background-image: url(images/vignette-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#topper {
	width: 900px;
	background-image: url(images/finding-your-place-topper.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 259px;
	clear: both;
	float: left;
}

#menu {
	width: 212px;
	padding-bottom: 50px;
	float: left;
	padding-left: 20px;
}

#menu img {
	margin-bottom: 13px;
	float: left;
	clear:both;
}

#careerspan-promo {
	width: 192px;
	float: left;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	margin-top: 20px;
}

#careerspan-promo a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}

#careerspan-promo a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}

#careerspan-promo a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1595d3;
	font-weight: bold;
	text-decoration: none;
}

#content {
	width: 628px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 0px;
	float: left;
}

#footer {
	width: 860px;
	background-color: #9A6644;
	float: left;
	clear: both;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footerbox1 {
	float: left;
	width: 200px;
	margin-right: 20px;
}

#footerbox2 {
	float: left;
	width: 200px;
	margin-right: 20px;
}

#footerbox3 {
	float: left;
	width: 200px;
	margin-right: 20px;
}

#footerbox4 {
	float: left;
	width: 200px;
}

#socialmediabox {
	float: left;
	width: 240px;
	padding: 20px;
	margin-bottom: 15px;
	background-color: #d4dcf6;
}
#socialmediabox2 {
	float: left;
	width: 588px;
	padding: 20px;
	margin-bottom: 15px;
	background-color: #d4dcf6;
}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9A6644;
	padding: 20px;
	width: 900px;
}
#homepromo1 {
	float: left;
	width: 254px;
}
#homepromodivider {
	float: left;
	width: 40px;
	height: 195px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}
#homepromo2 {
	float: right;
	width: 333px;
	height: 140px;
}
#homepromo3 {
	float: right;
	width: 588px;
	margin-top: 30px;
	padding: 20px;
	background-color: #FFF2CF;
}
#careerview-promo {
	width:120px;
	margin:40px 0px 0px 40px;
	padding:0px;
}
.careerview-icon {
	width:60px;
	height:60px;
	margin: 0px 20px 0px 20px;
	padding:10px;
	border: #cccccc solid 1px;
	border-radius: 20px;
}
#careerview-promo-text {
	width:110px;
	margin: 5px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
}


/* MISC STYLES
--------------------------------------------- */

.drop-shadow-left {
	width: 20px;
	background-image:url(images/gradient-left.png);
	background-repeat: repeat-y;
}
.drop-shadow-right {
	width: 20px;
	background-image:url(images/gradient-right.png);
	background-repeat: repeat-y;
}
#slideshow {
	background: #FFF;
	width: 628px;
	height: 285px;
	margin-bottom: 30px;
}
#slideshow .slide {
	position: absolute;
	width: 628px;
	height: 285px;
	float:left;
}
.boxes {
	margin: 0px;
	width: 628px;
	height: 285px;
	float: left;
}
.clear-both {
	clear:both;
	margin:0px;
	padding:0px;
}