/* TEMPLATE MARKUP ------------------------------------------------- */
html {
	height:100%; 
}
body {
	height:100%; 
	margin:0px;
	font-family:georgia, serif;
	background-color:#7F4C2F;
}

#container {
	width:778px;
	height:100%; 
	margin:0px auto 0px auto;
	background:url(template_images/template.gif) top left no-repeat;
	position:relative;
}

#top_photo_1 {
	position:absolute;
	top:23px;
	left:232px;
}	
#top_photo_2 {
	position:absolute;
	top:23px;
	left:408px;
}	
#top_photo_3 {
	position:absolute;
	top:23px;
	left:584px;
}	

#menu {
	position:absolute;
	top:272px;
	left:0px;
	width:207px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 9px 0px;
	background:url(template_images/menu_bottom.gif) bottom left no-repeat;
	list-style:none;
	text-align:right;
	line-height:1.05em;
	font-family:trebuchet ms, sans-serif;
	font-size:16px;
	font-weight:400;
}
#menu li {
	/* following 3 are to get around IE white-space bug */
	display:inline; 
	float:left; 
	clear:left; 

	margin:0px 0px 0px 26px;
	width:151px;
	padding:5px 18px 5px 12px;
	background-color:#91654C;
}
#menu li.current_item {
	color:#F0955A;
}
#menu li a {
	text-decoration:none;
	color:#F4E0D3;
}
#menu li a:hover {
	text-decoration:underline;
	/*color:#F9B791;*/
}

#menu li.sub{
  color:#F4E0D3;
}

#menu ul.sub li{
  position:relative;
  left:-20px;
  margin:0;
  padding:5px 0;
  padding-right:10px;
  font-size:95%;
  color:#cfaa92;
  background:url("template_images/sub_marker.gif") no-repeat center right;
}
#menu ul.sub li a{
  color:#cfaa92;
}
  #menu ul.sub li.current_item{
    color:#F0955A;
    background-image:url("template_images/sub_marker_current.gif");
  }

#cmc_credit {
	position:absolute;
	top:534px;
	left:0px;
	width:177px;
	padding:5px 18px 5px 12px;
	text-align:right;
	font-family:trebuchet ms, sans-serif;
	font-size:11px;
	font-weight:400;
}
#cmc_credit a {
	color:#86563A;
	text-decoration:none;
}
#cmc_credit a:hover {
	text-decoration:underline;
	color:#F9B791;
}


#content {
	position:absolute;
	top:130px;
	bottom:0px;
	left:207px;
	height:100%; 
	border-collapse:collapse;
}
#content td {
	vertical-align:top;
	width:465px;
	padding:27px 55px 30px 50px;
	background-color:white;
	font-family:trebuchet ms, sans-serif;
	font-size:14px;
	line-height:1.4em;
}

/* GENERAL MARKUP ------------------------------------------------- */
h1 {
	margin:0px 0px 10px 0px;
	font-size:26px;
	font-family:georgia, serif;
	font-style:italic;
	font-weight:400;
	color:#7F4C2F;
}
h2 {
	margin:16px 0px 10px 0px;
	font-size:17px;
	font-weight:400;
	color:#755E40;
	border-bottom:solid 3px #F4EDE3;
	position:relative;
	clear:right;
}
h3 {
	margin:15px 0px 3px 0px;
	font-weight:600;
	font-size:14px;
	color:#755E40;
}
p {
	margin:0px 0px 10px 0px;
}
a {
	color:#7F4C2F;
}
a:visited {
	color:#91654C;
}
a:hover {
	color:#F0955A;
}
ul {	
	margin:0px 0px 13px 0px;
	padding:0px;
	list-style:square;
}
ol {	
	margin:0px 0px 13px 0px;
	padding:0px;
}
.spaced_out li {
	margin-bottom:7px;
}
li {	
	margin:0px 0px 0px 35px;
	padding:0px;
}
ol li ol{
	list-style:lower-alpha;
}

.left_float {
	float:left;
	margin:0px 23px 15px 0px;
}
.right_float {
	float:right;
	margin:5px 0px 15px 23px;
}
.border {
	border:solid 1px black;
}
.hr{
	margin:40px auto;
	width:90%;
	height:1px;
	background:#7F4C2F;
	overflow:hidden;
}
.fine_print{
	font-size:80%;
}
.full_img_caption{
  padding:10px;
  padding-bottom:0px;
  color:#fff;
  background:#c28e71 url('template_images/img_caption_top_bg.gif') no-repeat top left;
  margin:5px 5px;
  width:150px;
  float:right;
  position:relative;
  right:-5%;
  overflow:hidden;
}
.full_img_caption .bottom{
  position:relative;
  left:-10px;
  height:15px;
  width:170px;
  background:url('template_images/img_caption_bottom_bg.gif') no-repeat bottom left;
}
  .full_img_caption img{
    margin:0 10px 10px 0;
    float:left;
	border:1px solid #91654C;
  }

.full_img_caption p{
  display:none;
}

.full_img_caption span{
  display:block;
  margin:0;
}

input,select{
  margin:1px 2px;
}

p.logo_links{
  margin-left:20px;
}
p.logo_links img{
  border-width:1px;
  vertical-align:top;
}

.orientation{
  margin:0 0 20px 5px;
  clear:both;
}
.orientation img{
  float:left;
}
.orientation p{
  margin-left:180px;
}



.news_item{
  margin-bottom:20px;
  clear:both;
}
.news_item strong{
  font-size:110%;
  color:#755E40;
}
.news_item strong{
  font-size:110%;
  color:#755E40;
}
.news_item p{
  margin:5px 0 2px 0;
}
.news_item p.link{
  margin:0px;
  margin-left:15px;
}

h2 .item_notes{
  font-size:70%;
  font-style:italic;
  color:#000;
  float:right;
  border-bottom:solid 3px #F4EDE3;
}

p.item_notes{
  font-size:80%;
  font-style:italic;
  color:#000;
  text-align:right;
  margin:0;
  float:right;
}

p.return_links a{
  display:block;
}

/*------------------------------------
       EVENTS
-----------------------------------*/
#events *{
  margin:0px; padding:0px;
}
#events h2{
  margin-bottom:5px;
}
#events h3{
  margin-left:15px;
}
#events h4{
  margin:5px 30px;
  font-size:14px;
  color:#4c4c4c;
}
#events .event{
  margin:2px 0 10px 45px;
}
  .event .name{
    font-weight:bold;
    color:#363636;
  }
  .event .time{
    text-transform:lowercase;
  }
#events p{
  margin-bottom:5px;
}
#events .short_event{
  margin:0 0 5px 15px;
}
/*-------------------------------
       STAFF
-----------------------------------*/
.staff{
  font-size:100%;
  clear:both;
  min-height:200px;
}

.staff .left{
  text-align:center;
  float:left;
  font-size:90%;
  width:190px;
}
.staff .left img{
  border:1px solid #000;
}

.staff p{
  margin-left:190px;
}

.staff .left p{
  line-height:120%;
  margin-top:5px;
  margin-left:0;
}

/*--------------------------
       DEFINITIONS
--------------------------------*/
#definition{
  position:relative;
  background:#fff url('template_images/definition_bg.gif') no-repeat top center;
  width:420px;
  padding:20px;
  margin:10px auto;
}
#definition #bottom{
  height:23px;
  width:460px;
  text-align:center;
  background:url('template_images/definition_bottom_bg.gif') no-repeat bottom center;
  position:absolute;
  left:0px;
  bottom:0px;
}