/* CSS Document */BODY {	margin: 0 0;	background-color: #f6efe2;	text-align: center;	width: 100%;}#container {	margin:0 auto;	width: 860px;}#content {		width: 860px;	text-align: left;	margin: 0;	padding: 0px;	}.contentHome {	background-color: #942a14;	background-image: url(images/contentGrad_home.gif);	background-repeat: repeat-x;}.contentWho {	background-color: #eb6e15;	background-image: url(images/contentGrad_who.gif);	background-repeat: repeat-x;}.contentJobs {	background-color: #407e23;	background-image: url(images/contentGrad_jobs.gif);	background-repeat: repeat-x;}.contentContact {	background-color: #43589c;	background-image: url(images/contentGrad_contact.gif);	background-repeat: repeat-x;}#fader {	position: relative;	width: 860px;	height: 106px;	padding-left: 50px;	padding-top: 8px;	margin-top: 8px;	background-image: url(images/imgFader_bg.gif);	background-repeat: no-repeat;	z-index: -100;}#faderNoAni {	position: relative;	width: 860px;	height: 106px;	padding-left: 0px;	padding-top: 8px;	margin-top: 8px;	background-image: url(images/imgFader_bg.gif);	background-repeat: no-repeat;	z-index: -100;}#title {	position: relative;	width: 860px;	height: 249px;	padding: 0px;	margin: 0;}#nav {	position: absolute;	top: 208px;	left: 320px;	width: 500px;	text-align: left;	}#main {	width: 860px;	padding: 20px 0px;	margin: 0;	text-align: left;	font-family: Verdana;	font-size: 12px;	color: #fff;	line-height: 17px;}.mainHome {	background-image: url(images/circles_home.png);	background-repeat: no-repeat;	background-position: bottom right;}.mainWho {	background-image: url(images/circles_home.png);	background-repeat: no-repeat;	background-position: bottom right;}.mainJobs {	background-image: url(images/circles_home.png);	background-repeat: no-repeat;	background-position: bottom right;}.mainContact {	background-image: url(images/circles_home.png);	background-repeat: no-repeat;	background-position: bottom right;}#mainLeft {	width: 440px;	float: left;}#mainRight {	position: relative;	width: 420px;	float: right;	text-align: right;}.rightSide  {	padding-top: 0px;	padding-right: 56px;}.rightSideWho  {	padding-top: 10px;	padding-right: 46px;	text-align: right;}.rightSideJobs  {	padding-top: 70px;	padding-left: 80px;	text-align: left;}#clearDivs {	clear: both;}#maintextblock {	padding-left: 50px;}#footer {	width: 860px;	height: 41px;	font-family: Verdana;	font-size: 10px;	color: #fff;	text-align: left;}.footerHome {	background-image: url(images/footerBg_home.gif);	background-repeat: no-repeat;}.footerWho {	background-image: url(images/footerBg_who.gif);	background-repeat: no-repeat;}.footerJobs {	background-image: url(images/footerBg_jobs.gif);	background-repeat: no-repeat;}.footerContact {	background-image: url(images/footerBg_contact.gif);	background-repeat: no-repeat;}#footerLeft { float: left; width: 330px; padding-top: 14px; padding-left: 50px;}#footerRight { float: right; width: 330px; text-align: right; padding-top: 8px; padding-right: 50px;}/* CONTENT STYLES */.thumbnail {	float: left;}.smallText1 {	font-size: 10px;	text-align: center;	line-height: 12px;	padding-left: 30px;}H3 {	margin-top: 25px;	color: #fff;	font-size: 18px;	line-height: 23px;}HR {	color: #444;	margin-top: 0px;	* margin-top: -12px;}LI {	font-family: Verdana;	font-size: 14px;	font-weight: bold;	margin-bottom: 10px;}/* LINK STYLES */A:link { color: #fff; text-decoration: underline; font-weight: bold; }A:visited { color: #fff; text-decoration: underline; font-weight: bold; }A:hover { color: #f00; text-decoration: none; font-weight: bold; }A:active { color: #fff; text-decoration: underline; font-weight: bold; }A:link.subNavLink { color: #fff; text-decoration: none;}A:visited.subNavLink { color: #fff; text-decoration: none; }A:hover.subNavLink { color: #f00; text-decoration: underline; }A:active.subNavLink { color: #fff; text-decoration: none; }