﻿/*
####  SECONDARY STYLE SHEET FOR WACO-TEXAS.COM
####  FOR USE ON ECONOMIC DEVELOPMENT HOME PAGE
####  Developed by Promit for the City of Waco. Copyright ©2011.
*/
body {
	background-color: #3190bc;
}
div#wrapper {
	background: transparent url("/Economic-Development/images/bg-ecodev.jpg") top center no-repeat fixed;
}
nav#l-panel-nav p {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
nav#l-panel-nav p a, nav#l-panel-nav p a:visited {
	color: #0f394e;
	text-decoration: none;
}
nav#m-panel-top-nav {
	color: #fff;
}
nav#m-panel-top-nav span.toplinks a, nav#m-panel-top-nav span.toplinks a:visited {
	color: #fff;
	text-decoration: none;
	text-shadow: 0.1em 0.1em 0.1em #000;
}
section#slideshow {
	background: #fff url(/SlideShow/ecodevelop-1.jpg) 50% 50% no-repeat;
}

section#content	{ height:auto; font-size: 11px;}
section#content a, section#content a { text-decoration: none; }
section#content p.continue	{ clear: both; font-weight: bold; text-align: right; padding: 20px; }

section#content nav#leftcnav {
	position: relative;
	display: block;
	float: left;
	width: 145px;
	text-align: left;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	padding: 0px;
	margin: 10px 6px 20px 3px;
	border-right: 1px solid #dcdcdc;
}
nav#leftcnav a	{ color: #696969; font-weight: normal; text-decoration:none; }
nav#leftcnav a:hover { color: #000; text-decoration:none; }
nav#leftcnav p	{ padding: 0; margin: 8px 6px;  }
nav#leftcnav p.first	{ margin-top: 4px;  }


section#content nav#topbutns {
	position: relative;
	display: block;
	width: 450px;
	margin: 0;
	border-bottom: 1px solid #dcdcdc;
}

/* Generic article styles for most pages */
section#content article.one {
	position: relative;
	display: inline-block;
	width: 600px;
	margin: 16px 0 20px 0px;
	text-align: left;
	font-size: 12px;
	line-height: 1.2em;
}
section#content article.one img	{ border: none; margin: 6px; }
section#content article.one hr	{ border: 0.5px inset #000; }
section#content article.one p	{ margin: 6px; }
section#content article.one blockquote	{ margin: 4px 10px; }
section#content article.one ul, section#content article.one ol	{ margin: 6px; padding-left: 20px; }
section#content article.one h1	{ font-size: 2em; margin: 0.25em 0; line-height: 1.2em; }
section#content article.one h1.journal	{ font-size: 3em; }
section#content article.one h2	{ font-size: 1.4em; margin: 0.5em 0; line-height: 1.2em; }
section#content article.one h3	{ font-size: 1.2em; margin: 0.5em 0; line-height: 1.2em; }


footer { color: #fff; }
footer a:link, footer a:visited	{ color: #fff; }
footer a:hover	{ color:#000; }




