/* 
Title:		Hennepin Fire Chiefs Association
Author: 	David Boyer
Email:		david.boyer@26tigers.com
Created: 	November 27, 2006
Updated:	December 1, 2006
*/

/* Design Notes:

Colors: 
	#E2B929 - Golden Highlights and Links
	#FFFF00 - Yellow Link

*/

/*--[Global]----------------------------------------------------------*/
html, body, form, fieldset, legend, input, select, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, img {
	margin:0;
	padding:0;
}
ul, li {
	list-style-type:none;
}
body {
	background: #000000 url(../images/bg_bodybg.jpg) repeat-x; 
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: small;
	line-height: 1.1em;
	color: #FFFFFF;
	text-align: center; /* KLUDGE: IE5.5 and IE6 in quirks mode doesn't understand auto marging. IE misunderstands text-align: center and centers everything. Must reset text to the left in the wrapper tag. */
}

* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}
hr {
	clear:both;
	visibility:hidden;
}		
img {
	border:0;
}	

/*--[Set Common Elements]----------------------------------------------------------*/
.tiny {
	font: xx-small Arial, Helvetica, sans-serif;
}
.clear {
	clear:both;
}
.centered, p.centered {
	text-align:center;
}
.right {
	float:right;
}
.left {
	float:left;
}

/*--[Set Generic Link Rules]----------------------------------------------------------*/
a:link {
	color:#FFFF00;
	text-decoration: none;
}
a:visited {
	color: #FFFF00;
	text-decoration: none;
}
a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

/*--[Wrapper]----------------------------------------------------------*/	
#wrapper {
	width: 780px;
	margin: 0 auto; /* Centers wrapper in viewport. */
	text-align: left; /* KLUDGE: Realigns text to the left for the IE fix. */
}

/*--[Master Columns and Content Areas]----------------------------------------------------------*/
#master_left {
	float: left;
	width: 210px; /* Leaves a 20px gutter between to columns. */
	padding: 0;
	margin: 0;
}
#master_right {
	float: right;
	width: 550px;
	padding: 0;
	margin: 0;
}

/*--[Mastheads]----------------------------------------------------------*/
#front #masthead {
	background: #000000 url(../images/bg_frontheader_axman.jpg) no-repeat 0px 0px;
	height: 326px;
	position: relative;
	border-bottom: 2px solid #7B0808;
}
	#front #masthead h1 {
		width: 184px;
		height: 197px;
		background: url(../images/img_hcfca_cornerlogo.jpg) no-repeat 0 0;
		text-indent: -9989px;
		position: absolute;
		top: 0;
		left: 0;
	}
		#front #masthead h1 a {
			display: block;
			height: 197px;
			background: url(../images/img_hcfca_cornerlogo.jpg) no-repeat 0 0; /* Logo needs to be repeated in order to prevent flickering in IE on mouse over. */
		}
		
#inside #masthead {	
	background: #3B3B3B url(../images/bg_insideheader.jpg) no-repeat 0px 0px;
	height: 208px;
	position: relative;
}		
	#inside #masthead h1 {
		width: 184px;
		height: 197px;
		background: url(../images/img_hcfca_cornerlogo_inside.jpg) no-repeat 0 0;
		text-indent: -9989px;
		position: absolute;
		top: 0;
		left: 0;
	}
		#inside #masthead h1 a {
			display: block;
			height: 197px;
			background: url(../images/img_hcfca_cornerlogo_inside.jpg) no-repeat 0 0; /* Logo needs to be repeated in order to prevent flickering in IE on mouse over. */
		}	
ul#mini_menu {
	position: absolute;
	width: 300px;
	top: 66px;
	right: 10px;	
	text-align: right;
}
	ul#mini_menu li {
		display: inline;
	}
		ul#mini_menu li a:link {
			font-size: 100%;
			color: #BCBCBC;
		}
		ul#mini_menu li a:visited {
			color: #BCBCBC;
		}
		ul#mini_menu li a:hover {		
			color: #E2B929;
			text-decoration: none;
		}
		
/*--[Side Navigation]----------------------------------------------------------*/
ul#sidenav {
	padding-top: 197px;
}
ul#sidenav li {
	text-align: right;
	font: normal 130%/1.1em "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;
	padding-bottom: 8px;
}
	ul#sidenav li a:link {
		display: block;
		color: #FFFFFF;		
	}
	ul#sidenav li a:visited {
		color: #FFFFFF;
	}
	ul#sidenav li a:hover {
		color: #E2B929;
		text-decoration: none;		
	}
	
/*--[Content Wrapper and Columns]----------------------------------------------------------*/
#content_wrapper {
	background: #353535 url(../images/bg_contentwrapper.jpg) no-repeat;	
	font-size: 100%;
	padding: 5px 0;
	margin-bottom: 10px;
	min-height: 350px;
	float:left;
}
*html #content_wrapper 
{
	height: 350px;
}

