@import url("../../global/CSS/global.css");

/* Global Stylesheet */

/* @group OVERRIDES */

a.site-credit-link:link, a.site-credit-link:active, a.site-credit-link:visited {
	display: inline;
	color: #80A8C8;
	font-size: 11px;
	text-align: right;
	letter-spacing: -.03em;
	text-decoration: none;
}

a.site-credit-link:hover, a.site-credit-link:active, a.site-credit-link:visited {
	color: #FFF;
}

/* @end */

/* @group RESET */

/* Basic css zeroing for cross-browser conformity */

html,body,div,h1,h2,h3,h4,h5,h6,p,pre,form,blockquote,fieldset,input {
	margin: 0px;
	padding: 0px;
}

h3,h4,h5,h6,pre,code,address,caption,cite,code,strong,th {
	font-weight: normal;
	font-style: normal;
}

fieldset,img {
	border: none;
}

/* @end */

/* @group LAYOUT */

body {
	background: #004881 url(/sitefiles/1405/Images/bk-btm.gif) repeat-x top;
}

img.alignleft {
	float: left;
	margin: 2px 20px 18px 0;
}

/* Class for image aligned left with margin */

img.alignright {
	float: right;
	margin: 2px 0 18px 20px;
}

/* Class for image aligned right with margin */

hr {
	border: 0px;
	width: 100%;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0.0;
	font-size: 0px;
}/*

@end */

/* @group TYPE */

body, p, div, ul, li, td {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #404040;
}

.bodyoptional {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
	font-size: 15px;
	line-height: 25px;
	color: #404040;
}

strong, b {
	font-weight: bold;
}

p {
	margin-bottom: 10px;
}

a:link, a:visited, a:active {
	color: #FF981F;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: none;
}

/* Removes a outline in Firefox  */

h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 40px;
	line-height: 50px;
	color: #404040;
	letter-spacing: -.04em;
}

h2, h2 a:link, h2 a:visited, h2 a:active {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 20px;
	line-height: 25px;
	color: #005292;
	letter-spacing: -.07em;
	text-decoration: none;
}

h2 a:hover {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 20px;
	line-height: 25px;
	color: #005292;
	letter-spacing: -.07em;
	text-decoration: underline;
}

h3 {
	color: #FF981F;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
    font-size: 18px;
    line-height: 25px;
}

h4 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #005292;
	letter-spacing: -.07em
}

h5 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 15px;
	color: #404040;
	line-height: 25px;
	letter-spacing: -0.04em;
}

h6 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 15px;
	line-height: 25px;
	color: #FFFFFF;
}

/* @end */

/* @group SEARCH */

/* Uses image-driven field and button styles  */

#search {
	width: 200px;
	height: 20px;
}

.searchField {
	float: left;
	width: 150px;
	height: 20px;
	padding: 0px;
	margin: 5px 0px 5px 8px;
	background: url(/SiteFiles/####/Images/search-field.gif) no-repeat;
	outline: none;
	border: none;
}

.searchButton {
	width: 25px;
	height: 20px;
	font-size: 0px;
	line-height: 0px;
	text-indent: -1000px;
	background: url(/SiteFiles/####/Images/search-button.gif) no-repeat;
	outline: none;
	border: none;
	cursor: pointer;
}

/* @end */

/* @group LEVEL 2 NAV */

* + html #level2navWrapper {
	margin: 57px 0px 0px 0px;
	padding: 0px;
	height: 45px;
	float: right;
	width: 974px;
}

/* IE7 only */

#level2navWrapper {
	margin: 45px 0px 0px;
	padding: 0px;
	height: 45px;
	float: right;
	width: 974px;
}

#level2navWrapper p,#level2navWrapper h2,#level2navWrapper h2 a {
	display: none;
}

#level2nav ul {
	margin: 0px;
	padding: 0px;
	background: none;
}

#level2nav li ul {
	display: none;


/* Hides child pages */
}

