/* ------------------------------ 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 {
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #888888;
}

td, th, div, p, font {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #888888;
}

.templatecontent p {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #888888;
}

.bodybold {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #888888;
	font-weight: bold;
}

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(/sitefiles/1232/images/bullet.gif) no-repeat 0em 0.5em;
	list-style: none;
}

A:link          {text-decoration:none; color:#7CA352;}
A:active        {text-decoration:none; color:#7CA352;}
A:visited       {text-decoration:none; color:#7CA352;}
A:hover         {text-decoration:none; color:#888888;}

	
/* SUB NAV */
#subnavWrapper {
	float: left;
	width: 125px;
	padding: 0px;}
	
#subnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;}
	
#subnav li {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 125px;
	background: none;}
	
#subnav a {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	line-height: 13px;
	text-decoration:none;
	color:#66665E;
	font-weight:normal;
}
	
#subnav a:hover {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	line-height: 13px;
	text-decoration:none;
	color:#333333;
	font-weight:normal;}

#subnav a.current {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	line-height: 13px;
	text-decoration:none;
	color:#333333;
	font-weight:normal;}

/* PARENT STYLE- THIS JUST NEEDS TO BE THE SAME DIV NAME AS THE CONTAINING SUBMENU CONTAING DIV NAVE */	
#subnavWrapper h2 {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	line-height: 20px;
	display:block;
	text-align: left;
	vertical-align: middle;
	color: 66665E;
	font-weight:bold;
}

#subnavWrapper h2 a, p {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	line-height: 20px;
	display:block;
	text-align: left;
	vertical-align: middle;
	color: 66665E;
	font-weight:bold;}
	
/* breadcrumb */
#breadcrumb {
	float: left;
	width: 571px;
	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: #66665E;
	background: url(/sitefiles/1232/images/breadcrumb.gif) no-repeat 0.2em;
}
	
#breadcrumb a:hover {
	padding: 0 0 0 20px;
	font-size: 10px;
	display:inline;
	text-decoration: none;
	color: #333333;
	background: url(/sitefiles/1232/images/breadcrumb.gif) no-repeat 0.2em;}
	
#breadcrumb a.first  {
	padding: 0px;
	font-size: 10px;
	display:inline;
	text-decoration: none;
	color: #66665E;
	background: none;
	margin-left: -15px;}
	
#breadcrumb a.first:hover  {
	padding: 0px;
	font-size: 10px;
	display:inline;
	text-decoration: none;
	color: #333333;
	background: none;
	margin-left: -15px;}

#breadcrumb a.current  {
	padding: 0 0 0 20px;
	font-size: 10px;
	display:inline;
	text-decoration: none;
	color: #333333;
	background: url(/sitefiles/1232/images/breadcrumb.gif) no-repeat 0.2em;}
	
/* headings and other body styles
---------------------------------------------------------- */

