@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0; 
	padding: 0; 
	border: 0;
}
body {
	color: #000; 
	background-color:#ffe1bd;
	font-family: verdana, sans-serif; 
	font-size: 80%; 
	text-align: center;
	margin: 30px 0;
}
p  {
	margin: 0; 
	padding: 8px;
}
h1 { font-size : 1.7em; }
h2 { font-size : 1.5em; }
h3 { 
	font-size : 1.3em; 
	padding: 3px 0 3px 5px;
	background: url(../img/liteBlueWhiteGrad.png) repeat-x center;
}
h4 { 
	font-size : 1.1em; 
	padding: 1px 0 3px 1px;
	border-bottom: thin solid #788aa1;
	background: url(../img/liteBlueWhiteGrad.png) repeat-x bottom;
}
h5 { font-size : 1.0em; }
h1, h2, h3, h4, h5 { 
	margin: .5em 0 .5em .5em;
	font-family : verdana, sans-serif; 
	color : #14253d;
}

img { border : 0; }
form { margin : 0; }

a{
	color : #333; 
	background : none; 
	text-decoration: underline; 
}
a:hover {
	color: #4c3111; 
	text-decoration : none;
}
 
.clear { 
	clear: both; 
}
.small {
	font-size: .9em;
}

#rightRail div.spacer{
	height:10px;
	width:95%;
	background: url(../img/rtRule.png) repeat-x bottom;
	border:none;
}
.agendaDetail{
	margin: .5em 0 .5em .5em;
	padding: 3px 0 3px 5px;
}
.agendaDetail_inForm{
	margin: .5em 0 .5em .5em;
	padding: 3px 0 3px 5px;
	background: url(../img/liteBlueWhiteGrad.png) repeat-x bottom;
}
.minuteDetail{
	margin: 0 0 0 .5em;
	padding: 3px 0 3px 5px;
	background: url(../img/liteBlueWhiteGrad.png) repeat-x bottom;
	font-size:.8em;
}
.minuteDetail2{
	margin: 0 0 0 .5em;
	padding: 3px 0 3px 5px;
	font-size:.9em;
}
/* Layout */
#wrapper {
	margin: 0 auto;
	width: 930px;
	text-align: left;
	background: #fff url(../img/fauxColumn.png) repeat-y 50% 0;
}
#header{
	height:168px;
	background    : url(../img/headerLogo.jpg) no-repeat left #4c3111;
}
#headerB{
	height:168px;
	background    : url(../img/headerLogoB.jpg) no-repeat left #4c3111;
}
#container{
	float:left;
	width:620px;
	border-left:175px solid #bd8e58; » 
	/* The width and color of the left rail */
	border-right:135px solid #788aa1; » 
	/* The width and color of the right rail */
}

#leftRail{
  float:left;
  width:175px;
  margin-left:-175px;
  position:relative;
  font-size  : 0.9em;
}
.railContent{
	position:relative;
	top:-45px;
	padding:4px;
}
.agendaNav{
	padding: 1px 2px 5px 2px;
	background: url(../img/nav-bg-gradient.png) repeat-x #bd8e58;
	margin-bottom:10px;
	display:inline-block;
}
.agendaNav #viewSelect{
	font-size:.9em;
}
.agendaNav .searchHead{
	text-align:center;
	padding:3px;
	font-weight:bold;
	color: #999999;
}
.agendaNav #yearNav{
	margin:0 auto;
	text-align:center;
	margin-bottom:5px;
}
.agendaNav #agenda_menu{
	margin:0 auto;
	width:155px;
	background-color:#bd8e58;	
}
.agendaNav #agenda_menu li{
	min-height:10px;
	list-style:none;
}

