/*-----------------------------------------------------------------------------
City of Fallon Popup Stylesheet

version:   1.0
date:      02/26/09
author:    Elaine Van Der Wall
email:     elaine@clmdesign.com
-----------------------------------------------------------------------------*/


/* Default Styles
-----------------------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
}

img {
	border:0;
}

.clear {
    clear:both;
    font-size:0px;
    line-height:0px;
    height:0px;
}

.clearRight {
    clear:right;
    font-size:0px;
    line-height:0px;
    height:0px;
}

.clearLeft {
    clear:left;
    font-size:0px;
    line-height:0px;
    height:0px;
}

.right {
    float: right;
}

.left {
    float: left;
}

hr {
	display:none;
}

.hr {
	display:block;
	background:url(../images/content_hr.gif) repeat-x 0px 5px;
	padding:5px 0px 15px;
}

body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    background: #fff;
    color: #4c4c4c;    
    text-align:center;
}

a {
	color:#fff;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	font-size:12px;
}

.req {
	color:#990000;
	font-weight:bold;
}

input.text, textarea {
	border:1px solid #4c4c4c;
	margin-bottom:3px;
	width:280px;
}

/* Structure Styles
-----------------------------------------------------------------------------*/

#container {
	width:460px;
	margin:0 auto;
	text-align:left;
	background:#fff;
	position:relative;
}

img {
	margin:0;
}


/* Heading Styles
-----------------------------------------------------------------------------*/
h1 {
	text-indent:-9999px;
	background:no-repeat bottom left;
	height:24px;
	margin:40px 0px 0px 0px;
}

h1#send_to_friend {
	background-image:url(../images/h1/send_to_friend.gif);
}

h1#agenda_notification {
	background-image:url(../images/h1/agenda_notification.gif);
}

h1#header_public_comments {
	background-image:url(../images/h1/about_public_comments.gif);
	margin-bottom:20px;
	margin-left:10px;
}


h2 {
	font-size:13px;
	text-decoration:underline;
	margin-bottom:1.3em;
	padding:0px 12px;
	text-transform:lowercase;
}

h3 {
	font-size:13px;
	color:#810a36;
	margin-bottom:.5em;
	padding:0px 12px;
}