/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}

a, a:visited {
	color: #3C81BC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin:0 0 1em 0;
	}

h2, h3, h4 {
	margin-bottom: .5em;
}

hr {
	height: 1px;
	border: 0;
	color: #eee;
	background-color: #eee;
	margin: 16px 0;
}

blockquote {
	padding: 0 2em;
	
}

#wrapper { 
 margin: 0 auto;
 width: 922px;
}

#header {
 color: #000;
 width: 900px;
 float: left;
 padding: 10px;
 border: none;
 height: 125px;
 background: #fff;
}

#stim_logo_small {
	position: relative;
	top: 12px;
}

#banner {
	width: 100%;
	float: left;
	background-image: url(./images/site_banner.jpg);
	background-repeat: no-repeat;
}

#banner h1 {
	float: left;
	color: #ffc;
	line-height: 45px;
	font-size: 1.96em;
	display: block;
	text-indent: -5000px;
}

#banner h1 a  {
	display: block;
	width: 800px;
	height: 125px;
    background-color: transparent;
	}
	
#leftcolumn { 
 color: #333;
 background: #fff;
 margin: 0px 5px 5px 0px;
 padding: 5px;
 width: 195px;
 float: left;
}

#rightcolumn { 
 float: right;
 color: #333;
 border: none;
 background: #fff;
 margin: 0px 0px 5px 0px;
 padding: 15px;
 width: 678px;
 display: inline;
 border-left: 1px solid #ccc;
}

#footer { 
text-align: center;
 width: 900px;
 clear: both;
 color: #333;
 background: #fff;
 margin: 0px 0px 10px 0px;
 padding: 10px;
line-height: 1.5em;
}

#footer2 { 
text-align: center;
 clear: both;
 color: #333;
 background: #fff;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

.projectname {
	text-transform: uppercase;
}

.projectplace {
	text-transform: uppercase;
	font-weight: bold;
}

.projectcost {
	text-transform: uppercase;
}

.question {
	margin-top: 20px;
	font-size: 18px;
}

.navigation {
	list-style: none;
}

.navigation li {
	margin: .5em 0;
}

.border {
	border: 1px solid #ccc;
	padding: 3px;
	margin: 0 10px;
}

.search-form {
	padding: 18px 0;
}

.main-page-content {
	margin-top: 24px;
}

.locality-list {
	font-size: 18px;
	list-style: none;
}

.locality-list li {
	margin: .5em 0;
}

/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 13px Helvetica, Arial, sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(./ajaxtabs/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(./ajaxtabs/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

/* Tables */

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-collapse: collapse;
	}
	
thead {
	background-color: #c33;
	border-bottom: 1px solid #ccc;
}

th {
	padding: 0 0.5em;
	text-align: center;
	}

td {
	border-bottom: 1px solid #ccc;
	padding: 0.5em;
	}

/*
td:first-child {
	width: 190px;
	}
*/

td+td {
	border-left: 1px solid #CCC;
	text-align: center;
	}
	
#faqs {
	list-style: none;
}	

#faqs li {
	margin-bottom: 2em;
}

.faq_sub_list li {
	list-style: outside;
	list-style-type: decimal;
	margin-bottom: .5em !important;
	margin-left: 2em;
}

#vote_graph {
	clear: both;
	overflow: hidden;
	margin-bottom: 1em;
	height: 120px;
}

.vote_graph_row {
	height: 48px;
	clear: both;
	float: left;
	margin-bottom: .25em;
}

.vote_graph_holder {
	height: 100%;
	float: left;
}

.vote_graph_desc {
	margin-top: .75em;
	width: 30px;
	font-size: 130%;
	float: left;
	margin-right: 1em;
}

.vote_graph_border {
	width: 4px;
	height: 48px;
	overflow: hidden;
	float: left;
	background-repeat: no-repeat;
}

#vote_graph_yes_left {
	background-image: url(images/vote_yes_border_left.png);
}

#vote_graph_yes_right {
	background-image: url(images/vote_yes_border_right.png);
}

#vote_graph_no_left {
	background-image: url(images/vote_no_border_left.png);
}

#vote_graph_no_right {
	background-image: url(images/vote_no_border_right.png);
}

#vote_graph_no {
	height: 100%;
	float: left;
	background-color: #CC3300;
}

#vote_graph_yes {
	height: 100%;
	float: left;	
	background-color: #339900;
}

.quote {
	padding: 0 20px;
	color: #444444;
}

.quote_subtitle {
	text-align: right;
}

input.submit_link {
	background: transparent;
	cursor: pointer;
	border: 0px;
	display: inline;
	color: #3C81BC;
	font-size: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

th.header {
	cursor: pointer;
}

.error {
	color: #3C81BC;
	font-size: 130%;
}

#tell_a_friend_table td {
	border: 0px
}

#tell_a_friend_table td.desc_cell {
	font-weight:bold;
}

#tell_a_friend_submit {
	margin-left:70px;
	padding:3px;
	font-size:18px;
}


.cities_in_state {
	font-size: 16px;
}

.findprojects { 
	list-style: disc; 
} 

.findprojects li { 
	margin: .5em 0 0 1em; 
}

#find_projects_holder {
	border: 1px solid #ccc;
	padding:6px;
	background-color:#eee;
	margin:18px 0;
}

#search_table {
	width: 100%;
}

#search_table td {
	border-bottom: none;
}

.search_description_input {
	width:250px;
	font-size: 18px;
}

.search_submit_input {
	font-size: 18px;
}

.printfooter {
	display: none;
}

#comments_view {
	margin-bottom: 24px;
}

#comments_view ul {
	margin-left: 1.5em;
}

#comments_view li {
	margin-bottom: 1em;
}

#comments_view h2 {
	font-size: 14px;
	margin: .5em 0;
	padding: .5em 0;
	border-bottom: 1px solid #ccc;
}

.editsection {
	float: right;
	margin-left: 5px;
	font-weight: normal;
}

#faq_toc {
	list-style: none;
	font-size:1.17em;
	margin-bottom: 1em;
}

.tutorial { 
	list-style: none; 
	margin-bottom: 12px;
} 

.tutorial li { 
	margin: .5em 0 0 0; 
	font-size: 14px;
	}

.tutorial-left {
	float: left;
	margin-left: 14px;
}

.tutorial-right {
	float: left;
	margin-bottom: 24px;
	padding-right: 12px;
	border-right: 1px solid #ccc;
}

.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}

.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 675px;
	height: 400px;
	padding: 16px;
	border: 4px solid #fff;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

.help-box {
	float:right;
	margin-top: -90px;
	font-size: 14px;
}