/* CSS Document */

html, body {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
}

a:link { color: #839300; text-decoration: none; }
a:visited { color: #839300; text-decoration: none; }
a:hover { color: #ccc; text-decoration: none; }
a:active { color: #ccc; text-decoration: none; }

#wrap { 
	margin: 0 auto; 
	width: 950px; 
	height:100%;
	text-align: center; 
}


/*-------------------------------------------
	nav
-------------------------------------------*/


#allnav {
	width: 253px;
	height: 289px;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
}

#nav {
    width: 253px; height: 289px;
    background: url(images/nav.gif);
    margin: 0; padding: 0;
    position: relative;
}


#nav li { margin: 0; padding: 0; list-style: none; position: absolute; left: 0; }
#nav li a { height: 0px; display: block; padding-top: 33px; overflow: hidden; }

#nav1 { top: 0; width: 253px; height: 33px; }
#nav2 { top: 33px; width: 253px; height: 33px; }
#nav3 { top: 66px; width: 253px; height: 33px; }
#nav4 { top: 99px; width: 253px; height: 33px; }
#nav5 { top: 132px; width: 253px; height: 33px; }
#nav6 { top: 165px; width: 253px; height: 33px; }
#nav7 { top: 198px; width: 253px; height: 33px; }
#nav8 { top: 231px; width: 253px; height: 33px; }

#nav1 a:hover { background: transparent url(images/nav.gif) -253px 0 no-repeat; }
#nav2 a:hover { background: transparent url(images/nav.gif) -253px -33px no-repeat; }
#nav3 a:hover { background: transparent url(images/nav.gif) -253px -66px no-repeat; }
#nav4 a:hover { background: transparent url(images/nav.gif) -253px -99px no-repeat; }
#nav5 a:hover { background: transparent url(images/nav.gif) -253px -132px no-repeat; }
#nav6 a:hover { background: transparent url(images/nav.gif) -253px -165px no-repeat; }
#nav7 a:hover { background: transparent url(images/nav.gif) -253px -198px no-repeat; }
#nav8 a:hover { background: transparent url(images/nav.gif) -253px -231px no-repeat; }

#nav1 a.selected { background: transparent url(images/nav.gif) -253px 0 no-repeat; }
#nav2 a.selected { background: transparent url(images/nav.gif) -253px -33px no-repeat; }
#nav3 a.selected { background: transparent url(images/nav.gif) -253px -66px no-repeat; }
#nav4 a.selected { background: transparent url(images/nav.gif) -253px -99px no-repeat; }
#nav5 a.selected { background: transparent url(images/nav.gif) -253px -132px no-repeat; }
#nav6 a.selected { background: transparent url(images/nav.gif) -253px -165px no-repeat; }
#nav7 a.selected { background: transparent url(images/nav.gif) -253px -198px no-repeat; }
#nav8 a.selected { background: transparent url(images/nav.gif) -253px -231px no-repeat; }

#lux {
	width: 253px;
	height: 85px;
	position: absolute;
	bottom: 0;
	padding: 0;
	margin: 0;
	text-align: left;
	background-color: #999999;
}

#logo {
	width: 253px;
	height: 85px;
	position: absolute;
	bottom: 0;
	padding: 0;
	margin: 0;
	text-align: left;
	background-image: url(images/visit-LUX.jpg);
}

#logo_link {
    width: 253px; height: 85px;
    margin: 0; padding: 0;
    position: relative;
}

#logo_link li { margin: 0; padding: 0; list-style: none; position: absolute; top: 0; }
#logo_link li a { height: 0px; display: block; padding-top: 85px; overflow: hidden; }

#logo_link-on { left: 0; width: 253px; height: 85px; }
#logo_link-on a:hover { background: transparent url(images/visit-LUX.jpg) 0 -85px  no-repeat; }



/*-------------------------------------------
	page structure
-------------------------------------------*/

#content_wrap {
	width: 760px;
	min-height: 567px;
	margin: 0 auto;
	padding: 10px;
	position: relative; 
	text-align: center;
	background-color: #fff;
}

#content_bg {
	width: 760px;
	min-height: 567px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	background-image: url(images/main-bg.gif);
}

#mainContent {
	width: 505px;
	min-height: 567px;
	float: right;
	text-align: left;
	margin: 0;
	background-color: #fff;
}

#copy {
	width: 475px;
	height: 100%;
	padding: 10px 10px 10px 20px;
	margin: 0;
	text-align: left;
	line-height: 20px;
} 

#sidebar1 {
	float: left;
	width: 253px;
	height: 100%;
	padding: 0;
	margin: 0;
	text-align: left;
}

.navgrey:link { color: #ccc; text-decoration: none; }
.navgrey:visited { color: #ccc; text-decoration: none; }
.navgrey:hover { color: #000; text-decoration: none; }
.navgrey:active { color: #000; text-decoration: none; }


/*-------------------------------------------	
	Clear
-------------------------------------------*/

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*-------------------------------------------	
	Footer
-------------------------------------------*/

#footer {
	width: 760px; 
	height: 100px; 
	margin: 0 auto;
	padding-top: 20px;
	text-align: left;
	font-size:9px; color:#999;
}
