/* ------------------------------ BEGIN Global Styles ------------------------------ */
@import url("../../global/CSS/global.css");
/* ------------------------------ END Global Styles ------------------------------ */

/* BE SURE TO COPY YOUR CLIENT STYLES IN THIS MASTER.CSS IN ORDER FOR THE EDITOR TO IMPLEMENT THE CLIENT STYLES-
YOU HAVE TO LOAD THEM UP SEPARATELY AS CLIENT.CSS AS WELL */

/* UNIVERSAL */

html, body, div, ol, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, pre, form, blockquote, fieldset, input {
margin:0;
padding:0;
}

fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

body {
	background-color: #3D3D3D;
	margin: 0px;
}

img.left { float: left; margin: 2px 20px 16px 0; }
img.right { float: right; margin: 2px 0 16px 20px; }
img.across { margin: 2px 0 16px 0; }
img.flushleft { margin-left: -20px; }
img.flushright { margin-right: -20px; }

img.navigate { float: left; margin: 0px 0px 20px 0; }


hr {
	border: 0;
	width: 100%;
	color: #262626;
	background-color: #262626;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;}
	
ul li {
	padding: 0 0 0 15px;
	margin: 0px;
	background: url(../Images/bullet.gif) no-repeat 0em 0.5em;
	list-style: none;}

/* TYPE */
body  {
	font-family: "Trebuchet MS", "Lucida Grande CY", sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #262626;
}
	
a:link, a:visited, a:active {
	color: #E07307; 
	text-decoration: none;}
	
a:hover {
	color: #E07307; 
	text-decoration: underline;}
	
strong, b { font-weight:bold; }

h1 {	
	font-family: "Arial Narrow", "Trebuchet MS", "Lucida Grande CY", sans-serif;
	font-size: 35px;
	line-height: 45px;
	color: #00457D;
}

h2 {font-family: "Trebuchet MS", "Lucida Grande CY", sans-serif;
	font-size: 25px;
	line-height: 35px;
	color: #262626;}
	
h3 {
	font-size: 25px;
	line-height: 35px;
	color: #ED8F30;}
	
h4 {font-family: "Arial Narrow", "Trebuchet MS", "Lucida Grande CY", sans-serif;
	font-size: 15px;
	line-height: 25px;
	color: #262626;}
	
h5 {
	font-size: 15px;
	line-height: 25px;
	color: #262626;}


/* SEARCH */
#search {
	width: 225px;
	overflow: hidden;
	margin: 0 auto;
	float:right;
	height: 45px;
}
.searchField {
	float: left;
	border: 1px solid #262626;
	color: #262626;
	font: 13px "Arial Narrow", Arial, Helvetica, sans-serif;
	padding: 7px 5px;
	width: 175px;
	background: none;
	margin-top:5px;
}
.searchButton {
	background: url(/sitefiles/1204/Images/search.png) no-repeat center center;
	float: right;
	border: 0;
	width: 25px;
	height: 25px;
	margin-top:10px;
	text-indent:-1000px;
	line-height:0;
	font-size:0;
	cursor:pointer;
}
img, .searchButton { behavior: url(/SiteFiles/1204/Scripts/iepngfix.htc); }



/* MAIN NAV */
/* 
The first selector sets the top-level ul and applies to all the dropdown ULs as well.
We set padding and margin to zero to eliminate all indentation, turn bullets off,
If desired, we could set a font-family different from the global font-family declared for the
body element. 
*/
#mainnav, #mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;
}
#mainnav a {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #262626;
	display: block;
	text-decoration: none;
	padding: 12px 20px 15px;
	text-align:center;
	background-image: none;
}

#mainnav a:hover {
	font-size: 13px;
	color: #FFF;
	display: block;
	text-decoration: none;
	padding: 12px 20px 15px;
	background-image: url(/sitefiles/1204/Images/bar.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
	
/*
Sets the properties of the top-level link that is currently loaded. OPTIONAL!
*/
#mainnav a.current  {
	font-size: 13px;
	color: #FFF;
	display: block;
	text-decoration: none;
	padding: 12px 20px 15px;
	background-image: url(/sitefiles/1204/Images/bar.jpg);
	background-repeat: repeat-x;
	background-position: bottom;

}
#mainnav a.trigger {
	padding: 5px 12px;}

#mainnav li {
	float: left;
	padding: 0px;
	margin: 0px;
	background: none;
	width: 9em;
}
#mainnav ul li a  {
	color: #262626; 
	text-align:left;
	border:0px;
	padding: 5px 12px;
}
#mainnav ul li a.current  {
	color: #FFF; 
	text-decoration: none;
	border:0px;
	padding: 5px 12px;
	
}
#mainnav li ul, #mainnav ul li  {
	width: 16em;
}
#mainnav li ul {
	position: absolute;
	display: none;
	background-color: #FFF;
	z-index:1000;
	
}
#mainnav li:hover a, #mainnav a:focus, #mainnav a:active, #mainnav li.p7hvr a {
	color: #FFF; 
	background-image: url(/sitefiles/1204/Images/bar.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#mainnav li:hover ul, #mainnav li.p7hvr ul {
	display: block;
}

