@charset "utf-8";
/* CSS Document */
body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
	background-color:#f9f4e2;
	}

#container {
	width:970px;
	margin:0 auto;
	display:block;

	}
	
#banner{
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	height:170px
}	
	
#logo {
	width:146px;
	height:145px;
	position:absolute;
	margin-left:19px;
	margin-top:17px;
	}	
	
#title {
	width:500px;
	height:60px;
	position:absolute;
	margin-left:180px;
	margin-top:60px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:26px;
	}	
	
#address {
	width:600px;
	height:15px;
	position:absolute;
	margin-left:360px;
	margin-top:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:12px;
	text-align:right;
}	

#address a{
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
}	

#address a:hover{
color:#FFFFFF;
text-decoration:underline;
font-weight:bold;
}	

#callout {
	position:absolute;
	width:155px;
	height:90px;
	margin-top:45px;
	margin-left:800px;
	}
	
#cblock {
	background-image:url(images/content-bg.jpg);
	background-repeat:repeat-y;
	overflow:hidden;
	clear:both;
	}	
	
#navigation {
	float:left;
	width:174px;
	* width:171px;
	padding:5px;
	}
	
* html #navigation {
	float:left;
	width:171px;
	padding:5px;
	}	
	
#cblock #content {
	width:766px;
	padding:0px 10px 0px 10px;
	/*position:absolute;*/
	background-image:url(images/text-bg.jpg);
	background-repeat:repeat-x;
	 margin-left:184px;
	* margin-left:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#141414;
	line-height:18px;

	}	
	
#cblock #content #left {
	float:left;
	width:480px;
	padding:10px 0px 20px 20px;
	line-height:22px
	}
#cblock #content #leftinner	 {
	float:left;
	width:750px;
	padding:10px 0px 20px 20px;
	line-height:22px
	}
#single {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0px 10px 10px 0;
	line-height:22px
}	
	
#cblock #content #left h1, #single h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	color:#171642;
	padding:0px;
	margin:0px 0 10px 0;
	font-weight:100;
}

#single h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#171642;
	padding:0px;
	margin:0px 0 0 0;
	font-weight:100;
}		
	
#cblock #content #right {
	float:left;
	width:240px;
	padding:10px 0 10px 10px;
	}			
	
#cblock #content #right ul{
	padding:0px;
	margin:0 0 0 20px;
	}

#cblock #content #right li{
	list-style-type:none;
	border-bottom:1px solid #c3c3c1;
	padding:5px 0 5px 0
	}	
	
#cblock #content #right li a {
	text-decoration:none;
	color:#333333;
	}
	
#cblock #content #right li a:hover {
	color:#c3c3c1
	}	
	
#cblock #content #right h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#171642;
	padding:0px;
	margin:0px;
	background-image:url(images/news-li.gif);
	padding-left:20px;
	background-repeat:no-repeat;
	background-position:0 50%;
	font-weight:100;
}	
	
#footer {
	width:600px;
	padding:10px;
	float:right;
	background-color:#cea12a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#FFFFFF;
	line-height:16px;
	}	

#footer a{
	font-size:10px;
	color:#FFFFFF;
	line-height:16px;
    text-decoration:none;
	}	
	
#footer a:hover{
	font-size:10px;
	color:#FFFFFF;
    text-decoration:underline;
	}	
#brattle {
	width:600px;
	padding:10px;
	float:right;
	background-color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#000000;
	line-height:16px;
	text-align:right;
}
#brattle a{
   color:#000000;
   text-decoration:none;
	}	
	
#brattle a:hover{
color:#000000;
  text-decoration:underline;
	}		
	
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {
font-size:90%;
margin:0 0 0 5px; /* this page only */
width:160px
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
z-index:1000;
padding:0;
margin:0;
list-style-type:none;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
position:relative;
background-image:url(images/list.gif);
background-repeat:no-repeat;
background-position:0 50%;

}

.menu li ul li {

border-left:3px solid #a57f18
}

* html .menu li ul li {
border-bottom:0px solid #fff
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
width:150px;
color:#000;
text-indent:5px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
padding:5px;
border-bottom:1px solid #b0a690
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited { width:160px; w\idth:155px;}
* html .menu li ul a, * html .menu li ul a:visited { width:160px; w\idth:155px; color:#FFFFFF}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#171642;}
* html .menu li ul a:hover {color:#fff; background:#a98115;}

.menu :hover > a {
color:#ab8216; 
}

.menu li ul a {
color:#ffffff;
background-color:#c39828;
border-bottom:1px solid #a57f18;
}

.menu li ul :hover > a {
color:#ffffff;
background-color:#a98115
}


/* 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:0;
left:160px; 
}
/* 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;
}

/* 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;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
