/* CSS Document */

/* Basic structure derived from Khoi Vinh's (www.subtraction.com) design for Paragraph (www.paragraphny.com) */

* {
  margin: 0;
  padding: 0;
}

body {
	border-top: 10px solid #469321;
	padding-left: 1px;
	text-align: left;
	font: 12px/15px Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #fff;
	background-attachment: fixed;
	background-image: url(../images/div_lines.gif);
	background-repeat: no-repeat;
}

/* Typography */

li {
margin-bottom: 1.1em;
}

/* Main Section DIVs */

#announcementblock {
	background-color: #469321;
	margin: 1em 0;
	padding: 15px;
}
div#announcementblock p {
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	line-height: 1em;
	margin: 0;
}
#logo {
  height: 100%;
  width: 200px;
  position: fixed;
  top: 170px;
  left: 30px;
  color: #000;
  border: 0px;
  }

#nav {
  overflow: auto;
  height: 100%;
  width: 130px;
  position: fixed;
  top: 90px;
  left: 230px;
  color: #FFF;
  }

#content {
	display: block;
	width: 360px;
	margin: 0px 0px 0px 380px;
	padding-top: 100px;
}

#contact {
  overflow: auto;
  height: 100%;
  width: 12em;
  position: fixed;
  top: 210px;
  left: 780px;
  }


/* logo styles */

div#logo h1 {
  background: transparent url(../images/cbmt_logo.jpg) no-repeat center top;
  height: 152px;
}

div#logo h1 a {
	font: 16px/20px "American Typewriter", Georgia, Times, serif;
	display: block;
	text-indent: -9999px;
	height: 152px;
	border: 0px;
	text-decoration: none;
}

/* navigation styles */

#nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

div#nav {
	font: bold 11px/44px	Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
  }

#nav a,
#nav a:link {
	display: block;
	width: 100%;
	color: #666;
	text-decoration: none;
}

#nav a:active,
#nav a:hover	{
	color: #469321;
 	background-image: url(../images/md_green_triangle.gif); 
	background-repeat: no-repeat; 
	background-position: center bottom;
	text-decoration: none;
}

#nav li.current a,
#nav li.current a:hover	{
	color: #B1D95C;
	background-image: url(../images/lt_green_triangle.gif); 
	background-repeat: no-repeat; 
	background-position: center bottom;
	text-decoration: none;
}
  
/* content styles */

#content {
	font: 14px/16px "Gill Sans", Verdana, Arial, Helvetica, sans-serif, "Lucida Grande";
}

#content img.photo {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-bottom: 10px;
}

#content p	{
	padding: 0px 0px 20px 5px;
	color: #333;
}
	

#content h2 {
	padding: 0px 0px 6px 5px;
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
	color: #469321;
}

#content h3 {
	padding: 0px 0px 6px 5px;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #469321;
}

#content h4 {
	padding: 0px 0px 6px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #A3C990;
}

#content blockquote {
	padding: 0px 0px 25px 0px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #A3C990;
}

#content p.footer {
	font: 11px/13px Verdana, Arial, Helvetica, sans-serif, "Lucida Grande";
	border-top: 1px solid #999;
	padding: 10px 0px 100px 5px;
	color: #999;
}

#content ul {
	list-style-position: inside;
	padding: 0px 0px 20px 5px;
}

#content li {
	list-style-position: inside;
}

#content table {
	padding: 0px 0px 20px 5px;
}	
	
#subnav {
	text-align: center;
	margin-bottom: 20px;
}

#subnav ul {
	font: 10px/18px Verdana, Arial, Helvetica, sans-serif, "Lucida Grande";
}

#subnav li {
	display: inline;
	margin-right: 8px;
	margin-left: 8px;
}

#subnav li a {
	white-space: nowrap;
}

#content a,
#content a:link,
#content a:visited {
	color: #469321;
	text-decoration: none;
}

#content a:hover {
	color: #B1D95C;
	text-decoration: underline;
}

/* contact styles */

#contact p	{
	padding: 0px 0px 7px 0px;
	font: 10px/12px "Gill Sans", Verdana, Arial, Helvetica, sans-serif, "Lucida Grande";
	color: #333;
}
  
#contact a,
#contact a:link,
#contact a:visited	{
	color: #469321;
	text-decoration: none;
	font-weight: bold;
}

#contact a:active,
#contact a:hover	{ 
	color: #B1D95C;
	text-decoration: underline;
} 

/* top bar */

#bar-top {
  border-top: 5px solid #469321;
  border-bottom: 7px solid #469321;
  background: #469321;
  color: #FFFFFF;
  font-size: 11px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 11px;
  clear: both;
}

#bar-top a,
#bar-top a:link,
#bar-top a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

#bar-top a:hover {
	color: #B1D95C;
	text-decoration: none;
}

#bar-bottom {
  border-bottom: 22px solid #469321;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	clear: both;
}

th {
	background-color: #469321;
	color: #fff;
	padding: 5px;
	
}
hr {
	margin: .6em 0;
}