/*
* Project  Name:
* File / Folder: /event.css
* File Language: css
* Copyright (C): 2008 The Richard Group, Inc.
* First  Author: Liam Echlin
* First Created: 2008.02.01 09:56:42
* Last Modifier: Liam Echlin
* Last Modified: 2008.03.14 15:32:28
*/
#body {
	min-height: 1550px;
	_height: 1550px;
	width: 540px;

	background-image: url(/2008/images/homeHeadlineBackground.png);
	background-repeat: repeat-x;
}

#body h1 {
	margin: 5px;

	font-size: 20px;
	font-weight: bold;
}

#body p strong {
	font-size: 18px;
	color: rgb(176, 121, 12);
	font-family: Georgia, Times New Roman, serif;
	font-weight: normal;
}


#body h2 {
	font-size: 16px;
	color: rgb(216, 151, 0);
	font-weight: bold;
}

#body .stateList {
	margin: 5px auto;

	text-align: center;
}
#body .stateList li {
	display: inline;
	padding: 0 0 0 3px;
	border-left: 1px solid;
}
#body .stateList li:first-child {
	border-left: 0;
}
#body .stateList li a {
	color: black;
	text-decoration: none;
}
#body .stateList li a:hover {
	text-decoration: underline;
}

#body .articles {
	width: 528px;
	margin: 10px auto;

	border: 1px solid rgb(140, 140, 140);
	background-image: url(/2008/images/homeHeadlineBackground.png);
	background-repeat: repeat-x;
}

#body .articles h2 {
	margin-left: 20px;

	font-family: Georgia, Times New Roman, serif;
}
#body .articles h2 img {
	margin: 0 auto;
}
#body .articles.wide .article {
	position: relative;

	width: 510px;
	min-height: 92px;
	_height: 92px;
/*	padding: 5px 10px 5px 80px; */
	margin: 5px auto;

	border: 1px solid rgb(205, 153, 51);
	background-color: white;
	font-size: 10px;
}
#body .articles.wide .article img {
position: relative;
float: left;
margin-bottom: 10px;
margin-right: 20px;
}
#body .articles.wide .article .article_content {
float: left;

}
#body .articles .article img {
	position: absolute;
	top: 5px;
	left: 5px;

	border: 1px solid rgb(205, 153, 51);
}
#body .articles .article h3 {
	font-family: Georgia, Times New Roman, serif;
	color: rgb(115, 5, 12);
	font-size: 12px;
}
#body .articles .article h4 {
	font-family: Georgia, Times New Roman, serif;
	color: rgb(12, 5, 115);
	font-size: 11px;
}


#pages {
	text-align: right;
	padding: 10px 20px 0 0;
	border-top: 1px solid #999999;
	margin-top: 10px;
}

#events_results .event {
	width: 250px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.clear {
	clear: left;
}
.event h4 a {
	font-size: 12px;
	font-family: Georgia,Times New Roman,serif;
	text-decoration: none;
	color: #851D14;
}

#event_search_form select {
	width: 150px;
}

#statelist {
	text-align: center;
}

#statelist a {
	color: black;
	text-decoration: none;
}






