/* ------------------------------ 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: #e3e1d1;
	margin: 0px;
	color: #4D4139;
	background-image: url(/sitefiles/1125/Images/bkgd-repeat.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

body { behavior:url(/sitefiles/1125/scripts/csshover.htc); }

hr {
	border: 0;
	width: 100%;
	color: #262626;
	background-color: #262626;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;}
	
ul li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;}

/* TYPE */

body, p, div, li, td {
	font-family: "Trebuchet MS", serif;
	font-size: 12px;
	line-height: 21px;
	color: #4D4139;
}
	
a:link, a:visited, a:active {
	color: #EF982F;
	text-decoration: underline;
}
	
a:hover {
	color: #EF982F; 
	text-decoration: none;}
	
strong, b { font-weight:bold; }

h1 {
	font-size: 29px;
	line-height: 34px;
	color: #4D4139;
	text-transform: uppercase;
}

h2 {
	font-size: 19px;
	line-height: 23px;
	color: #382F2A;
	font-weight: bold;
	text-transform: uppercase;
}
	
h3 {
	font-size: 18px;
	line-height: 22px;
	color: #014F7A;
	font-size: 19px;
	line-height: 23px;
	font-weight: bold;
	text-transform: uppercase;
}
	
h4 {
	font-size: 22px;
	line-height: 25px;
	color: #507F00;
}

h5 {
	font-size: 22px;
	line-height: 25px;
	color: #EF982F;
}
	
/* 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;}

/* SEARCH */
#search {
	float: left;
	width: 300px;
	height: 30px;
	padding-top: 9px;
	text-align: left;}
	
.searchField {
	background-color: #ffffff;
	border: 1px solid #B3B1A4;
	font-size: 9px;
	color: #4D4139;
	padding:4px;
	width:155px;
}
	
.searchButton {
	background-color: #DEDCCC;
	border: 1px solid #B3B1A4;
	font-size: 9px;
	color: #4D4139;
	padding:3px;
}

* 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;}

/* 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-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	
#subnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;}
	
#subnav li {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 270px;
	background: none;}
	
#subnav a {
	font-size: 14px;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #B4B1A0;
	color: #4D4139;
	text-transform: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 25px;
}
	
#subnav a:hover {
	font-size: 14px;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #B4B1A0;
	color: #EF982F;
	text-transform: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-image: url(/sitefiles/1125/Images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	behavior: url(/SiteFiles/1125/Scripts/iepngfix.htc);
}

#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;}

/* WRAPPERS */
	
#topWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-image: url(/sitefiles/1125/Images/bkgd-repeat.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
	
#mainnavWrapper {
	margin: 0px auto;
	padding: 0px;
	height: 40px;
	width: 540px;
	position: absolute;
	left: 9px;
	top: 125px;
	float: right;
}


#topTitle {
	margin: 0px auto;
	padding: 0px;
	height: 55px;
	width: 295px;
	position: absolute;
	left: 587px;
	top: 110px;
	float: right;
}
#contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
}
	
#footerWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-color: #4D4139;
}


/* TOP */


#top {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	height: 185px;
	position: relative;
	background-image: url(/sitefiles/1125/Images/bkgd-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#DEFtop {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	height: 185px;
	position: relative;
	background-image: url(/sitefiles/1125/Images/bkgd-top2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#logo {
	float: left;
	width: 320px;
	height: 70px;
	margin-top: 20px;
	margin-left: 23px;
	color: #FFFFFF;
}
	
#indexTab {
	float: right;
	width: 120px;
	height: 25px;}

/* CONTENT */
.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;}
	
#content {
	margin: 0px auto;
	width: 950px;
	min-height:485px;
	position: relative;
	background-image: url(/sitefiles/1125/Images/bkgd-mid.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
	
#contentLeft {
	float: left;
	width: 590px;
	overflow: hidden;
	padding-bottom: 40px;
}
#contenthome {
	clear: both;
	float: left;
	width: 560px;
	margin-left: 25px;
	margin-top: 30px;
}
.swRotator {
	float: left;
	height: 232px;
	width: 410px;
	margin-bottom: 70px;
	margin-top: 21px;
	margin-left: 95px;
	background-color: #BBB8A8;
}

*html .swRotator {
	margin-left: 47px;
}

