@charset "utf-8";
/* CSS Document */

/* Reset */

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,
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;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}




/* End Reset */



body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:24px;
	background:#efefef;
}

a, a:visited {
	color:#0078c1;
	text-decoration:none;
}

a:hover {
	color:#0078c1;
	font-weight:bolder;
	text-decoration:none;
}

h1, h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size:26px;
}

h2 {
	font-size:20px;
	color:#000;
}

h3 {
	font-size:22px;
	line-height:28px;
	color:#00a850;
}

.mayorIcon {
	height:75px;
	padding:40px 0 0 65px;
	background:url(../images/weste_sm.jpg) left no-repeat;
}

.snackBox {
	height:75px;
	padding:40px 0 0 65px;
	background:url(../images/snack_box_sm.jpg) left no-repeat;
}

.know {
	height:75px;
	padding:40px 0 0 65px;
	background:url(../images/did_you_know.jpg) left no-repeat;
}

p {
	margin:18px;
}

ol {
	margin-left: 4em;
}

li, {
	margin-left: 1em;
}

.imgRight {
	position:relative;
	float:right;
	padding:10px;
}

/* navigation */

#nav {
    width: 762px; height: 58px;
    background: url(../images/nav.jpg);
    margin: 0px auto; padding: 0;
    position: relative;}
#nav li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0;}
#nav li, #nav a {
    height: 58px; display: block;}

#home {
	left:0; width:137px;
}
#notes {
	left:163px; width:157px;
}
#snack {
	left:341px; width:128px;
}
#links {
	left:479px; width:150px;
}
#calendar {
	left:648px; width:114px;
}

#home a:hover {
    background: url(../images/nav.jpg)
    0 -58px no-repeat;}
#notes a:hover {
    background: url(../images/nav.jpg)
    -163px -58px no-repeat;}	
#snack a:hover {
    background: transparent url(../images/nav.jpg)
    -341px -58px no-repeat;}	
#links a:hover {
    background: transparent url(../images/nav.jpg)
    -479px -58px no-repeat;}
#calendar a:hover {
    background: transparent url(../images/nav.jpg)
    -648px -58px no-repeat;}


/* layout */

#center_wrap {
	width:100%;
	text-align: center;
	position:absolute;
}

#wrap {
	width:800px;
	position:relative;
	background:#fff;
	margin: 0 auto;
}

#informalHead {
	width:800px;
	padding-top:60px;
	height:40px;
	position:relative;
	background:#efefef url(../images/informal.gif) top left no-repeat;
	text-align: right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;	
}

#navigation {
	width:760px;
	height:100px;
	position:relative;
	padding: 0 20px 0 20px;
	background:#363636 url(../images/nav_bottom.jpg) bottom left no-repeat;
}

#head {
	width:800px;
	height:225px;
	position:relative;
	padding:0; margin:0;
	background:url(../images/logo_main.jpg);
}

#content {
	width:760px;
	position:relative;
	padding:0 20px 20px 20px;
	float:left;
	text-align:left;
	background:#fff;
}

#homeLeft {
	width:280px;
	position:relative;
	padding:0 20px 0 0;
	float:left;
	font-size:14px;
	line-height:20px;
	background:#fff;
}

#homeRight {
	width:438px;	
	position:relative;
	padding:20px 0 0 20px;
	float:right;
	background:#fff;
	border-left:#e0e0e0 thin solid;
}

#footer {
	width:800px;
	clear:both;
	position:relative;
	padding: 10px 0 0 0;
	font-size:12px;
	background:#efefef;
}

/* calendar */

#calendar_box {	
	padding:10px;
	background-color:#fff;	
	font-size:12px;
}

dl#calendar_listings {
	background-color:white;
	padding:8px;
}
 
dl#calendar_listings dt {
	background-color:#00a850;
	border-bottom:none;
	margin-bottom:2px;
	padding-left:3px;
	margin-top:15px;
	font-weight:bold;
	color:#fff;
}

dl#calendar_listings dd {
	padding-left:3px;
	background-color:#f6f6f6;
}

.calendar_title {font-weight:bold;}

.table,
.table td,
.table tr {
	padding: 5px;
	border: 1px solid #666;
}

.green {
	color: #090;
}

.red {
	color: #900;
}

.orange {
	color: #F90;
}

.blue {
	color: #039;
}
