/* general css reset */
*
{
	margin: 0;
	padding: 0;
}

/* general stuff */
/* body, font, image, link, clearing stuff */

/* scrollbar visible hack */
html { height: 101% }

body
{
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

img, a img { border: 0; }
/*this avoids having image replacement sections display a dotted outline*/
a:focus { -moz-outline-style: none; }

#leftnav select
{
	background-color: #b0a686;
}

a
{
	text-decoration: none;
	color: #807963;
}

a:hover
{
	text-decoration: underline;
}

div.clearinner, div.clear { clear: both; height:0px; }

div.spacerblock { height: 10px; background-color: #fff; }

/* end general stuff */


/* layer positioning */
/* outer layout      */

#horizon
{
	left: 0px;
	width: 100%;
	text-align: center;
	min-width: 940px;
}

#wrapper
{
	top: 20px;
	background-color: #fd9d00;
	position: relative;
	text-align: left;
	width: 940px;
	height: auto;
	margin: 0px auto;
}

#logo
{
	position: absolute;
	top: 0;
	left: 0;
}

#topnav
{
	position: absolute;
	top: 0;
	left: 190px;
	background-color: #000;
	min-width: 750px;
	height: 80px;
	z-index: 9;
}

#leftnav
{
	position: absolute;
	top: 155px;
	left: 0;
	background-color: #b0a686;
	width: 180px;
	min-height: 200px;
	height: auto;
}

#content
{
	position: absolute;
	top: 90px;
	left: 190px;
	width: 560px;
	height: auto;
	background: transparent;
}

#content #inner
{
	background-color: #fff;
	padding-bottom: 10px;
	height: auto;
}

#sidebar
{
	position: absolute;
	top: 90px;
	left: 760px;
}

/* end positioning */

/* sidebar is image only */
#sidebar img { margin-bottom: 10px; }

#sidebar #google_translate_element { height: 20px; }
#google_translate_element a { color: #e2007a; font-weight: bold; }

/* main menu =  pulldown menu */
/* with hacks for IE browsers */

ul#menu
{
	margin: 0;
	width: 740px;
	list-style: none;
	padding-top: 5px;
	padding-left: 10px;
	background-color: #000;
	background-repeat: repeat;
	border-width: 0;
	display: block;
	float: left;
}

ul#menu ul 
{ 
	display: none;
	position: absolute; 
	min-width: 180px;
	width: auto;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-top: 0px;
	margin: 0;
	width: auto;
	list-style: none;
	background-color: #7e95a5;
	background-repeat: repeat;
	border-width: 0;	
}

ul#menu li.top
{
	padding-right: 15px;
	font-size: 0px;
}

ul#menu li:hover>ul { display: block; }

/* IE6 hack */
ul#menu table { border-collapse: collapse; }

ul#menu table tr td
{
	margin: 0;
	padding: 0;
}
/* end IE6 hack */


ul#menu a
{
	display: block;
	background-color: transparent;
	border-width: 0;
	text-align: left;
	padding: 2px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
}


ul#menu a.active
{
	color: #ffed00;
	text-decoration: none;
}

ul#menu li
{
	float: left;
	width: auto;
}

ul#menu ul li
{
	float: none;
	width: auto;
}

ul#menu ul a
{
	text-align: left;
	white-space: nowrap;
	color: #000;
}

ul#menu li:hover { position: relative; }

ul#menu li:hover>a
{
	border-color: #7e95a5;
	border-style: solid;
	color: #ffed00;
}

ul#menu li a:hover
{
	position: relative;
	border-color: #7e95a5;
	border-style: solid;
	color: #ffed00;
}

ul#menu a:hover ul { display: block; }

/* IE5 and IE6 hack */
ul#menu li a li { float: left; }

/* end top menu */



/* left menu = list style menu */
/* works with all browsers */

#leftnav ul
{
	width: 160px;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	list-style-type: none;
	padding: 10px;
}

#leftnav ul li
{
	letter-spacing: 1px;
	padding-top: 4px;
}

#leftnav ul li a
{
	font-weight: normal;
	letter-spacing: 0;
	text-decoration: none;
	color: #000;
}

#leftnav ul li a.active, #leftnav ul li a:hover { text-decoration: none; color: #ffed00; }

#leftnav ul.page
{
	width: 160px;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	list-style-type: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
}

/* end left menu */



/* general content stuff  */
/* breadcrumbs, footer, every page */

/* big title above grey area */
#content h1
{
	color: #7e95a5;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

#content #breadcrumb
{
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: 12px;
	letter-spacing: 1px;
	padding-left: 10px;
	padding-top: 3px;
	margin: 0;
	margin-right: 20px;
}

#content #footer
{
	color: #fff;
	background-color: #000;
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 10px;
	margin-top: 10px;
}

#content #breadcrumb a
{
	text-decoration: underline;
	padding: 0;
	color: #000;
}

#content #footer a
{
	text-decoration: none;
	padding-left: 5px;
	color: #fff;
}

#content #footer a:hover, #content #footer a.active
{
	text-decoration: none;
	color: #ffed00;
}

/* end general content stuff */

