﻿@charset "utf-8";
/* CSS Document */

html { 
  height: 100%; 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#3a000a',GradientType=0 ); /* IE6-9 */
}
body {
	height: 100%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	
    background-repeat: no-repeat;
	
	background: #3a000a; /* Old browsers */
	background: -moz-linear-gradient(top, #a90329 0%, #590116 44%, #3a000a 100%) fixed; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#590116), color-stop(100%,#3a000a)) fixed; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a90329 0%,#590116 44%,#3a000a 100%) fixed; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a90329 0%,#590116 44%,#3a000a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a90329 0%,#590116 44%,#3a000a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #a90329 0%,#590116 44%,#3a000a 100%) fixed; /* W3C */
}

.oneColFixCtr {
	color: #000000; 
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	position:relative;
}
.oneColFixCtr #ContentAndMenu {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, .5);
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, .5);
}

.oneColFixCtr #MainContent {
	padding: 0px 20px 10px 20px;
	position:relative;
}

.oneColFixCtr #MainContent p {
	margin-bottom: 16px;
}

.oneColFixCtr #MainContent h1 {
	padding-top: 10px;
  font-family: 'Monotype Corsiva' , Sans-Serif;
}


.slideshow {
	width: 800px; 
	margin:0px -20px -0px -20px; 
	padding:0;
}
/*.slideshow img 
{
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}*/
.FrontPageItemSelector
{
	width: 800px; 
	margin:0px -20px 0px -20px; 
	padding:0;
}
.FrontPageItemSelector img
{
   opacity: 0.7;
}
.FrontPageItemSelector img:hover
{
   opacity: 1.0;
}

.radiusBorder
{
  margin: 10px 10px 10px 10px; 
  border:1px solid #bdbdbd; 
  border-radius: 5px; 
  -moz-border-radius:5px; 
  padding: 4px; 
  background: #fff; 
}
.floatRightWithBorder 
{
  margin: 0px 0px 10px 10px; 
  border:1px solid #bdbdbd; 
  border-radius: 5px; 
  -moz-border-radius:5px; 
  padding: 4px; 
  background: #fff; 
  float: right;
}
