﻿body 
{
	color: #5E5E5E;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
}

html
{
	margin: 0px;
}

img
{
	border: none;
}

h1
{
	color: #5E9A98;
	font-size: 21px;
	font-weight: normal;
	margin: 0px 0px 18px 0px;
}

h2
{
	color: #EA9726;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

h3
{
	color: #5E9A98;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

h4
{
	color: #EA9726;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

h5
{
	color: #5E5E5E;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

hr
{
	border: none;
	border-bottom: solid 1px #5E9A98;
	color: #5E9A98;
	background-color: #5E9A98;
	border-collapse: collapse;
	height: 1px;
	margin: 5px 0px 5px 0px;
}

ul
{
	margin: 0px 0px 18px 0px;
	padding: 0px 0px 0px 25px;
}

p
{
	margin: 0px 0px 18px 0px;
}

.emphasis
{
	color: #EA9726;
	font-weight: bold;
}

a:link, a:visited
{
	color: #5E9A98;
}

a:active, a:hover
{
	color: #BFBFBF;
}

/* Small */

.smallscreen #container
{
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	width: 760px;
	position: relative;
	margin: 15px auto 0px auto;
	z-index: 1;
}

.smallscreen #header
{
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	width: 760px;
	height: 77px;
	position: relative;
	border-bottom: solid 2px #fff;
	z-index: 2;
}

.smallscreen .login
{
	font-size: 10px;
	text-align: right;
	width: 300px;
	position: absolute;
	top: -18px;
	left: 440px;
}

.smallscreen .search
{
	color: #fff;
	font-weight: bold;
	text-align: right;
	width: 300px;
	height: 25px;
	position: absolute;
	top: 48px;
	left: 449px;
}

.smallscreen #header_img
{
	width: 574px;
	height: 171px;
	position: absolute;
	top: 79px;
	left: 182px;
	z-index: 2;
}

.smallscreen #header_img img
{
	width: 574px;
}

.smallscreen #nav
{
	width: 176px;
	float: left;
	padding: 0px 3px 0px 3px;
	z-index: 2;
}
	
.smallscreen #content
{
	width: 545px;
	min-height: 400px;
	float: left;
	padding: 185px 15px 15px 15px;
	z-index: 2;
}
	.smallscreen *html #content
	{
		height: 400px;
	}
	
.smallscreen #footer
{
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	text-align: center;
	width: 760px;
	height: 80px;
	position: relative;
	margin: 0px auto 10px auto;
	padding: 80px 0px 0px 0px;
	z-index: 1;
}

/* Large */

.largescreen #container
{
	background-image: url(images/bg_lg.gif);
	background-repeat: repeat-y;
	width: 980px;
	position: relative;
	margin: 15px auto 0px auto;
	z-index: 1;
}

.largescreen #header
{
	background-image: url(images/header_lg.gif);
	background-repeat: no-repeat;
	width: 980px;
	height: 77px;
	border-bottom: solid 2px #fff;
	z-index: 2;
}

.largescreen .login
{
	font-size: 10px;
	text-align: right;
	width: 300px;
	position: absolute;
	top: -18px;
	left: 660px;
}

.largescreen .search
{
	color: #fff;
	font-weight: bold;
	text-align: right;
	width: 300px;
	height: 25px;
	position: absolute;
	top: 48px;
	left: 669px;
}

.largescreen #header_img
{
	width: 794px;
	height: 236px;
	position: absolute;
	top: 79px;
	left: 182px;
	z-index: 2;
}

.largescreen #nav
{
	width: 176px;
	float: left;
	padding: 0px 3px 0px 3px;
	z-index: 2;
}
	
.largescreen #content
{
	width: 764px;
	min-height: 400px;
	float: right;
	padding: 250px 15px 15px 15px;
	z-index: 2;
}
	.largescreen *html #content
	{
		height: 400px;
	}
	
.largescreen #footer
{
	background-image: url(images/footer_lg.gif);
	background-repeat: no-repeat;
	text-align: center;
	width: 980px;
	height: 80px;
	position: relative;
	margin: 0px auto 10px auto;
	padding: 120px 0px 0px 0px;
	z-index: 1;
}

/* */

a.registration
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-color: #EA9726;
	display: block;
	width: 169px;
	height: 20px;
	padding: 4px 0px 0px 5px;
	margin: 10px 0px 10px 0px;
}

.joinlist
{
	display: block;
	position: relative;
	margin: 15px 15px 0px 15px;
	z-index: 10;
}

/* Homepage */

#intro
{
	border-bottom: solid 2px #BFBFBF;
	margin: 0px 0px 2px 0px;
}

#homeleft
{
	width: 45%;
	position: relative;
	float: left;
	padding: 6px 10px 10px 0px;
}

#homeright
{
	width: 45%;
	position: relative;
	float: left;
	padding: 6px 0px 10px 10px;
	border-left: solid 2px #BFBFBF;
}

#homeleft hr
{
	border: none;
	border-bottom: solid 1px #F6D09D;
	color: #EA9726;
	background-color: #EA9726;
	border-collapse: collapse;
	height: 1px;
	margin: 5px 0px 5px 0px;
}

.newsitems
{
	float: right;
}

/* */

.RadEContent, .RadEContentBordered
{
	background-color: #fff; /*background color of the editor.. might be different for front-end and back-end editors..  */
}


.resultUrl
{
	font-size: 11px;
	font-weight:bold;
}
.resultUrl a:link, .resultUrl a:active, .resultUrl a:visited
{
	color: dimgray;
}
.searchHighlight
{
	color: #3F3F3F;
	background-color: #C1D8D7;
	font-weight: bold;
}

.resultsFound
{
}

.resultsContainer
{
	
}

.resultItem
{
	width: 500px;
	margin: 7px 5px;
	border-bottom: solid 1px #F6D09D;
	padding-bottom: 7px;
}

.resultItem a:link, .resultItem a:active, .resultItem a:visited
{
	color: #5E9A98;
	font-weight: bold;
	text-decoration:none;
}

.red
{
	color: #850000;
}

.eventlist
{
	margin: 0px 0px 18px 0px;
}

.date
{
	font-weight: bold;
}

.more
{
	float: right;
}

#joinlistform th
{
	text-align:right;
}
.statusLabel
{
	color: #ff0000;
	font-weight: bold;
}