body{
	margin: 0;
	padding: 0;
	border-top: 10px solid #400011;
	font-family: Georgia, Times, "Times New Roman";
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	background: #F9FCEF;
}

a:link{
	color: #400011;
}

a:visited{
	color: #400011;
}

#container{
	text-align: left;
	width: 791px;
	margin-left: auto;
	margin-right: auto;
}

#header{
	height: 106px;
	margin: 10px 0;
}

#header ul{
	margin: 0;
	padding: 0;
	float: right;
}

#header  ul li{
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin: 0 10px;
	line-height: 60px;
	height: 60px;	
	text-transform: uppercase;
}

#header ul li a{
	display: block;
	color: #986700;
	text-decoration: none;
}

#header ul li a:hover{
	color: #400011;
}


#header #nav li { /* all list items */
	text-align: left;
	float: left;
}

#header #nav li ul li{
	height: 20px;
	line-height: 20px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background-repeat: repeat-x;
	background-position: bottom;	
	left: -999em; 
	padding: 0 0 20px 0;
	margin: -10px 0 0 0;
	width: 175px;
	background: #006699;
	background: #FEFEFE;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;	

}

#nav li ul a{
	width: 175px;
	text-decoration: none;
	text-align: left;
	margin: 5px 5px 5px 5px;
	
}

#nav li ul a:hover{
	text-decoration: none;
	
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { 
/* lists nested under hovered list items */
	left: auto;
}

/*end drop down menu*/



#callout{}

#content{}

#home{
	margin-top: 20px;
	margin-left: 10px;
	float: right;
	width: 185px;
	background-repeat: no-repeat;	
	background-position: top right;
	font-size: 10px;
	color: #FFFFFF;
	min-height: 235px;
	
}

#home p{
	line-height: 15px;
	padding: 25px 5px 0 0;
	text-align: justify;
}

#left{
	float: left;
	width: 625px;
	margin-bottom: 20px;
}

#left .blue{
	color: #2b6895;
	font-size: 16px;
	line-height: 20px;
}

#left h1{
	margin-top: 20px;
	padding: 0;
	font-size: 22px;
	line-height: 24px;
	color: #400011;
	font-weight: bold;
}

#left h2{
	font-size: 16px;
	color: #400011;
}

#left h4 {
	font-size: 15px;
	line-height: 1.5em;
}

#left .callout{
	background: #DBE7F6;
	border: 1px solid #6687AF;
	padding: 10px;
	margin: 10px 0;
}

#right{
	width: 137px;
	background: #398C9E;
	border: 1px solid #2C707F;
	float: right;
	padding: 1px;
	color: #B0E9F3;
	font-size: 10px;
	margin: 20px 0;
}

#right p{
	padding: 0 5px 5px 5px;
	margin: 0;
}

#right a{
	color: #FFFFFF;
}

.floatRight{
	float: right;
	margin: 0 0 10px 10px;
}
#board {
	margin:0;
	}

#board td {
	padding-left:20px;
	}
	
#honors td {
	padding-top:15px;
	}
	
.red {
	font-size:14px;
	font-weight:bold;
	color:#400011;
	}
	
#left .contacts {
	float: right;
	font-weight: bold;
	margin-top:0px;
		}
		
.contacts img {
	border:none;
}
	
.staff address { 
	background: url(images/contact-icon.gif) no-repeat top left;
	font-size: 14px;
	color: #101010;
	float: right;
	margin-top:0px;
	padding-left: 32px;
	font-style: normal;
	font-weight: bold;
	padding-top:0px;
	height: 45px;
	line-height: 1.5em;
	width:210px;
}


.staff address a {
	color: #400011;
}

#honorary {
	width: 600px;
	
	font-size: 13px;
	color: #373737;
}
#honorary tr{
	height:34px;
	/*background-color: #eaeaea;*/
}

#honorary tr.odd{
	/*background-color: #ffffff;*/
}

#honorary tr.first{
	height:34px;
	background-color: #979797;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
}

#honorary .name {
	width: 194px;
	padding-left: 6px;
	font-weight: bold;
}

#honorary .title {
	width: 180px;
	padding-left: 6px;
	padding-right: 6px;
}

#honorary .company {
	width: 220px;
	padding-left: 6px;
	padding-right: 6px;
}

.menu {
	font-weight: bold;
}

.menu .price {
	font-weight: normal;
	padding-left: 22px;
}
#footer{
	background: #C28300;
	color: #FFFFFF;
	padding: 20px 0 50px 0;
	text-align: center;
	line-height: 200%;
	clear: both;
}