/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

#background-holder-depth0 {
	background-image: url(/Images/Background/bg3_strip.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}

#background-holder-depth1 {
	background-image: url(/Images/Background/bg3_upper.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#background-holder-depth2 {
	background-image: url(/Images/Background/bg3_lower.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	min-height: 800px;
	position: relative;
}

#content {
	margin-top: 5px;
	margin-left: 40px;
	margin-bottom: 56px;
	clear: both;
}

#footer {
	color: white;
	font-size: 10px;
	width: 940px;
	margin-bottom: 5px;
	bottom: 0px;
	position: absolute;
	overflow: auto;
}

#footer div.logo {
	width: 92px;
	padding-left: 0px;
	float: left;
}

#footer div.copyright {
	padding-top: 32px;
	padding-left: 15px;
	float: left;
}

#footer div.statcounter {
	padding-top: 24px;
	float: right;
}

/*====================================================
 CSS Horizontal Dropdown Menu
 http://www.tanfa.co.uk/css/examples/menu/hs7.asp
======================================================*/

#mainmenu {
	width: 100%;
	float: left;
}

#mainmenu ul {
	list-style: none;
	/*width: 8.57142857em;*/ /* 7 items */
	width: 7.5em; /* 8 items */
	margin: 0px;
	padding: 0px;
	float: left;
}

#mainmenu li {
	position: relative;
}

#mainmenu ul ul {
	width: 10em;
	position: absolute;
	z-index: 500;
}

#mainmenu ul ul ul {
	top: 0px;
	left: 100%;
	position: absolute;
}

#mainmenu ul ul,
#mainmenu ul li:hover ul ul,
#mainmenu ul ul li:hover ul ul {
	display: none;
}

#mainmenu ul li:hover ul,
#mainmenu ul ul li:hover ul,
#mainmenu ul ul ul li:hover ul {
	display: block;
}

/* Top level normal */
#mainmenu ul a,
#mainmenu ul span {
	font: bold 12px/16px arial, helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #4c4c4c;
	margin: 0px;
	padding: 6px 3px;
	display: block;
}

/* Second and third level normal */
#mainmenu ul ul a,
#mainmenu ul ul span {
	font-weight: normal;
	text-align: left;
	line-height: 1em;
	color: #000;
	background: #ffcc99;
	border:1px solid #fff;
	border-width:1px 1px 0px 0px;
	padding: 6px 10px;
}

/* Top, second and third level hovered */
#mainmenu ul a:hover,
#mainmenu ul span:hover {
	color:#fff;
	background:#ff9900;
}

/* Third level indicator */
#mainmenu ul ul span {
	background-image: url(/Images/Crumb/arrow3.png);
	background-position: right center;
	background-repeat:no-repeat;
}

#mainmenu ul ul span:hover {
	background-image: url(/Images/Crumb/arrow3w.png);
	background-position: right center;
	background-repeat:no-repeat;
}

/* Image Frame */
div.f-outer {
	display: inline-block;
}

html.ff1p0 div.f-outer,
html.ff1p5 div.f-outer,
html.ff2 div.f-outer {
	display: table;
}

div.f-outer,
div.f-top   {
	background-repeat: repeat-x;
}

div.f-left,
div.f-right {
	background-repeat: repeat-y;
}

div.f-topleft,
div.f-topright,
div.f-bottomleft,
div.f-bottomright {
	background-repeat: no-repeat;
}

div.f-outer { background-position: bottom;}
div.f-top   { background-position: top; }
div.f-left  { background-position: left; }
div.f-right { background-position: right; }
div.f-topleft     { background-position: top left; }
div.f-topright    { background-position: top right; }
div.f-bottomleft  { background-position: bottom left; }
div.f-bottomright { background-position: bottom right; }
