* {
	margin: 0;
	padding: 0:
}

html  {
/* 		background-color: #FFF263;*/
		background-color: #FFF;
 }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	background-color: #FFF263;	*/
	background-color: #FFF;
	
}

h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold; padding: 10px 0 10px 0; color: #660000;}

h2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; padding: 5px 0 5px 0; color: #660000;}

h3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; padding: 5px 0 5px 0; color: #660000;}

h4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; padding: 5px 0 5px 0; color: #660000;}

h5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; padding: 5px 0 5px 0; color: #660000;}

h2 {
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 20px;
font-weight: bold;
padding: 10px 0 10px 0px;
color: #660000;
}

blockquote {
	margin-left: 30px;
}


p { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; line-height: 1.4em; margin: 0 0 5px 0;}

table { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; line-height: 1.4em; margin: 0 0 10px 0;}

img {
	border: 3px solid silver;
	margin: 5px 10px 10px 10px;
	}
ul , li {
	margin: 0;
	padding: 0;
	}

#container {
	width: 770px;
	margin: 0 auto;
	height: auto;
	background-color:#660000;
	border: 1px solid gold;
	}
	
#logo {
	background-color:#660000;
	padding: 0 0 7px 0;
	margin: 0;
	height: 124px;
	background-image:url(images/castle-logo-4.jpg);
	backrgound-repeat: no-repeat;
	}
	
#footer {
clear: left;
border-top: 4px solid #f0f0f0;
text-align: center;
color: black;
font-size: 10px;
background-color: silver;
border-bottom: 4px solid #f0f0f0;
margin: 10px 0 5px 0;

}


#menu {
	clear: left;
	float: left;
	width: 150px;
	margin: 10px 0 10px 5px;
	padding: 0;
	font-size: 0.9em;
	background-color: #CC3300;

}

#menu ul {	
list-style: none;
width: 150px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.0em;

}	

#menu li {
margin-bottom: 4px;
}

#menu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #FFECEC;
/*color: #505050; */
display: block;
padding: 6px 0 0 10px;
/*background: #f4f4f4;*/
background-color: #660000;
border-left: 4px solid #cccccc;
}
	
#menu li a:hover {
background: #F8E839;
color: black;
/*color: #286ea0;*/
border-left: 4px solid #F7EE04;
}
	
#main {
	margin: 0 0 10px 170px;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	padding: 0 5px 0 7px;
	text-align: left;
	background-color: white;
	width: 578px;
}

#main li {
	list-style-type: disc;
	color: black;
	margin: 0 0 0 25px;
	padding: 0 0 5px 0;
	font-family: arial;
	font-size: 11px;
	}
	
#content {
margin: 0 5px 20px 0px;
/*border-left: 1px solid #f0f0f0;*/
/*border-right: 1px solid #f0f0f0;*/
padding: 0 10px 0 0;
/*padding: 0 10px 0 10px;*/
line-height: 1.2em;
text-align: left;
background-color: #FFFFFF;
}

#content li {
	list-style-type: disc;
	color: black;
	margin: 0 0 0 25px;
	padding: 0 0 5px 0;
	font-size: 11px;
	}

#content a {
	color: #660000;
}

.menu {
z-index:1000;
font-size:90%;
height:235px;
	clear: left;
	float: left;
	width: 150px;
	margin: 10px 0 10px 5px;
	padding: 0;

	background-color: #CC3300;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:150px;
height:182px;
position:relative;
/*border:1px solid #fff;*/
}

.menu li {
background:orange;
height:26px;
padding-bottom: 3px;

}
* html .menu li {margin-left:-16px; margin-left:0;}
/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; width:0; height:0;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:auto;
line-height:25px;
width:146px;
color:#ffecec;
text-indent:5px;
/*border-bottom:1px solid #fff;*/
border-left: 4px solid #cccccc;
background:#660000;


}
/* style the link hover */
* html .menu a:hover {color:black; background:#999;}

.menu :hover > a {
color:black; 
background:#f8e839;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:-1px;
left:150px;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
height:235px;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
height:235px;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
height:235px;
}






/* common styling */
.menu2{
font-family: arial, sans-serif; width:158px; height:380px; position:relative; font-size:11px; padding:5px 0 0 5px; z-index:100;
	clear: left;
	float: left;
	display:block; 

}
.menu2 ul {
padding:0; margin:0; list-style-type: none; background:#660000; width:165px; height:380px;

/*border:1px solid #606;*/
}
.menu2 ul li ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top:-45px; left:145px;
}
.menu2 ul li {
float:left;
}
.menu2 ul li a, .menu2 ul li a:visited {
display:block; float:left; text-decoration:none; color:white; width:155px; height:25px; line-height:24px; font-size:11px; background:transparent; padding-left:5px; border-left-width: 2px;
border-left-style: solid;
border-left-color: #cccccc;

border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #CC3300;
}
* html .menu2 ul li a, * html .menu2 ul li a:visited {width:120px; w\idth:155px;}

