/*
	Get Rid of Unitil site
	Developed by Linda Dube
	
	This file: styles.css
	Other files in site: index.html, muni.html, legislators.html,
	dpu.html, signing.html, NoUnitilBanner.gif, favicon.ico,
	flvplayer.swf, signing.flv, dtecomplaintform.pdf.
	Will add outage.html when processing script is located.
*/

*		{margin: 0;
		 padding: 0;}
		 
body		{font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
		 font-size: 0.8em;
		 line-height: 1.5em;
		 background-color: white;}
		 
h1		{text-align: left;}
h2		{font-size: 1.2em;
		 font-weight: bold;
		 padding-bottom: 1em;}
h2.newsbox	{color: red;
			 text-align: center;}
			 
a		{color: red;}		 
a.nav	{display: block; 
		 padding: 0 0.5em; 
		 margin: 0.5em 0.5em 0.5em 0; 
		 text-decoration: none; 
		 border: thin solid black;
		 color: black;
		 font-size: 0.9em;
		 font-weight: bold;
		 background-color: #c0c0c0}
a:hover	{background-color: #dcdcdc;}

p		{padding-bottom: 1em;}
p.right	{text-align: right}
p.foot	{font-size: 0.75em;
		 line-height: 1.3em;
		 padding-top: 0.5em;}
		 
table		{width: 35em;}
td, th	{vertical-align: top;
		 padding: 0.25em 0;
		 text-align: left;}
th.rules	{border-top: thin solid black;
		 border-bottom: thin solid black;}
		 
li		{margin-left: 1.7em;}
li.last	{padding-bottom: 1em;}

img.map	{border-width: 0;}

address	{font-style: normal;
		 padding-bottom: 1em;
		 margin-left: 6em;}

#page	{width: 50em;
		 margin: 1em auto 0 10em;}
#banner	{border-bottom: thin solid black;}
#links	{width: 11em; 
		 padding-top: 1.5em;
		 float: left}
#cont	{width: 35em;
		 float: right;
		 padding-top: 2em;}
#cont span {color: red;}
#footer	{border-top: thin solid black;
		 clear: both;}
#news	{width: 9em;
		 float: right;
		 border: medium solid red;
		 padding: 0.5em 1em;
		 margin: 0.5em 0 1em 1.5em;}
#video	{margin-bottom: 1em;}

/* form styles */
label.side {display: block;
		  position: relative;
		  margin: 1em 0;}
input.formleft	{position: absolute;
				 left: 10em;}
#town				{position: absolute;
					 left: 10em;}
#name, #location	{width: 20em;}
#sttime, #endtime	{width: 3em;
					 position: absolute;
					 left: 10em;}
#stmonth, #endmonth	{position: absolute;
					 left: 10em;}
#stdate, #enddate	{position: absolute;
					 left: 17em;}
#styear, #endyear	{position: absolute;
					 left: 20.5em;}
#sttimeapm,
#endtimeapm			{position: absolute;
					 left: 13.5em;}
#comments			{margin: 0 0 1em 1em;}
#submit				{margin: 0 1em 1em 10em;}