
/* CSS Document */

body {
	margin:0;
	padding:0;
	color:#333333;
	background-color:#F9FCE0;
	font-size:12px;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
}

/*Layout*/
#content-wrap {
	height:534px;
	width:725px;
	text-align:center;
	margin:auto;
}

#content-top {
	height:232px;
	width:725px;
}

#col1,
#col2,
#col3,
#col4 {
	float:left;
	width:175px;
	text-align:left;
	padding:3px 0 0 0;
	margin-right:5px;
	background:#EDEDC0 url(../images/public_index_border_btm1.gif) no-repeat bottom;
	height:320px;
}

p {
	padding:2px 4px 1px 4px;
}

h2,
h1 {
	padding:2px 4px;
}

h1 {
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color:#008500;
	font-size:120%;
	font-weight:bold;
	padding-top:5px;
}

h2 {
	color:#6ECA00;
}

.eventtitle {
	font-weight:normal;
	text-transform:uppercase;
}

p.eventtitlemain {
	line-height:14px;
	padding-bottom:10px;
}

.subnote {
	font-weight:normal;
	text-transform:none;
}

div.moreinfo {
	background-color:#EDEDC0;
	clear:both;
	padding:5px 4px 3px 0;
}

a.moreinfo {
	background-color:#EDEDC0;
	clear:both;
	padding:5px 4px 3px 0;
}

/*div.moreinfo{ background: #EDEDC0 url(../images/arrow.gif) no-repeat; background-position:0 7px; clear:both; padding:5px 4px 3px 4px;}
a.moreinfo{ background: #EDEDC0 url(../images/arrow.gif) no-repeat; background-position:0 0; clear:both; padding:5px 4px 3px 4px;}*/
.moreinfo a,
.moreinfo a:hover,
.moreinfo a:visited {
	text-decoration:none;
	padding:0 4px 3px 2px;
}

a.moreinfo,
a.moreinfo:hover,
a.moreinfo:visited {
	text-decoration:none;
	padding:0 4px 3px 2px;
}

img {
	padding:0;
	margin:0;
}

img.border-top {
	border-top:5px solid #FAFCE0;
}

img.content-top-left {
	float:left;
}

img.content-top-right {
	float:right;
}

#content-top-right {
	float:right;
}

