/*  
FILE NAME: style.css 
DATE MODIFIED: Dec 09
DESCRIPTION: This stylesheet styles the look and feel for the Index page only.
AUTHOR: Jo Langley
 */
   
body {
	font-family: Verdana, sans-serif;
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #FFF;
	background: #2f2836;
 }

.hidden {
	position:absolute;
	right:5000px;
	width:100px;
	color: #FFFFFF;
}

#container {
	width:1006px;
	height: 367px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	position: relative;
	z-index: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background: url(../graphics/MAD_splash_bg.jpg) no-repeat left top;
}

#entrycontainer {
	width:1006px;
	height: 367px;
	background-repeat : no-repeat;
	background-image: url(../graphics/entry_bg.jpg);
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	position: relative;
	z-index: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#enter {
	position: absolute;
	width:110px;
	height: 110px;
	right: 35px;
	bottom: 40px;
	z-index: 1;
	color:#fff;
}

#enter a:link, #enter a:visited {
	width:110px;
	height: 110px;
	display:block;
	z-index: 1;
	color:#fff;
	background: url(../graphics/enter.jpg) no-repeat;
}

#enter a:focus, #enter a:hover, #enter a:active {
	background-image: url(../graphics/enter_ro.jpg);
	z-index: 1;
	background-repeat: no-repeat;
	background-position: left top;
}

#local {
	position: absolute;
	width:196px;
	height: 116px;
	right: 493px;
	bottom: 185px;
	z-index: 2;
	color:#fff;
}

#local a:link, #local a:visited{
	width:196px;
	height: 116px;
	display:block;
	z-index: 2;
	color:#fff;
	background: url(../graphics/local.jpg) no-repeat;
}

#local a:focus, #local a:hover, #local a:active {
	background-image: url(../graphics/local_ro.jpg);
	z-index: 2;
	background-repeat: no-repeat;
	background-position: left top;
}

#state {
	position: absolute;
	width:196px;
	height: 116px;
	right: 417px;
	bottom: 118px;
	z-index: 3;
	color:#fff;
}

#state a:link, #state a:visited{
	width:196px;
	height: 116px;
	display:block;
	z-index: 3;
	color:#fff;
	background: url(../graphics/state.jpg) no-repeat;
}

#state a:focus, #state a:hover, #state a:active {
	background-image: url(../graphics/state_ro.jpg);
	z-index: 3;
	background-repeat: no-repeat;
	background-position: left top;
}

#nat {
	position: absolute;
	width:233px;
	height: 116px;
	right: 409px;
	bottom: 17px;
	z-index: 4;
	color:#fff;
}

#nat a:link, #nat a:visited{
	width:233px;
	height: 116px;
	display:block;
	z-index: 4;
	color:#fff;
	background: url(../graphics/nat.jpg) no-repeat;
}

#nat a:focus, #nat a:hover, #nat a:active {
	background-image: url(../graphics/nat_ro.jpg);
	z-index: 4;
	background-repeat: no-repeat;
	background-position: left top;
}

#internat {
	position: absolute;
	width:300px;
	height: 126px;
	z-index: 5;
	right: 94px;
	bottom: 175px;
	color:#fff;
}

#internat a:link, #internat a:visited {
	width:300px;
	height: 126px;
	display:block;
	z-index: 5;
	color:#fff;
	background: url(../graphics/internat.jpg) no-repeat;
}

#internat a:focus, #internat a:hover, #internat a:active {
	background-image: url(../graphics/internat_ro.jpg);
	z-index: 5;
	background-repeat: no-repeat;
	background-position: left top;
}

#dyo {
	position: absolute;
	width:324px;
	height: 126px;
	z-index: 6;
	right: -4px;
	bottom: 105px;
	color:#fff;
}

#dyo a:link, #dyo a:visited {
	width:324px;
	height: 126px;
	display:block;
	z-index: 6;
	color:#fff;
	background: url(../graphics/dyo.jpg) no-repeat;
}

#dyo a:focus, #dyo a:hover, #dyo a:active {
	background-image: url(../graphics/dyo_ro.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 6;
}

#back {
	position: absolute;
	width:90px;
	height: 32px;
	z-index: 7;
	right: 15px;
	bottom: 15px;
	color:#fff;
}

#back a:link, #back a:visited {
	width:90px;
	height: 32px;
	display:block;
	z-index: 7;
	color:#fff;
	background: url(../graphics/back.jpg) no-repeat;
}

#back a:focus, #back a:hover, #back a:active {
	z-index: 7;
	background: url(../graphics/back_ro.jpg) no-repeat left top;
}

#DETLogo {
	position: absolute;
	z-index: 5;
	background-image: url(../graphics/logo.gif);
	left: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
	border: 3px solid #FFF;
}

#CLI {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	margin-top: 0px;
	margin-left: 0px;
	height: 26px;
	width: 188px;
}
#CLI img{
	border:0;
}

div#CLI CLILogo{
	background-image: url(../graphics/CLI.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 228px;
}

#navlist {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	position: absolute;
	top: 345px;
	display: block;
	left: 0px;
	width: 1006px;
	margin: 0px;
	height: 20px;
	z-index: 7;
	font-family: Arial, Helvetica, sans-serif;
	}
	
div#navlist ul {
	padding:1px 0;
	margin: 0 auto;
	text-align: center;
	}
	
div#navlist ul li {
	margin:0;
	padding:0 10px;
	vertical-align:middle;
	word-spacing: normal;
	display: inline;
	text-align: center;
	font-size: 0.7em;
	border-right: 0px solid #000000;
	font-weight: bold;	
	}
	
div#navlist ul li#last {
	border: 0;
	}
	
div#navlist ul li a {
	padding:0;
	color: #888;
	text-decoration:none;
	word-spacing: normal;
	font-weight: bold;
	letter-spacing: 1px;
	}
	
#navlist ul li a:focus, #navlist ul li a:hover,#navlist ul li a:active {
	color: #FFF;
	text-decoration: none;
}