.agendaNav #agenda_menu ul{
	margin: 0 auto;
	border: 0 none;
	padding: 0;
	list-style: none;
	
}
.agendaNav #agenda_menu ul a, .agendaNav #agenda_menu ul a:visited, .agendaNav #agenda_menu ul a{ 
	display:block; 
	padding-left:10px;
}
.agendaNav #agenda_menu ul a{
	text-decoration:none;
	border-bottom: solid 1px #0b1f38;
}
.agendaNav #agenda_menu ul a:hover{
	background-color: #bd7b2f;
}
/* Sub lvl Menu */
.agendaNav #agenda_menu ul ul{
	font-weight:bold;
	background: url(../img/nav-bg-shadow.png) repeat-x #bd8e58;
}
.agendaNav #agenda_menu ul ul li{
	border-left: solid thick #0a1f3a;
	border-right: solid thick #0a1f3a;
}
.agendaNav #agenda_menu ul ul a, .agendaNav #agenda_menu ul ul a:visited, .agendaNav #agenda_menu ul ul a{  
	padding-left:20px;
}
.agendaNav #agenda_menu ul ul li:hover li a,
.agendaNav #agenda_menu ul ul li.iehover li a {
	background: url(../img/nav-bg-shadow-over.png) repeat-x #bd7b2f;
	color: #FFF;
}
/**/
#center{
  float:left;
  width:620px;
  margin-right:-620px;
}

#centerContainer{
	padding: 0 10px 0 5px;
	/*position:relative;
	top:-15px;*/
}
#centerContainer p{
	padding-left: 20px;
	/*background: url(../img/innerLeftBar.png) repeat-y;*/
}

#rightRail{
  float:right;
  width:135px;
  margin-right:-135px;
  position:relative;
  text-align:center;
  font-size  : 0.8em;
}

#breadcrumbs {
	font-size : 0.8em;
	color     : #ccc;
	margin-bottom : 10px;
	padding-left: 10px;
}
#breadcrumbs a { color : #aaa; }
#breadcrumbs a:hover { background : #aaa; color : #fff; }

#leftRail .box, #rightRail .box {
	margin      : 0 10px 10px 10px;
	padding     : 10px;
	border      : 1px solid #eee;
	font-size   : 0.9em;
	line-height : 1.6em;
}
#footer {
	color      : #999;
	font-size  : 0.8em;
	padding    : 10px;
	text-align : center;
	background-color:#0a1f3a;
}

#auth{
	font-size : 0.8em;
	color     : #ccc;
	padding-left: 10px;
}
.pageAdmin{
	margin-top: 5px;
	padding:2px;
	background: #999999;
	width:100%;
}
.pageAdmin input{
	float:right;
}
.pageAdmin input.btn{  
	font: bold 80% 'trebuchet ms',helvetica,sans-serif; 
}
.smallForm input.btnhov {   
	cursor: pointer;
}
.listTitle{
	margin-left:2em;
	font-weight:bold;
	padding: 0 0 .5em 0;
	/*border-top:thin solid #999;*/
}
.listTitle span.precinct{
	float:right;
	font-weight:normal;
	font-size:.9em;
}
.listDetail{
	margin-left:4em;
	padding: 0 0 .5em 0;
}
.listDetail ul {
margin-top: 0; 
margin-bottom: 0; 
}
.listDetail p{
	margin:0;
	padding:0;
	font-size:.8em;
}

