
body {
	margin:0;
	padding:0;
	background:#704113;
	color:#000000;
	font-family:futura,helvetica, arial, sans-serif;
}

#main {
	padding: 0.5em 0.5em 0.5em 0.5em;
	clear:both;
}
/* Footer */
#footer {
	background:#5e725a;
	font-size:0.8em;
}

#header img {
	display:block;
}

/* Main body */
#page {
	background: #fff url("../graphics/background.jpg");
	margin:0 auto;
	width:700px;
}



/* Styles for navigation bar */    

#nav {
      float:left;
      width:100%;
      background:#DAE0D2 url("../graphics/bg.gif") repeat-x bottom;
      line-height:normal;
      margin-top:0;
      padding-top:0;
}

#nav ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}

#nav li {
	float:left;
	background:url("../graphics/norm_left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	font-size:12pt;
}
    
#nav a {
	float:left;
	display:block;
	background:url("../graphics/norm_right.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#765;
}
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    #nav a {float:none;}
    /* End IE5-Mac hack */
#nav a:hover {
	color:#333;
}

#nav #current {
	background-image:url("../graphics/norm_left_on.gif");
	border-width:0;
}

#nav #current a {
	background-image:url("../graphics/norm_right_on.gif");
	color:#333;
	padding-bottom:5px;
}

/*Link Colors*/
a:link {
	color:#4D5F4D;
}

a:visited {
	color:#006F93;
}

/*Sub menu*/
#subheader ul {
	width:700px;
	background:#704113;
	font-size:1.1em;
	margin-top:0px;
	margin-left:0px;
	padding-left:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom-style:solid;
	border-bottom-width:thin;
	float:left;
	list-style:none;
}

#subheader ul li {
	display:inline;
}

#subheader ul li a {
	/*border-right:1px solid #000;*/
	padding-right:2em;
	/*padding:0.2em 1em;*/
/*	margin-left:1em;
	margin-right:1em;*/
	background-color:#704113;
	color:#F6E6C2;
	font-weight:bold;
	text-decoration:none;
	float:left;
}

#subheader ul li a:hover {
	color:#000;
}

/* Contacts */
h2 {
  color: #333333;  
  border-bottom: 1px solid #999999;
}

h3{
	font-weight:bold;
	font-size:1.1em;
}

.heading {
 /*
  font-weight: bold;
  font-size: 120%;
*/
}

.section {
  padding: 10px;

}


dt {
  margin: 20px 10px 10px 10px;
}

dd {
  padding: 10px;
  border: 1px solid #5C6F57;
  background:#F6E7C2;
}


/* Data entry */
fieldset {
	width: 400px;
	border-style:solid;
	border-width:thin;
	border-color:#5C6F57;
}
label {
	display: block;
	font-size:0.8em;
}

legend {
	border-style:solid;
	border-width:thin;
	border-color:#5C6F57;
	margin-top:10px;
}

fieldset div {
	clear: both;
	position: relative;
}

label, fieldset div.cr p {
	margin: 0;
	display: block;
	width: 8em;
	text-align: right;
	float: left;
}

fieldset div.cr label {
	text-align: left;
	margin-left: 8em;
	width: auto;
	float: none;
}

fieldset br {
	display: none;
}

fieldset div span {
	display: none;
}

/*Sizes of input fields */
input {
	width:250px;
}

select {
	width:250px;
}

textarea {
	width:250px;
	height:200px;
}

fieldset div:hover span {
	margin-left: 20em;
	display: block;
	position: absolute;
	z-index: 100;
	float: right;
}
* html fieldset div span {
	display: block;
}

/*Fonts */
.contact {
	font-size:small;
}


/*Calendar page*/
a.calendar {
	text-decoration:none;
	color:#000;
} 

a.calendar:hover{
	text-decoration:underline;
	color:#000;
} 

/* Management */
table.edit {
	width:100%;
	font-size:0.9em;
}

th.edit {
	border-style:solid;
	border-width:thin;
	border-color:#000;
	background: #c0c0c0;
	font-weight:bold;
}

td.edit {
	background: #e0e0e0;
}

.buttons input {
	width:65px;
}

/* Images To Align on Left Side of "Tables - Similar to Family Pics*/
#leftImg {
	float:left;
	padding-right:0.3em;
	display:inline;
	margin-right:-3px;	
}

/* IE 6 Hack \*/
 * html #leftImg {
		margin: 0 -3px; ma\rgin:0; 	
 	}
 /* End hack */
/*Emphasis for text on McElveen Family */
#mcElveenEmphasis{
	font-weight:bold;
}

#inlineImages {height:1%;}

#floatclear {
	display:inline-block;
	width:100%;
}
/* Hide from IE-mac \*/
 * html #floatclear {
	height:1%;
	width:auto;
}

#floatclear {
	display:table;
}
/* End hide from IE-mac */


/*Menus */
#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: yellow;
}
