/* CSS reset [By Eric Meyer] + some customs*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
ul { list-style:none; }

body{
font-family:"Lucida Grande", Arial, sans-serif;
color:#494949;
font-size:11px;
}

#wrapper{
width:733px;
margin:75px auto 20px;
}

h1{padding:0; margin:0;}

#page{
width:733px;
}

#my-town-video {
border:1px solid #CCCCCC;
margin-left:37px;
margin-top:46px;
padding:20px 0 20px 89px;
width:570px;

}

#contact{
font-size:20px;
float:right;
margin-right:55px;
}

#contact a { color:#494949; text-decoration:none;}
#contact a:hover {text-decoration:underline; color:#7a7878;}

#mailingList{
float:right;
margin-right:202px;
position:relative;
top:-15px;
width:329px;
}

#main-image{background:url(../images/main-image.jpg); width:733px; height:432px;}

form{
float:right;
margin:5px 0 0 0;
}

form li{
display:block;
}

.textInput{
border:1px solid #cccccc;
width:150px;
color:#535050; 
padding:5px; 
font-size:11px;
}

#submit-button{
color:#535050; 
border:1px solid #a1a1a1;
background:#d7d4d4; 
padding:1px;
margin-left:4px;
}

form span{
margin-right:6px;
color:#6d6d6d;
}

img.rollover{display:none;}

#loading-text{
height:0px;
position:relative;
top:312px;
left:467px;
font-size:14px;
color:#696663;
}

#big-link.loading{
border:1px solid #e8e8e8;
border-left:none;
border-right:none;
background-image:url(../images/loading-two.gif);
background-repeat:no-repeat;
background-position:center center;
}

#mailListConfirm{
display:block;
float:right;
color:#8c8884;
margin-top:6px;
font-size:12px;
}