#level2nav li {
	margin: 5px 0px;
	padding: 0px 10px;
	float: right;
	list-style: none;
}

#level2nav a {
	display: block;
	color: #BFBFBF;
	text-decoration: none;
}

#level2nav a:hover {
	display: block;
	color: #404040;
}

#level2nav a.current {
	display: block;
	color: #000000;
}

/* @end */

/* @group SUB NAV */

#subnavWrapper {
	margin-bottom: 20px;
}

#subnavWrapper p {
	display: none;
}

#subnavWrapper h2,#subnavWrapper h2 a {
	color: #404040;
	text-decoration: none;
}

#subnav {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#subnav li {
	padding: 0px;
	margin: 0px;
	width: 180px;
	background: none;
}

#subnav a {
	font-size: 11px;
	padding: 5px;
	border-bottom: 1px solid #BFBFBF;
	color: #808080;
	display: block;
	text-decoration: none;
}

#subnav a:hover {
	border-bottom: 1px solid #404040;
	color: #666666;
	display: block;
}

#subnav a.current {
	border-bottom: 1px solid #000000;
	color: #000000;
	display: block;
}

/* @end */

/* @group HEADER */

#header-wrapper {
	width: 100%;
	float: left;
	text-align: left;
}

#header {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	height: 113px;
}

.logo {
	width: 270px;
	height: 70px;
	overflow: hidden;
	float: left;
}

.logo a {
	width: 270px;
	height: 70px;
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1405/Images/logo-mff.gif) no-repeat center center;
}

/* @end */

/* @group CONTENT */

#content-wrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-image: url(/sitefiles/1405/Images/bk-content.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #edeeee;
}

#content {
	margin: 0px auto;
	padding: 0px;
	width: 970px;
	background-color: #FFFFFF;
	position: relative;
	height: 420px;
}

#contentDefault {
	margin: 0px auto 30px;
	padding: 0px;
	width: 970px;
	background-color: #FFFFFF;
	background-image: url(/sitefiles/1405/Images/bk-gray.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
}

/* @end */

/* @group FOOTER */

#footer-wrapper {
	width: 100%;
	float: left;
	text-align: left;
}

#footer {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
}

/* @end */

/* @group BREADCRUMBS */

#breadcrumbs {
	width: 500px;
	text-align: left;
}

#breadcrumbs ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#breadcrumbs li {
	padding: 0px 10px 0px 0px;
	float: left;
	background: none;
	display: inline;
}

#breadcrumbs a {
	background: url(/SiteFiles/####/Images/breadcrumb.gif) no-repeat 0.2em;
	padding-left: 18px;
}

#breadcrumbs a:hover {
	background: url(/SiteFiles/####/Images/breadcrumb.gif) no-repeat 0.2em;
	padding-left: 18px;
}

#breadcrumbs a.first {
	background: none;
	padding-left: 0px;
}

#breadcrumbs a.first:hover {
	background: none;
	padding-left: 0px;
}

#breadcrumbs a.current {
	background: url(/SiteFiles/####/Images/breadcrumb.gif) no-repeat 0.2em;
	padding-left: 18px;
}

/* @end */

#top-wrapper {
	float: left;
	width: 100%;
	background-image: url(/sitefiles/1405/Images/bk-top.gif);
	background-repeat: repeat-x;
	height: 95px;
}

#top {
	height: 95px;
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

.shadow-left {
	position: absolute;
	left: -23px;
	top: 0px;
}

.shadow-btm {
	position: absolute;
	left: 0px;
	bottom: -25px;
}

#scorecard-wrapper {
	float: left;
	width: 100%;
}

#scorecard {
	height: 170px;
	width: 970px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-image: url(/sitefiles/1405/Images/bk-scorecard.gif);
	background-repeat: no-repeat;
	position: relative;
}

#quotations-wrapper {
	float: left;
	width: 100%;
}

#quotations {
	width: 910px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
}

#committee-wrapper {
	float: left;
	width: 100%;
}

