/* ------------------------------ 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;
}

ul li {
	padding: 0 0 0 15px;
	margin: 0px;
	background: url(../Images/bullet.gif) no-repeat 0em 0.5em;
	list-style: none;
}

/* 
Title:     DEFAULT Stylesheet
Updated:   May 31 2007
*/

/* NORMALIZING styles
-------------------------------------------*/
body
{
 background-color: #FFFFFF; 
 background-image: none;
 margin: 0px; 
}

b {
	color: #000000;
}

strong {
	color: #000000;
}

body, p, div, ul, li, td, h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #7F7F7F;
}

div, span, img, form, h1, h2, h3, h4, h5, h6, fieldset {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}

table{
	border: 0px;
}

img {
	border: 0px;
}

/* MAIN styles
-------------------------------------------*/
body {
	background-color: #eff2f3;
	margin: 0px;
	padding: 0px;
}
.bodybold {
	font-family: "Trebuchet MS", Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
optionalbold {
	font-family: "Trebuchet MS", Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #E46224;
	font-weight: bold;
}

.heading {
	font-size: 15px;
	line-height: 19px;
	font-family: "Trebuchet MS", Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #4d4d4d;
	font-weight: bold;
}

.subheading {
	font-family: "Trebuchet MS", Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #3568EE;
	font-weight: bold;
}

.optionalheading {
	font-family: "Trebuchet MS", Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #00A52E;
	font-weight: bold;
}
h1 {
	font-size: 15px;
	line-height: 19px;
	font-family: "Trebuchet MS", Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #4d4d4d;
	font-weight: bold;}

h2 {
	font-family: "Trebuchet MS", Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #3568EE;
	font-weight: bold;}
	
h3 {
	font-family: "Trebuchet MS", Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #00A52E;
	font-weight: bold;}
	
h4 {
	font-family: "Trebuchet MS", Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #E46224;
	font-weight: bold;}

.img-border {
	display: block;
	padding: 2px;
	border: 1px solid #CCCCCC;
	background: #fff;
}

a.img-border:link, a.img-border:visited, a.img-border:active {
	display: block;
	padding: 2px;
	border: 1px solid #CCCCCC;
	background: #fff;
}
a.img-border:hover {
	display: block;
	padding: 2px;
	border: 1px solid #999999;
	background: #fff;
}

a:link, a:visited{color: #00A52E; text-decoration:none;}
a:hover, a:active{color: #000000; text-decoration:underline;}

.pageSearchTitle {
font-size: 14px;
line-height: 18px;
color: #00A52E;}

a.pageSearchTitle {
font-size: 14px;
line-height: 18px;
color: #00A52E;
text-decoration:none;}

a.pageSearchTitle:hover {
font-size: 14px;
line-height: 18px;
color: #000000;
text-decoration:underline;}

.swcredit {
	font-family: "Trebuchet MS", Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}
a.swcredit:link, a.swcredit:visited{color: #FFF; text-decoration:none;}
a.swcredit:hover, a.swcredit:active{color: #FFF; text-decoration:underline;}

#breadcrumb {
	font-family: "Trebuchet MS", Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #84816D;
	font-weight: normal;
}
#breadcrumb a:link, #breadcrumb a:visited{color: #84816D; text-decoration:none;}
#breadcrumb a:hover, #breadcrumb a:active{color: #7F7F7F; text-decoration:underline;}

.footertext {
	font-family: "Trebuchet MS", Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #999;
	font-weight: normal;
}
a.footertext:link, a.footertext:visited{color: #999; text-decoration:none;}
a.footertext:hover, a.footertext:active{color: #7F7F7F; text-decoration:underline;}

hr {
	border: 0;
	width: 100%;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}

.clr {
	clear: both;
	height: 0px;
}

.fullheight {height:100%}

.repeat-x {
	background-repeat: repeat-x;
}

.no-repeat {
	background-repeat: no-repeat;
}

/* SEARCH FORM styles
-------------------------------------------*/
.search-field {
	font-family: "Trebuchet MS", Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #999;
	padding: 3px;
	width: 150px;
	vertical-align: middle;
	border: 2px solid #b7b7b7;
	background-color: #FFF;
}



/* SUB NAV */
#subnavWrapper {
	float: left;
	width: 180px;
	padding: 0px;}
	
#subnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;}
	
#subnav li {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 180px;
	background: none;}
	
#subnav a {
	font-family: "Lucida Grande", Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #00A52E;
	font-weight: normal;
	display: block;
	text-decoration: none;
}
	
#subnav a:hover {
	font-family: "Lucida Grande", Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	font-weight: normal;
	display: block;
	text-decoration: none;}

#subnav a.current {
	font-family: "Lucida Grande", Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	font-weight: normal;
	display: block;
	text-decoration: none;}

/* PARENT STYLE- THIS JUST NEEDS TO BE THE SAME DIV NAME AS THE CONTAINING SUBMENU CONTAING DIV NAVE */	
#subnavWrapper h2 {
	font-family: "Lucida Grande", Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #000;
	font-weight: bold;
	text-decoration: underline;}

#subnavWrapper h2 a {
	font-family: "Lucida Grande", Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #000;
	font-weight: bold;
	text-decoration: none;}	
	
#subnavWrapper p {display:none;}