/*BEGIN MAIN BODY STYLES*/
body {
	font-family: Arial, Helvetica, sans-serif; 
	margin: 0;
	padding: 0;
	font-size: 75%;
}

#logo {
	margin: 2px 0 0 0;
}

p {
	line-height: 160%;
	font-size: 100%;
}

a {
	color: #01543a;
}

a.hemail:link {color: #efecd7; text-decoration:none}
a.hemail:visited {color: #efecd7; text-decoration:none}
a.hemail:hover {color: #efecd7; text-decoration:underline}
a.hemails:active {color: #efecd7; text-decoration:none}

#left_sidebar {
	position: absolute;
	left: 0;
	width: 175px;
}

#main {
	margin: 0 0 0 175px;
	padding: 0 15px 0 15px;
	border-left: solid #b2b3b4 1px;
	height: 800px;
}

#main2 {
	margin: 0 0 0 175px;
	padding: 0 15px 0 15px;
	border-left: solid #b2b3b4 1px;
	height: 1200px;
}

#main3 {
	margin: 0 0 0 175px;
	padding: 0 15px 0 15px;
	border-left: solid #b2b3b4 1px;
	height: 5000px;
}

table.breadcrumb {
	background-color: #2f4e45;
	padding: 1px 0px 1px 5px;
	width: 100%;
	font-size: 95%;
	color: #FFF;
}

a.breadcrumb {
	font-size: 95%;
	color: #FFF;
}
/*END MAIN BODY STYLES*/


/*BEGIN LEFT NAVIGATION MENU STYLES*/
ul.nav {
	list-style-type: none;
	padding: 0;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
}

li.main {
	padding: 6px 0 6px 0;
	width: 175px;
	border-top: solid #b2b3b4 1px;
}

li.main2 {
	padding: 4px 0 4px 0;
}



a.sidebar {margin-left: 8px}
a.sidebar:link {color: #000000; text-decoration: none; font-weight: bold}
a.sidebar:visited {color: #000000; text-decoration: none; font-weight: bold}
a.sidebar:hover {color: #333333; text-decoration: underline; font-weight: bold}
a.sidebar:active {color: #2b3648; text-decoration: none; font-weight: bold}

a.sidebar2 {margin-left: 8px}
a.sidebar2:link {color: #01543a; text-decoration: none; font-weight: bold}
a.sidebar2:visited {color: #01543a; text-decoration: none; font-weight: bold}
a.sidebar2:hover {color: #01543a; text-decoration: none; font-weight: bold}
a.sidebar2:active {color: #01543a; text-decoration: none; font-weight: bold}

a.sidebar3 {margin-left: 18px}
a.sidebar3:link {color: #000000; text-decoration: none; font-weight: bold}
a.sidebar3:visited {color: #000000; text-decoration: none; font-weight: bold}
a.sidebar3:hover {color: #333333; text-decoration: underline; font-weight: bold}
a.sidebar3:active {color: #2b3648; text-decoration: none; font-weight: bold}

a.home {margin-left: 8px}
a.home:link {color: #01543a; text-decoration:none; font-weight: bold}
a.home:visited {color: #01543a; text-decoration:none; font-weight: bold}
a.home:hover {color: #000000; text-decoration:underline; font-weight: bold}
a.home:active {color: #01543a; text-decoration:none; font-weight: bold}
/*END LEFT NAVIGATION MENU STYLES*/


/*BEGIN MAIN CONTENT STYLES*/
h1 {
	border-bottom: solid #b2b3b4 1px;
	letter-spacing: 1.5px;
	font-size: 150%;	
}

h2 {
	font-size: 140%;
}

h2.mainboxtitle {
	margin: 0 0 5px 5px;
}

h3 {
	font-size: 125%;
}

.mainbox {
	background-color: #e9e5c7;
	border: none;
	padding: 5px;
	width: 100%;
}

.boxtext {
	margin: 0 0 0 5px;
	}

.mainbox2 {
	width: 100%;
	text-align: center;
}

p.contact {
	font-family: "Century Gothic", "Gills Sans", Arial, sans-serif;
	font-size: 110%;
}

/*END MAIN CONTENT STYLES*/

/*BEGIN OFFICE LIST STYLES*/
ul.az {
	list-style-type: none;
	padding: 0;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #01543a;
	font-weight: bold;
	line-height: 150%;
	}

li.az {
	padding: 0 0 0 5px;
	font-size: 80%;
	font-weight: normal;
	color: black;
}

a.az:link {text-decoration: none;}
a.az:visited {text-decoration: none;}
a.az:hover {color: #333333; text-decoration: underline;}
a.az:active {color: #2b3648; text-decoration: none;}

a.az2 {
	font-weight: bold;
	font-size: 120%;

}


/*END OFFICE LIST STYLES*/

/*BEGIN FOOTER STYLES*/
.footer {
	color: #FFF;
	margin: 0;
	font-size:95%;
	font-weight: bold;
	width: 100%;
}

p.footer {
	font-size: 90%;
	color: #000;
	font-weight: lighter;
}
	
a.footer:link {color: #01543a; text-decoration:none; font-weight: lighter; font-size: 100%}
a.footer:visited {color: #01543a; text-decoration:none; font-weight: lighter; font-size: 100%}
a.footer:hover {color: #000000; text-decoration:underline; font-weight: lighter; font-size: 100%}
a.footer:active {color: #01543a; text-decoration:none; font-weight: lighter; font-size: 100%}
/*END FOOTER STYLES*/


