﻿/* 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:#A0091A;
	text-align: center;
	margin: 0px;
	background-image: url('../images/bg-cap.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	font-family: arial;
	font-size: 12px;
}
a:link {
	color: #1B9FCB;
}
a:visited {
	color: #1688AD;
}
a:hover {
	color: #FF6600;
}
#container {
	width: 982px;
	margin-left: auto;
	margin-right: auto;
}
#container .clearFloat {
  clear: both;
  display: block;
}
#header {
	width: 982px;
	height: 210px;
	background-image: URL('../images/header.jpg');
	background-repeat: no-repeat;
	position: relative;
}
#nav {
	width: 982px;
	height: 15px;
	background-color: #333333;
}
/* Navigation*/
#mainmenu {
	
	margin: 20px 0px 0px 30px;
	padding: 0;
	width: 200px;
	font-weight: normal;	
}
.midcol {
	width: 698px;
	padding:10px;
	margin-right:30px;
}
#search {
	width: 200px;
	height: 20px;
	position: absolute;
	right: 40px;
	top: 175px;
}
#page_content {
	width: 580px;
	background-color: black;
}
#content {
	width: 982px;
	text-align: left;
	background-color: #FAF8F1;
	background-image: url('../images/content-bg.jpg');
	background-repeat: repeat-y;
	background-position: center;

}
#content-bottom {
	height: 36px;
	background-image: url('../images/content-bottom.jpg');
	margin-left:auto;
	margin-right:auto;
	width:982px;

}

#footer {
	font-size: 10px;
	height: 20px;
	padding-top: 10px;
	text-align: center;
	color: #fff;
	margin-left:auto;
	margin-right:auto;
	width:982px;
}
#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 {
	margin-left:auto;
	margin-right:auto;
	width:160px;

}
#newsshortheader {
	font-size: 18px;
	font-weight: bold;
	color:maroon;
}
#newsshortbody {
	font-size: 12px;
	background-color:#fff0f0;
	text-align:left;
	width:160px;
}
/*blog*/
#blogshort {
}
#blogshortheader {
	font-size: 12px;
	font-weight: bold;
}
#blogshortbody {
	font-size: 10px;
}
#randomimage
{
	margin-bottom:40px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}