/* CSS Document */

html {
	height: 100%;
}

body {
	height: 100%;
    margin-left: 0;
	margin-bottom: 1px;
	padding: 0px;
	font-family: verdana, Arial, Helvetica, Sans Serif;
	line-height: 15px;
	font-size: 12px;
	color: #333333;
	background: #ffffff;
}

ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-right: 1px solid #cccccc;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px solid black;
border-bottom-width: 0;
font: normal 11px Verdana;
line-height: 21px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: url(/images/menu_bg_sub_link.jpg);
height: 25px;
width: 165px; /* default width for menu */
pading-left: 16px;
color: #fff;
}

.anylinkmenu ul{
margin: 0;
padding: 0;
background: url(/images/menu_bg_sub_link.jpg);
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
border-bottom: 0px solid black;
padding-left: 16px;
text-decoration: none;
font-weight: bold;
color: #fff;
height: 25px;
}

.anylinkmenu a:hover, .anylinkmenu a:active{ /*hover background color*/
background: url(/images/menu_bg_hover.jpg);
width: auto;
color: white;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #fff;
	background: #c64934;
}



/* Joomla core stuff */
a:link, a:visited {
	color: #8D73A2; text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #900;	text-decoration: none;
	font-weight: bold;
}

.hr { size: 1 noshade; }

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(images/menu_bg_link.jpg);
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding-top: 5px;
	padding-left: 16px;
	width: 165px;
	height: 20px;
	text-decoration: none;
}
h2 {font-size: 18px; line-height:25px; }

.spacer {margin-top: 5px;}
a.mainlevel:hover {
	background: url(/images/menu_bg_hover.jpg);
	text-decoration: none;
	color: #fff;
}

a.mainlevel#active_menu {
	color:#fff;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	color: #fff;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #c64934;
	text-align: left;
	background: url(/images/menu_bg_sub_link.jpg);
}

/*.menu {border-top: 0px solid #fff;
width: 165px;
display: block;}*/

a.sublevel:hover {
	color: #900;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #333;
}


.home:link, .home:visited {
text-decoration: none;
/*background: url(/images/home_bg.jpg);*/
font-weight:bold;
color: #E2DCE6; 
font-size: 11px;
padding-left: 16px;
}


.home:hover {

text-decoration: none;
font-weight:bold;
color: #E2DCE6; }

.media:link, .media:visited {
text-decoration: none;
font-weight:bold;
color: #000000; }

.media:hover {
text-decoration: none;
font-weight:bold;
color: #000000; }


form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}