#front #content_standard {
	float: right;
}
#front #content_extra {
	width: 180px;
	float: left;
}
#front #content_col_l {
	float: left;
	width: 170px;
	margin-left: 10px;
}
#front #content_col_content {
	float: left;
}

#front #content_col_r {
	float: left;
	width: 170px;
	margin-left: 10px;
}
#inside #content_col_l {
	display: none;
}

#inside #content_col_content {
	width: 530px;
	margin: 0 10px;
	text-align:justify;
}

#inside #content_col_r {
	display: none;
}

/*--[Headlines]----------------------------------------------------------*/
#front h2 {
	position: absolute;
	top: 280px;
	right: 10px;
	text-align: right;
	font: normal 180%/1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#inside h2 {
	position: absolute;
	width: 335px;
	top: 119px;
	left: 199px;
	font: normal 225%/1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#content_wrapper h3 {
	font: normal 170%/1.1em "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;	
	color: #E2B929;
	padding-bottom: 8px;
}
h4.newstitle {
	font-size: 115%;
	text-transform: capitalize;
	line-height:normal;
	font-weight: normal;
}
	h4.newstitle a:link, h3.newstitle a:visited {
		color: #FFFFFF;
	}
	h4.newstitle a:hover, h3.newstitle a:active {
		color: #FFFF00;
	}

/*--[Main Text and Content Styles]----------------------------------------------------------*/
#content_wrapper p {
	padding: 3px 0;
}
img.inset_r {
	float: right;
	border: 4px solid #969696;
	padding: 1px;
	margin-bottom: 3px;
}

/*--[Lists]----------------------------------------------------------*/
ul.eventlisting {
	padding: 0 0 0 15px;
}
	ul.eventlisting li{
		display: inline;
	}
		ul.eventlisting li a {
			display: block;
			background: url(../images/icon_calendar.gif) no-repeat 0 50%;
			border-bottom: 1px solid #E2B929;
			padding: 4px 0 4px 23px;
		}
		ul.eventlisting li a:link {
			color: #FFFFFF;
		}
		ul.eventlisting li a:visited {
			color: #FFFFFF;
		}
		ul.eventlisting li a:hover {
			color: #FFFF00;
			text-decoration: none;
			background-color: #999999;
		}
ul.newsfront {
	padding: 0 0 0 15px;
}
	ul.newsfront li {
		background:url(../images/icon_newspaper.gif) no-repeat 0 4px;
		padding:0 15px 0 20px;
	}		
	ul.newsfront li p {
	font-size: 80%;
	font-size: 100%;
	line-height: 1.2em;
}
p.newsdate {
		color:#E2B929;
		padding-bottom: 5px;
	}
ul.std_list {
	padding: 5px 0 5px 10px; 
}
	ul.std_list li {
		background: #353535 url(../images/bullet_red.gif) no-repeat 0 0;
		padding: 0 0 7px 18px;	
		}

/*--[Links]----------------------------------------------------------*/
h6.morebutn {
		width: 54px;
		height: 11px;
		background: url(../images/bg_morebtn.gif) no-repeat 0 0;
		text-indent: -9989px;
		margin: 6px 0;
		float: right;
	}
		h6.morebutn a:link {
			display: block;
			height: 11px;
			background: url(../images/bg_morebtn.gif) no-repeat 0 0; /* Image needs to be repeated in order to prevent flickering in IE on mouse over. */
		}
		h6.morebutn a:hover {
			background: url(../images/bg_morebtn_ro.gif) no-repeat 0 0;
		}

/*--[Footer]----------------------------------------------------------*/
#footer_wrapper {
	clear: both;
	width: 550px;
	padding: 10px 0;
	float:left;
	border-top: 1px solid #353535;
}

	#footer_wrapper ul.footer_box {
		border:1px solid #353535;
		background: #333333 url(../images/bg_footerbox.jpg) repeat-x left top;
		padding: 10px;
		width: 250px;
		float: left;
		color: #666666;
		font-size: 80%;
		font-size: 100%;
	}
		#footer_wrapper ul.footer_box address {
			font-style: normal;
		}
		#footer_wrapper ul.footer_box li {
			padding: 5px 0;
		}	
	ul.logo_list {
		width: 265px;
		float: right;
	}
		ul.logo_list li {
			display: inline;
			padding-right: 10px;
		}
	
	ul.footer_menu {
		width: 265px;
		float: right;
		padding: 15px 0;
		text-align: center;
	}
		ul.footer_menu li {
			display: inline;
			padding-right: 10px;
			padding-bottom: 5px;
		}
			ul.footer_menu li a:link {	
				color: #666666;
			}	
			ul.footer_menu li a:visited {	
				color: #666666;
			}	
			ul.footer_menu li a:hover {	
				color: #FFFFFF;
			}					

#BitwiseLogo
{
	margin-top: 15px;
	text-align: center;
}
	
#BitwiseLogo a
{
	font-size: 7pt;
}			
		