/*infobox*/
.infoBlock{
	margin:0 2em 1em 0;
	border-left: solid thin #ffe1bd;
	border-top: solid thin #ffe1bd;
	border-right: groove thin #bd8e58;
	border-bottom: groove thin #bd8e58;
	padding: 0.5em;
	
}
.infoBlock p{
	padding:0;
	margin:0;
}
.infoSection{
	border-bottom: solid thin #0a1f3a;
	margin-top:1em;
	background: url(../img/liteBlueWhiteGrad.png) repeat-x top;
	padding:1em;
}
#ballotContainer .infoSection{
	border-right: groove medium #6881a1;
	border-bottom: groove medium #6881a1;
	border-left: solid thin #788aa1;
	border-top: solid thin #788aa1;
}
.infoTitle{
	font-size:1.2em;
	background-color: #ffe1bd;
}
.infoLabel{
	font-weight:bold;
	color: #444;
	width:10em;
	margin: 0 0 1.5em;
	
}
.field{
	padding:0;
	margin:1px;
	clear:both;
}
.field .infoLabel2{
	font-weight:bold;
	/*padding-left: 100px;*/
	display: inline-block; 
	float: left;
	width: 15em; 
	text-align:right;
	background-color: #EEEEEE;
}
.infoValue{
	display: inline;
	font-style:italic;
}
.field .infoValue{
	padding:0px;
	margin:0px;
}
.infoLabel3{
	font-weight:bold;
	display: inline-block; 
	float: left;
	width: 12em; 
	text-align:left;
}
.infoLeft{
	float:left;
	width:140px;
}
.infoRight{
	float:left;
	width:400px;
}
.imgLeft{
	float:left; 
	text-align:center; 
	padding:5px; 
	font-size: smaller;
}
/*document / link boxes*/
#mainSplitContainer{
	padding:0;
	margin:0;
}
#leftFrame{
	float:left;
	width:290px;
	/*border-right:dashed thin #0a1f3a;*/
}
#rightFrame{
	float:left;
	width:290px;
	
}
/*Create a shadow on the image*/
.img-shadow{
	background: url(../img/shadow.gif) no-repeat bottom right;
	clear:right;
	float:left;
	position: relative;
	min-height:100px;
	margin: 5px 0 0 10px;
}
.img-shadowBlu{
	background: url(../img/shadowBlu.gif) no-repeat bottom right;
	clear:right;
	float:left;
	position: relative;
	margin: 5px 0 0 10px;
}
.img-shadow img, .img-shadowBlu img{
	background-color: #fff;
	border: 1px solid #a9a9a9;
	padding: 4px;
	display:block;
	margin: -5px 5px 5px -5px;
	position: relative;
}

/**
 * Form styles
 */
.smallForm{
 	float:right;
}
.smallFormB{
 	float:left;
}
.smallForm input.btn, .smallFormB input.btn{
	color: #050;   
	font: bold 0.6em 'trebuchet ms',helvetica,sans-serif; 
	background-color:#fed;   
	border:1px solid;   
	border-color: #696 #363 #363 #696; 
}
.smallForm input.btnhov, .smallFormB input.btnhov {   
	border-color: #c63 #930 #930 #c63; 
	background-color:#bd8e58;
	color: #FFF;
	cursor: pointer;
}
fieldset {clear: both;} 
legend {padding: 0 0 1.286em; font-size: 1.167em; font-weight: 700;} 
fieldset fieldset legend {padding: 0 0 1.5em; font-size: 1em;} 
* html legend {margin-left: -7px;} /* ie6 */ 
*+html legend {margin-left: -7px;} /* ie7 */ 
form .field, form .buttons {clear: both; margin: 0 0 1.5em;} 
form .buttons{background: #999999;padding:2px;}
form .buttons input{float:right;}
form .field label {display: block;font-weight: bold;} 
form ul.fields {margin: 0 0 1.5em; padding: 0;} 
form ul.fields li {list-style-type: none; margin: 0;} 
form ul.inline li, form ul.inline label {display: inline;} 
form ul.inline li {padding: 0 .75em 0 0;} 
.collection span{
	display:inline-block;
	font-style:normal;
	color:#000000;
}
.collection .coLeft{
	font-size:1em;
	width:250px;
}
.collection .coRight{
	padding-left:1em;
	width:80px;
}
.collection ul.fields li {
	background: url(../img/liteBlueWhiteGrad.png) repeat-x bottom;
	border-bottom: solid thin #788aa1;
	font-size:.8em;
}
input.radio, input.checkbox {vertical-align: top;} 
label, button, input.submit, input.image {cursor: pointer;} 
* html input.radio, * html input.checkbox {vertical-align: middle;} /* ie6 */ 
*+html input.radio, *+html input.checkbox {vertical-align: middle;} /* ie7 */ 
textarea {overflow: auto;} 
input.text, input.password, textarea, select {margin: 0; font: 1em/1.3 Helvetica, Arial, "Liberation Sans", "Bitstream Vera Sans", sans-serif; vertical-align: baseline;} 
input.text, input.password, textarea {border: 1px solid #444; padding: 2px;} /* horizontal layout */ 
form.horizontal .field {padding-left: 150px;} 
form.horizontal .field label {display: inline; float: left; width: 140px; margin-left: -150px; text-align:right;} 
.error{
	color:#FF3300;
	font-style:italic;
} 
.success{
	color: #009900;
	font-style:bold;
}
form span{
	color:#660000;
	font-size:.8em;
	font-style:italic;
}

/**
 * List navigation
 */
.sideNav{
	font-size:.8em;
	list-style-type: none;
	padding: 0;
	margin: 0 0 2px 20px;
	/*z-index:85;*/
}
.sideNav li { 
	/*background: url(../img/quickBullet.png) left center no-repeat;*/
	list-style-image: url(../img/quickBullet.png);
	padding:0;
	margin:0;
}
#rssNav li {
	list-style: none;	
}
.sideNav a, .sideNav a:visited, #rssNav a, #rssNav a:visited{ 
	display:block; 
} 
#rssNav div{
	/*RSS Title*/
	background-color: #0b1f38;
	color: #ccc;
	padding: 2px;
}
ul.rssBox{
	margin: 0;
	border: 0 none;
	padding: 0;
	list-style: none;
	/*background: #abb7c5 url(../img/rtColumnBoxGradient.png) repeat-y left;*/
	border-right:  solid 2px #0b1f38;
	border-left:   solid 1px #0b1f38;
	border-bottom: solid 2px #0b1f38;
	background-color: #788aa1;
}

