html { height: 100%; }

body
{
	margin: 0px;
	background-color: #fff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 14px;
}

textarea
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

hr
{
	border: none 0;
	border-top: 1px solid #858a5e;
	/*the border*/
	width: 100%%;
	height: 1px;
	/*whatever the total width of the border-top and border-bottom equal*/
}
ul
{
	list-style-type: square;
	color: #999966;
}

li
{
	border-bottom: 1px solid #ececec;
	margin: 5px;
}

table
{
	font-size: 11px;
	line-height: 14px;
}

img { border: 0px; }
a { text-decoration: none; }
a:link { color: #333333; }
a:visited { color: #333333; }
a:active { color: #336699; }
a:hover { color: #336699; }

.active
{
	color: #003366;
}

.menulink
{
	font-size: 10px;
	color: #003366;
	font-weight: bold;
}

.menulink a
{
	text-decoration: none;
	padding: 4px;
}

.menulink a:link { color: #003366; }
.menulink a:visited { color: #003366; }
.menulink a:active { color: #003366; }

.menulink a:hover
{
	color: #003366;
	background-color: #d3d7d3;
	padding: 4px;
}

 .menulink a.current 
 {
	text-decoration: underline;
 }
 
.menulinkhome
{
	font-size: 13px;
}

.menulinkhome a
{
	text-decoration: none;
	padding: 4px;
}

.menulinkhome a:link { color: #858585; }
.menulinkhome a:visited { color: #858585; }
.menulinkhome a:active { color: #858585; }

.menulinkhome a:hover
{
	color: #003366;
}

.menulinkevents a
{
	text-decoration: none;
	padding: 4px;
}

.menulinkevents a:link { color: #666633; }
.menulinkevents a:visited { color: #666633; }
.menulinkevents a:active { color: #666633; }

.menulinkevents a:hover
{
	color: #fff;
}


.image img
{
	border: 1px;
	border-color: #999999;
	border-style: solid;
}

.heading1, h1
{
	font-size: 28px;
	line-height: 24px;
	font-weight: bold;
	color: #0066cc;
}

.heading2, h2
{
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #3399cc;
}

.heading3, h3
{
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #aaaaaa;
}

.heading4
{
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #336699;
}

.event
{
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	color: #999999;
}

.upcomingevent .heading1,.upcomingevent .heading2,.upcomingevent .heading3
{
	font-size: 10px;
	line-height: 12px;
}

.searchResult
{
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #ececec;
	margin: 5px;
}

.searchResultBrief
{
	font-size: 10px;
	font-weight: normal;
}

.searchResult:hover { background-color: #D9D9D9; }

.mainbg
{
	background: white url('images/Interface/bgimage.gif') no-repeat right bottom;
	border-top: 1px;
	border-right: 1px;
	border-left: 1px;
	border-bottom: 0px;
	border-color: #d9d9d9;
	border-style: solid;
}

.footerbg
{
	background: white url('images/Interface/footbgimage.gif') no-repeat right bottom;
	border-bottom-color: #D9D9D9;
	border-bottom-style: solid;
	border-left-color: #D9D9D9;
	border-left-style: solid;
	border-right-color: #D9D9D9;
	border-right-style: solid;
	border-width: 1px;
	padding-left: 20px;
	padding-right: 20px;
}

.footerdash
{
	border-top-color: #7A7B7B;
	border-top-style: dashed;
	border-width: 1px;
	padding-top: 5px;
}

.formLabel
{
	font-weight: bold;
	white-space: nowrap;
}

.formError { color: red; }

.formErrorMessage
{
	color: red;
	border: 1px dotted red;
	padding: 10px;
}

.formMessage
{
	border: 1px dotted red;
	padding: 10px;
}

.forumTopic
{
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
	background-color: #ececec;
}

.forumTopicFooter { }

.forumForm
{
	background-color: #ececec;
	border: 1px solid #666633;
	padding: 5px;
}

.forumMessage
{
	padding: 5px;
	padding-left: 20px;
	border-top: 1px dotted #ececec;
}

.forumMessageFooter
{
	padding-top: 5px;
	font-style: italic;
	color: #336699;
}

.forumTopicInfo
{
	padding-top: 5px;
	font-style: italic;
	color: #336699;
	font-size: 11px;
	font-weight: normal;
}

.thumbnail
{
	position: relative;
	z-index: 0;
}

.thumbnail:hover
{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span
{
	/*CSS for enlarged image*/
	position: absolute;
	left: -1000px;
	border: 1px solid gray;
	visibility: hidden;

}

.thumbnail span img
{
	/*CSS for enlarged image*/
	border-width: 0;
	width: 400px;
}

.thumbnail:hover span
{
	/*CSS for enlarged image on hover*/
	visibility: visible;
	top: -80px;
	left: 20px;
	/*position where enlarged image should offset horizontally */
}

#showcaseWrapper {width:180px; height:150px; border:1px solid #175ab7; margin-bottom:10px; overflow:hidden;}