@charset "iso-8859-1";
/* CSS Document */
/* brown = #4b2d13 */
/* blue = #b4d2ec or #a2d7f6 */
*{margin: 0 ; padding:0;}
.constants{
	color:#c1cfd7; /*blue*/
	color:#4b2d13; /*brn*/	
	}
body{
	background:  #fff url(/resources/circles.png);
	/*font-family: "le-havre-1","le-havre-2" , sans-serif;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:  Verdana, Arial, Helvetica, sans-serif;
		font-size: 100%;

	}
#container {
	margin: 20px 0 0 60px;
	width: 720px;
	}
#header {
/*	margin:auto;*/
	width: 460px;
	background-color:#c1cfd7;
	padding: 25px;	
	margin-left: 30px;
	}
#content{
	background-color:#4b2d13;
	opacity:0.95;
	filter:alpha(opacity=95);
	position:relative;
	top:-160px;
	z-index: -1;
	padding: 175px 3em 3em 3em;
	color:#fff;
	min-height:200px;
	line-height:150%;
	}
#content p { padding: 1em;  }	
#menu{	
	position:fixed;
	top: 100px;
	left: 750px;
	font-family: "ff-meta-sc-web-pro-1","ff-meta-sc-web-pro-2", sans-serif;
	font-size: .95em;
	text-align:right;
/*	font-family: "anisette-petite-sc-1","anisette-petite-sc-2",sans-serif;
	font-size:1.2em;*/
	}	
.navitem{
	background-color:#4b2d13; /*brn*/
	opacity:0.95;
	filter:alpha(opacity=95);
	width: 105px;
	padding: .6em .6em .6em .25em;
	list-style:none;
	margin-bottom: 5px;
	z-index:3;
}
.navitem a{color:#fff;}
.navitem:hover {background-color:#c1cfd7; /*blue*/}
.navitem:hover  a {
	color:#4b2d13; /*brn*/	 
	}
.selected {
	background-color:#c1cfd7; /*blue*/	
	opacity:0.95;
	filter:alpha(opacity=95);
	width: 120px;
	padding: .6em .6em .6em .25em;
	list-style:none;
	margin-bottom: 5px;
	z-index:3;
	}
.selected a {
	color:#4b2d13; /*brn*/
	}
#footer {
	}
#copyright {
	float:right;
	font-size:.8em;
	color:#b4d2ec;
	color:#4b2d13;
	font-style:italic;
	margin-top: -150px;
	padding: 0 30px 0 0;
	}
#copyright img {
	border:none;
	}
a.email {font-size: .8em; color:#4b2d13;}
a:hover {font-weight: bold;}

h2, h3, h4, h5, h6 {
	color:#fff; 
	padding: 1em 0 .5em 0;
	font-family: "ff-meta-sc-web-pro-1","ff-meta-sc-web-pro-2", sans-serif;}
h2{font-size: 1.5em;}
h1 {
 /* font-family: "pill-gothic-900mg-1","pill-gothic-900mg-2", sans-serif;      font-variant:small-caps; font-family: "ff-meta-sc-web-pro-1","ff-meta-sc-web-pro-2",sans-serif;*/
 font-family: "anisette-petite-sc-1","anisette-petite-sc-2",sans-serif;
  color:#4b2d13;
  font-size: 2em;
  padding-bottom: .5em;
  letter-spacing: .1em;
/*  padding: 1em 0 0 0;
  margin:auto;*/
}
.subtitle{
	font-size: .65em;
}
	/*font-style:italic;*/
/*#header h1 {margin:auto;}*/
#header p.emailline {
/*	margin-top: 80px;*/
	}
a {
	text-decoration:none;
	color:#c1cfd7; /*blue*/
	font-weight:600;
}
#header a{ color:#644224; font-weight: 400; /*brn*/ }
#header p {font-size:.85em; 	 color:#644224; /* soft brn*/}
#header img {padding-left:30px;}
h1.hidden  {position:absolute; margin-left: -1000px;}
.end {clear:both;}
.leftcol{width:50%; float:left;}
.rightcol{width:50%; float:right; text-align:right;}
.end {clear:both;}
dt {font-weight: bold; padding: 1em 0 .25em 0;}
dd {padding-left: 3em;}

#calendar{
	float:right;
	padding: 30px .5em 1.5em 1.5em;
}
ul {
	padding-left: 2em;
}
.quote {
	font-weight:bold;
	text-align:center;}
	
	
