﻿/* --------- misc styles --------- */

body 
{
    /* 
    background: #D3EDD2; */
    background-image: url('images/bg_green_stripe2.gif');
    background-repeat:repeat;
    margin: 20px 0px 20px 0px;
}

.blue {
	color: #006699;
}

.textarea {
	margin-right: 3px;
}

/* --------- general text style --------- */

body,td,p  {
	color: #333333;
	font-size: 12px;
	font-family: Verdana, Geneva, Swiss, Arial, SansSerif-Regular;
}

.footnote  {
	color: #333333;
	font-size: 10px;
	font-family: Verdana, Geneva, Swiss, Arial, SansSerif-Regular;
	background: #EFEFEF;
}

/* --------- link styles --------- */

a:link{
	color: #006699;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Geneva, Swiss, Arial, SansSerif-Regular
}

a:visited{
	color: #006699;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Geneva, Swiss, Arial, SansSerif-Regular
}

a:hover{
	color: #0066ff;
	text-decoration: underline;
	font-weight: bold;
	font-family: Verdana, Geneva, Swiss, Arial, SansSerif-Regular
}

a:active{
	color: #006699;
	text-decoration: underline;
	font-weight: bold;
	font-family: Verdana, Geneva, Swiss, Arial, SansSerif-Regular
}


a.menu:link{
	color: #006699;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Geneva, Swiss, Arial, SansSerif-Regular
}

a.menu:visited{
	color: #006699;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Geneva, Swiss, Arial, SansSerif-Regular
}

a.menu:hover{
	color: #006699;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Geneva, Swiss, Arial, SansSerif-Regular
}

a.menu:active{
	color: #006699;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Geneva, Swiss, Arial, SansSerif-Regular
}




/* --------- headline styles --------- */

h1 {
	color: #081052;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Geneva, Swiss, Arial, SansSerif-Regular;
}

h2 {
	color: #081052;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Geneva, Swiss, Arial, SansSerif-Regular;
	padding: 5px 0px 5px 5px;
	border: 0;
	margin: 0;
}

h3 {
	color: #333333;
	font-size: 12px;
	font-weight: bolder;
	font-family: Verdana, Geneva, Swiss, Arial, SansSerif-Regular;
}

h4 {
    color: #006699;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Geneva, Swiss, Arial, SansSerif-Regular;
}


td.rightBlue {
	background: #D5E6EE;
	line-height: 22px;
}

td.rightLight {
	background: #EFEFEF;
	/*line-height: 0.7;*/
}

td.topBlue {
	background: #D5E6EE;
	border-left: 1px solid #006699;
	border-bottom: 1px solid #006699;
	border-top: 1px solid #006699;
	line-height: 22px;
}


.menu {
	padding : 0 40% 0 40%;
}


img.divider {
	margin-left: 10px; 
	margin-right: 10px;
}

img.pil {
	margin-top: 2px;
	margin-right: 2px;
}


/* /SUCKERFISH MENUS */

#nav
{
    width: 100%;
	float: left;
}
#navTop
{
	float: left;
    width: 100%;
    border-bottom: 1px solid #75D775;
}

#navTop, #navTop ul 
{
	list-style: none;
	line-height: 1;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: auto;
	font-family: Verdana, Geneva, Swiss, Arial, SansSerif;
	font-size: 1em;
	font-weight: bold;
	background: #F5F5F5;
}


#navTop a {
	display: block;
	text-decoration: none;
	padding: 4px 8px 4px 8px;
	color: #595959;
	width: 100px;
	border-bottom: 0px;
	margin-bottom: 0px;
}

#navTop .activeLink {
	width: 116px;
	border-bottom: 0px;
	margin-bottom: 0px;
	border-top: 5px solid #ACACAC;
}

.activeLinkDiv
{
	font-family: Verdana, Geneva, Swiss, Arial, SansSerif-Regular
	font-size: 1em;
	display: block;
	text-decoration: none;
	padding: 4px 8px 4px 8px;
	color: #595959;
}

#navTop li {
	position: relative;
	float: left;
	padding: 0;
	background: #F5F5F5;
	text-align: center;
	border-top: 5px solid #75D775;
	border-right: 1px solid #75D775;
}

#navTop li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 100px;
	w\idth: 100px;
	font-weight: normal;
	margin: 0;
	font-size: 1em;
}

#navTop li li {
	width: 136px;
	/*border-top: 4px solid white;*/
	text-align: left;
	border-bottom: 1px solid #75D775;
	border-left: 1px solid #75D775;
	border-top: 1px solid #75D775;
}

#navTop li ul a {
	width: 120px;
	w\idth: 120px;
}

#navTop li ul ul {
	margin: 0 0 0 0;
}

#navTop li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#navTop li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#navTop li:hover, #nav li.sfhover {
	background: #D9EED9;
}

#navTop li:hover, #navTop li.hover {
    position: static;
}

#navTop a:hover {
	text-decoration: underline;
}

#nav iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

#navTop li.endDiv
{
	border-top: 5px solid #75D775;
	border-right: 0px;
}


#newsBox
{
    float:right;
    margin-top: 20px;
    margin-right: 20px;
    width: 200px;
}

.newsMainHead
{
    width: 100%;
    background: #75D775;
    margin-top:10px;
    padding: 3px 4px 3px 4px;
    font-size: larger;
    font-weight: bold;
    color: White;
}

.newsHeader 
{
 font-size: 0.9em;
}

.newsText 
{
 font-size: 0.9em;
}

.newsDate 
{
    font-size: 0.8em;
    color: Gray;
}


.wallpaperBox
{
    width: 195px;
    height: 47px;
    background-image: url('images/bg_wallpaper_box.gif');
    padding: 3px 5px 4px 5px;
    font-size: 10px;
}

/*  FOOTER STYLES  */

#footer 
{
    background: D4E5D4;
    border-top: 6px solid #75D775;
    width: 100%;
    text-align: center;
    padding: 4px 0px 4px 0px;   
}