﻿/* CSS layout */
body {
	margin: auto;
	padding: 0px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	}
#wrapper {
	position: relative;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 924px;
}

#masthead {
	background-image: url(../images/sub_head_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 214px;
	width: 924px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	color: #FFFFFF;
}

#head-menu {
	position: absolute;
	top: 12px;
	left: 200px;
}

#head-menu ul {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#head-menu ul li {
	list-style: none;
	display: inline;
	width: 99px;
	height: 34px;
	float: left;
	text-align: center;
	margin: 0;
	padding: 1px 2px 0px 2px;
	cursor: pointer;
	vertical-align: middle;
}

#head-menu a:link, #head-menu a:active, #head-menu a:focus{
	color: #ccddcc;
	text-decoration: none;
}
#head-menu a:hover, #head-menu a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#header-path {

	position: absolute;

	top: 192px;

	left: 206px;

}
#header-path a:link, #header-path a:active, #header-patha:focus{
	color: #ccddcc;
	text-decoration: none;
}
#header-path a:hover, #header-path a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#curr-menu {
	line-height: 40px;
	padding-left: 24px;
	background-color: #2f523e;
	background-image: url('../images/menu_left_top.jpg');
	background-repeat: repeat-x;
}


#container {
	clear: both;
}
/* left menu */
#left-col {
	float: left;
	color: #FFFFFF;
}

#left-col .menu-level-1 {
	background-color: #2f523e;
	border-bottom: 1px solid #97a89e;
	padding: 5px 15px 5px 15px;
	cursor: pointer;
	background-position: 0px 10px;
	color: #FFFFFF;
}

#left-col .menu-level-1.selected {
	background-position: 4px 8px;
}

#left-col .menu-level-1 a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#left-col .menu-level-2 {
	background-color: #457659;
	border-bottom: 1px solid #97a89e;
	padding: 5px 0px 5px 26px;
	cursor: pointer;
	background-position: 11px 10px;
	color: #FFFFFF;
}

#left-col .menu-level-2.selected {
	background-position: 15px 8px;
}

#left-col .menu-level-2 a {
	color: #FFFFFF;
	text-decoration: none;
}

/*right column*/
#searchbox {
	background-color: #41624f;
	background-image: url(../images/box_green_bg.png);
	background-repeat: repeat-x;
	width: 189px;
	height: 37px;
	border: 1px solid #2F523E;
}


#right-col {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 189px;
}

#business-menu {
	list-style: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 189px;
	background-color: #e1e1e1;
	font-size: 1em;
	margin-bottom: 15px;
}

#business-menu h1 {
	background-image: url('../images/h_blue.png');
	background-repeat: no-repeat;
	text-align: right;
	font-weight: bold;
	font-size: 1.2em;
	height: 30px;
	padding-top: 4px;
	padding-right: 15px;
	margin-bottom: 0pt;
	color: #FFFFFF;
}

#business-menu ul li img {
margin-left: 2px;
vertical-align: middle;
}

#business-menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#business-menu ul li {
	padding-left: 10px;
}

#red-menu {
	width: 189px;
	background-color: #e1e1e1;
	font-size: 1em;
	margin-bottom: 15px;
}

#red-menu h1 {
	background-image: url('../images/h_red.png');
	background-repeat: no-repeat;
	text-align: right;
	font-weight: bold;
	font-size: 1.2em;
	height: 30px;
	padding-top: 4px;
	padding-right: 15px;
	margin-bottom: 0pt;
	color: #FFFFFF;
}

#red-menu ul li img {
margin-left: 2px;
vertical-align: middle;
}

#red-menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#red-menu ul li {
	padding-left: 10px;
	padding-bottom: 5px;
}


#green-menu {
	width: 189px;
	background-color: #e1e1e1;
	font-size: 1em;
}

#green-menu h1 {
	background-image: url('../images/h_green.png');
	background-repeat: no-repeat;
	text-align: right;
	font-weight: bold;
	font-size: 1.2em;
	height: 30px;
	padding-top: 4px;
	padding-right: 15px;
	margin-bottom: 0pt;
	color: #FFFFFF;
}

