/* Start newsletter sign-up styles */
.signup {
	float: right;
	text-align: center;
	border: 1px solid #f9750a;
	background: #ffe1bf;
	font-size: 60%;
	width: 190px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: 1em;
}
.signup #newsletterlink a:link {
	color: #b35d00;
}
.signup #newsletterlink a:visited {
	color: #b35d00;
}
.signup #newsletterlink a:hover, .signup #newsletterlink a:active {
	color: #360099;
}
/* End sign-up styles */

/* Start login styles */
.loginnav {
	float: right;
	text-align: center;
	border: 1px solid #004181;
	background: #bfdfff;
	font-size: 60%;
	padding: .5em 1.5em;
}
.loginnav #memberslink a:link {
	color: #004181;
}
.loginnav #memberslink a:visited {
	color: #004181;
}
.loginnav #memberslink a:hover, .loginnav #memberslink a:active {
	color: #360099;
}
/* End login styles */

/* Start Home page Latest News list */
#leftnews {
	position: absolute;
	width: 12em;
	top: 10.5em;
	left: 0em;
}
#leftnews h2 {
	font-size: 90%;
	margin-left: 0.5em;
	margin-right: 0.5px;
	color: #004181;
}
#leftnews ul {
	margin: 1em 1em 2em 0.95em;
}
#leftnews li {
	font-size: 70%;
	font-weight: bold;
	margin-bottom: 0em;
}
#leftnews a:link, #leftnews a:visited {
	background: #bfdfff;
	color: #004181;
	border-left: 8px solid #004181;
	border-bottom: 1px solid #004181;
	display: block;
	padding-bottom: 0.5em;
	padding-top: .5em;
	padding-left: 0.4em;
	text-decoration: none;
	border-top: 1px solid #f2f9ff;
}
#leftnews a:hover, #leftnews a:active {
	background: #004181;
	color: #bfdfff;
	border-bottom: 1px solid #004181;
	border-left: 8px solid #004181;
}
#sectionmenu {
	text-align: center;
}
/* End Home page Latest News list */

/* Start Personal/Business menu */
#sectionmenu #publicbutton {
	float: left;
	font-weight: bold;
	background-image: url(../images/public_button.jpg);
	background-repeat: no-repeat;
	width: 280px;
	height: 48px;
	padding-top: 31px;
	margin: 1em 1em 0em 8em;
}
#sectionmenu #businessbutton {
	float: left;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/business_button.jpg);
	background-repeat: no-repeat;
	width: 280px;
	height: 48px;
	padding-top: 31px;
	margin-left: 8em;
	margin-bottom: 1em;
}
#sectionmenu #publicbutton a:link, #sectionmenu #businessbutton a:link,
#sectionmenu #publicbutton a:visited, #sectionmenu #businessbutton a:visited {
	color: #330000;
}
#sectionmenu #publicbutton a:hover, #sectionmenu #businessbutton a:hover,
#sectionmenu #publicbutton a:active, #sectionmenu #businessbutton a:active {
	color: #003399;
}
/* End Personal/Business menu */


/* Start main content */
#content {
	margin-left: 13em;
	margin-right: 1em;
}
#content h1 {
	font-size: 120%;
	font-weight: bold;
	color: #004181;
}
h1+p {
	font-weight: bold;
	clear: right;
}
#content h3 {
	font-size: 80%;
	margin-left: 1em;
	margin-bottom: 0.5em;
	color: #009999;
	margin-top: .5em;
}
#content address {
	margin-left: 2em;
	font-weight: bold;
	line-height: 140%;
	font-style: normal;
	font-size: 80%;
}
#mappage #content {
	margin-left: 1em;
}
#indeximg 	/* Home page photos*/
{
	padding: 5px 5px 8px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
	background: #e5e5e5;
	margin-bottom: 1em;
	float: right;
	margin-left: 1em;
}
