@charset "utf-8";
/* CSS Document */

/* ########################################################
Sioux Falls Area Chamber of Commerce
Copyright 2009
Thane Barnier, Programer & Project Lead
Jill Blom, Assistant programmer and designer
Jen Terveen, Designer

Link Styles
Styles that sets the default appearance of links in content,
general links for different colored backgrounds, and the four 
different states of navigation links in the page layout.
############################################################ */

/* ###### GENERAL LINK STYLES ###### */

/* Default Link Styles (on white) */
a:link { color: #406A95; text-decoration: none; font-weight: bold; }
a:visited {	color: #5686b6;	text-decoration: none; font-weight: bold } 
a:hover { color: #FFC222; text-decoration: none; font-weight: bold} 
a:active { color: #FFC222; text-decoration: none; font-weight: bold} 

/*Link styles on lt blue or medium colors */
.ltblue_link a:link { color: #FFFFFF; text-decoration: none; font-weight: normal;}
.ltblue_link a:visited { color: #FFFFFF; text-decoration: none; font-weight: normal;} 
.ltblue_link a:hover { color: #FFC222; text-decoration: none; font-weight: normal;} 
.ltblue_link a:active { color: #FFC222; text-decoration: none; font-weight: normal;} 

/*Link styles on dk blue or dark colors */
.dkblue_link a:link { color: #FFFFFF; text-decoration: none; font-weight: normal;}
.dkblue_link a:visited { color: #70a6d7; text-decoration: none; font-weight: normal;} 
.dkblue_link a:hover { color: #FFC222; text-decoration: none; font-weight: normal;} 
.dkblue_link a:active { color: #FFC222; text-decoration: none; font-weight: normal;} 


/* ###### NAVIGATION LINK STYLES ###### */

/*Link styles for the home navigation bar */
a.home_nav:link { font-size: 14px; color: #FFFFFF; text-decoration: none; font-weight: normal;}
a.home_nav:visited { font-size: 14px; color: #E6E6E6; text-decoration: none; font-weight: normal; } 
a.home_nav:hover { font-size: 14px; color: #FFC222; text-decoration: none; font-weight: normal; } 
a.home_nav:active { font-size: 14px; color: #FFC222; text-decoration: none; font-weight: normal; } 

/*Link styles for the main navigation bar */

/*Link styles for the side menu navigation bar */
a.sidemenu_navlink:link { color: #FFFFFF; font-weight: normal;}
a.sidemenu_navlink:visited { color: #FFFFFF; font-weight: normal;}
a.sidemenu_navlink:hover { color: #002147; font-weight: normal;}
a.sidemenu_navlink:active { color: #FFFFFF; font-weight: normal;}
sidemenu_navlink ul li { list-style: none;}

/*Link styles for the event titles */
a.sidebar_events:link { color: #26499B; font-weight: bold;}
a.sidebar_events:visited { color: #26499B; font-weight: bold;}
a.sidebar_events:hover { color: #26499B; font-weight: bold;}
a.sidebar_events:active { color: #26499B; font-weight: bold;}

/*Link styles for the footer navigation bar */
a.footer_link:link { color: #174DCA; font-weight: normal;}
a.footer_link:visited { color: #174DCA; font-weight: normal;}
a.footer_link:hover { color: #CCC; font-weight: normal;}
a.footer_link:active { color: #1a52ac; font-weight: normal;}

.sidemenu_navlink {
	font-family: Arial, Helvetica, Verdana sans-serif;
	font-size: 12px;
	line-height: 12px;
	text-align: right;
	padding: 5px;
	border-bottom: 1px solid #bfcbd8;
	padding-left: 8px;
	width: 140px;
	height: 12px;
	float: right;
	font-weight: normal;
}

/*Link styles for the search results */
a.searchTitle:link {
	font-size: 14px;
	color: #002776;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: bold;
}
a.searchTitle:visited { 
	font-size: 14px;
	color: #406A95;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: bold;
	} 
a.searchTitle:hover {
	font-size: 14px;
	color: #FFC222;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: bold;
} 
a.searchTitle:active {
	font-size: 14px;
	color: #FFC222;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: bold;
} 