/* ------------------------------ 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 */

/* SITEWRENCH EDITOR BACKGROUND
-------------------------------------------*/
body {
	background-color: #000000; 
	background-image: none;
	margin: 0px; 
}

/* BODY OVERRIDES (Defaults) */
body, p, div, ul, li, td {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}

body {
	background-color: #862712;
	margin: 0px;
	padding: 0px;
}

div, span, img, form, fieldset {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}

ul {
	margin: 10px 0px 10px 10px;
	padding: 0px;
}

ul li {
	padding: 0 0 0 10px;
	margin: 0px;
	background: url(/sitefiles/1315/images/bullet.gif) no-repeat 0em 0.5em;
	list-style: none;
}

table, img {
	border: 0px;
}

a:link, a:visited, a:active {
	color: #1B3A67; 
	text-decoration: underline;
}
a:hover {
	color: #1B3A67; 
	text-decoration: none;
}

hr {
	border: 0;
	width: 100%;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}

/* SITEWRENCH TEXT Styles
-------------------------------------------*/
.bodybold {
	font-weight: bold;
}

.bodyoptional {
	color: #333333;
}

.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 24px;
	color: #1B3A67;
}

.headingbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 24px;
	color: #1B3A67;
	font-weight: bold;
}

.subheading {
	font-size: 13px;
	line-height: 18px;
	color: #bb3719;
}

.subheadingbold {
	font-size: 13px;
	line-height: 18px;
	color: #bb3719;
	font-weight: bold;
}

.optionalheading {
	font-size: 12px;
	color: #000000;
	background-color: #EBEBEB;
	display: block;
	padding: 3px;
	margin-bottom: 5px;
	font-weight: bold;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 24px;
	color: #1B3A67;}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 24px;
	color: #1B3A67;
	font-weight: bold;}
	
h3 {
	font-size: 13px;
	line-height: 18px;
	color: #bb3719;}
	
h4 {
	font-size: 13px;
	line-height: 18px;
	color: #bb3719;
	font-weight: bold;}
	
h5 {font-size: 12px;
	color: #000000;
	background-color: #EBEBEB;
	display: block;
	padding: 3px;
	margin-bottom: 5px;
	font-weight: bold;}


.swcredit {
	font-size: 9px;
	color: #B2B2B2;
}
a.swcredit:link, a.swcredit:visited{color: #B2B2B2; text-decoration:none;}
a.swcredit:hover, a.swcredit:active{color: #B2B2B2; text-decoration:underline;}

#breadcrumb {
	font-size: 10px;
	color: #E6BD29;
	font-weight: normal;
}
#breadcrumb a:link, #breadcrumb a:visited{color: #E6BD29; text-decoration:none;}
#breadcrumb a:hover, #breadcrumb a:active{color: #666666; text-decoration:underline;}

.orgInfo {
	font-size: 9px;
	color: #FFFFFF;
}
a.orgInfo:link, a.orgInfo:visited{color: #FFFFFF; text-decoration:none;}
a.orgInfo:hover, a.orgInfo:active{color: #FFFFFF; text-decoration:underline;}

/* MAIN NAVIGATION Styles
-------------------------------------------*/
#navWrapper {
	width: 100%;
	float: left;
	text-align: left;
	z-index: 400;
}
#nav {
	margin: 0px auto;
	padding: 0px 29px;
	height: 56px;
	width: 726px;
	background: url(/sitefiles/1315/images/navBkgd.jpg) no-repeat;
}

#nav img {
	float: left;
}

/* SUB NAVIGATION Styles
-------------------------------------------*/
#subnavWrapper {
	float: left;
	width: 108px;
	padding: 0px;}
	
#subnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;}
	
#subnav li {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 108px;
	background: none;}
	
#subnav a {
	font-size: 12px;
	line-height: 22px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
	
#subnav a:hover {
	font-size: 12px;
	line-height: 22px;
	color: #bb3719;
	text-decoration: none;
	font-weight: bold;}

#subnav a.current {
	font-size: 12px;
	line-height: 22px;
	color: #bb3719;
	text-decoration: none;
	font-weight: bold;}

/* 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: 5px 0px;
	color: #262626;
	text-transform: uppercase;
	font-weight: bold;}

#subnavWrapper h2 a {
	font-size:12px;
	display: block;
	text-decoration: none;
	padding: 5px 0px;
	color: #262626;
	text-transform: uppercase;
	font-weight: bold;}
	
#subnavWrapper p {display:none;}

/* WRAPPER styles
-------------------------------------------*/
#mainWrapper {
	width: 100%;
	text-align: center;
}
#topWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-color: #bb3719;
	padding-top: 8px;
}
#flashWrapper {
	width: 100%;
	float: left;
	text-align: left;
}
#bottomWrapper {
	width: 100%;
	float: left;
	text-align: left;
}
#footerWrapper {
	width: 100%;
	float: left;
	text-align: left;
}

/* TOP styles
-------------------------------------------*/
#top {
	margin: 0px auto;
	padding: 0px;
	height: 101px;
	width: 784px;
	background: url(/sitefiles/1315/images/topBkgd.jpg) no-repeat;
}
#logo {
	position: relative;
	width: 125px;
	height: 61px;
	left: 48px;
	top: 26px;
}
#logo img a  {
	display: block;
	width: 0;
}
#tagline {
	float: right;
	width: 312px;
	height: 15px;
	margin-right: 48px;
}

/* FLASH styles
-------------------------------------------*/
#flash {
	margin: 0px auto;
	padding: 0px 29px;
	height: 212px;
	width: 726px;
	background: url(/sitefiles/1315/images/flashBkgd.jpg) no-repeat;
}

/* BOTTOM styles
-------------------------------------------*/
#bottom {
	margin: 0px auto;
	padding: 4px 29px 0px;
	height: 96px;
	width: 726px;
	background: url(/sitefiles/1315/images/bottomBkgd.jpg) no-repeat;
}

/* FOOTER styles
-------------------------------------------*/
#footer {
	margin: 0px auto;
	padding: 16px 29px;
	width: 726px;
}
#footerLeft {
	float: left;
	width: 500px;
}
#footerRight {
	float: right;
	width: 194px;
}
#footerRight img {
	float: left;
	margin-right: 4px;
}

/* DEFAULT styles
-------------------------------------------*/
#subheader {
	margin: 0px auto;
	padding: 0px 29px;
	height: 132px;
	width: 726px;
	background: url(/sitefiles/1315/images/flashBkgd.jpg) no-repeat;
}
#content {
	margin: 0px auto;
	padding: 16px 29px;
	width: 726px;
	background: url(/sitefiles/1315/images/contentBkgd.jpg) repeat-y;
}
#contentLeft {
	float: left;
	width: 550px;
	min-height: 400px;
	padding-right: 16px;
	padding-left: 16px;
	overflow: hidden;
}
#contentLeft img {
	float: left;
	padding: 3px;
 	border: 1px solid #CCCCCC;
	margin-right: 24px;
	margin-bottom: 20px;
}
#contentLeftSub {
	float: left;
	width: 550px;
	min-height: 400px;
	border-right: 1px solid #D2D2D2;
	padding-right: 16px;
	padding-left: 16px;
	overflow: hidden;
}
#contentLeftSub img {
	float: left;
	padding: 3px;
 	border: 1px solid #CCCCCC;
	margin-right: 24px;
	margin-bottom: 20px;
}
#contentRight {
	float: left;
	width: 108px;
	min-height: 400px;
	padding-left: 16px;
	padding-right: 16px;
	overflow: hidden;
}
.clearContent {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}