#mainnav li:hover ul a, #mainnav li.p7hvr ul a {
	color: #262626; 
	background-color: transparent;
	padding: 5px 12px;
}
#mainnav ul a:hover {
	padding: 5px 12px;
	text-decoration:none;background:none;
	background-color: #efefef!important;
	color: #262626!important;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#mainnav li {
	width: auto;
}
#mainnav ul li li {display:none;}

/* SUB NAV */
#subnavWrapper {
	float: left;
	width: 200px;
	padding: 0px;}
	
#subnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;}
	
#subnav li {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 200px;
	background: none;}
	
#subnav a {
	font-size: 12px;
	display: block;
	text-decoration: none;
	padding: 8px 0px;
	border-bottom: 1px dotted #3D3D3D;
	color: #3D3D3D;}
	
#subnav a:hover {
	font-size: 12px;
	display: block;
	text-decoration: none;
	padding: 8px 0px;
	border-bottom: 1px dotted #E07307;
	color: #E07307;}

#subnav a.current {
	font-size: 12px;
	display: block;
	text-decoration: none;
	padding: 8px 0px;
	border-bottom: 1px dotted #E07307;
	color: #E07307;}

/* PARENT STYLE- THIS JUST NEEDS TO BE THE SAME DIV NAME AS THE CONTAINING SUBMENU CONTAING DIV NAVE */	
#subnavWrapper h2 {
	font-size:12px;
	display: block;
	text-decoration: none;
	padding: 8px 0px;
	color: #E07307;
	text-transform:}

#subnavWrapper h2 a {
	font-size:12px;
	display: block;
	text-decoration: underline;
	padding: 8px 0px;
	color: #E07307;}
	
#DEFcontentLeft p{display:none;}
	
/* breadcrumb */
#breadcrumb {
	float: right;
	width: 640px;
	text-align: left;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 0px;
}
	
#breadcrumb ul{
	padding: 0px;
	margin: 0px;
	list-style: none;}
	
#breadcrumb li {
	margin: 0px;
	float: left;
	background:none;}

#breadcrumb a {
	padding: 0 0 0 20px;
	font-size: 10px;
	display:inline;
	text-decoration: none;
	color: #262626;
	background: url(../Images/breadcrumb.gif) no-repeat 0.2em;}
	
#breadcrumb a:hover {
	padding: 0 0 0 20px;
	font-size: 10px;
	display:inline;
	text-decoration: none;
	color: #E07307;
	background: url(../Images/breadcrumb.gif) no-repeat 0.2em;}
	
#breadcrumb a.first  {
	padding: 0 0 0 5px;
	font-size: 10px;
	display:inline;
	text-decoration: none;
	color: #262626;
	background: none;}
	
#breadcrumb a.first:hover  {
	padding: 0 0 0 5px;
	font-size: 10px;
	display:inline;
	text-decoration: none;
	color: #E07307;
	background: none;}

