/* ------------------------------ 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;
}

body, td, th, div, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	color: #000000;
}

address {
	color: #109B9B;
    font-style: normal;
    padding: 3px;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	color: #000000;
	font-weight: bold;
}

A:link {
	COLOR: #660500;
	TEXT-DECORATION: none;
}

A:active {
	COLOR: #660500;
	TEXT-DECORATION: none;
}

A:visited {
	COLOR: #660500;
	TEXT-DECORATION: none;
}

A:hover {
	COLOR: #660500;
	TEXT-DECORATION: underline;
}

ul li {
	padding: 0 0 0 15px;
	margin: 0px;
	background: url(../Images/bullet.gif) no-repeat 0em 0.5em;
	list-style: none;
}

/* SUB NAV */

#subnavWrapper {
	float: left;
	width: 140px;
	padding: 0px;
}

#subnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;
}

#subnav li {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 140px;
	background: none;
}

#subnav a {
	font-size: 12px;
	display: block;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	color: #000000;
}

#subnav a:hover {
	font-size: 12px;
	display: block;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	color: #000000;
	background: #4f9da2;
}

#subnav a.current {
	font-size: 12px;
	display: block;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	color: #000000;
	background: #4f9da2;
}

/* 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;
}

.bodybold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	color: #000000;
	font-weight: bold;
}

.bodyoptional {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #660500;
}

.headingbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #660500;
	line-height: 20px;
	font-weight: bold;
}

.subheading {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #15666d;
}

.subheadingbold {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #15666d;
	font-weight: bold;
}

.optionalheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #1b364a;
	font-weight: bold;
}

.swcredit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #15666d;
}

A.swcredit:link {
	TEXT-DECORATION: none;
	color: #15666d;
}

A.swcredit:active {
	TEXT-DECORATION: none;
	color: #15666d;
}

A.swcredit:visited {
	TEXT-DECORATION: none;
	color: #15666d;
}

A.swcredit:hover {
	TEXT-DECORATION: underline;
	color: #15666d;
}

/* breadcrumb */

#breadcrumb {
	float: left;
	text-align: left;
}

#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: #15666d;
	background: url(../Images/breadcrumb.gif) no-repeat 0.2em;
}

#breadcrumb a:hover {
	padding: 0 0 0 20px;
	font-size: 10px;
	display: inline;
	text-decoration: underline;
	color: #15666d;
	background: url(../Images/breadcrumb.gif) no-repeat 0.2em;
}

#breadcrumb a.current {
	padding: 0 0 0 20px;
	font-size: 10px;
	display: inline;
	text-decoration: underline;
	color: #15666d;
	background: url(../Images/breadcrumb.gif) no-repeat 0.2em;
}

.searchField {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 1px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #000000;
	width: 110px;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	color: #404040;
	background-color: #FFFFFF;
}

.sglogintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #15666d;
}

.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #660500;
}

a.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #660500;
	text-decoration: none;
}

a.pageSearchTitle:hover {
	font-size: 14px;
	line-height: 18px;
	color: #660500;
	text-decoration: underline;
}