#committee {
	background-image: url("/sitefiles/1405/Images/bk-committee.gif");
    background-position: center top;
    background-repeat: repeat-x;
    border-bottom: 1px solid #5DA6DE;
    margin: 0 auto;
    overflow: hidden;
    padding: 15px;
    width: 970px;
}

#sponsor {
	width: 970px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5DA6DE;
	height: 30px;
	line-height: 25px;
	padding-bottom: 10px;
}

#sponsor span {
	color: #FFFFFF;
	font-size: 11px;
	letter-spacing: -.03em
}

#sponsor a {
	font-size: 11px;
	letter-spacing: -.03em
}

#utility {
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 10px;
}

.utility {
	float: left;
	width: 600px;
}

.utility ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.utility li {
	padding: 0px;
	margin: 0px;
	background: none;
	float: left;
}

.utility a {
	display: inline;
	color: #80A8C8;
	font-size: 11px;
	padding-right: 10px;
	text-decoration: none;
	letter-spacing: -.03em
}

.utility a:hover {
	color: #FFFFFF;
}

.credit {
	float: right;
}

.committee-left {
	color: #80A8C8;
	float: left;
	font-size: 10px;
	margin-left: 15px;
	margin-top: 15px;
	width: 465px;
}

#committee table {
	width: 100%;
}

#committee td {
	color: #80A8C8;
    font-size: 10px;
    letter-spacing: -0.03em;
    line-height: 18px;
    vertical-align: top;
    width: 50%;
}

#committee span {
	color: #FF981F;
	font-size: 10px;
}

.ie7 .committee-left p {
	letter-spacing: -.04em;
	font-family: Tahoma, sans-serif;
}

.ie8 .committee-left p {
	letter-spacing: -.04em;
	font-family: Tahoma, sans-serif;
}

.committee-right {
	color: #80A8C8;
	float: right;
	font-size: 10px;
	margin-left: 0;
	margin-right: 0px;
	margin-top: 32px;
	width: 490px;
}

.committee-right p {
	color: #80A8C8;
	font-size: 10px;
	line-height: 18px;
	letter-spacing: -.03em
}

.committee-right span {
	color: #FF981F;
	font-size: 10px;
}

.ie7 .committee-right p {
	letter-spacing: -.04em;
	font-family: Tahoma, sans-serif;
}

.ie8 .committee-right p {
	letter-spacing: -.04em;
	font-family: Tahoma, sans-serif;
}

.quotations-title a:link, .quotations-title a:active, .quotations-title a:visited {
	color: #FFFFFF;
	float: left;
	font-size: 25px;
	font-weight: normal;
	height: 35px;
	letter-spacing: -0.07em;
	line-height: 32px;
	text-decoration: none;
}

#bottom-wrapper {
	float: left;
	width: 100%;
	background-image: url(/sitefiles/1405/Images/bk-btm.gif);
	background-repeat: repeat-x;
}

#quote {
	float: left;
	height: 90px;
	width: 910px;
	color: #FFFFFF;
}

.quotetitle {
	float: left;
	padding-top: 35px;
	height: 20px;
	width: 100px;
	color: #FFFFFF;
	font-size: 15px;
}

.mission {
	text-align: right;
	height: 45px;
	color: #BFBFBF;
	line-height: 40px;
	position: absolute;
	top: 50px;
	right: 10px;
}

* + html .mission {
	text-align: right;
	height: 45px;
	color: #BFBFBF;
	line-height: 40px;
	position: absolute;
	top: 51px;
	right: 7px;
}

/* IE7 only */

.missionDefault {
	float: right;
	font-size: 14px;
	height: 70px;
	letter-spacing: -0.03em;
	line-height: 70px;
	text-align: center;
	text-shadow: 0 1px 0 #FFFFFF;
	width: 700px;
}

