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


/* layout */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#d3cfd0;
}

#container {
	margin:10px auto 0 auto;
	width:905px;
	background-image:url(../images/wrapper.jpg);
	background-repeat:repeat-y;
}

#header {
	width:905px;
	margin:0 0 20px 0;
	padding:0;
	background-image:url(../images/header.jpg);
	background-position:top;
	background-repeat:no-repeat;
	min-height:72px;
}

#navbar {
	width:832px;
	height:90px;
	margin:0 auto 0 auto;
	padding:0;
	background: url(../images/navbar.jpg) top no-repeat;
}

#content {
	width:832px;
	margin:0 auto 0 auto;
}

#footer {
	width:905px;
	background:url(../images/footer.jpg) no-repeat top;
	text-align:center;
	min-height:72px;
	margin:0 auto 10px auto;
	padding:0;
}

#flashbox {
	width:832px;
	height:284px;
	margin:0 0 16px 0;
	z-index:-10;
}

/* content */


#content h3 {
	text-align:center;
	font-size:24px;
	color:#bc0001;
	font-family:"Garamond", "Times New Roman", Times, serif;
}

#content p {
	line-height:1.5em;
}

.redbox a, .redbox a:visited{
	background:url(../images/redbox.jpg) center no-repeat;
	color:#FFFFFF;
	text-align:center;
	height:107px;
	width:255px;
	display:block;
	font-family:"Garamond", "Times New Roman", Times, serif;
	font-size:26px;
	font-weight:bold;
	line-height:35px;
	text-decoration:none;
}

.redbox p {
	padding:10px 0 0 0;
}

.redbox a:hover {
	background:url(../images/redbox_hover.jpg) center no-repeat;
	text-decoration:none;
}



#footer a, #footer a:visited {
	color:#000000;
	text-decoration:none;
}

#footer a:hover {
	color:#bc0001;
}


/* navigation */

.menu {
	height:60px;
	position:relative;
	margin-left:15px;
}

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

.menu li {
	float:left;
	position:relative;
}

.menu a, .menu a:visited {
	display:block;
	font-size:16px;
	text-decoration:none;
	background:none;
	color:#000000;
	height:60px;
	line-height:60px;
	border:0;
	padding: 0 20px 0 20px;
}
.menu a:hover {
	color:#6d0303;
	background: url(../images/nav_red_hover.jpg) top repeat-x;
}
.menu :hover > a {
	background:url(../images/nav_red_hover.jpg) top repeat-x;
	color:#6d0303;
}

.menu ul li:hover ul, .menu ul a:hover ul{
	visibility:visible;
}


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

.menu ul ul li {
	float:left;
	position:relative;
}

.menu ul ul a, .menu ul ul a:visited {
	background:#FFFFFF; 
	color:#000000; 
	height:auto; 
	line-height:2em;
	font-size:14px;
	padding: 0 20px 0 20px;
}

.menu ul ul a:hover, .menu ul ul ul a:hover {
	background:#ffffff;
	color:#bc0001; 
}
.menu ul ul :hover > a {
	background:#ffffff;
	color:#bc0001; 
}

