﻿/*There is a definition for "body" in the reset.css stylesheet as well*/
body{
	background:url('images/background-gradiant.jpg') repeat-x;
	font-family: Arial, Helvetica, sans-serif
 	/*background:#FFFFFF; */
}
/*There is a definition for #container in the reset.css stylesheet as well*/
#container{
  margin:0px auto;
  width:852px;
  /*padding:10px;*/ /*you have to subtract the padding from the width, so we really want 800px width with 10px padding on each side so 780 is our width*/	
	/*background:#FFFFFF; */
}
#content{
	width: 772px;
	margin-left: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 25px;
	padding-bottom: 10px;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#header-container{
  margin:0px auto;
  width:852px;
}
#header{
	background:url('images/house-header.jpg') no-repeat;
	height:174px;
}

#footer{
	padding-top:20px;
	margin:0 80px 0 80px;
	text-align: center;
	font-size:10px;
}

#navigation-bar{
	color:white;
	width:690px;
	float:right;
	margin-right:25px;
	margin-top:142px;
	padding:7px;
	font-size:14px;
	
}

#navigation-bar a{
	color:white;
}

/* This is the drop down menu stuff */

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	color:white;
	font-size:14px;
}

#sddm li a
{	
	display: block;
	/*text-align: center;*/
	text-decoration: none;
	color: #FFFFFF;
	text-decoration: none;
	
/*	padding: 3px 4px;
	margin-right: 12px;
	line-height: 28px;
*/
}

#sddm li span
{	
	padding-top:3px;
}


#sddm li a:hover
{	
	color: #FFFFFF;
	text-decoration: underline;
}


#sddm div
{	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;	
}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		/*padding: 5px 10px;*/
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background-color: black;
		}

	#sddm div a:hover
	{	background: black;
		color: #FFF}



/* Sara Styles */
	.verdanabody {
	font-size: 10pt;
	font-family: Verdana;
	color: #000000;
	font-weight: normal;
	text-align: center;
}
.Verdanablack {
	font-size: 14pt;
	font-family: Verdana;
	color: #000000;
}
.verdanaredhead {
	font-family: Verdana;
	font-size: 13pt;
	color: #D90000;
	font-weight: bold;
}
.verdanamedbody {
	font-family: Verdana;
	font-size: 12pt;
}
.verdanamedbodyital {
	font-family: Verdana;
	font-size: 12pt;
	fo: ;
	font-style: italic;
	color: #000000;

.Dejavuwhitebold {
	font-family: "DejaVu Sans";
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
}
.dejavusmallbody {
	font-family: "DejaVu Sans";
	font-size: 10pt;
	color: #000000;
}
}
.verdanablackhead {
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.verdanaredhead {
	font-family: Verdana;
	font-size: 11pt;
	font-weight: bold;
	color: #D90000;
	text-align: center;
}
.redbackwhiteletter {
	border: 2px solid #000000;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #D90000;
	text-align: center;
}
.verdanasmaller {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: lighter;
	background-color: #E4DAB8;
	color: #000000;
}
.verdanabodycenter {
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
.verdanatan {
	border: thin solid #000000;
	font-family: Verdana;
	font-size: 10pt;
	color: #000000;
	background-color: #E4DAB8;
	text-align: center;
}
.verdanaboldtan {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	background-color: #E4DAB8;
	border-color: #000000;
	border-width: 1px;
	color: #000000;
}
.verdanaredtan {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: #D70207;
	background-color: #E4DAB8;
}
.redboxblack {
	font-family: Verdana;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	background-color: #D90000;
	text-align: center;
}
.redboxwhitesmaller {
	border-width: 1px;
	border-color: #000000;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #D90000;
	text-align: center;
}
.bodycbold {
	font-family: Verdana;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
	line-height: normal;
	font-style: normal;
}

/* Gnosis Calendar Styles */

.calElemOutEven {
	border-color: #000000;
	background-color: #E4DAB8;
}
.calElemOutOdd {
	border-color: #000000;
	background-color: #FFFFCC;
}
.calElemOverEven {
	border-color: #D90000;
	background-color: #D90000;
}
.calElemOverOdd {
	border-color: #D90000;
	background-color: #D90000;
}
.body copy bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}
.newStyle2 {
	font-family: Verdana;
	font-size: medium;
	font-weight: normal;
	color: #D70207;
	text-align: center;
}
.bodycopyflushleft {
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
	text-align: left;
}
.verdanasmallerbody {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
}
.verdanabodyitalcenter {
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	color: #000000;
}
.dejavumedredheader {
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
}
