/* ------------------------------ 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, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, pre, form, blockquote, fieldset, input {
margin:0;
padding:0;
}

pre,code,address,caption,cite,code,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: #DCD9D2;
	margin: 0px;
}


hr {
	border: 0;
	width: 100%;
	color: #262626;
	background-color: #262626;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;}
	
/* TYPE */
body, p, div, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #72694d;
}
	
a:link, a:visited, a:active {
	color: #6F8D97;
	text-decoration: none;
}
	
a:hover {
	color: #6F8D97;
	text-decoration: underline;
}
	
strong, b { font-weight:bold; }

h1 {
	font-size: 24px;
	line-height: 26px;
	color: #003e51;
	font-family: Interstate-RegularCondensed, TradeGothic, "Arial Narrow", Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 12px;
}

h2 {
	font-size: 18px;
	line-height: 22px;
	color: #003e51;
	font-family: Interstate-RegularCondensed, TradeGothic-Condensed, "Arial Narrow", Arial, sans-serif;
	font-weight: normal;
	text-transform: none;
	margin-bottom: 8px;

}
	
h3 {
	font-size: 18px;
	line-height: 22px;
	color: #578075;
}
	
h4 {
	font-size: 14px;
	line-height: 20px;
	color: #003e51;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-transform: none;
}
	
h5 {
	font-size: 20px;
	line-height: 22px;
	color: #6D6E43;
	margin-bottom: 15px;
	font-weight: bold;
	font-family: Helvetica, Arial, serif;
}

/* OTHER TYPE */
.swcredit {
	font-size: 9px;
	color: #7b7458;}
a.swcredit:link, a.swcredit:visited{color: #7b7458; text-decoration:none;}
a.swcredit:hover, a.swcredit:active{color: #333; text-decoration:underline;}
	
* html #search {
	float: right;
	width: 208px;
	height: 30px;}
	
.pageSearchTitle {
    font-size: 14px;
    line-height: 18px;
    color: #215160;
    font-weight: bold;}
	
a.pageSearchTitle {
    font-size: 14px;
    line-height: 18px;
    color: #215160;
    font-weight: bold;
    text-decoration:none;}
	
a.pageSearchTitle:hover {
    font-size: 14px;
    line-height: 18px;
    color: #215160;
    font-weight: bold;
    text-decoration:underline;}
	
	/* WRAPPERS */
#mainWrapper {
	background-color: #FFFFFF;
	width: 964px;
	margin-right: auto;
	margin-left: auto;
	min-height: 700px;
}
#searcharea {
	float: left;
	height: 40px;
	width: 964px;
	background-color: #DCD9D2;
	position: relative;
}
#searchbox {
	position: absolute;
	height: 35px;
	width: 260px;
	right: 0px;
	text-align: right;
	text-indent: -1000px;
	top: 20px;
	z-index: 200;
}

.searchField {
	width: 200px;
	background-color: #708F86;
	border: 2px solid #FFFFFF;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}
.searchButton {
	width: 35px;
	background-color: #004052;
	border: 2px solid #FFFFFF;
	background-image: url(/sitefiles/1024/Images/searchbutton.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -1000px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;	
}
#indexWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-color: #C5AF2F;}
	
#topWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-color: #FFFFFF;
	height: 73px;
	position: relative;
	background-image: url(/sitefiles/1024/Images/nav-bkgd.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
	
#mainnavWrapper {
	margin: 0px auto;
	padding: 0px;
	height: 50px;
	width: 700px;
	position: absolute;
	top: 25px;
	float: right;
	right: 0px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-color: #999999;}
	
#footerWrapper {
	width: 100%;
	float: left;
	text-align: left;}

/* 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-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-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-repeat: no-repeat;}

/* SUB NAV */
#subnav {
	float: left;
	width: 179px;
	padding: 0px;}

*html #subnav {
	margin-left: 0px;
}
#subnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;}
	
#subnav li {
	margin: 0px;
	float: left;
	background: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 26px;
	width: 180px;
	list-style-type:none;
}



	
#subnav a {
	font-size: 14px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Helvetica, Arial, serif;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}



