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


body {
	  margin: 0px 0px 0px 0px;
	  background-image: url(images/bodyBack.jpg);
	  background-repeat:repeat-x;
	  background-color:#c7c8cc;
	  font-size: 0.8em;;
	  font-family: Tahoma, Geneva, sans-serif;
	  color:#666;
	  
  }

.twoColAbs #innerContainer {
	position: relative;
	width: 750px;
	margin: 0 auto;
	padding-bottom: 50px;
} 


/* headers */

.twoColAbs #headerArea { 
	padding-top: 20px;
	width: 750px;
} 

.twoColAbs #headerHome { 
	background-color: #fff;
	height: 90px;

}

/* visual & content center area */ 

.twoColAbs #mainContentBox {
	position: relative;
	width: 710px;
	padding: 15px 20px 20px 20px;
	background-color:#fff;
}

.twoColAbs #homeMainText {
	position: relative;
	width: 500px;
	padding: 0px 0px 0px 0px;
	float:right;
}

.twoColAbs #contentPagesText {
	position: relative;
	float:left;
	padding: 0px 0px 0px 0px;
	width: 535px;
}

.twoColAbs #contentPagesTextFull {
	position: relative;
	float:left;
	padding: 0px 0px 0px 0px;
}

.twoColAbs #newsBlock {
	margin: 15px 0px 0px 15px;
	position:relative;
	display:block;
	width: 165px;
	float:left;
	border-right: 1px solid #cfcece;
	z-index: 100;
}


#contentBulls {position: relative; z-index: 100; font-size: 1em; width: 500px; }

#contentBulls ul { margin-left: 4em; margin-bottom: 1em;}

#contentBulls ul li { list-style:normal; }

#contentBulls ol { margin-left: 4em; margin-bottom: 1em;}

#contentBulls ol li { list-style:normal; }


/* dropdown style */

.twoColAbs #platform1
	{
	  line-height: 1.5em;
	  margin: 0em 0em 0em 0em;
	  padding: .5em 0em .5em .2em;
  }

/* visual content */

.twoColAbs #visualContent {
	position:relative;
	float:left;
	
}

.twoColAbs #visualContentFloat {
	position:absolute;
	left: -14px;
	top: 163px;
}

/* footer */

.twoColAbs #mainFooter {
	position:relative;
	font-size: 11px;
	color:#666;
	text-align: left;
	padding-top: 5px;
}
#footerCredits {
	position: absolute;
	top: 158px;
	left: 274px;
	font-size: 11px;
	font-style: normal;
	color: #666;
}



/* hyperlinks */


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


a.genLink:link { 	
	color: #666;
}
a.genLink:hover { 	
	color: #666;	
	text-decoration: underline;
}
a.genLink:visited { 
	color: #666;	
}
a.genLinkJob:link {
	color: #d53200;
}
a.genLinkJob:hover {
	color: #d53200;
	text-decoration: underline;
}
a.genLinkJob:visited {
	color: #d53200;
}

a.newsLink:link { 	
	color: #d53200;
}
a.newsLink:hover { 	
	color: #d53200;	
	text-decoration: underline;
}
a.newsLink:visited { 
	color: #d53200;	
}



/* floatbackground issue fix*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