ul.rssBox a{
	text-decoration:none;
	border-bottom: solid 1px #abb7c5;
}
ul.rssBox a:hover{
	background-color: #abb7c5;
}
.sideSection{
	position:relative;
	top:-25px;
	padding-bottom: 2em;
}
.sideSectionBasic{
	position:relative;
	padding-bottom: 2em;
}
.sideSection p, .sideSectionBasic p{
	background-color: #abb7c5;
	border-top: thin solid #336699;
	font-weight: bold;
	padding:2px;
}
.sideSection span{
	display:block;
	padding: .2em 0 1em 0;
}
.sideSectionBasic div{
	margin: 0;
	border: 0 none;
	padding: 0;
	text-align:left;
	/*border-right:  solid 2px #0b1f38;
	border-left:   solid 1px #0b1f38;*/
	border-top:    solid 1px #0b1f38;
	border-bottom: solid 2px #0b1f38;
}

#popupDiv {
	position: absolute;
	height: 420px;
	width: 570px;
	border: 1px solid #809ead;
	background-color: #fff;
	color: #000;
	top: 0.5em;
	left: 20%;
	z-index: 100;
	overflow: auto;
}

#modalDiv {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 1500px;
	background: #ffe1bd;
	margin: 0px;
	filter: alpha(opacity=70);
	opacity: .70;
	z-index: 95;
}


/* MAIN NAV MENU */
/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
position:relative;
top:-25px;
left:200px;
margin: 0;
border: 0 none;
padding: 0;
width: 600px; /*For KHTML*/
list-style: none;
height: 24px;
z-index:90;
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li {
  width: 170px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
  border-bottom: 2px solid #799394;
  border-left: 1px solid #799394;
  border-right: 1px solid #799394;
  padding: 0 14px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: url(../img/buttonBg.png) repeat-x top;
  color: #FFFFFF;
  font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
  margin          : 0 3px;
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #0a1f3a;
  color: #FFF;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  background: #0a1f3a;
  color: #FFF;
  font-size:.7em;
  padding: 0 5px;
  height: 22px;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #6699CC;
  color: #FFF;
  font-size:.7em;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #0a1f3a;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #6699CC;
  color: #FFF;
  font-size:.7em;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #0a1f3a;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #6699CC;
  color: #FFF;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}

/* Main nav menu formatting */
ul#navmenu a.active{
	color:  #fff;
	background: #0a1f3a;
}
ul#navmenu a.active:hover{
	background: #284160;
}