#subnav a:hover {
	font-size: 14px;
	display: block;
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Helvetica, Arial, serif;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;}

#subnav .current a {
	font-size: 12px;
	display: block;
	text-decoration: none;
	padding: 5px 0px;
	border-bottom: 1px solid #262626;
	color: #C5AF2F;
	text-transform: uppercase;
	font-weight: bold;}



/* 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;}
#flasharea {
	width: 960px;
	height: 259px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	clear: both;
	float: left;
	background-image: url(/sitefiles/1024/Images/flash-bkgd.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#toparea {
	width: 960px;
	height: 122px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	clear: both;
	float: left;
	background-image: url(/sitefiles/1024/Images/top-bkgd.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #6F8D97;
	color: #FFFFFF;
}
#middle {
	height: 207px;
	width: 964px;
	clear: both;
	float: left;
}
#middleLeft {
	background-color: #CAD6D2;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-top: 15px;
	padding-left: 15px;
	float: left;
	height: 192px;
	padding-right: 15px;
}
.imgspace {
	margin-bottom: 11px;
}
#middleRight {
	width: 650px;
	float: left;
	padding-top: 15px;
	margin-left: 43px;
}

/* TOP */
#top {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	height: 113px;
	position: relative;}
	
#logo {
	float: left;
	width: 236px;
	height: 73px;
	color: #FFFFFF;
}
	
#indexTab {
	float: right;
	width: 120px;
	height: 25px;}

/* CONTENT */
.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;}
	
#content {
	width: 960px;
	background-color: #003E51;
	min-height:285px;
	position: relative;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	clear: both;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	
}

#contentLeft p {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
	
#contentLeft {
	float: left;
	width: 190px;
	padding: 26px;
	min-height: 300px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#contentRight{
	float: right;
	width: 650px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 26px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 27px;
}
	
#break {
	background-color: #6F8D97;
	height: 11px;
	width: 960px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	clear: both;
	float: left;
	font-size: 2px;
	line-height: 2px;
}
	
/* FOOTER */
#footer {
	width: 964px;
	height: 56px;
	clear: both;
	float: left;
	text-align: center;
	line-height: 55px;
	font-family: Helvetica, Arial, serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #818053;
	margin-bottom: 25px;
}
#footer a {
	color: #6F8D97;
	text-decoration: none;
}
.linebreaks {
	color: #6F8D97;
}

/* DEFAULT CONTENT */
#DEFcontent {
	width: 960px;
	background-color: #FFFFFF;
	position: relative;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	clear: both;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 12px;
	line-height: 18px;
}
	
#DEFcontentLeft {
	float: left;
	width: 232px;
	min-height: 400px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #003E51;
	color: #FFFFFF;
}

#DEFcontentLeft p {
	visibility: hidden;
}
#DEFcontentLeft  h2 {
	display: block;
	background-color: #c7d5d1;
	font-size: 30px;
	text-transform: uppercase;
	margin-top: 25px;
	padding-top: 15px;
	padding-bottom: 12px;
	padding-left: 26px;
	margin-bottom: 15px;
	color: #003E51;
	clear:both;
}
#pageLeftcontent {
	clear: both;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: -0.035em;
	line-height: 20px;
	margin-top: 150px;
	margin-right: 26px;
	margin-bottom: 26px;
	margin-left: 26px;
	width: 180px;
}

*html #pageLeftcontent {
	width: 128px;
	w\idth: 128px;
	}

#pageLeftcontent a {
	color: #c7d5d1;
}
#pageLeftcontent  a:hover {
	color: #c7d5d1;
	text-decoration: underline;
}
#pageLeftcontent p {
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#DEFcontentRight{
	float: right;
	width: 650px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 26px;
	padding-left: 27px;
}

#DEFcontentRight ul {
	margin: 10px 0px 10px 10px;
	padding: 0px;
}
#DEFcontentRight ul li {
	padding: 0 0 0 16px;
	margin: 0px;
	background: url(/sitefiles/1024/Images/bullet.gif) no-repeat 0em 0.5em;
	list-style: none;
}
