/* ------------------------------ 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;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-weight: normal; font-style: normal; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

body {
	background-color: #121b21;
	margin: 0px;
}
#topbar {
	background-color: #94A3AB;
	height: 6px;
	width: 100%;
}
#top {
	height: 373px;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}


hr {
	border: 0;
	width: 100%;
	color: #94A3AA;
	background-color: #94A3AA;
	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, p, div, li, td {
	font-family: Helvetica, Arial, serif;
	font-size: 11px;
	line-height: 17px;
	color: #FFFFFF;
}
	
a:link, a:visited, a:active {
	color: #FABD12;
	text-decoration: none;
}
	
a:hover {
	color: #EE8622;
	text-decoration: none;
}
	
strong, b { font-weight:bold; }

h1 {
	font-size: 21px;
	line-height: 24px;
	color: #EE8622;
	font-family: "Myriad Pro", "Lucida Grande", serif;
}

h2 {
	font-size: 19px;
	line-height: 22px;
	color: #FFFFFF;
	font-family: Helvetica, Arial, serif;
}
	
h3 {
	font-size: 14px;
	line-height: 16px;
	color: #314351;
	font-family: Futura, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3pt;
}
	
h4 {
	font-size: 17px;
	line-height: 19px;
	color: #FABD12;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h5 {
	font-family: Helvetica, Arial, serif;
	font-size: 15px;
	font-weight: bolder;
	color: #94A3AB;
	line-height: 17px;
}

/* OTHER TYPE */
.swcredit {
	font-size: 9px;
	color: #7b7458;}
.bottommargin {
	margin-bottom: 10px;
}
a.swcredit:link, a.swcredit:visited{color: #7b7458; text-decoration:none;}
a.swcredit:hover, a.swcredit:active{color: #333; text-decoration:underline;}

/* SITEMAP */

#sitemap {
	float: left;
	height: 14px;
	width: 83px;
}
#sitemap a {
	color: #FFFFFF;
}
#sitemap a:hover {
	color: #FFFFFF;
}

/* WRAPPERS */

#topWrapper {
	height: 373px;
	width: 100%;
	background-color: #202F3D;
	background-image: url(../Images/bkgd_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#headerWrapper {
	height: 103px;
	width: 740px;
	position: relative;
}

#contentWrapper {
	width: 740px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 29px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #EE8622;
	padding-bottom: 29px;
}
	
#footerWrapper {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
	clear: both;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #EE8622;
}

/* MAIN NAV */
#mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;}

#mainnav ul ul {
	display: none;}

#mainnav li{
	padding: 0px;
	margin: 0px;
	width: 121px;
	height: 30px;
	float: left;
	background-image: url(../working/menuOFF.jpg);
	background-repeat: no-repeat;}
	
#mainnav a{
	font-family: "Trebuchet MS", "Lucida Grande CY", sans-serif;
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	color: #262626;
	width: 121px;
	display: block;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	text-align:center;
	background-image: url(../working/menuOFF.jpg);
	background-repeat: no-repeat;}

#mainnav a:hover {
	font-family: "Trebuchet MS", "Lucida Grande CY", sans-serif;
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	color: #262626;
	width: 121px;
	display: block;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	text-align:center;
	background-image: url(../working/menuON.jpg);
	background-repeat: no-repeat;}
	
#mainnav .current a  {
	font-family: "Trebuchet MS", "Lucida Grande CY", sans-serif;
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	color: #000000;
	width: 121px;
	display: block;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	text-align:center;
	background-image: url(../working/menuON.jpg);
	background-repeat: no-repeat;}

/* SUB NAV */
#subnav {
	float: left;
	width: 179px;
	padding: 0px;}
	
#subnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;}
	
#subnav li {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 179px;
	background: none;}
	
#subnav a {
	font-size: 11px;
	display: block;
	text-decoration: none;
	color: #94A3AB;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 20px;
}
	
#subnav a:hover {
	font-size: 11px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 20px;
}

#subnav .current a {
	font-size: 11px;
	display: block;
	text-decoration: none;
	color: #EE8521;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 20px;
}



