/* ------------------------------ 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,  ul, li, dl{
margin:0;
padding:0;
}
img {border:none;}
img.leftalign { float: left; margin: 2px 20px 16px 0; }
img.rightalign { float: right; margin: 2px 0 16px 20px; }

body {
	background-color: #FFF; margin: 0px;
}

img.left { float: left; padding: 2px 20px 16px 0; }
img.right { float: right; padding: 2px 0 16px 20px; }
img.across { margin: 2px 0 16px 0; }
img.flushleft { margin-left: -20px; }
img.flushright { margin-right: -20px; }


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, p, div, li, td {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #262626;}
	
a:link, a:visited, a:active {
	color: #8A1D03; 
	text-decoration: underline;}
	
a:hover {
	color: #8A1D03; 
	text-decoration: none;}
	

h1 {
	font-size: 25px;
	line-height: 35px;
	font-weight:normal;}

h2 {
	font-size: 25px;
	line-height: 35px;
	font-weight:normal;
	text-transform:uppercase;}
	
h3 {
	font-size: 25px;
	line-height: 35px;
	color: #8A1D03;}
	
h4 {
	font-size: 13px;
	line-height: 18px;
	color: #8A1D03;
	text-transform:uppercase;}
	
h5 {
	font-size: 13px;
	line-height: 18px;
	color: #808080;
	text-transform:uppercase;}
	
.optionalheading {
	font-size: 50px;
	line-height: 50px;
	color: #efefef;
	letter-spacing: -3px;
	text-align:center;
}

.bodyoptional {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #8A1D03;}

/*---------------------------------------------------------------------------------------------SEARCH */
#search {
	float: left;
	width: 260px;
	padding-left:10px;
	background-image: url(/sitefiles/1290/Images/searchfield.gif);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

.searchField {
	font-size: 10px;
	color: #262626;
	width: 227px;
	border: 0px;
	background-color:none;
	margin:0px;
	background: transparent;padding-top:0px;
	
}
.searchButton {line-height: 0px;
	text-indent:-9999px;height: 24px;margin-top:5px;
	background-image: url(/sitefiles/1290/Images/searchbutton.gif);
	background-repeat: no-repeat;border: 0px;background-color: transparent;width: 23px;
}
	
.pageSearchTitle {
font-size: 14px;
line-height: 18px;
color: #808080;}

a.pageSearchTitle {
font-size: 14px;
line-height: 18px;
color: #808080;
text-decoration:none;}

a.pageSearchTitle:hover {
font-size: 14px;
line-height: 18px;
color: #808080;
text-decoration:underline;}

/*---------------------------------------------------------------------------------------------MAIN NAV */
#mainnav, #mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;
}
#mainnav a {
	font-size: 13px;
	color: #262626;
	display: block;
	text-decoration: none;
	padding: 5px 18px;
	text-align:center;
	background-image: none;
}

#mainnav a:hover {
	font-size: 13px;
	color: #8A1D03;
	display: block;
	text-decoration: none;
	padding: 5px 18px;
	background-image: none;
	background-color: #efefef;
}
	
/*
Sets the properties of the top-level link that is currently loaded. OPTIONAL!
*/
#mainnav a.current  {
	font-size: 13px;
	color: #8A1D03;
	display: block;
	text-decoration: none;
	padding: 5px 18px;
	background-image: none;
}


#mainnav li {
	float: left;
	padding: 0px;
	margin: 0px;
	background: none;
	width: 9em;
}
#mainnav ul li a  {
	color: #262626; 
	text-align:left;
	padding: 5px 12px;
}
#mainnav ul li a.current  {
	color: #8A1D03; 
	text-decoration: none;
	padding: 5px 12px;
	
}
#mainnav li ul, #mainnav ul li  {
	width: 16em;
	background-color: #efefef;
}
#mainnav li ul {
	position: absolute;
	display: none;
	z-index:1000;
	background-image: url(/sitefiles/1290/Images/menu-bk.png);
	background-repeat: repeat;
}
* html #mainnav li ul {
	background-color: #FFF; }
	
#mainnav li:hover a, #mainnav a:focus, #mainnav a:active, #mainnav li.p7hvr a {
	color: #8A1D03; 
}
#mainnav li:hover ul, #mainnav li.p7hvr ul {
	display: block;
}

#mainnav li:hover ul a, #mainnav li.p7hvr ul a {
	color: #808080; 
	background-color: transparent;padding: 5px 20px;
}
#mainnav ul a:hover {
	text-decoration:none;padding: 5px 20px;
	background-color: #FFF!important;
	color: #262626!important;
}
.clearit {
	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: 190px;
	padding: 0px 0px 20px;
}
	
#subnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;}
	
#subnav li {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 190px;
	background: none;
}
	
#subnav a {
	font-size: 12px;
	display: block;
	text-decoration: none;
	padding: 0px 0px 5px;
	color: #808080;
}
	
#subnav a:hover {
	font-size: 12px;
	display: block;
	text-decoration: none;
	padding: 0px 0px 5px;
	color: #262626;
}

#subnav a.current {
	font-size: 12px;
	display: block;
	text-decoration: none;
	padding: 0px 0px 5px;
	color: #8A1D03;
}

#subnavWrapper h2 {
	font-size:13px;
	display: block;
	text-decoration: none;
	color: #8A1D03;
	text-transform: uppercase;
	font-weight: bold;}