#green-menu ul li img {
margin-left: 2px;
vertical-align: middle;
}

#green-menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#green-menu ul li {
	padding-left: 10px;
	padding-bottom: 5px;
}

/*end of rightcolumn*/

#page-content {
	padding: 15px 20px 0px 10px;
	margin: 0 0 0 200px;
	width: 490px;
}

#page-content p a, #page-content p a:link, #page-content p a:active, #page-content p a:visited, #page-content p a:focus {
	text-decoration: none;
	color: #b54a3e;
}

#page-content p a:hover {
	text-decoration: underline;
	color: #b54a3e;
}

#page-content li {
	list-style-type: disc;
	display: list-item;
	padding-bottom: 1.25em;
}
#page-content ul {
	margin-left: 15px;
	padding-left: 5px;
	line-height: 150%;
}

#page-content ol {
	margin-left: 15px;
	padding-left: 5px;
	list-style-type: decimal;
}


#footer {
	clear: both;
	border-top: 2px solid #97a89e;
	font-size: 10px;
	margin-top: 40px;
	padding-top: 3px;
	text-align: center;
}


#footer .menu {

	color: #94a59b;

	font-size: 10px;

	padding: 5px 0 0 4px;

}



#footer .menu ul {

	padding: 0;

	margin: 0;

}


#footer .menu li {

	display: inline;

	padding: 0 3px 0 10px;

	background-image: url(/images/design/footer_arrow.jpg);

	background-repeat: no-repeat;

	background-position: 0 2px;

}



#footer .menu a {

	color: #2f523e !important;

	font-size: 10px;

}

.page-menu {
	text-align: left;
	background-color: #2f523e;
	padding-left: 3px;
	padding-right: 3px;
	width: 191px;
}
#page-content h1 {
	font-size: 1.75em;
	color: #32503C;
}
#page-content h2 {
	font-size: 1.2em;
	color: 333333;
}
#page-content h3 {
	font-weight: bold;
	font-size: 1em;
	color: #b54a3e;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#green-menu p {
	padding: 5px;
}
.imgright {
	float: right;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#business-menu a:link, #business-menu a:link, #business-menu a:active, #business-menu a:visited, #business-menu a:focus{
	color: #2f523e;
	text-decoration: none;
}

#business-menu a:hover {
	color: #000000
}

#green-menu a:link, #green-menu a:link, #green-menu a:active, #green-menu a:visited, #green-menu a:focus{
	color: #2f523e;
	text-decoration: none;
}
#green-menu a:hover {
	color: #000000
}

#red-menu a:link, #red-menu a:active, #red-menu a:visited, #red-menu a:focus{
	color: #2f523e;
	text-decoration: none;
}
#red-menu a:hover {
	color: #000000
}

#page-content p {
	line-height: 150%;
	text-align: justify;
}
#page-content strong {
	color: #2F523E;
}
#page-content ol li {
	padding-top: 10px;
	padding-left: 0px;
	margin-left: 0px;
	text-align: justify;
	line-height: 125%;
	list-style-position: inside;
	list-style-type: decimal;
}
.logo {
	position: relative;
	top: 60px;
	left: 60px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
#page-content li a:link, #page-content li a:active, #page-content li a:visited, #page-content li a:focus {
	color: #B54A3E;
	text-decoration: none;
}
#page-content li a:hover {
	text-decoration: underline;
}
#page-content h2 a:link, #page-content h2 a:active, #page-content h2 a:visited, #page-content h2 a:focus {
	color: #B54A3E;
	text-decoration: none;
}
#page-content h2 a:hover {
	text-decoration: underline;
}
#page-content h3 a:link, #page-content h3 a:active, #page-content h3 a:visited, #page-content h3 a:focus {
	color: #B54A3E;
	text-decoration: none;
}
#page-content h3 a:hover {
	text-decoration: underline;
}
.notice {
	font-size: 1.25em;
	border: 1px solid #2F523E;
	background-color: #d3dcbe;
	margin: 10px;
	padding: 10px;
	text-align: justify;
}
