/* Eric Meyer's Reset Reloaded */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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;
}

/* FFM */

/* Navigation */

ul#nav {
	float: left;
	margin: 0 0 0 250px;
}

ul#nav li {
	display:inline;
	float:left;
	margin-left: 20px;
	position: relative;
}

ul#nav li a {
	float:left;
	text-indent: -9000em;
	overflow: hidden;
	text-decoration: none;
	height: 20px;
}

ul#nav li.active {
	height: 60px;
	margin-top: -44px;
}

ul#nav li.active a {
	height: 60px;
}

ul#nav li, ul#nav li a {
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
}

#home, #home a {width: 56px; background-position: 0 0;}#home.active a, #home.active {background-position: 0 -20px;}
#vendors, #vendors a {width: 89px; background-position: -57px 0;}#vendors.active a, #vendors.active {background-position: -57px -20px;}
#calendar, #calendar a {width: 96px; background-position: -146px 0;}#calendar.active a, #calendar.active {background-position: -146px -20px;}
#health_community, #health_community a {width: 184px; background-position: -242px 0;}#health_community.active a, #health_community.active {background-position: -242px -20px;}
#links, #links a {width: 110px; background-position: -426px 0;}#links.active a, #links.active {background-position: -426px -20px;}

/* Main page */

body {
	font-family:ÓLucida Sans UnicodeÓ,ÓLucida GrandeÓ,ÓLucida SansÓ,Verdana,Arial,sans-serif;
	background-color: #004624;
	background: url(../images/background.gif) no-repeat top center;
}

div#main {
	width: 1004px;
	margin: 0 auto;
}

div#content {
	width: 900px;
	margin: 151px auto 0 auto;
}

div#left_sidebar {
	float: left;
	clear: left;
	width: 169px;
	padding: 0 16px;
	margin: 0;
}

div#main_content {
	float: right;
	background: url(../images/content_background.png) no-repeat top center;
	width: 647px;
	height: 436px;
}

div#main_content ul {
	list-style: circle;
}

div#main_content ol {
	list-style: decimal;
}

div#main_content li {
	margin: 10px 0 10px 35px;
}

div#main_content h1, div#main_content h2, div#main_content p {
	color: #008752;
	margin: 10px 0;
}

div#main_content p.rules {
	color: black;
}

div#content_frame {
	margin: 32px;
	overflow-y: auto;
	height: 372px;
}

p#photos_by {
	color: #aaa;
	font-size: 10px;
	text-align: center;
	width: 199px;
}

a#more_photos {
	display: block;
	width: 140px;
	height: 28px;
	margin: 10px 0 0 29px;
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
	padding-top: 7px;
	color: #004523;
}

div.media_items a {
	line-height: 4em;
	margin: 11px;
}

div.media_items a img {
	padding: 10px;

	background:rgba(0,0,0,0.1);
	border:1px solid #89ba48;

	-webkit-border-radius:4px; 
	-moz-border-radius:4px; 
	
	border-radius:4px;
	
	-webkit-transition-property: background-color, color; 
	-webkit-transition-duration: .2s; 
	-webkit-transition-timing-function: ease-in;
}

div.media_items a:hover img { 
	-webkit-transition-timing-function: ease-out;
	background:rgba(255,255,255,0.15);
	-webkit-box-shadow:rgba(0,0,0,0.2) 0 0 5px;
}

div.links li {
	width: 500px;
	/* padding: 0; */
	list-style: none;
}

div.links li.link {
	border-top: 1px solid #aaa;
}

div.links a {
	color: #008752;
}

div#contact {
	width: 400px;
	margin: 0 auto;
}

h3.email, h3.email a {
	text-align: center;
	color: white;
	font-weight: normal;
	display:inline;
}

div#contact img {
	vertical-align: middle;
	padding: 0 8px;
}