/* CSS Document */

body {
	background-image: url(images/background.jpg);
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
}

h1 {
	font-size: 24px;
	font-weight: bolder;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	color: #006600;
}

h2 {
	font-size: 18px;
	font-weight: bolder;
	margin-left: 15px;
	margin-bottom: 1px;
	margin-top: 5px;
	margin-right: 10px;
	color: #836133; 
}

p {
  font-size: 12px;
  margin-left: 20px;
  margin-right: 20px;
  color: #000000;
  line-height: 1.5em;
}

li.page {
    list-style: url(images/sideways-drip.jpg);
	font-size: 12px;
	margin-left: 0px;
	margin-right: 10px;
	line-height: 1.5em;
}

div hr {
    width: 95%;
	color: #CCCCCC;
	height: 1px;
	margin: 0 5px 0 20px;
}

div.floatright400 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	float: right;
	font-weight: bold;
	margin-right: 10px;
	width: 400px;
}


blockquote {
    font-size: 12px;
    margin-left: 40px;
    margin-right: 20px;
    color: #000000;
    line-height: 1.5em;
}

table.rates {
    font-size: 12px;
    color: #000000;
    line-height: 1.5em;
	margin-left: 20px;
}

table.meetings {
    font-size: 12px;
    margin-left: 20px;
    margin-right: 10px;
    color: #000000;
    line-height: 1.5em;
}

table.employment {
    font-size: 12px;
    color: #000000;
    line-height: 1.5em;
}

td.title {
    font-size: 14px;
	font-weight: bold;
	color: #003366;
	background-color: #E7D3B0;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

td.archive{
    font-size: 12px;
	background-color: #FFFFCC;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.5em;
}

td.news{
    font-size: 12px;
	background-color: #FFFFCC;
	text-align: left;
	padding-left: 7px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.5em;
}

.alert {
    color: #FF0000;
	font-weight: bold;
}

a.bodylink:link {font-size: 12px; color: #339999; text-decoration: none; font-weight: bolder;}
a.bodylink:visited {font-size: 12px; color: #339999; text-decoration: none; font-weight: bolder;}
a.bodylink:hover {font-size: 12px; color: #003399; text-decoration: underline; font-weight: bolder;}

a.frontpage:link {font-size: 16px; font-weight: bolder; color: #006666; text-decoration: none;}
a.frontpage:visited {font-size: 16px; font-weight: bolder; color: #006666; text-decoration: none;}
a.frontpage:hover {font-size: 16px; font-weight: bolder; color: #006666; text-decoration: underline;}

/* Begin navigation for vertical flyout menus */

#navigation {
    position: absolute;
    width: 150px;
}

#navigation ul{
	margin-left: 0;
	padding: 0;
	color: #FFFFFF;
	list-style: none;
}

#navigation li {
    margin: 0;
	padding: 0;
}

#navigation ul li a.menu{
    display: block;
	margin-left: 10px;
	padding: 8px 0 8px 0;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	list-style: none;
}

#navigation ul li a.menu:hover {
    background-color: #45759C;
    border-left: 10px solid #45759C;
	border-right: 10px solid #45759C;
	margin-left: 0;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	text-decoration: none;
	list-style: none;
}

#navigation ul li ul li a.submenu{
    background-color: #E7D3B0;
    border-left: 10px solid #836133;
	border-right: 10px solid #836133;
	border-top: 0 0 0;
    display: block;
	margin: 0;
	padding: 4px 0 4px 6px;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
	text-align: left;
	text-decoration: none;
	list-style: none;
	width: 200px;
}

#navigation ul li ul li a.submenu:hover {
    background-color: #000033;
    border-left: 10px solid #006600;
	border-right: 10px solid #006600;
	border-top: 0 0 0;
    display: block;
	margin: 0;
	padding: 4px 0 4px 6px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	list-style: none;
	width: 200px;
}

/* Requirement: Put the element selector name (ddv)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

div#navigation li, div#navigation li:hover {
    position: relative;
	width: 150px;
	font-size: 14px;
}

div#navigation ul li ul li a.submenu, div#navigation ul li ul li a.submenu:hover {
    position: relative;
	width: 200px;
	font-size: 12px;
}

div#navigation li ul {
    position: absolute;
	top: 0;
	left: 100.1%;
	display: none;
}

div#navigation ul ul,
div#navigation ul ul ul,
div#navigation ul li:hover ul ul
    {display: none;}

div#navigation ul li:hover ul,
div#navitation ul ul li:hover ul
    {display: block;}

/* end non-anchor hover selectors */

/* Footer style */

div.footer {
	width: 635px;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 15px;
}

a.footerlink:link {
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
	margin-top: 10px;
	margin-bottom: 15px;
	text-decoration: none;
}

a.footerlink:visited {
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
	margin-top: 10px;
	margin-bottom: 15px;
	text-decoration: none;
}

a.footerlink:hover {
	font-size: 11px;
	font-weight: bold;
	color: #FFFF00;
	margin-top: 10px;
	margin-bottom: 15px;
	text-decoration: underline;
}

<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc); /* call hover behaviour file */
font-size: 100%; /* enable IE to resize em fonts */
} 
#menu ul li {
float: left; /* cure IE5.x "whitespace in lists" problem */
width: 100%;
}
#menu ul li a {
height: 1%; /* make links honour display: block; properly */
} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif; 
/* if required use em's for IE as it won't resize pixels */
} 
</style>
<![endif]-->