@charset "utf-8";
/* CSS Document */
		
body {
	background-image: url(images/fei-gradscaleback2.jpg);
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	font-weight:normal;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}

h1, h2, h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#2e4a9e;
}

h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	margin:0;
	padding:0;
}

h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.3em;
	margin:0;
	padding:0;
	font-weight:bold;
}

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

h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.1em;
	margin:0;
	padding:0;
	font-weight:bold;
}
h3 a:link {
	text-decoration:none;
}
h3 a:visited {
	text-decoration:none;
}
h3 a:hover{
	text-decoration:underline;
}

input, textarea, select {
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	border:#cccccc solid 1px;
}

select {
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.button {
	background-image:url(images/input-button.png);
	width:80px;
	height:25px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	text-align:center;
	border:0px;
	cursor:pointer;
}

#page {
	width:963px;
	margin: 0 auto;
}

#main-wrapper {
	width:963px;
	margin: 0 auto;
}


.header {
	background:url(images/header-bg2.png) no-repeat left top;
	width:963px;
	height:120px;
	float:left;
	margin:0 auto;
	text-align:left;
	padding-top:10px;
	position:relative;
	clear:both;
}

.header2 {
	background:url(images/header-bg2.png) no-repeat left top;
	width:963px;
	height:120px;
	float:left;
	margin:0 auto;
	text-align:left;
	padding-top:10px;
	position:relative;
	clear:both;
}

#nav-wrapper {
	background:url(images/nav-bg.png) no-repeat left top;
	width:963px;
	height:44px;
	margin-right:auto;
	margin-left:auto;
	z-index:2;
	color:#4d4d4f;
	clear:both;
}
#nav-box {
	width:963px;
}
#nav {
	color:#4d4d4f;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:17px;
	padding-left:30px;
	padding-top:12px;
}
#nav li {
	list-style: none;
	float: left;
}
#nav li a {
	display: block;
	padding-left:10px;
	padding-right:10px;
	color: #4d4d4f;
	text-decoration: none;
}
#nav li a:hover {
	text-decoration:underline;
}
#nav li ul {
	display: none; 
	width: 10em; /* Width to help Opera out */
}
#nav li:hover ul, #nav li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
}
#nav li:hover li, #nav li.hover li {
	float: none;
}
#nav li:hover li a, #nav li.hover li a {
	background-color: #69f;
	border-bottom: 1px solid #fff;
	color: #000;
}
#nav li li a:hover {
	background-color: #8db3ff;
}

/*--Previous Slider CSS---*/
/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	margin-top:5px;
}
/*--Window/Masking Styles--*/
.window {
	height:267px;
	width: 963px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*---End Previous Slider CSS--*/

/*---New Slider CSS---*/

#container {
	width:963px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:15px;
	margin:0 auto;
	left:-15px;
	position:relative;
	z-index:0;
}

#example {
	width:963px;
	height:267px;
	position:relative;
}

#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}

#frame {
	position:absolute;
	z-index:0;
	width:1000px;
	height:341px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:15px;
	left:4px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:963px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:963px;
	height:267px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-24px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:963px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
	display:none;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
	display:none;
}

.pagination li a {
	display:none;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
	display:none;
}

/*---End New Slider CSS---*/

/*---Inner Content Page Image Header---*/

.image_header {
	width:963px;
	position:relative;
}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(images/paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}

/*---Homepage 3 columns---*/

#main-content-wrapper {
	width:963px;
	margin-right:auto;
	margin-left:auto;
	float:left;
	clear: both;
}
#3colwrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 963px;
	height:247px;
}
#left-item {
	background:url(images/3col-bg.png) no-repeat left top;
	float: left;
	width: 321px;
	height:240px;
	padding-top:17px;
	text-align:center;
	color:#4d4d4f;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#left-item #boxer {
	width:261px;
	padding-left:30px;
	color:#4d4d4f;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#left-item #iconner {
	height:74px;
	margin:0;
}
#left-item #boxer .3colhdr {
	color:#4d4d4f;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	text-align:center;
}
#left-item #boxer .3colcopy {
	color:#4d4d4f;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left:30px;
	padding-right:30px;
	font-size:13px;
	text-align:left;
}
#left-item #boxer .link {
	color:#2e4a9e;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-right:15px;
	padding-top:5px;
	font-size:12px;
	font-weight:bold;
	text-align:right;
}
#left-item #boxer .link a:link {
	text-decoration:underline;
	color:#2e4a9e;
}
#left-item #boxer .link a:hover {
	text-decoration:none;
	color:#2e4a9e;
}
#left-item #boxer .link a:visited {
	text-decoration:underline;
	color:#2e4a9e;
}
#right-item {
	background:url(images/3col-bg.png) no-repeat left top;
	float: left;
	width: 321px;
	height:240px;
	padding-top:17px;
	text-align:center;
	color:#4d4d4f;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#right-item #boxer {
	width:261px;
	padding-left:30px;
	color:#4d4d4f;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#right-item #iconner {
	height:74px;
	margin:0;
}
#right-item #boxer .3colhdr {
	color:#4d4d4f;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	text-align:center;
}
#right-item #boxer .3colcopy {
	color:#4d4d4f;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left:30px;
	padding-right:30px;
	font-size:13px;
	text-align:left;
}
#right-item #boxer .link3 {
	color:#2e4a9e;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-right:15px;
	padding-top:20px;
	margin-top:5px;
	font-size:12px;
	font-weight:bold;
	text-align:right;
}
#right-item #boxer .link3 a:link {
	text-decoration:underline;
	color:#2e4a9e;
}
#right-item #boxer .link3 a:hover {
	text-decoration:none;
	color:#2e4a9e;
}
#right-item #boxer .link3 a:visited {
	text-decoration:underline;
	color:#2e4a9e;
}
#center-item {
	background:url(images/3col-bg.png) no-repeat left top;
	float: left;
	width: 321px;
	height:240px;
	padding-top:17px;
	text-align:center;
	color:#4d4d4f;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#center-item #boxer {
	width:261px;
	padding-left:30px;
	color:#4d4d4f;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#center-item #iconner {
	height:74px;
	margin:0;
}
#center-item #boxer .3colhdr {
	color:#4d4d4f;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	text-align:center;
}
#center-item #boxer .3colcopy {
	color:#4d4d4f;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left:30px;
	padding-right:30px;
	font-size:13px;
	text-align:left;
}
#center-item #boxer .link2 {
	color:#2e4a9e;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-right:15px;
	padding-top:25px;
	font-size:12px;
	font-weight:bold;
	text-align:right;
}
#center-item #boxer .link2 a:link {
	text-decoration:underline;
	color:#2e4a9e;
}
#center-item #boxer .link2 a:hover {
	text-decoration:none;
	color:#2e4a9e;
}
#center-item #boxer .link2 a:visited {
	text-decoration:underline;
	color:#2e4a9e;
}

