﻿/***********
   colors
************

cream:#FEEBAC
beige:#FAE2B8
blue:#203B52
0ff-white:#FDECC9
light-brown:#B58B57
medium-brown:#F2CD7A
darker-brown:#8A724A
dark brown:#5C4216

************
************/

* {
  padding:0;
  margin:0;
}

#container {
	font-family: verdana, sans-serif;
	width:770px;
	height: auto;
	margin:0;
	padding:0;
	position: absolute;
	left: 0;
	top: 0;
	background: #FAE2B8 url("development/tile-body-bg.jpg") repeat-y;
	}

#rightbar {
	position: absolute;
	left: 760px;
	top: 0;
	width: 10px;
	height: auto;
	background: #FAE2B8 url("development/right-light-bar.jpg") repeat-y;
	}

#header {
	width: 758px;
	height: 100px;
	background-color: #FEEBAC;
	background-image: url("development/elsner-bell-header.jpg");
	}

#body {
    height: 100%;
	width:758px;
	border-top-style: solid;
	border-width: 8px;
	border-color:#FDECC9;
	}
	
object.flash {
	position: absolute;
	top:104px;
	right: 11px;
	width: 440px;
	height: 400px;
	margin: 0;
	padding: 0;
	z-index: 0;
	}
	
#menu {
	position: absolute;
	top: 110px;
	left: 0px;
	z-index:10;
	width: 150px;
	height: auto;
	}

#menu ul {
	text-align: left;
	background-color: #203B52;
	}

#menu li {
	height: 35px;
	width: 150px;
	/*border-bottom:1px dashed #FAE2B8;*/
	}

/*#menu a { 
	width: 150px;
	height: 35px;
	background-image: url(butt-bg-up.jpg);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	color: #FAE2B8;
	text-decoration: none;
	}*/

.rollover a {
	display:block;
	width: 150px;
	padding-top: 10px;
	height:25px;
	font: bold 11px verdana sans-serif;
	color:#FAE2B8;
	background: url("development/button-states.jpg") 0 0 no-repeat;
	text-decoration: none;
	}

.rollover a:hover { 
background-position: 0 -35px;
}


/*
#menu a:hover {
	background-color: #FAE2B8;
	background-image: url(butt-bg-down.jpg);
	}

#menu a:active {
	background-color: #FAE2B8;
	background-image: none;
	color: #203B52;
	}
*/

#body img {
	position: absolute;
	left: 0;
	top: 108px;
	}
	
#bodycontent {
	position: relative;
	top: 0px;
	width: 400px;
	height: 100%;
	left:340px;
	text-align: left;
	}

#bodycontent h1 {
	margin-top: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #203B52;
	}

#bodycontent h2 {
	margin-top: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #203B52;
	}

#bodycontent ul {
	color: #203B52;
	margin-left:20px;
	margin-top: 10px;
	margin-right: 40px;
	list-style-image: url(bullets1.jpg);
	}

#bodycontent li {
	color: #203B52;
	list-style-type: disc;
	font-size: 12pt;
	font-weight: normal;
	line-height:14px;
	font-size:10px;
	color: #5C4216;
	}


#bodycontent h3 {
	margin-top: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #5C4216;
	line-height: 14px;
	}

#bodycontent h4 {
	border-bottom:2px dashed #FDECC9; 
	display:block;
	margin-top: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #5C4216;
	}

#bodycontent h5 {
	font-size: 10px;
	font-weight: normal;
	font-style:italic;
	color: #5C4216;
	text-align:left;
	margin-top:10px;
	margin-bottom:5px;
	}

#bodycontent a {
	font-size: 12px;
	margin-top:10px;
	font-weight: normal;
	color: #203B52;
	}
	
#bodycontent a:hover {
	font-style:normal;
	text-decoration:underline;
	}
	
#bodycontent img.portrait {
	position:relative;
	top: 10px;
	clear: left;
	right: 0px;
	float:right;
	padding: 5px;
	border: 1px solid #FAE2B8;
	}

#bodycontent img.map {
	position:relative;
	top: 10px;
	padding: 5px;
	border: 1px solid #FAE2B8;
	}
#footer {
	bottom: 0px;
	width: 758px;
	height: 20px;
	background-color: #FEEBAC;
	}
#footer a {
	font-size: 12px;
	margin-top:10px;
	font-weight: normal;
	color: #203B52;
	}
	
#footer a:hover {
	font-style:normal;
	text-decoration:underline;
	}

