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

body, html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #3C3C3C;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:left;
}

table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}
.container {	
	width:960px;
	background-color:#686868;
}

.photo-right {
	float:right;
	border:3px solid #ffffff;
	margin-left:14px;
	margin-bottom:14px;
	margin-top:2px;
	}
	
.photo-left {
	float:left;
	border:3px solid #ffffff;
	margin-right:14px;
	margin-bottom:14px;
	margin-top:2px;
	}

.team-photo {
	float: left; 
	margin-right: 25px; 
	width: 200px;
	text-align: center;
}

.team-photo img {
	border: 3px solid white;
}

#tall {
	height:100%;
}

#header-top {
	
	height:170px;
}

#header-nav {
	background-image:url(../images/secondary_ui/nav.gif);
	background-position:center top;
	background-repeat:no-repeat;
	height:34px;
	float:left;
	clear:both;	
	width:960px;
}

#header-bottom {
	height:57px;
	width:960px;
	text-align:left;
	float:left;
	clear:both;
	
}

#flash {
	width:440px;
	height:246px;
	background-image:url(../images/home_ui/flash.gif);
	float:left;
	text-align:left;
}


#overview {
	width:520px;
	height:246px;
	background-image:url(../images/home_ui/home_ui_05.gif);
	float:left;
	text-align:left;
	line-height:18px;	
}


#home_bottom{
	width:272px;
	height:171px;
	background-image:url(../images/home_ui/home_ui_06.gif);
	float:left;
	clear:both;

}

#news {
	width:442px;
	height:171px;
	background-image:url(../images/home_ui/home_ui_07.gif);
	float:left;
	text-align:left;
	line-height:24px;
	
}

#news a:link, #news a:visited {
	font-size:12px;
	}


#callout {
	width:246px;
	height:171px;
	background-image:url(../images/home_ui/home_ui_08.gif);
	float:left;
}

#body {
	background-image:url(../images/secondary_ui/ui_secondary_body_bg.gif);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#e4e4e4;
	padding:14px;
	text-align:left;
	min-height:340px;
	*height:340px;
	clear:both;
}

#footer {
	background-image:url(../images/secondary_ui/ui_secondary_footer.gif);
	background-position:center top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:10px;
	padding-top:10px;
	background-color:#686868;
	height:45px;
}
h2 {
	margin:0px;
	padding:0px;
	padding-top:20px;}

.sIFR-active h1,
    .sIFR-active h2,
    .sIFR-active h3,
    .sIFR-active h4,
    .sIFR-active h5#pullquote {
      visibility: hidden;
      font-family: Verdana;
    }

    .sIFR-active h1 {
      padding-bottom: 0;
    }

    .sIFR-active h2 {
      font-size: 30px;
      display: block;
    }

    .sIFR-active h3 {
      font-size: 18px;
    }

    .sIFR-active h4 {
      font-size: 21px;
      font-weight: normal;
    }

    .sIFR-active h5#pullquote {
      font-size: 24px;
    }
	
.content2 {
	font-size:14px;}
.clear {
	clear:both;}
	
a:link {
	color: #001d77;
}
a:visited {
	color: #001d77;
}
a:hover {
	color: #5c8f00;
}
a:active {
	color: #001d77;
}

fieldset {
	border:0px;}
	
.opt-legend, .req-legend {
  font-weight:bold;
  margin-left:0px;
  font-size:13px;
  }
  
  
.main-legend {
  font-weight:bold;
  margin-left:-1px;
  font-size:13px;
  }