/*----Inner page content----*/

#contentwrapper {
	width:963px;
	margin:0px auto;
	padding-bottom:20px;
}

#leftycolumn {
	width:580px;
	margin-left:10px;
	margin-righ:15px;
	float:left;
}

#rightycolumn {
	width: 333px;
	background-color: #00CED1;
	margin-right:20px;
	float:right;
}

#body-section {
	width:963px;
	margin: 0 auto;
}

#main-body-wrapper {
	width:963px;
	margin: 0 auto;
	padding-bottom:20px;
}


#main-body-wrapper .left-col {
	float:left;
	width:510px;
	margin-top:20px;
	margin-left:25px;
	margin-right:20px;
	position:relative;
	display:block;
}

#main-body-wrapper .left-col .fixation {
	border-bottom:thin dashed #CCC;
	padding-bottom:10px;
	
}

#main-body-wrapper .left-col-wide {
	float:left;
	width:900px;
	margin-top:20px;
	margin-left:25px;
	margin-right:20px;
	position:relative;
	color:#4d4d4f;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;	
	display:block;
}

#main-body-wrapper .left-col-wide .fixation {
	border-bottom:thin dashed #CCC;
	padding-bottom:10px;
	
}

.reg-text {
	color:#4d4d4f;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

#main-body-wrapper .right-col {
	float:right;
	width:350px;
	margin-top:20px;
	margin-right:25px;
	position:relative;
	display:block;	
}

#main-body-wrapper .right-col .rtsidebox {
	width:310px;
	border:thin solid #ccc;
	background:#f2f2f2;
	padding:20px;
	float:left;
}

#main-body-wrapper .right-col .fixation2 {
	border-bottom:thin dashed #CCC;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	padding-bottom:10px;
	margin-bottom:15px;
}

#main-body-wrapper .right-col .fixation3 {
	border-bottom:thin dashed #CCC;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-bottom:10px;
	margin-bottom:15px;
	clear:both;
}

#main-body-wrapper .right-col .fixation3 a:link {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#2e4a9e;
}

#main-body-wrapper .right-col .fixation3 a:visited {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#2e4a9e;
}

#main-body-wrapper .right-col .fixation3 a:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#2e4a9e;
}

#main-body-wrapper .right-col .fixation4 {
	border-bottom:thin dashed #CCC;
	padding-bottom:10px;
	clear:both;
}


.learnmore {
	color:#2882c1;
	text-decoration:none;
}

#footer-wrapper {
	width:963px;
	height:30px;
	background-color:#4d4d4f;
	margin-right:auto;
	margin-left:auto;
	clear: both;
}

#footer-left {
	width:460px;
	float:left;
	padding-top:4px;
	padding-left:10px;
	text-align:left;
	display:table;
}

#footer-right {
	width:460px;
	float:right;
	padding-top:4px;
	padding-right:10px;
	text-align:right;
	display:table;
}

#footer-wrapper .section {
	padding-top:4px;
	padding-left:10px;
	float:left;
}
.copyright {
	color:#ffffff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
}
#pixl-wrapper {
	width:963px;
	height:30px;
	margin-right:auto;
	margin-left:auto;
	margin-top:15px;
	clear: both;
}

#pixl-left {
	width:460px;
	float:left;
	padding-top:4px;
	padding-left:10px;
	text-align:left;
	display:table;
}

#pixl-right {
	width:460px;
	float:right;
	padding-top:4px;
	padding-right:10px;
	text-align:right;
	display:table;
}

#pixl-wrapper .section {
	padding-top:4px;
	padding-left:10px;
	float:left;
}
.pixlcopy {
	color:#4d4d4f;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	padding-top:10px;
}
.pixlcopy a:link{
	text-decoration:none;
	color:#4d4d4f;
}
.pixlcopy a:hover{
	text-decoration:underline;
	color:#4d4d4f;
}
.pixlcopy a:visited{
	text-decoration:none;
	color:#4d4d4f;
}