.bodyoptional {font-family: Verdana, Helvetica, sans-serif;font-size: 9px;line-height: 13px;color: #7c7c7c;}
A.bodyoptional:link        {TEXT-DECORATION: underline; color: #7c7c7c;}
A.bodyoptional:active      {TEXT-DECORATION: none; color: #7c7c7c;}
A.bodyoptional:visited     {TEXT-DECORATION: none; color: #7c7c7c;}
A.bodyoptional:hover       {TEXT-DECORATION: none; color: #333333;}

.heading {font-family: "Lucida Grande", Arial, sans-serif;font-size: 20px;line-height: 24px;color: #267A85;}
A.heading:link        {TEXT-DECORATION: none; color: #267A85;}
A.heading:active      {TEXT-DECORATION: none; color: #267A85;}
A.heading:visited     {TEXT-DECORATION: none; color: #267A85;}
A.heading:hover       {TEXT-DECORATION: underline; color: #267A85;}

.headingbold {font-family: "Lucida Grande", Arial, sans-serif;font-size: 20px;line-height: 24px;color: #267A85;font-weight: bold;}
A.headingbold:link        {TEXT-DECORATION: none; color: #267A85;}
A.headingbold:active      {TEXT-DECORATION: none; color: #267A85;}
A.headingbold:visited     {TEXT-DECORATION: none; color: #267A85;}
A.headingbold:hover       {TEXT-DECORATION: underline; color: #267A85;}

.subheading {font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;	font-size: 12px;line-height: 15px;color: #bf5985;}
A.subheading:link        {TEXT-DECORATION: underline; color: #bf5985;}
A.subheading:active      {TEXT-DECORATION: none; color: #bf5985;}
A.subheading:visited     {TEXT-DECORATION: none; color: #bf5985;}
A.subheading:hover       {TEXT-DECORATION: none; color: #333333;}

.subheadingbold {font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;	font-size: 12px;line-height: 15px;color: #bf5985;font-weight: bold;}
A.subheadingbold:link        {TEXT-DECORATION: underline; color: #bf5985;}
A.subheadingbold:active      {TEXT-DECORATION: none; color: #bf5985;}
A.subheadingbold:visited     {TEXT-DECORATION: none; color: #bf5985;}
A.subheadingbold:hover       {TEXT-DECORATION: none; color: #333333;}

.optionalheading {font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;font-size: 12px;line-height: 16px;color: #66665E;font-weight: bold;text-transform:uppercase;}
A.optionalheading:link        {TEXT-DECORATION: none; color: #66665E;}
A.optionalheading:active      {TEXT-DECORATION: none; color: #66665E;}
A.optionalheading:visited     {TEXT-DECORATION: none; color: #66665E;}
A.optionalheading:hover       {TEXT-DECORATION: underline; color: #333333;}

h1 {font-family: "Lucida Grande", Arial, sans-serif;font-size: 20px;line-height: 24px;color: #267A85;}

h2 {font-family: "Lucida Grande", Arial, sans-serif;font-size: 20px;line-height: 24px;color: #267A85;font-weight: bold;}
	
h3 {font-size: 12px;line-height: 15px;color: #bf5985;}
	
h4 {font-size: 12px;line-height: 15px;color: #bf5985;font-weight: bold;}

h5 {font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;font-size: 12px;line-height: 16px;color: #66665E;font-weight: bold;text-transform:uppercase;}

.pageSearchTitle {
font-size: 14px;
line-height: 18px;
color: #267A85;}

a.pageSearchTitle {
font-size: 14px;
line-height: 18px;
color: #267A85;
text-decoration:none;}

a.pageSearchTitle:hover {
font-size: 14px;
line-height: 18px;
color: #267A85;
text-decoration:underline;}

/* sw function styles DO NOT DELETE
---------------------------------------------------------- */

.swcredit 			{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #c8c8b9;
}
A.swcredit:link        {TEXT-DECORATION: none; color: #c8c8b9;}
A.swcredit:active      {TEXT-DECORATION: none; color: #c8c8b9;}
A.swcredit:visited     {TEXT-DECORATION: none; color: #c8c8b9;}
A.swcredit:hover       {TEXT-DECORATION: underline; color: #333333;}

.orgname {font-family: Arial, Helvetica, sans-serif;font-size: 22px;color: #FFFFFF;line-height: 24px;font-weight: bold;}

.orginfo {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #949494;
}
A.orginfo:link        {TEXT-DECORATION: none; color: #949494;}
A.orginfo:active      {TEXT-DECORATION: none; color: #949494;}
A.orginfo:visited     {TEXT-DECORATION: none; color: #949494;}
A.orginfo:hover       {TEXT-DECORATION: underline; color: #333333;}

/* extra styles
---------------------------------------------------------- */

.date {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #000000;}

.sglogintext {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 9px;color: #000000;}

.repeat-x {
	background-repeat: repeat-x;
	background-position: left top;
}

.repeat-y {
	background-repeat: repeat-y;
	background-position: left top;
}

.no-repeat {
	background-repeat: no-repeat;
	background-position: left top;
}
.utillinks {font-family: Verdana, Helvetica, sans-serif;font-size: 9px;line-height: 13px;color: #66665E;}
A.utillinks:link        {TEXT-DECORATION: none; color: #66665E;}
A.utillinks:active      {TEXT-DECORATION: none; color: #66665E;}
A.utillinks:visited     {TEXT-DECORATION: none; color: #66665E;}
A.utillinks:hover       {TEXT-DECORATION: none; color: #333333;}

.searchField {font-family: Verdana, Helvetica, sans-serif;font-size: 9px;color: #66665E;}

.searchbutton {
	text-indent: -9999px;
	line-height: 0px;
	background-image: url(/sitefiles/1232/images/search.jpg);
	border: none;
	height: 17px;
	width: 17px;
}

#content {
	float: left;
	width: 571px;
	text-align: left;
	clear: left;
	padding-top: 10px;
	overflow: hidden;
}

