/* ----------------------------------------------------------------------------------------------------------------- Global Styles */
@import url("../../global/CSS/global.css");

body, td, th, div, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #333333;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #333333;
	font-weight: normal;
}

a:link, a:visited, a:active {
	color: #0066CC; 
	text-decoration: underline;
}
a:hover {
	color: #0066CC; 
	text-decoration: none;
}

a.white, a.white:link, a.white:active, a.white:visited, a.white:hover 
{
	color: #FFF;
}
.bodybold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	color: #333333;
	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: 16px;
	line-height: 20px;
	color: #5C894A;
}


.headingbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #5C894A;
	line-height: 20px;
	font-weight: bold;
}

.subheading {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #11587D;
}


.subheadingbold {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #11587D;
	font-weight: bold;
}


.optionalheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #333333;
	font-weight: normal;
}

.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	color: #FFFFFF;
	font-weight: normal;
}

.swcredit 			{font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF;}
A.swcredit:link        {TEXT-DECORATION: none; color: #FFFFFF;}
A.swcredit:active      {TEXT-DECORATION: none; color: #FFFFFF;}
A.swcredit:visited     {TEXT-DECORATION: none; color: #FFFFFF;}
A.swcredit:hover       {TEXT-DECORATION: underline; color: #FFFFFF;}

.searchField {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	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: 100px;
}

.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: #404040;
}

.date {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333;}

/* ----------------------------------------------------------------------------------------------------------------- 4.0 Added Styles */
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #5C894A;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #5C894A;
	line-height: 20px;
	font-weight: bold;
}
h4 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #11587D;
}
h3 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #11587D;
	font-weight: bold;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #333333;
	font-weight: normal;
}
a.sidelink:link, a.sidelink:visited, a.sidelink:active  {
	font-size:11px;
	color: #FFF;
	display:block;
	padding: 3px 6px;
	text-decoration: none;
	float: left;
	width: 138px;
}
a.sidelink:hover {
	color: #11587D;
}
.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FFF;
	display:block;
	padding: 6px;
	float: left;
	width: 138px;
	border-bottom: 1px solid #11587D;
	margin-bottom: 4px;
}


/* ----------------------------------------------------------------------------------------------------------------- SubNav Styles */
#subnavWrapper {
    width: 138px;
    float: left;
}
#subnavWrapper p, 
#subnavWrapper h2,
#subnavWrapper h2 a {
	display: none;
}
#subnav {
    padding: 0;
    margin: 0;
    list-style: none;
}
#subnav li {
	font-size:11px;
    padding: 0;
    margin: 0;
    width: 138px;
    background: none;
}
#subnav a {
	color: #FFF;
	display:block;
	padding: 3px 6px;
	text-decoration: none;
}
#subnav a:hover {
	color: #11587D;
	display:block;
	padding: 3px 6px;
	text-decoration: none;
}
#subnav a.current {
	color: #11587D;
	display:block;
	padding: 3px 6px;
	text-decoration: underline;
}
/* ----------------------------------------------------------------------------------------------------------------- Search Styles */
#search {
	float: left;
	width: 160px;
	margin-left: 6px;
}
.searchField {
	font-size: 10px;
	line-height: 22px;
	height: 22px;
	color: #666;
	background-color: #FFF;
	float: left;
	padding: 0 0 0 4;
	border: 0;
	width: 100px;
	margin-right: 4px;
}
.searchButton {
	text-indent: -1000px;
	width: 28px;
	height: 22px;
	border: none;
	float: left;
	cursor: pointer;
	background: url(/SiteFiles/1198/Images/go.gif) no-repeat;
	font-size: 0px;
	line-height: 0px;
	outline: none; 
}






