/* $Id: style.css,v 0.9.1 2009/10/05 14:20:53 crissi Exp $ */

/**
 * GIS ESRI, for Drupal 6.x
 * Bobbie Wilson (2009)
 *
 * If you use a customized color scheme, you must regenerate it after
 * modifying this file.
 */

/**
 * Generic elements
 */
body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  background: url(images/topTile.gif) repeat-x;
  font-size: 1em;
}
a img{
	border:none;
}
.pageBanner {
	font-weight: bold;
	font-size: .85em;
	color: #328096;
	border-bottom: 1px solid #a7d1df;
	margin: 15px 0  15px 0;
	padding: 0 0 4px 84px;
}

#header-region {
	background: url(images/topBanner.jpg) no-repeat;
	height: 90px;
	position: relative;
}

 
.menu {
	padding: 0;
	margin: 0;
}

ul.primary{
	margin:0 0 0 12px;
	padding:3px 6px;
	border-bottom: 0px solid #A7D1DF;
}
ul.primary li {
	background-color:#D7E6E6;
	border:1px solid #A7D1DF;
	display:inline;
	padding:3px 6px;
}
ul.primary li a {
	background:none !important;
	border: none !important;
}
ul.primary li:hover {
	background:#fff !important;
}
ul.primary li.active a {
	color: #36849A;
}
ul.secondary {
	border:1px solid #A7D1DF;
	margin:0;
	padding:8px 1em;
}
ul.secondary a.active{
	border-bottom: 4px solid #A7D1DF;
	color: #36849A;
	font-weight: bold;
}
ul.primary li.active {
	background-color:#FFFFFF;
	border-bottom:2px solid #FFFFFF;
	font-weight:bold;
}
.contextualImg{
	float:right;
	margin: 0 0 15px 15px;
	clear: right;
}



#flashContent {
	background: url(images/gisgettingstarted.gif) no-repeat;
	padding: 20px 20px;
	position: relative;
	margin: 5px 0 0 0;
}

#frontColumnWrapper{
	background: url(images/column_dots.gif) left top repeat-y;
	margin: 10px 0;
}

#leftContent, #middleContent, #rightContent {
	font-size: .7em;
	float: left;
	line-height: 1.5em;
	padding: 0 10px 0 15px;
	margin: 0;

}
#leftContent{
	width: 235px;
}
#middleContent{
 	width: 262px;
 }
#rightContent {
	background:none;
	padding-left: 20px;
	width: 200px;
}
#leftContent h2,
#middleContent h2,
#rightContent h2{
	color: #EB914C;
	font-size: 1.3em;
	margin-top: 0;
}
#leftContent em,
#middleContent em,
#rightContent em{
	color: #797979;
}
#leftContent strong,
#middleContent strong,
#rightContent strong{
	color: #797979;
}
#leftContent a,
#middleContent a,
#rightContent a{
	font-weight: bold;
}
#leftContent .gisInAction{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#sidebar-left {
	float:left;
	position:relative;
	width:200px;
}

#container {
	border-left:1px solid #A7D1DF;
	margin-left:200px;
	min-height:400px;
	padding-left:15px;
	width: 540px;
}
.front-page #container,
.search-page #container{
	border: none;
	margin-left: 0;
	width: auto;
	padding-left: 0;
}
.search-page #container{
	padding-left: 15px;
}
/* Messages */
div.messages{

	font-size: .85em;
	font-weight: bold;
	padding:8px;
	text-align:center;
}
div.error {
	
}
div.warning {

}
div.status {

}

/* admin screen styles */
table#blocks {
	width: 100%;
}
table#blocks td.region {
	border-bottom:1px solid #F0F0F0;
	font-weight:bold;
	padding:10px 0 2px;
}