#breadcrumb a.current  {
	padding: 0 0 0 20px;
	font-size: 10px;
	display:inline;
	text-decoration: none;
	color: #E07307;
	background: url(../Images/breadcrumb.gif) no-repeat 0.2em;}

/* WRAPPERS */
#indexWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-color: #C5AF2F;}
	
#topWrapper {
	width: 100%;
	float: left;
	text-align: left;
	height: 45px;
	background-image: url(/sitefiles/1204/Images/bk-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #2e2e2e;
}
	
#mainnavWrapper {
	height: 45px;
	width: 650px;
	float: left;
	position: absolute;
	top:0;
	left:1px;

}

#contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-color: #2e2e2e;
	background-image: url(/sitefiles/1204/Images/bk-mid.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
	
#footerWrapper {
	width: 100%;
	float: left;
	text-align: left;}

/* TOP */
#top {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	height: 45px;
	z-index: 1000;
	position: relative;
}
	
#logo {
	float: left;
	width: 250px;
	height: 120px;
	color: #FFFFFF;
	position: absolute;
	left: 20px;
	top: 20px;
}
#mediaplayerlink {
	position:relative;
	width:120px;
	height:20px;
	float: left;
	left: 570px;
	top:12px;
}

#mediaplayerlink a {
	color:#000;
	font-weight: bold;
	padding-left:15px;
	background-image:url(/sitefiles/1204/Images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
}
	
/* CONTENT */
.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;}
	
#content {
	margin: 0px auto;
	width: 900px;
	background-color: #FFFFFF;
	min-height:400px;
	height:auto !important;
	height: 400px;
	position: relative;
}
	
#contentRight{
	float: right;
	width: 440px;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	padding-top: 10px;
}
	
* html #contentRight {
	width: 460px;
	w\idth: 440px; }

/* FOOTER */
#footer {
	margin: 0px auto;
	padding: 0px 0px 20px;
	width: 900px;
	background-image: url(/sitefiles/1204/Images/btm.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
}

/* DEFAULT CONTENT */

#DEFcontentLeft {
	padding: 10px 20px 20px;
	float: left;
	width: 200px;
	background-color: #FFFFFF;
	overflow: hidden;
}
* html #DEFcontentLeft {
	width: 240px;
	w\idth: 200px; }
	
#DEFcontentRight {
	padding: 10px 20px 20px 0px;
	float: left;
	width: 640px;
	background-color: #FFFFFF;
	overflow: hidden;
}
* html #DEFcontentRight {
	width: 660px;
	w\idth: 640px; }
	
#footerRight {
	float: right;
	width: 440px;
	font-family: "Trebuchet MS", "Lucida Grande CY", sans-serif;
	font-size: 11px;
	padding-right: 20px;
	padding-top: 25px;
}
#footerLeft {
	float: left;
	width: 400px;
	padding: 20px;
	font-size:11px;
}
* html #footerLeft {
	width: 440px;
	w\idth: 400px; }

.utility {
	color: #FFF;}
a.utility:link, a.utility:visited{color: #FFF; text-decoration:none;}
a.utility:hover, a.utility:active{color: #FFF; text-decoration:underline;}

.new {
	color: #E07307;}
a.new:link, a.new:visited{color: #E07307; text-decoration:none;}
a.new:hover, a.new:active{color: #E07307; text-decoration:underline;}	
	
#headerWrapper {
	float: left;
	height: 210px;
	width: 100%;
	background-image: url(/sitefiles/1204/Images/bk-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #2e2e2e;
}
#header {
	height: 210px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#flash {
	padding: 10px 20px 20px;
	float: left;
	width: 400px;
	background-color: #FFFFFF;
	overflow: hidden;
}
* html #flash {
	width: 440px;
	w\idth: 400px; }
	
.imgHome {
	border: 5px solid #E6E6E6;
}

#mission {
	position: absolute;
	top: 42px;
	right: 115px;
}
