﻿body 
{
	margin:0;
	padding:2% 0;
	background-color: #afa17a;
	font-family:Verdana,Arial,Sans-Serif;
	font-size:0.8em;
}

div,p,ul,ol,h1,h2,h3,h4
{
	padding:0;
	margin:0;
}

/* Shadows */

#s1
{
	background:url(../images/midShadow.gif) top center repeat-y;
	width:778px;
	margin:auto;
}

#s2
{
	position:relative;
	background:url(../images/topShadow.gif) top center no-repeat;
	height:9px;
	top:0px;
	left:0px;
}

#s3
{
	position:relative;
	bottom:0px;
	left:0px;
	height:10px;
	background:url(../images/bottomShadow.gif) bottom center no-repeat;
}

/* End Shadows */

#container
{
	width:767px;
	margin:auto;
	background-color:White;
	overflow:auto;
	padding-bottom:100px;
	position:relative;
	background:url(../Images/ContainerBg_1.gif) bottom left repeat-x;
}

#header
{
	overflow:auto;
	height:90px;
}

/* Main Body Divs */
#rightColumn, #leftColumn, #leftMenu
{
	float:left;
	width:383px;
	margin:auto;
}

#leftMenu
{
	width:200px;
}

.optionBox
{
	clear:left;
	border:1px solid #c2c2c2;
	margin:20px 5px 0 5px;
	background:white url(../Images/ContainerBg_1.gif) bottom left repeat-x;
}

#dateTime
{
	position:absolute;
	top:10px;
	right:10px;
	font-weight:bold;
}

#subHeader, #menu
{
	background:url(../Images/subMenuBg_1.gif) center left repeat-x;
	width:758px;
	margin:auto;
	padding-top:4px;
	height:25px;
	font-weight:bold;
}

#menu
{
	padding-top:0;
	background:url(../Images/menuBgSelected_1.gif) center left repeat-x;
	border-top:1px solid #c2c2c2;
}

#footer
{
	position:absolute;
	bottom:5px;
	left:0px;
	width:767px;
	text-align:center;
	font-size:0.7em;
}

.text
{
	margin:10px;
	clear:left;
}

/* End Main Body Divs */

/* Headers */
.optionBox h1
{
	text-align:left;
	padding:2px 0 0 2px;
	height:18px;
	font-size:1.0em;
	background:url(../Images/menuBgSelected_1.gif) center left repeat-x;
}

.text h1
{
	font-size:1.3em;
}

/* End Headers */

/* Lists */

.optionBox ul
{
	margin-left:10px;
	list-style:none;
	margin-top:5px;
	padding-bottom:5px;
}
.specialdiv ul
{
margin-left:20px;
list-style:disc;
}

.optionBox ul li
{
	margin-top:5px;
	padding:0;
}

#menu ul, .menu
{
	list-style:none;
	margin:auto;
}

#menu ul
{
	width:240px;
}

#menu ul li, .menu li
{
	float:left;
}

#menu
{
	height:27px;
}

.menu
{
	width:600px;
	margin:auto;
}

.menu li
{
	width:20%;
	margin:0;
	padding:0;
}

.text ul
{
	margin-left:25px;
}

.text ol
{
	width:70%;
	margin:auto;
}

/* End Lists */

/* Navigation */

a
{
	text-decoration:none;
	font-size:0.9em;
	font-weight:bold;
	color:#65696a;
}

a:hover
{
	color:#999966;
}

#menu li a
{
	display:block;
    color:#344d00;
   	padding:5px 10px 6px 10px;
}

#menu li a:hover
{
	color:#344d00;
    background: #d8da9c url(../Images/MenuBg_1.gif) top left repeat-x;
}

a img
{
	border:none;
}

.menu img
{
	width:120px;
}

/* End Navigation

/* Block level elements */

p
{
	margin-top:10px;
}

.messageBox
{
	background:white url(../images/CondolenceBg.gif) top left repeat-x;
	height:80px;
	padding:10px;
	text-align:center;
	font-weight:bold;
	font-size:1.4em;
	font-family:Serif;
	border:1px solid gray;
}