.menu2 table {
border-collapse:collapse; border:0; margin:0; padding:0; font-size:1em; position:absolute; left:0; top:0;
}

/* first line for IE7 and non-IE browsers - second line for IE5.5 and IE6 */
.menu2 ul li:hover a,
.menu2 ul li a:hover{
background:#f8e839; color:#000;
}

.menu2 ul li:hover {position:relative; z-index:90;}
* html .menu2 ul li a:hover {position:relative; z-index:100;}

.menu2 ul li:hover ul,
.menu2 ul li a:hover ul {
visibility:visible; position:absolute; height:auto; border:1px solid #606; background:#f8e839; overflow:visible;
}
.menu2 ul li:hover ul li a,
.menu2 ul li a:hover ul li a{
display:block; background:transparent; color:#000; line-height:15px; padding:1px 0 1px 10px; height:auto; text-decoration:none;
}

.menu2 ul li:hover ul li:hover a,
.menu2 ul li a:hover ul li a:hover {
background:#069; color:#ff0;
}
.menu2 ul li:hover ul li ul,
.menu2 ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top:0; left:85px;
}
.menu2 ul li:hover ul li:hover ul,
.menu2 ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; height:auto; color:#000; padding:0; border:1px solid #069; list-style-type:none; background:#069;
}
.menu2 ul li:hover ul li:hover ul li a,
.menu2 ul li a:hover ul li a:hover ul li a {
display:block; background:transparent; color:#ff0;
}

.menu2 ul li:hover ul li:hover ul li:hover a,
.menu2 ul li a:hover ul li a:hover ul li a:hover {
background:#eee; color:#000;
}




/* common styling */
.menu3{
font-family: arial, sans-serif; width:158px; height:27px; position:relative; font-size:11px; padding:0; z-index:100;
	clear: left;
	float: left;
	display:block; 

}
.menu3 ul {
padding:0; margin:0; list-style-type: none; background:#660000; width:165px; height:27px;

/*border:1px solid #606;*/
}
.menu3 ul li ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top:-45px; left:145px;
}
.menu3 ul li {
float:left;
}
.menu3 ul li a, .menu3 ul li a:visited {
display:block; float:left; text-decoration:none; color:white; width:155px; height:25px; line-height:24px; font-size:11px; background:transparent; padding-left:5px; border-left-width: 2px;
border-left-style: solid;
border-left-color: #cccccc;

border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #CC3300;
}
* html .menu3 ul li a, * html .menu3 ul li a:visited {width:120px; w\idth:155px;}

.menu3 table {
border-collapse:collapse; border:0; margin:0; padding:0; font-size:1em; position:absolute; left:0; top:0;
}

/* first line for IE7 and non-IE browsers - second line for IE5.5 and IE6 */
.menu3 ul li:hover a,
.menu3 ul li a:hover{
background:#f8e839; color:#000;
}

.menu3 ul li:hover {position:relative; z-index:90;}
* html .menu3 ul li a:hover {position:relative; z-index:100;}

.menu3 ul li:hover ul,
.menu3 ul li a:hover ul {
visibility:visible; position:absolute; height:auto; border:1px solid #606; background:#f8e839; overflow:visible;
}
.menu3 ul li:hover ul li a,
.menu3 ul li a:hover ul li a{
display:block; background:transparent; color:#000; line-height:15px; padding:1px 0 1px 10px; height:auto; text-decoration:none;
}

.menu3 ul li:hover ul li:hover a,
.menu3 ul li a:hover ul li a:hover {
background:#069; color:#ff0;
}
.menu3 ul li:hover ul li ul,
.menu3 ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top:0; left:85px;
}
.menu3 ul li:hover ul li:hover ul,
.menu3 ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; height:auto; color:#000; padding:0; border:1px solid #069; list-style-type:none; background:#069;
}
.menu3 ul li:hover ul li:hover ul li a,
.menu3 ul li a:hover ul li a:hover ul li a {
display:block; background:transparent; color:#ff0;
}

.menu3 ul li:hover ul li:hover ul li:hover a,
.menu3 ul li a:hover ul li a:hover ul li a:hover {
background:#eee; color:#000;
}


.news {
background:#9F051F; color:#000;}

.news2 {
background:#cc0a0a; color:#000;}

	