#content-left {
	background-color: #F6F6F7;
	background-image: url("/sitefiles/1405/Images/bk-sub.gif");
	background-position: center top;
	background-repeat: no-repeat;
	float: left;
	padding: 20px;
	width: 180px;
}

#client-left {
	float: left;
	width: 180px;
	color: #808080;
}

#client-left p {
	color: #808080;
	font-size: 11px;
}

.button {
	width: 180px;
	height: 24px;
	overflow: hidden;
	float: left;
}

.button a {
	width: 180px;
	height: 24px;
	float: left;
	overflow: hidden;
	display: block;
	background: url(/assets/1405/bk-green.gif) no-repeat 0px 0px;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	line-height: 24px;
}

.button a:hover {
	background: url(/assets/1405/bk-green.gif) no-repeat 0px -24px;
}

.learn {
	width: 180px;
	height: 24px;
	overflow: hidden;
	float: left;
}

.learn a {
	width: 95px;
	height: 24px;
	float: left;
	overflow: hidden;
	display: block;
	background: url(/assets/1405/button.gif) no-repeat 0px 0px;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	line-height: 24px;
}

.learn a:hover {
	background: url(/assets/1405/button.gif) no-repeat 0px -24px;
}

#content-right {
	float: right;
	width: 660px;
}

#content-center {
	float: left;
	width: 910px;
	margin-left: 30px;
	margin-top: 60px;
	margin-bottom: 40px;
}

.scorecard-title {
	float: left;
	width: 170px;
	margin-top: 70px;
	margin-left: 70px;
	text-align: center;
}

.scorecard-title h4 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: -.03em;
}

.scorecard-title h5 {
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: -.02em;
}

.scorecard-title h5 a {
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: -.02em;
	text-decoration: none;
}

.scorecard-title h5 a:hover {
	text-decoration: none;
}

.scorecard-title p {
	font-size: 11px;
	color: #CCCCCC;
}

#scorecard-slider {
	height: 80px;
	position: absolute;
	width: 580px;
	float: right;
	top: 50px;
	right: 50px;
}

#scorecard-slider .swSlider p {
	color: #FFFFFF;
	line-height: 15px;
	font-size: 11px;
}

#scorecard-slider .swSlider img {
	float: left;
	margin-right: 30px;
}

#scorecard-slider .swSlider {
	position: relative;
	overflow: visible;
}

.stats {
	float: left;
	height: 80px;
	width: 580px;
}

.stats img {
	float: left;
	margin-right: 30px;
}

.stats p {
	color: #FFFFFF;
	line-height: 15px;
	font-size: 11px;
}

#content .swRotator {
	position: absolute;
	top: 95px;
}

#content .swSlider .scrollable {
	margin-left: 60px;
}

#content .swRotator .item p {
	width: 465px;
}

#content .swRotator .item img {
	border: 10px solid #E6E6E6;
	position: absolute;
	top: 0;
	right: 0;
}

.item h1, .item h5, .item p {
	width: 520px;
}

.item h5 {
	margin-bottom: 18px;
}

.prev {
	position: absolute;
	top: 15px;
	left: -320px;
	display: block;
	width: 43px;
	height: 43px;
	background: url(/sitefiles/1405/Images/prev.png) no-repeat 0px 0px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0px;
}

a.prev:hover {
	background: url(/sitefiles/1405/Images/prev.png) no-repeat 0px -43px;
}

.next {
	position: absolute;
	top: 15px;
	left: -85px;
	display: block;
	width: 43px;
	height: 43px;
	background: url(/sitefiles/1405/Images/next.png) no-repeat 0px 0px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0px;
}

a.next:hover {
	background: url(/sitefiles/1405/Images/next.png) no-repeat 0px -43px;
}

/* @group ROTATOR */

