/* CSS Document */
/* By Autumn-Lynn Harrison */

* {
	font-family:			Arial, Helvetica, Verdana, sans-serif;
	font-size:				12px;
}

/*body { background-color: #3E5354; }*/
body { background-color: #ccd8d4;}

a:link {
	color: 					#336699; /*#8b5440;*/
}
a:hover {
	color: 					#719154; /*green*/
}
a:visited {
	color: 					#719154;  /*336699 blue*/
}

p {
	line-height:			17px;
	font-size:				12px;
	
}



/* header for content */
h1 {
	margin-top:0px; 
	margin-bottom:0px; 
	font-size:				16px;
	color: 					#424b70;
	font-weight: bold;
	/*text-transform: uppercase;*/
	font-family: "Times New Roman", Times, serif;	
}

h2 {
	margin-top:0px; 
	margin-bottom:2px; 
	font-size:				13px;
	color: 					#424b70;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;	
}

#sidebar {
    background:white;
	text-align:	left;
    float:left;
    width:185px;
	margin-left:10px;
	display:inline;
	    }
		
#sidebarSM {
    background:white;
	text-align:	left;
    float:left;
    width:110px;
	display:inline;
	    }
	
/* sidebar specifics for smith site - text alignment and divider.  I adjusted sidebar width for meeting site

#sidebarContent {
    background:white;
	text-align:	left;
    float:left;
    width:170px;
    }
	
.sectionDivideSidebar {
	width:150px; 
	border-top:1px solid #a09480; 
	margin-top:5px; padding-top:10px;
}

*/

#containerTOP {
	width:					780px;
	margin:					0 auto;
	text-align:				left;
	padding:				0px 10px 10px 10px;
	background-color:		white;
	
}

	.mainRIGHT {
	float: left;
	display:inline;
	text-align:				left;
	width:					530px;
	margin-left:			10px;
	margin-right; 20px;
	padding: 0px 20px 0px 20px;
}
	
.main {
	float: left;
	width:					740px;
	text-align:				left;
	margin-left:			15px;
		
}

.mainHOME {
	float: left;
	width:					760px;
	text-align:				left;
	margin-left:			15px;
		
}


#container {
	width:					780px;
	margin:					0 auto;
	text-align:				left;
	padding:				0px 10px 10px 10px;
	border:					1px solid #cdd7e0;
	background-color:		white;
}

.Header {
	text-align:				center;
}

/*.promo {
	width:					760px;
	text-align:				left;
	padding:				8px 0px 3px 3px;
}
*/

/*

.sectionHead {
	line-height:			20px;
	text-transform:			uppercase;
	font-size:				15px;
	text-align:				left;
	text-indent:			10px;
	width:					99%;
	padding:				2px 0px 1px 0px;
	vertical-align:			middle;
}

.NewsHead {
	text-align:				left;
	vertical-align:			top;
	width:					34%;
}

.AnnounceHead {
	text-align:				left;
	vertical-align:			top;
	padding-left:			10px;
	width:					65%;
}

.SpaceHead {
	border-right:			1px solid #a4a38f;
	width:					1%;
}
*/

.footer {
	clear:both;
	width:					745px;
	border-top:				1px solid #a4a38f;
	text-align:				center;
	font-size:				11px;
	margin-top:				30px;
}

.footer a {
	font-size:				11px;
	margin-top:				10px;
}	

#menu {
	
	text-align:				left;
	
}

#Box .Right {
	float: right;
	padding: 0px;
	width: 230px;
	margin-left: 7px;
}

#Box .MenuBox {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	padding: 15px;
}

#Box .MenuTitle {
	margin: 0px;
	padding: 5px 2px 5px 5px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

ul {
	list-style: 			none;
	padding: 				0;
	margin: 				0;
}

.main ul {
	list-style-type: 		disc;
	margin-left:  			25px;
	line-height:			16px;
}

.main ol {
	line-height:			16px;
}

.main ol li {
	padding-bottom:			5px;
}

#nav a {
	font-weight: normal;
	font-size: 11px;
	color: #336699;
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #333300;
	padding: 0.2em 9px;
	
}

#nav li li a:hover {
	padding: 0.2em 8px;
	color: #336699;
}

/*  the addition of #nav to these two broke the code in IE 6
}
*/

/*#nav*/ li {
	float: left;
	position: relative;
	width: 140px;
	text-align: left;
	cursor: default;
	background-color: white;
	    
}

/*#nav*/ li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	padding: 0.5em 0 1em 0;
	background-color: white;
}

/*

li>ul {
	top: auto;
	left: auto;
}


THIS IS WHAT WAS BREAKING THE MENU CODE IN IE 7* !!!!! */ 

#nav li li {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
}



#nav li:hover ul, li.over ul{ 
	display: block; 
	
	}*/
/* This is for the format of the BBoard entries */
/*.bb {
	font-size: 140%;
	}*/
.bb ul ul
{ 
	text-decoration: none;
	list-style-image: url(/images/bullet.gif);
	color: #777;
	background: #ffffff;
	padding: 5px;
	
}

.bb ul li ul 
{ 
	text-decoration: none;
	list-style-image: url(/images/bullet.gif);
	color: #777;
	background: #ffffff;
	padding: 5px;
	
}

.bb li {
	list-style: none;
	color: #777;
	}
	/*
.bb li:hover ul, li.over ul{ 
	display: block; 
	color:#66FF00;}

.bb li ul {
	font-size: 90%;
	}


.bb li ul li ul li {
	padding-left: 16px;
	background: url(bullet.gif) no-repeat 0 50%;
	}*/