#contentRight{
	float: right;
	width: 291px;
	margin-top: 27px;
	margin-right: 25px;
	margin-bottom: 25px;
}
#contentRight     td img     {
	border: 2px solid #FFFFFF;
	margin-bottom: 18px;
}
#contentRight  td img:hover {
	border: 2px solid #666666;
}
#contentRight tr {
	background-image: url(/sitefiles/1125/Images/tr_bkgd.png);
	background-repeat: no-repeat;
	background-position: top;
	behavior: url(/SiteFiles/1125/Scripts/iepngfix.htc);
}
	
* html #contentRight {
	margin-right:15px; }
	
/* FOOTER */
#footer {
	width: 900px;
	color: #FFFFFF;
	background-image: url(/sitefiles/1125/Images/bkgd_footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	height: 205px;
}

/* DEFAULT CONTENT */

#DEFcontent {
	margin: 0px auto;
	width: 950px;
	min-height:485px;
	position: relative;
	background-image: url(/sitefiles/1125/Images/bkgd-mid2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#DEFcontentLeft {
	float: left;
	width: 560px;
	overflow: hidden;
	padding-bottom: 40px;
	padding-left: 25px;
	padding-top:30px;
}

#DEFcontentRight{
	float: right;
	width: 291px;
	margin-top: 27px;
	margin-right: 25px;
	margin-bottom: 25px;
}

*html #DEFcontentRight{
	margin-right: 15px;
}

#DEFcontentRight p {
	display: none;
}

#DEFcontentRight h2 a {
	font-size: 19px;
	line-height: 23px;
	color: #382F2A;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;
	margin-bottom:10px;
}

#footerRight {
	float: right;
	width: 278px;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 26px;
}

#footerRight td {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 15px;
}


#footerRight a {
	font-family: "Trebuchet MS", "Lucida Grande CY", sans-serif;
	font-size: 11px;
	color: #C5AF2F;}
	
#footerRight a:hover {
	font-family: "Trebuchet MS", "Lucida Grande CY", sans-serif;
	font-size: 11px;
	color: #C5AF2F;}
	
#footerLeft {
	float: left;
	width: 312px;
	color: #ADAD9E;
	text-decoration: none;	
	font-size: 11px;
	line-height: 16px;
	clear: both;
	float: left;
}
#footerMiddle {
	float: left;
	width: 270px;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
}

#footerMiddleright {
color:#ADAD9E;
float:left;
font-size:11px;
height:80px;
line-height:16px;
width:140px;
}

#footerMiddleleft {
	height: 80px;
	width: 220px;
	clear: both;
	float: left;
	font-size: 11px;
	line-height: 16px;
	color: #ADAD9E;
	margin-left: 7px;
}
#footerMiddleleft td {
	font-size: 11px;
	line-height: 15px;
	color: #ADAD9E;
}

#footerMiddlelefttwo {
	height: 80px;
	width: 110px;
	clear: both;
	float: left;
	font-size: 11px;
	line-height: 16px;
	color: #ADAD9E;
	margin-left: 7px;
}
#footerMiddlelefttwo td {
	font-size: 11px;
	line-height: 15px;
	color: #ADAD9E;
}

.whitetype {
	color: #FFFFFF;
}
#footerMiddlebottom {
	clear: both;
	float: left;
	width: 100%;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
}

#footerMiddlebottomtwo {
	clear: both;
	float: left;
	width: 242px;
	font-size: 11px;
	line-height: 16px;
	margin-left: 7px;
	color: #FFFFFF;
}

#footerLeftbottom {
	float: left;
	width: 312px;
	color: #ADAD9E;
	text-decoration: none;	
	font-size: 11px;
	line-height: 16px;
		clear: both;
	float: left;
}

#footerLeftbottom a {
color: #ADAD9E;
	text-decoration: underline;	
}

#footerLeftbottom a:hover {
color: #ADAD9E;
	text-decoration: none;	
}
#footerLeftbottom img {
	margin-right: 15px;
}

#footerLeftA {
	float: left;
	width: 300px;
	height: 85px;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 16px;
	margin-left: 2px;
}
#footerLeft td {
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
	vertical-align: top;
}


#footerLeftA a {
	color: #ADAD9E;
	text-decoration: underline;	
}

#footerLeftA a:hover {
	color: #ADAD9E;
	text-decoration: none;	
}
	
/* * html #footerLeft {
	width: 530px;
	w\idth: 500px; } */
