/* CSS Document */

/*------------------------------------------------------------*
**  body copy - text and links
**------------------------------------------------------------*/

body {
	margin:0;
padding:0;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:0.82em;
	color:#333333;
	background-color:#FFFFFF;
	text-align:left;
}


a {
	color:#75AE47;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#566C20;

}
 a.head {  
color:#FF9900; font-weight:normal;
                text-decoration: none;
   }

a.head:hover {
         color:#566C20; font-weight:normal;
         text-decoration: none;


}


li {
	list-style-image:url(../images/backgrounds/li.gif);
	line-height:20px;
	text-align:left;
}

/*------------------------------------------------------------*
**  top menu bar
**------------------------------------------------------------*/

#menu {
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#94AE62;
	margin-bottom:30px;
	color:#FFFFFF;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
font-variant:small-caps;
	background-image:url(../images/backgrounds/menu.jpg);
}
#menu a {
	color:#FFFFFF;
	text-decoration:none;
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
	
}
#menu a:hover {
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #ACCF69;
	border-right:1px solid #e9ffb7;
	padding-left:9px;
	padding-right:9px;
	color:#666633;
	background-color:#FFFFFF;
	background-image:url(../images/backgrounds/a_hover.jpg);
}

/*------------------------------------------------------------*
**  header and logo area
**------------------------------------------------------------*/

#header {
	width:750px;
	margin-bottom:20px;
}
#header h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:50px;
	font-weight:normal;
	margin-bottom:0;
	padding-bottom:0;
	color:#FF9900;
	text-align:left;
border-bottom:1px solid #999933;
}


#content {
	width:730px;
	margin:0 auto 0 auto;
	text-align:left;

	
}


/*------------------------------------------------------------*
**  side bar navigation
**------------------------------------------------------------*/

#sidebar {
	width:120px;
	float:right;
	font-size:14px;
	color:#75AE47;
	text-align:left;
}
#sidebar h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:22px;
	font-weight:normal;
	border-bottom:1px solid #999933;
	color:#FF9900;
	text-align:right;
}
.submenu {
}
.submenu a {
	display:block;
	width:100%;
	background-image:url(../images/backgrounds/submenua.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding:5px;
	padding-right:0;
}
.submenu a:hover {
	background-color:#ffffff;
	background-image:url(../images/backgrounds/submenua_hover.jpg);
	background-repeat:repeat-y;
}


/*------------------------------------------------------------*
** mainbar area for the main text
**------------------------------------------------------------*/

#mainbar {
	margin-right:140px;
	padding-right:25px;
	background-image:url(../images/backgrounds/mainbar.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#mainbar h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:25px;
	font-weight:normal;
	border-bottom:1px solid #999933;
	color:#FF9900;
}


#mainbar h2 {
padding-top:15px;	
font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:18px;
	font-weight:normal;
	border-bottom:1px solid #999933;
	color:#FF9900;
}

#mainbar h3{

	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:18px;
	font-weight:normal;
	border-top:1px solid #999933;
	color:#FF9900;

}

#mainbar p {
	padding:5px;
	line-height:20px;
}



#mainbar .rightimg {
	float:right;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:5px;
}

#mainbar .leftimg {
	float:left;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
}




/*------------------------------------------------------------*
caption code - doesn't work yet









.rightfloat {
  float: right;
  width: 25%;
  margin: 0em;
  padding: 0em;
}
.rightfloat p {
font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
color:#566C20;
  text-align: center;
  font-style: italic;
   text-indent: 0;
}

.leftfloat {
  float: left
 margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
}
.leftfloat p {
font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
color:#566C20;
  text-align: center;
  font-style: italic;
  text-indent: 0;
}
**------------------------------------------------------------*/


/*------------------------------------------------------------*
**  Footer at bottom of page
**------------------------------------------------------------*/

#footer {
	width:100%;
	background-color:#b6cf84;
	border-top:1px solid #d8efa6;
	border-bottom:5px solid #94ae62;
	padding-top:5px;
	padding-bottom:5px;
	color:#FFFFFF;
}
#footer a {
	color:#006600;
}
#footer a:hover {
	color:#009900;
}
