@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	padding:50px 0 0 0;
	background-color:#000;
	background-image:url(images/bg2.jpg);
	background-attachment:fixed;
	background-position:center center;
}

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

a:hover {
	background-image:url(images/over.gif);
	color:#fff;
}


h1 {
	padding:168px 0 0 50px;
	height:0;
	/*
	letter-spacing:-9px;
	font-weight:bold;
	font-size:90px;
	line-height:70px;
	text-transform:uppercase;
	*/
	display:block;
	overflow:hidden;
	background-image:url(images/header.png);
	background-position:50px 0;
	background-repeat:no-repeat;
	font-size:20px;
	line-height:26px;
}

h1 span {
	font-weight:normal;
	letter-spacing:-2px;
}

h2 {
	padding:5px 0 35px 55px;
	letter-spacing:-1px;
	font-weight:bold;
	font-size:23px;
	line-height:29px;
}

h3:hover, h4:hover {
background-image:url(images/over.gif);
}

h3 a, h4 a {
	display:block;
	height:0;
	padding-top:56px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:50px top;
}


h3, h4 {
	font-size:20px;
	line-height:26px;
	margin:0;
	padding:0;
}


h4.selected {
background-image:url(images/selected.gif);

}


p {
	padding:0px 33% 20px 56px;
	letter-spacing:0px;
	font-weight:bold;
	font-size:16px;
	line-height:24px;
	text-transform:none;
	margin-top:0px;
	margin:0px;
}


a {
	padding:0 10px 0 50px;
	outline:none;
}

p a {
	padding-left:0;	
}

p a:hover {
	background-image:url(images/selected.gif);
}

ul {
	padding:0 0 0 0px;
	
}

li {
	padding:0 0 0 0px;
	font-weight:normal;
	font-size:20px;
	line-height:24px;
	display:block;
}

img {
	border:none;
}
	

.imageList {
	list-style:none;
	padding:10px 0 10px 50px;
	margin-top:-1px;
}

.imageList li {
	display:inline;
	margin:0 10px 0 0;
	width:240px;
}

.imageList a {
	padding:0;
	background:none;
}

div.subMenu {
}

div.subMenu  h4 a {
	display:block;
	height:0;
	padding-top:56px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:50px 0px;
}


.spacer {
	height:10px;
	overflow:hidden;
	background-color:#FFFFFF;
}

.spacerBlank {
	height:8px;
	overflow:hidden;
}


#options {width:457px; margin:20px auto; text-align:right; color:#9ac1c9}
#options a {text-decoration:none; color:#9ac1c9}
#options a:hover {color:#033}

#acc {width:457px; list-style:none; color:#033; margin:0 auto 40px}
#acc h3 {width:443px; border:1px solid #9ac1c9; padding:6px 6px 8px; font-weight:bold; margin-top:5px; cursor:pointer; background:url(images/header.gif)}
#acc h3:hover {background:url(images/header_over.gif)}
#acc .acc-section {overflow:hidden; background:#fff}
#acc .acc-content {width:425px; padding:15px; border:1px solid #9ac1c9; border-top:none; background:#fff}

#nested {width:425px; list-style:none; color:#033; margin-bottom:15px}
#nested h3 {width:411px; border:1px solid #9ac1c9; padding:6px 6px 8px; font-weight:bold; margin-top:5px; cursor:pointer; background:url(images/header.gif)}
#nested h3:hover {background:url(images/header_over.gif)}
#nested .acc-section {overflow:hidden; background:#fff}
#nested .acc-content {width:393px; padding:15px; border:1px solid #9ac1c9; border-top:none; background:#fff}
#nested .acc-selected {background:url(images/header_over.gif)}

