﻿/* This rule resets a core set of elements so that they will appear consistent across browsers.  */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background-color: #333333;
	text-align: center;
	margin: 0px;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-y;
	background-position: center;
	font-family: arial;
	font-size: 12px;
}
a:link {
	color: #1B9FCB;
}
a:visited {
	color: #1688AD;
}
a:hover {
	color: #FF6600;
}
#container {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}
#container .clearFloat {
  clear: both;
  display: block;
}
#header {
	width: 970px;
	height: 90px;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	position: relative;
}
#nav {
	width: 970px;
	height: 15px;
	background-color: #333333;
}
/* Navigation*/
#mainmenu {
	background: #333;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 170px;
	font-weight: normal;

}
#mainmenu li {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height:20px;
	width: 170px;
	padding: 0px 0px 0px 0px;
}
#mainmenu a:link {
	background: #333;
	border-bottom: 1px solid #393939;
	color: #ccc;
	margin: 0;
	text-decoration: none;
	width: 170px;
	height:20px;
}
#mainmenu a:hover {
	background-color: #2580a2;
	/*background: #2580a2 url("images/hover.gif") left center no-repeat;*/
	color: #fff;
	width: 170px;
	height:20px;
	text-decoration: none;
	display: block;
}

.lcol {
	width: 170px;
	float:left;
	
}
.midcol {
	width: 630px;
	padding:10px;
	margin-left:170px;
}
.rcol {
	width: 150px;
	float:right;
}
#search {
	width: 175px;
	height: 20px;
	position: absolute;
	right: 5px;
	top: 5px;
}
#page_content {
	width: 580px;
	background-color: black;
}
#content {
	width: 970px;
	text-align: left;
	background-color: #FAF8F1;
	background-image: url('../images/themes/bluevibe/bg.gif');
	background-repeat: repeat-y;
	background-position: center;

}
#footer {
	font-size: 10px;
	height: 50px;
	padding-top: 10px;
	text-align: center;
	color: #fff;
}
#footer a:link {
	color: #fff;
}
#footer a:visited {
	color: #ddd;
}
#footer a:hover {
	color: #FF6600;
}
#copyright {
	font-size: 10px;
	padding-top: 10px;
	text-align: center;
	color: #fff;
}
#copyright a:link {
	color: #fff;
}
#copyright a:visited {
	color: #ddd;
}
#copyright a:hover {
	color: #FF6600;
}
.optionbutton {
	font-family: arial;
	font-size: 10px;
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial;
	BACKGROUND-COLOR: #FF3F00;
}
.optionbutton2 {
	font-family: arial;
	font-size: 10px;
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial;
	BACKGROUND-COLOR: #00DD00;
}
/*events*/
/*calendar*/
/*article*/
#articlesshort {
}
#articlesshortheader {
	font-size: 12px;
	font-weight: bold;
}
#articlesshortbody {
	font-size: 10px;
}
/*faq*/
/*gallery*/
/*news*/
#newsshort {
}
#newsshortheader {
	font-size: 12px;
	font-weight: bold;
}
#newsshortbody {
	font-size: 10px;
}
/*blog*/
#blogshort {
}
#blogshortheader {
	font-size: 12px;
	font-weight: bold;
}
#blogshortbody {
	font-size: 10px;
}
