/* generic link style */

a:link, a:active, a:visited {
	text-decoration: none;
	color: #8ab50d;
}
a:hover {
	text-decoration: underline;
}

/* header styles */

#container-header {
	width: 100%;
	height: 75px;
	padding: 0px 27px;
	border-bottom: 1px solid #8ab50d;
}
#container-header-images {
        width: 100%;
        height: 226px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#container-header-images-left {
	width: 325px;
	text-align: center;
}
#container-header-images-middle {
	width: 322px;
	padding: 0px 10px;
	text-align: center;
}
#container-header-images-right {
        width: 323px;
	text-align: center;
}
#container-menu-top {
	width: 100%;
	height: 34px;
	background: url(../images/bg-menu-top-03.jpg);
	border-top: 1px solid #ffffff;
	color: #ffffff;
        min-width: 990px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* drop down styles */

ul.dropdown {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
	color: #ffffff;
}
ul.dropdown li a.menu-top:link, a.menu-top:visited, a.menu-top:active {
        color: #ffffff;
        font-weight: bold;
        font-size: 8pt;
        display: block;
}
ul.dropdown a:hover {
        text-decoration: none;
}
ul.dropdown ul {
	width: 140px;
	border-bottom: 1px solid #ffffff;
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
}
ul.dropdown ul li a {
        line-height: 11pt;
        padding: 2px 5px;
        color: #ffffff;
        border-top: 1px solid #ffffff;
        background: #8ab50d;
}
ul.dropdown ul li a:hover {
        text-decoration: underline;
}


/* content styles */

#container-content {
        width: 990px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
        text-align: center;
        vertical-align: top;
	font-size: 10pt;
}
#container-content td {
        vertical-align: top;
        text-align: left;
	font-size: 10pt;
}
#container-content img.main-image {
        margin-left: 40px;
        margin-bottom: 20px;
        float: right;
}

/* left menu styles */

#container-menu-left {
	float: left;
	width: 100px;
	padding: 2px 0px 20px 0px;
}
ul.left-menu {
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px;
	list-style-type: none;
}
ul.left-menu li a.menu-left:link, a.menu-left:active, a.menu-left:visited {
	font-size: 8pt;
	color: #8ab50d;
	font-weight: normal;
	text-decoration: none;	
}
ul.left-menu li a.menu-left:hover {
        text-decoration: underline;
}
ul.left-menu li.on {
	list-style-type: circle;
	list-style-image: url(../images/bullet-03.jpg);
}

/* footer styles */

#container-footer {
	width: 100%;
	height: 34px;
	background: #8ab50d;
	color: #ffffff;
	text-align: center;
}
#container-footer a.footer:link, a.footer:active, a.footer:visited {
	color: #ffffff;
	font-size: 8pt;
	text-decoration: none;
}
#container-footer a.footer:hover {
	text-decoration: underline;
}

/* font styles */

h1 {
	font-size: 14pt;
	font-weight: normal;
	color: #8ab50d;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
        font-size: 11pt;
        font-weight: bold;
        color: #8ab50d;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
        font-size: 11pt;
        font-weight: bold;
        color: #8ab50d;
        font-family: Arial, Helvetica, sans-serif;
}