/* SITE INDEX */
#siteIndex {
	margin: 0px auto;
	padding: 20px 0px;
	width: 900px;
	height: 120px;
	background-color: #C5AF2F;}
	
#siteIndex dl {
	float: left;
	overflow: hidden;
	padding: 0pt 20px 0pt 0px;
	width: 168px;
	font-size: 12px;
	line-height: 18px;}
	
#siteIndex dt {
	padding: 0px;
	font-weight: bold;}
	
#siteIndex dd {
	padding: 1px 0pt;}
	
#siteIndex dt a {
	color: #fff;}
	
#siteIndex dd a {
	color: #262626;}
	
#siteIndex a:hover {
	text-decoration: underline;}
	
#logo {
	float: left;
	width: 170px;
	height: 72px;
	color: #FFFFFF;
	position: relative;
	left: 10px;
	top: 17px;
}

#tagline {
	float: right;
	width: 230px;
	height: 15px;
	color: #FFFFFF;
	position: relative;
	top: 74px;
	right: 12px;
}
#toptab {
	width: 254px;
	height: 23px;
	color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 487px;
	text-align: center;
	background-image: url(../Images/toptab_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#flashwrapper {
	height: 268px;
	width: 740px;
	background-color: #666666;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EE8622;
}
	
#indexTab {
	float: right;
	width: 120px;
	height: 25px;}

/* CONTENT & DEFAULT CONTENT */
.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;}
	
#content {
	width: 740px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#defcontent {
	width: 740px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-height: 300px;
}
#defcontentLeft {
	float: left;
	width: 215px;
}
#defcontentLeft p {
	display: none;
}
#defcontentLeft  h2 {
	display: none;
}
*  html  #defcontentLeft {
	width: 661px;
	w\idth: 600px; }
#defcontentRight{
	float: right;
	width: 480px;
	margin-top: 10px;
	background-color: #121B21;
	padding-bottom: 29px;
}
*  html  #defcontentRight {
	width: 236px;
	w\idth: 179px;
}
	
/* FOOTER */

#footer {
	width: 700px;
	height: 78px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #94A3AB;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	background-image: url(../Images/footer_bkgd.jpg);
	background-position: center top;
	overflow: hidden;
}
#quicklinks {
	height: 64px;
	width: 107px;
	float: left;
	color: #94A3AB;
	margin-top: 5px;
	margin-left: 35px;
}
#quicklinks a {
	color: #94A3AB;
	text-decoration: none;
}
#quicklinks  a:hover {
	text-decoration: none;
	color: #EE8622;
}
#quicklinkstwo {
	height: 50px;
	width: 104px;
	float: left;
	color: #94A3AB;
	margin-top: 5px;
	padding-top: 14px;
	margin-left: 0px;
}
#quicklinkstwo  a {
	color: #94A3AB;
	text-decoration: none;
}
#quicklinkstwo   a:hover {
	color: #EE8622;
	text-decoration: none;
}
#credit {
	width: 100%;
	padding-top: 21px;
	text-align: center;
	color: #6A747A;
	padding-bottom: 20px;
}
#credit a {
	color: #6A747A;
	text-decoration: none;
}
#credit a:hover {
	color: #EE8622;
	text-decoration: none;
}

#footerRight {
	float: right;
	width: 155px;
	height: 62px;
}

	
#footerLeft {
	float: left;
	width: 155px;
	height: 64px;
	color: #94A3AB;
	margin-top: 5px;
	clear: none;
	display: block;
}
#footerLefttwo {
	float: left;
	width: 155px;
	height: 50px;
	color: #94A3AB;
	padding-top: 14px;
	margin-top: 5px;
	clear: none;
	display: block;
}
#footerMiddle {
	float: left;
	height: 72px;
	width: 142px;
	clear: none;
}
	
#footerfloatLeft {
	float: left;
}

/* SEARCH FIELDS */

.searchField {
	border:medium none;
	color:#FFFFFF;
	font-size: 10px;
	float: right;
	height: 16px;
	padding-top: 2px;
	text-indent:25px;
	width:150px;
	margin-right: 15px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../Images/search_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: 0% top;
}
.searchButton {
	display: none;
}

.rsWrap {
	color: #121B21;
}
.rsAptContent {
	color: #121B21;
}
