@charset "UTF-8";
/* CSS Document */

body {
	background: #e5c7c7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:50px;
	line-height: 1.2;
}
h1 {display: none;}
@media print {h1 {
	display: inline;
	font-size:24pt;
	font-weight:bold;
	background-color:#a89c8d;
	text-align: center;}}

@media print {ul#nav {display: none;}}
h2 {
	font-size:115%;
}

h3{
font-size:100%;
font-weight:bold;
}

blockquote {
	font-style:italic;
}

a {
	color:#402402  ;
	outline:none;
}

img {
	border:0;
}

ul.list li{
margin-top:7px;
}

p{
margin-top:20px;
}

.title{
position: relative;
  bottom: -10px;}	


#round{
margin:0 auto;
height:18px;
width:800px;
}


.style1 {font-size: 21px;}
.style2 {font-size: 14px;}
.style3 {font-size: 16px;}




/*nav drop down menu*/

#nav{border-top:solid #402402 1px;}

#nav, 
#nav ul, #lownav, #lownav ul {
	padding:0;
	list-style:none;
	position:relative;
	z-index:100;
}

#nav, #lownav {margin:0 auto;width:800px; padding:0;  border-left:solid #000000 1px; border-right:solid #000000 1px;}

#nav {background:#402402;height:23px; }

#lownav {height:19px; background:#FFFFFF; border-top:solid #ccc 3px;}

#nav ul, #lownav ul {
	margin:0;
}	

#nav table, #lownav table {border-collapse:collapse;}
#nav li, #lownav li {float:left;}
#nav li li {float:none;}
/* a hack for IE5.x and IE6 */
#nav li a li {float:left;}

#nav li a {display:block; float:left; color:#fff; height:23px; 	
 line-height:22px; text-decoration:none; white-space:nowrap;	border-right: solid #cccccc 1px;	width: 113px; text-align:center;
 }
 
 #lownav li a {display:block; float:left; color:#402402; height:14px; 	
 line-height:22px; text-decoration:none; white-space:nowrap;width: 113px; text-align:center;
 }
 
#nav li li a {height:21px; line-height:20px; float:none;}

#nav li:hover,{position:relative; z-index:100;}
#nav a:hover,{position:relative; z-index:100; background:#402402            ; color:#fff; }
#nav li:hover > a { background:#402402            ; color:#f5d4e5;}

#lownav a:hover, #footer a:hover {color:#402402;}

/*change 2nd level background*/
#nav :hover  ul {left:0; top:23px; z-index:300;background:#402402;}
#nav a:hover ul {left:-1px;}

#nav ul{position:absolute; left:-9999px; top:-9999px;}


/*hover bg for 2nd level*/
/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {left:0; margin-left:100%; top:0;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover li:hover > a {background:#402402; color:#fff;}

#nav li a:hover ul li a:hover {background:#402402;}

/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
{left:100%; top:0;}

/* keep further levels hidden */
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}	

#nav .active {
	color:#666666;
}	
/*end of nav dropdown menu*/

#wrapper {
	border:solid #000 1px;
}	


#page {
	margin:0 auto;
	width:800px;
	height:100%;
	background:#FFF;
	border-left: solid #402402 1px;
	border-right:solid #402402 1px;
	border-top:solid #ffffff 3px;
}	

#title{
background-color:#a89c8d;
float:left;
width:435px;
height:35px;
margin-top:48px;
padding: 14px 0 0 25px;
font-size:18px;
font-weight:bold;
}


#content {
	float:left;
	width: 385px;
	height:405px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 20px 45px 30px 30px;
	background:#FFFFFF;	
}
.blog #content {
overflow:hidden;
}


#sidebar{
	float:right;
	width:340px;
	padding-top:40px;
}

td {
	padding-bottom:20px;
}
	 
.index td, .begin td, .contact td{
 	padding:0px;
}
	
   
#button {
	margin:0 auto;
	width: 79px;
	height: 35px;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

#button ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


#button a {
	background:#402402;	
	display: block;
	width: 79px;
	height: 35px;
	padding-top:4px;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-style:italic;
	color: #FFFFFF;
	border:groove #402402 1px;
}

#button a:hover{
	border:inset #402402 1px;
	background:#402402;
}

#img {
	float:left;
	width:179px;
	height:290px;
	padding:0 20px 20px 0;
}	

#footer{
	margin:0 auto;
	width:760px;
	height:170px;
	background:url(../images/ME_logo.jpg) no-repeat #ffffff;
	background-position: right; 
	border-top:solid #402402 4px;
	padding:10px 20px 0px 20px;
	border-left:solid #402402 1px;
	border-right:solid #402402 1px;
	border-bottom:solid #402402 1px;
}		

#footer p, #footer a{
	font-size:9px;
	color:#402402;
}	


#footer a {
text-decoration:underline;
}	

#footer p{
margin-top:100px;
}


#face{
margin-right:110px;
float:right;
width:60%;
margin-top:115px;
}

#copy{
float:left;
margin-top:30px;
width:20%;
text-align:left;
}

.smit {
	font-size: .9em;
	font-style: italic;}
