/*Main CSS Stylesheet for Baldwin City */

/*General Page Settings*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	background-color: #9A5A07;
	behavior: url("/styles/csshover.htc");
	margin-top: 10px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	font-size: 12px;
}

img.floatLeft { 
	float: left;
	margin: 6px; 
}

img.floatRight { 
	float: right;
	margin: 6px; 
}

img.floatRightClear { 
	float: right;
	clear: right;
	margin: 6px; 
}

br.clearLeft {
	clear: left;
}

/*Links*/

A:link    { color: #990000; text-decoration: none;}
A:active  { color: #990000; text-decoration: none;}
A:visited { color: #990000; text-decoration: none;}
A:hover { color: #333b2c; text-decoration: underline;}

/* Headers */

h1, h2, h3, h4, h5 {
	color: #9A5A07;
	margin: 0px 0px 0px 0px;
}

h1 {
	font-size: 2em;
	letter-spacing: .75px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 5px 0px -10px 0px;	
}

h3 {
	font-weight: bold;
	font-size: 1em;
	margin: 0px 0px -10px 0px;
}

h4 {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: -5px;
}

h5 {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: -2px;
}

/* Page Sections */

.header {
	width: 700px;
	background-color: #FFFFFF;
}

.footer {
	width: 700px;
	font-size: 1em;
	/*font-weight: bold;*/
	text-align: center;
	color: #FFFFFF;
}

.navigation {
	width: 155px;
	background-color: #FFFFFF;
	font-size: 12px;	
}

.socialnetworks {
	width: 150px;
	background-color: #FFFFFF;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 2px 2px;
	color:#9A5A07;
}

.socialnetworks img {
	margin: 2px 0px 2px 0px;
	border-width: 0px;
}


.basic ul li {
margin-bottom: 8px !important;
}

#quicklinks {
	width: 136px;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 10px;
	border-style: solid;
	border-color: #9A5A07;
	border-width: 1px;
	margin: 15px 0px 15px 4px;
	padding: 0px 0px 0px 0px;
}

#quicklinks h4 {
	color: #FFFFFF;
	background-color: #D78200;
	margin: 0px 0px 2px 0px;
	padding: 5px 2px 5px 1px;
	font-size: 1em;	
	letter-spacing: 0px;
	word-spacing: 2px;
	font-weight: normal;
}

#quicklinks p {
	text-indent: 0px;
	margin: 2px 0px 2px 0px;
	padding: 0px 0px 0px 1px;
	color: #000000;
}

#quicklinks a {
	color: #000000;
}

#main {
	background-color:#FFFFFF;
	width: 540px;
	font-size: 12px;
	padding: 0px 5px 0px 0px;
}	

#main #upevents {
	float:right;
	width:155px; 
	margin: 2px 0px 0px 20px;
	text-align: left;
	font-size: 10px;
	border-style: solid;
	border-color: #9A5A07;
	border-width: 1px;
	padding: 0px 0px 0px 0px;
}

#main #upevents a {
	color: #000000;
}

.upevents {
	margin: 2px 0px 2px 0px;
	padding: 0px 0px 0px 2px;
	line-height: 12px; 
	text-decoration: none;
	font-size: 9px; 	
}

.upeventheader {
	font-weight: normal;
	font-size: 1em;
	margin: 0px 0px 0px 0px;
	letter-spacing: 2px;
	word-spacing: 2px;
	background-color: #D78200;
	color: #FFFFFF;
	padding: 5px 2px 5px 2px;
}

#main #city_code {
	float:right;
	width:275px; 
	margin: 2px 0px 0px 20px;
	text-align: left;
	font-size: 11px;
	border-style: solid;
	border-color: #9A5A07;
	border-width: 1px;
	padding: 5px 5px 5px 5px;
}

.city_code {
	float:right;
	width:275px; 
	margin: 2px 0px 0px 20px;
	text-align: left;
	font-size: 11px;
	border-style: solid;
	border-color: #9A5A07;
	border-width: 1px;
	padding: 5px 5px 5px 5px;
}

/*This isn't being used right now, might need later
.link_news  { 
	color: #000; 
	font-size: 9px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 13px; 
	text-decoration: none 
	}
	
a.link_news { 
	color: #000; 
	font-size: 9px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 13px; 
	text-decoration: underline 
	}
		
a.link_news:hover   { 
	color: #000; 
	font-size: 9px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 13px; 
	text-decoration: none 
	}
End of not used right now, but might be used later */

/*menu CSS */

.navigation ul, .navigation li, .navigation a {
	display:block;
	margin:0px;
	padding:0px;
	border:0px;
}

.navigation ul {
	width:140px;
	background:white;
	list-style:none;
	border-width: 1px;
	border-style: none solid none none;
	border-color: #9A5A07;
}

.navigation ul ul {
	border-width: 1px;
	border-style: solid solid solid solid;
	border-color: #9A5A07;
}

.navigation li {
	position:relative;
	padding:1px 1px 1px 2px;
	/*padding-left:2px;*/
	z-index:9;
}
.navigation li.folder	{ /*background:url("images/item_folder.gif") no-repeat;*/ }		

.navigation li.folder ul {
		position:absolute;
		left:120px; /* IE */
		top:2.5px;
}		
		
.navigation li.folder>ul { left:135px; } /* others */

.navigation a {
	padding:2px;
	/*border:1px solid white;*/
	text-decoration:none;
	color:#9A5A07;
	font-weight:normal;
	width:100%; /* IE */
}
	.navigation li>a { width:auto; } /* others */

.navigation li a.submenu {
	background:url("/images/submenu-arrow.gif") right no-repeat;
}

/* regular hovers */

.navigation a:hover {
	/*border-color:gray;*/
	background-color:#FF9900;
	color:#333b2c;
}
	.navigation li.folder a:hover {
		background-color:#FF9900;
	}

/* hovers with specificity */

.navigation li.folder:hover { z-index:10; }		
	
.navigation ul ul, .navigation li:hover ul ul {
	display:none;
}

.navigation li:hover ul, .navigation li:hover li:hover ul {
	display:block;
}	
