@charset "UTF-8";
/* CSS Document */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* this starts markup for matt for mayor */

p {
	padding-bottom: 10px;
}

body {
	background-color:#7BA05B;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	line-height:18px;
	font-size:14px;
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

h1{
	font-family: 'avenir', 'century gothic', Arial, Helvetica, sans-serif;
	color: #4E633C;
	font-size:26px;
	padding-top:10px;
	padding-bottom: 12px;
	font-weight:300;
	text-transform:uppercase;
	line-height:24px;

}

h2{
	font-family: 'avenir', 'century gothic', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#73664B;
	font-style:italic;
	font-weight:500;
	padding-bottom:8px;
}

h3{
	font-family: 'avenir', 'century gothic', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#73664B;
	padding-bottom: 8px;
	padding-top: 15px;
	font-weight:300;
	text-transform:uppercase;
}

h4 {
	background-color:#73664B;
	font-family: 'avenir', 'century gothic', Arial, Helvetica, sans-serif;
	text-align:center;
	color:white;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 10px;
	font-size:14px;
	font-style:normal;
	text-align:center;
}

strong {
	color:#73664B;
	font-family: 'avenir', 'century gothic', Arial, Helvetica, sans-serif;
	font-weight:800;
	font-size:15px;
}
	
	
.logo{ float: left; margin-left: 15px; margin-right: 5px; margin-top: 2px; margin-bottom: 5px;}	
.pictureleft { float: left; margin-right: 10px; margin-top: 0px; margin-bottom: 10px;}
.pictureright { float: right; margin-left: 10px; margin-top: 10px; margin-bottom: 10px;}
.picturecenter { float: right; margin-right: 90px; margin-top: 10px; margin-bottom: 10px;}

ul {
	font-style:italic;
	color: #333;
	margin-left: 10px;
	line-height:16px;
	font-size:14px;
	padding-bottom: 8px;
}


#container {
	width: 900px;
	margin-right:auto;
	margin-left: auto;
}

#nav {
	width:900px;
	height:32px;
	margin-top:100px;
	margin-left:auto;
	margin-right:auto;
	padding-left: 0px;
	padding-right: 0px;
	background-image:url(images/nav_bg.png);
	background-repeat:no-repeat;
	text-align:center;
	font-family: 'avenir', 'century gothic', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:800;
	text-transform:uppercase;
	padding-top:11px;
}

#nav A:link {
	color: #4E633C;
	text-decoration: none;
	padding: 6px 6px;
}

#nav A:visited {
	color:#666;
	font-weight:bold;
	text-decoration: none;
	padding: 6px 6px;
}

#nav A:hover {
	text-decoration: none;
	background-color:#73664B;
	color: white;
	padding: 6px 6px;
}

#nav A:link#current {
	text-decoration: none;
	background-color:#73664B;
	font-weight:bold;
	color: #fff;
	padding: 6px 6px;
}

#nav A:visited#current {
	text-decoration: none;
	background-color:#73664B;
	font-weight:bold;
	color: #fff;
	padding: 6px 6px;
}

#body{
	width:820px;
	margin-left:auto;
	margin-right:auto;
	padding-left: 40px;
	padding-right: 40px;
	background-image:url(images/body_bg.png);
	background-repeat:repeat-y;
	position: relative;

}

p.test { 
	padding-bottom: 15px;
	font-family: 'avenir', 'century gothic', Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-left:20px;
	color:#73664B;
}

#logo {
	float: left;
	width:200px;
	padding-top:20px;
	margin-left:15px;
}

#banner {
	float: left;
	width: 605px;
	padding-top:20px;
}

#left_col{
	width:200px;
	margin-top:5px;
	float:left;
	line-height:16px;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	background-color:#FFF;
	font-family: 'avenir', 'century gothic', Arial, Helvetica, sans-serif;
	color:#73664B;
}

#right_col{
	width:600px;
	margin-top:0px;
	float:right;
	font-size:13px;
	text-align:left;
	background-color:#FFF;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	
}

#right_col A:link {
	color: #4E633C;
	font-weight:bold;
	text-decoration: none;
	font-family: 'avenir', 'century gothic', Arial, Helvetica, sans-serif;
	font-style:normal;
}

#right_col A:visited {
	color: #4E633C;
	font-weight:bold;
	text-decoration: none;
	font-family: 'avenir', 'century gothic', Arial, Helvetica, sans-serif;
	font-style:normal;
}

.col_text {
	margin: -5px;
	font-size:11px;
	color:black;
	line-height:14px;
	background-color:#bbad90;
	padding: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	text-align:left;
}

#events {
	width: 200px;
	position:absolute;
	bottom: 6px;
	left: 40px;
	line-height:14px;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	background-color:#FFF;
	font-family: font-family: 'avenir', 'century gothic', Arial, Helvetica, sans-serif;
	color:#73664B;
	
}

#footer{
	width:820px;
	height: 94px;
	margin-left:auto;
	margin-right:auto;
	padding-left: 40px;
	padding-right: 40px;
	padding-top:50px;
	background-image:url(images/footer_bg.png);
	background-repeat:no-repeat;
	font-family: 'avenir', 'century gothic', Arial, Helvetica, sans-serif;
	color:white;
	text-align:center;
	font-size:11px;
}

#footer a:link, a:visited {
	color:white;
	text-decoration:none;
}

#footer a:hover{
	color:#73664B;
	text-decoration:none;
}




