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

body {
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	color: #1E1E28;
	background:#c2bce7;
}

h1 {
	font-size: 20px;
}

h4 {
	font-size: 2px;
}

a {
	font-size: 15px;
	text-decoration: underline;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 15px;
}

/* --- Header --- */

#header{
	width: 1024px;
	height: 136px;
	margin: 0 auto;
	background: url('Resources/_banner.jpg') no-repeat center;
}

#header * {
	margin: 0;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color:#FFF;
}

.menu {
	width:130px; 
	height:330px; 
	position:relative; 
	z-index:100;
	font-family:arial, sans-serif;
}

/* legacy IE fix */
* html .menu {
    width:166px; 
    w\idth:130px;
}

.menu ul {
    padding:0;
    margin:0;
    list-style-type:none;
}

.menu ul ul {
    width:166px;
}

.menu li {
    float:left;
    width:166px;
    position:relative;
}

/*top links*/
.menu a, .menu a:visited {
	display:block;
	font-size:14px;
	text-decoration:none; 
	color:#1E1E28; 
	width:166px; 
	height:30px; 
	background-image: url('Resources/button.png'); 
	background-repeat: no-repeat;
	line-height:29px; 
	text-align: center;
}

/* another IE fix */
* html .menu a, * html .menu a:visited {
    width:166px; 
    w\idth:166px;
}

/* 2nd level*/
.menu ul ul a.drop, .menu ul ul a.drop:visited {
    background:#d4d8bd;
}

.menu ul ul a.drop:hover{
	background-image: url('Resources/_button.png');
}

.menu ul ul :hover > a.drop {
	background-image: url('Resources/_button.png');
}


.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	width:166px;
	left:166px; 
	top:0px; 
}

.menu ul ul.left {
    left:-166px;
}

/* IE table sys*/
.menu table {
    position:absolute; 
    top:0; 
    left:0; 
    border-collapse:collapse;;
}

/* 2nd links*/
.menu ul ul a, .menu ul ul a:visited {
	background-image:url('Resources/button.png');
	background-repeat: no-repeat;
	color:#1E1E28; 
	height:30px; 
	width:166px;
	font-size:14px
}

/*legacy IE fix*/
* html .menu ul ul a, * html .menu ul ul a:visited {
    width:166px;
    w\idth:166px;
}

/* top level */
.menu a:hover, .menu ul ul a:hover{
background: url('Resources/_button.png') no-repeat;
color: #BBBCF9;
}

.menu :hover > a, .menu ul ul :hover > a {
background: url('Resources/_button.png') no-repeat;
color:#BBBCF9;
}

/* make 2nd visible*/
.menu ul li:hover ul, .menu ul a:hover ul{
    visibility:visible; 
}
/* --- Content --- */

#content {
	width: 1024px;
	height: 620px;
	margin: auto;
	background:url('Resources/_background2.jpg') ;
}

#navigation {
	float: left;
	width: 177px;
	height:620px; 
	margin: 0 auto; 
	position:relative; 
	z-index:100;
	font-family:arial, sans-serif;
}

#main {
	float:left;
	padding-left: 3px;
	width: 835px;
	height:620px;
	overflow: auto;
	margin: 0 auto;
}

#spacer {
	height: 620px;
	width: 0px;
	float: left;
	margin: 0 auto;
}

#footer {
	color:#006;
	text-align: right;
	font-size: 12px;
	height: 24px;
	width: 1024px;
    margin: 0 auto;
    background: url('Resources/footer2.jpg');
}

#copyright {
	color:#006;
	text-align: left;
	height: 20px;
	width: 320px;
	float: left;
	padding-left:177px;
}