ol.system-features {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.system-features li {
	list-style-type: lower-alpha !important;
	background-image: none !important;
}

.system-features li ol li {
	list-style-type: lower-roman !important;
	background-image: none !important;
}

/* @end */

/* @group ROTATOR */

.rotator {
	height: 400px;
}

.rotator_nav {
	width: 970px;
	height: 70px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.rotator_nav li {
	display: inline;
    float: left;
    width: 175px;
}

.btn-logo {width: 270px !important;}

.rotator_nav li a {
	color: #4D4D4D;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 34px;
    letter-spacing: -0.04em;
    padding: 18px 12px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
}

.rotator_nav li.btn-logo a {
	background: url(/sitefiles/1405/Images/logo-slider.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	width: 270px;
}

.rotator_nav li.btn-logo a:hover {
	color: #333333;
	background: url(/sitefiles/1405/Images/logo-slider.gif) no-repeat 0px 0px;
}

.rotator_nav li.btn-logo.activeSlide a, .rotator_nav li.btn-logo a.activeSlide:hover {
	color: #333333;
	background: url(/sitefiles/1405/Images/logo-slider.gif) no-repeat 0px 0px;
}

.rotator_nav li.btn-menu1 a {
	background: url("/sitefiles/1405/Images/menu1.gif") no-repeat scroll 0 0 transparent;
    height: 26px;
    padding-top: 26px;
}

.rotator_nav li.btn-menu1 a:hover {
	color: #333333;
	background: url(/sitefiles/1405/Images/menu1.gif) no-repeat 0px -70px;
}

.rotator_nav li.btn-menu1.activeSlide a, .rotator_nav li.btn-menu1 a.activeSlide:hover {
	color: #333333;
	background: url(/sitefiles/1405/Images/menu1.gif) no-repeat 0px -70px;
}

.rotator_nav li.btn-menu2 a {
	background: transparent url(/sitefiles/1405/Images/menu2.gif) no-repeat scroll 0 0;
    height: 26px;
    padding-top: 26px;
}

.rotator_nav li.btn-menu2 a:hover {
	color: #333333;
	background: url(/sitefiles/1405/Images/menu2.gif) no-repeat 0px -70px;
}

.rotator_nav li.btn-menu2.activeSlide a, .rotator_nav li.btn-menu2 a.activeSlide:hover {
	color: #333333;
	background: url(/sitefiles/1405/Images/menu2.gif) no-repeat 0px -70px;
}

.rotator_nav li.btn-menu3 a {
	background: url(/sitefiles/1405/Images/menu3.gif) no-repeat 0px 0px;
}

.rotator_nav li.btn-menu3 a:hover {
	color: #333333;
	background: url(/sitefiles/1405/Images/menu3.gif) no-repeat 0px -70px;
}

.rotator_nav li.btn-menu3.activeSlide a, .rotator_nav li.btn-menu3 a.activeSlide:hover {
	color: #333333;
	background: url(/sitefiles/1405/Images/menu3.gif) no-repeat 0px -70px;
}

.rotator_nav li.btn-menu4 a {
	background: url(/sitefiles/1405/Images/menu4.gif) no-repeat 0px 0px;
}

.rotator_nav li.btn-menu4 a:hover {
	color: #333333;
	background: url(/sitefiles/1405/Images/menu4.gif) no-repeat 0px -70px;
}

.rotator_nav li.btn-menu4.activeSlide a, .rotator_nav li.btn-menu4 a.activeSlide:hover {
	color: #333333;
	background: url(/sitefiles/1405/Images/menu4.gif) no-repeat 0px -70px;
}

a.arrow {
	background: transparent url(../Images/arrow-link.gif) no-repeat center right;
	padding-right: 10px;
}

/* @end */

.white {
	background-image: url(/sitefiles/1405/Images/white.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 100px;
	height: 290px;
	width: 60px;
	z-index: 1200;
}

.profile {
	color: #FFFFFF;
	float: left;
	height: 75px;
	padding-right: 20px;
	padding-top: 10px;
	width: 250px;
}

.profile p {
	padding-top: 10px;
	color: #FFFFFF;
}

.profile img {
	float: left;
	margin-right: 10px;
	border: 1px solid #FFFFFF;
}
