/* -------------------------- BEGIN do not change --------------------------- */

ul.dropdown
{
    list-style: none;
    margin:0;
    padding:0;
    width:100%;
    z-index:99;
}

ul.dropdown * ul
{
    list-style: none;
    margin:0;
    padding: 0;
    display:none;
    position:absolute;
    z-index:99;
    width:auto;
}

ul.dropdown li
{
    float:left;
}

ul.dropdown li * li
{
    border-top:1px solid #fff;
    float:none;
    position: relative;
}

ul.dropdown ul * ul
{
    left:98%;
    top:0;
}

ul.dropdown a
{
    display:block;
    background: #88ac0b url('UserFiles/Image/menu-background.png') top left repeat-x;}

ul.dropdown ul * a
{
    height:100%;
}

ul.dropdown li:hover ul ul, ul.dropdown li:hover ul ul ul, ul.dropdown li:hover ul ul ul ul
{
    display:none;
    background: #b6e41c url('UserFiles/Image/menu-hover.png') repeat-x;

}

ul.dropdown li:hover ul, ul.dropdown ul li:hover ul, ul.dropdown ul ul li:hover ul
{
    display:block;
    background: #b6e41c url('UserFiles/Image/menu-hover.png') repeat-x;

}


/* -------------------------- END do not change --------------------------- */

/**************** eyecandy *****************/


ul.dropdown a
{
    color:#000;
    padding:3px 10px 3px 10px;
    text-decoration:none;
    font-weight: bold;
}

ul.dropdown a:hover
{
    color:#fff;
    background: #b6e41c url('UserFiles/Image/menu-hover.png') repeat-x;
    text-decoration:underline;
}

ul.dropdown ul
{
    border:1px outset;

}

ul.dropdown ul a
{
    color:#000;
    padding:3px 10px 3px 10px;
    text-decoration:none;
}

ul.dropdown ul a:hover
{
    color:#fff;
    background: #b6e41c url('UserFiles/Image/menu-hover.png') repeat-x;
}

ul.dropdown ul li
{
    background-color:#ccc;
}

/**************** eyecandy *****************/


body {
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	background-color: #ddd;
	line-height: 110%;
	font-family: Georgia, "Lucida Grande",Tahoma,"Bitstream Vera Sans",Arial,sans-serif, "Times New Roman", Centaur ;
	text-align: center;
}

#wrapper-header {
	background: #666;
}

#header {
	background: #888 url('UserFiles/Image/label4.jpg') right no-repeat;
	width: 900px;
	height: 250px;
	line-height: 30px;
	margin: 0 auto;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	text-align: center;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #558a09;
	font-size: 153%;
	letter-spacing: 1.5px;
        text-transform : uppercase;
}
#header h2 {
	margin: 0;
	padding: 0;
	color: #558a09;
	font-size: 100%;
	letter-spacing: 3px;
        text-transform : uppercase;
	border-bottom: 0px solid #a0c80e;
}

#wrapper-menu {
	background: #88ac0b url('UserFiles/Image/menu-background.png') top left repeat-x;
	float: left;
	width: 100%;
}


#menu {
    width: 900px;
    margin: 0 auto;
    font-size: 95%;
    white-space: nowrap; 
    padding-right: 2px;	
    border-left: 1px solid #95bc0e;
    border-right: 1px solid #95bf0f;
    text-align: left;
}

* html #menu { padding-right: 0; } 


/*
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-left: 1px solid #95bc0e;
	border-right: 1px solid #95bf0f;
	width: 100%;

}

#menu li {
	display: inline;
}

#menu a:link, #menu a:visited {
	padding: 0.2em 1em;
	background: transparent;
	color: #FFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #95bc0e;
}

#menu ul li a:hover
{
	background: #b6e41c url('UserFiles/Image/menu-hover.png') repeat-x;
	color: #000;
}
*/


#content {
	width: 880px; /* 73% because it has 1% padding on each side, which brings it to 75% wide */
	margin: 0 auto;
	padding: 3.5em 10px 20px 10px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background: white;
	font-size: 90%;
	text-align: left;
}

* html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */


#footer {
	margin: 0 auto;
	padding: 2px 10px;
	width: 880px;
	text-align: right;
	color: white;
	letter-spacing: 0.15em;
	background: #8fb40c url('UserFiles/Image/menu-background.png') top left repeat-x;
	border: 1px solid #a0c80e;
	font-size: 60%;
}

h2 {
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #a0c80e;
	font-size: 150%;
	letter-spacing: 2px;
}

a:link, a:visited {
	color: #260;
	text-decoration: underline;
}

a:hover
{
	color: #000;
	text-decoration: blink;
}

p { 
        margin-left: 0px 0px 0px 0px; 
}

div.clear {
        clear: both;
}

a.h2link {
        font-size : 110%;
        letter-spacing : 3px;
        font-weight: bold;
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #a0c80e;
}


#guest {
margin: 5px 5px 15px 5px;
padding: 5px 5px 5px 5px;
background-color: #dddddd;
border: 1px solid #a0c80e;

}
