@charset "utf-8";
/* CSS Document */

/*===========================================================================================================*/
/*       LAYOUT       */
/*===========================================================================================================*/
#container {
	width: 100%;
	margin: 0px auto 0px auto;
}

/*===========================================================================================================*/
/*       HEADER       */
/*===========================================================================================================*/
#header {
	width: 830px;
	height: 90px;
	margin: 0px auto 0px auto;
	padding-top: 20px;
}

#header #logo {
	float: left;
	background: url('../images/logo.png') no-repeat top left;
	text-indent: -9009px;
	display: block;
	width: 167px;
	height: 94px;
}

#header #logo a {
	background: none;
	display: block;
	width: 167px;
	height: 94px;
}

#header #tag {
	float: right;
	background: url('../images/tag.gif') no-repeat bottom right;
	text-indent: -9009px;
	display: block;
	width: 256px;
	height: 11px;
	padding-top: 31px;
}

/*===========================================================================================================*/
/*       MAIN       */
/*===========================================================================================================*/
#mainarea {
	width: 830px;
	margin: 0px auto 0px auto;
}

#mainarea #content {
	width: 460px;
	background: url(../images/curves.gif) #FFFFFF no-repeat left top;
	border-left: 1px #EEF8FA solid;
	border-right: 1px #EEF8FA solid;
	border-bottom: 2px #E4EEF0 solid;
	padding: 40px 40px 50px 40px;
}

#mainarea #careers {
	width: 750px;
	background: url(../images/curves.gif) #FFFFFF no-repeat left top;
	border-left: 1px #EEF8FA solid;
	border-right: 1px #EEF8FA solid;
	border-bottom: 2px #E4EEF0 solid;
	padding: 40px 40px 50px 40px;
}

#mainarea #side {
	float: right;
	width: 240px;
	padding: 20px;
	background-color: #ecf0d2;
}

#mainarea #homeflash {
	width: 830px;
	height: 323px;
}

#mainarea #blurbs {
	width: 830px;
	height: 138px;
	padding-top: 4px;
}

/*===========================================================================================================*/
/*       FOOTER       */
/*===========================================================================================================*/
.foot {
	float: left;
	width: 100%;
	height: 1px;
	border-bottom: #e5e5e5 1px solid;
	margin: 50px 0px 15px 0px;
}

#footer {
	width: 550px;
	display: block;
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 15px 0px 30px 0px;
}

#footer p {
	padding-left: 30px;
	font-size: 0.6em;
	line-height: 135%;
	text-transform: uppercase;
}

#footer p strong {
	font-weight: bold;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
}

#footer a {
	color: #5ab1db;
	text-decoration: none;
}

#footer a:hover {
	color: #0099CC;
}
