/*
* 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.11 11:37:28
*/
#body {
	/*
	min-height: 1820px;
	_height: 1820px;
	*/
	min-height: none ! important;
	height: auto ! important;
	overflow: auto;
	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 .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: 475px;
	min-height: 92px;
	_height: 92px;
	padding: 5px 10px 5px 10px;
	margin: 5px auto;

	border: 1px solid rgb(205, 153, 51);
	background-color: white;
	font-size: 10px;
}
.article_new {
	border: 1px solid #CD9933;
	overflow: auto;
	padding: 5px;
	width: 475px;
	margin: 5px auto;
}
.article_new .thumb {
	float: left;
	padding: 15px 20px 0 0;
	width: 110px;
}
.article_new .thumb img {
	border: 1px solid #CD9933;
}
.article_new .article_content {
	float: left;
	width: 330px;
}
.article_new .article_content a {
	text-decoration: none;
}
.article_new .article_content h4 {
	font-family: Georgia, Times New Roman, serif;
	color: rgb(12, 5, 115);
	font-size: 11px;
}
#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, .pages {
	margin-bottom: 10px;
}
#events_results {
	padding-bottom: 20px;
	width: 98%;
}
#pages a, .pages a, #events_results a {
	color: black;
	font-weight: bold;
	font-family: Georgia, Times New Roman, serif;
}
#pages #prev, .pages #prev {
	float: left;
}
#pages #next, .pages #next {
	float: right;
}
.clear {
	clear: both;
}
.row td {
	border-top: 1px solid #999999;
}