#subnavWrapper h2 a {
	font-size:13px;
	display: block;
	text-decoration: none;
		color: #8A1D03;
	text-transform: uppercase;
	font-weight: bold;}
	
#subnavWrapper p {display:none;}
	
/*---------------------------------------------------------------------------------------------breadcrumb */
#breadcrumb {
	float: left;
	width: 560px;
	text-align: left;
	padding-bottom: 13px;
}
	
#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: #808080;
	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: #262626;
	background: url(../Images/breadcrumb.gif) no-repeat 0.2em;}
	
#breadcrumb a.first  {
	padding: 0px;
	font-size: 10px;
	display:inline;
	text-decoration: none;
	color: #808080;
	background: none;
	margin-left: -15px;}
	
#breadcrumb a.first:hover  {
	padding: 0px;
	font-size: 10px;
	display:inline;
	text-decoration: none;
	color: #262626;
	background: none;
	margin-left: -15px;}

#breadcrumb a.current  {
	padding: 0 0 0 20px;
	font-size: 10px;
	display:inline;
	text-decoration: none;
	color: #8A1D03;
	background: url(../Images/breadcrumb.gif) no-repeat 0.2em;}

/*---------------------------------------------------------------------------------------------WRAPPERS */
	
#topWrapper {
	width: 100%;
	float: left;
	text-align: left;
}
	
#mainnavWrapper {
	float:right;
	height:30px;
	left:417px;
	margin:0 auto;
	padding:0;
	position:absolute;
	top:30px;
	width:484px;
}
#mainnavWrapper-default {
	margin: 0px auto;
	padding: 0px;
	height: 30px;
	width: 484px;
	position: absolute;
	left: 417px;
	top: 30px;
	float: right;
}

#contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-image: url(/sitefiles/1290/Images/bk-content.gif);
	background-repeat: repeat-x;
}
	
#footerWrapper {
	width: 100%;
	float: left;
	text-align: left;}

/*---------------------------------------------------------------------------------------------TOP */
#top {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	height:88px;
	position: relative;
	z-index: 1000;
}
#top-default {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	height: 88px;
	position: relative;
	z-index: 1000;
}
	
#logo {
	color:#FFFFFF;
	float:left;
	height:51px;
	left:10px;
	position:absolute;
	top:15px;
	width:363px;
}
#logo-default {
	float: left;
	width: 363px;
	height: 51px;
	color: #FFFFFF;
	position: absolute;
	left: 10px;
	top: 15px;
}

/*---------------------------------------------------------------------------------------------CONTENT */

#content {
	margin: 20px auto 0px;
	width: 900px;
	background-color: #FFFFFF;
	min-height:480px;
	position: relative;
}
	
#contentLeft {
	float: left;
	width: 590px;
	background-color:#FFFFFF;
	padding: 30px;
	overflow: hidden;
	min-height: 400px;
}

#contentRight{
	float: right;
	width: 190px;
	padding: 30px;
	background-color: #FFFFFF;
	background-image: url(/sitefiles/1290/Images/bk-sub.gif);
	background-repeat: no-repeat;
}
* html #contentRight {
	width: 250px;
	w\idth: 190px; }	

/*---------------------------------------------------------------------------------------------FOOTER */
#footer {
	margin: 0px auto;
	width: 900px;
}

#footerRight {
	float: right;
	font-size: 10px;
	color: #262626;
	line-height: 15px;
	margin-top: 10px;
	text-align: right;
}
#footerRight a {
	font-size: 10px;
	color: #262626;text-decoration: none;}
	
#footerRight a:hover {
	font-size: 10px;
	color: #808080;text-decoration: none;}
	
#footerLeft {
	clear:both;
	float: left;
	font-size: 10px;
	color: #808080;
	line-height: 15px;
	margin-top: 10px;
	text-align: left;
	margin-bottom: 20px;
	width: 200px;
}

#footerLeft a {
	font-size: 10px;
	color: #808080;text-decoration: none;}
	
#footerLeft a:hover {
	font-size: 10px;
	color: #262626;text-decoration: none;}
	
#headerWrapper {
	float: left;
	width: 100%;
	background-image: url(/sitefiles/1290/Images/shadow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#header {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 400px;
	position: relative;
}
#border {
	float: left;
	height: 10px;
	width: 900px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 200;
}
#tabWrapper {
	position: absolute;
	width: 840px;
	left: 30px;
	bottom: 0px;
	height: 75px;
}

#tab1 {
	display: inline;
	float: left;
	height: 75px;
	width: 270px;
	padding-right: 15px;
}
#tab2 {
	display: inline;
	float: left;
	height: 75px;
	width: 270px;
	padding-right: 15px;
}
#tab3 {
	display: inline;
	float: left;
	height: 75px;
	width: 270px;
}
#bottomContentWrapper {
	float: left;
	width: 100%;
}
#bottomContent {
	width: 840px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#curveSub {
	height: 10px;
	width: 590px;
	position: absolute;
	left: 30px;
	top: 63px;
}
#breadcrumbWrapper {
	width: 590px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	height: 23px;
	float: left;
}
#grace {
	float: left;
	width: 23px;
	display: inline;
}
#contentSubRight {
	float: left;
	width: 190px;
}
#headerB {
	position: absolute;
	height: 400px;
	width: 900px;
	left: 0px;
	top: 0px;
}
