@charset "utf-8";
/* CSS Document */
/************************************************Layout of web site*******************************/
body{ 
background-color:#214900;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;}

.container{
margin-left:auto;
margin-right:auto;
width:780px;
background-image:url('images/bg_mimosa_paper.jpg');
}

.topBorder{
align:center;
background-image:url('images/top_border_purp.jpg');
width:780px;
height:27px;
margin:0px;}

.logo{
float:left;
margin-left:35px;}

.topMenu{
float:left;
padding-top: 20px;
font-family: Book Antiqua, Times New Roman, Times, serif;
font-size: 12px;
color:#3E2A07;
margin-left:15px;}

.headerPhoto{
width:700px;
margin-left:auto;
margin-right:auto;
margin-top:3px; }

.photoborder{
border: 0px solid #3E2A07;
width:700px;
margin:0px;
padding:0px;
}

.nophotoborder{
border: 0px solid #3E2A07;
width:700px;
margin:0px;
padding:0px;
}

img
{
 border-color: #3E2A07;
} 

.mainMenu{
margin-top:5px;
background-color:#214900;
width:700px;
margin-left:auto;
margin-right:auto;
font-family:Book Antiqua, Times New Roman, Times, serif;
font-size:14px;}

.copy{
padding-left:40px;
text-align:center;
color:#3e2a07;
font-type:Book Antiqua;
font-size:13px;
margin-top:100px;}

.bottom{
width:790px;
background-image:url('images/mimosa_bottom_border.jpg');}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

hr{
color:#214900;
height:1px;
}

.list ul li {
margin-left: 0;
margin-right: 10%;
margin-top: .5em;
margin-bottom: .5em;
}

/***********************************************Format Text*************************************/
a:link{
color:#3E2A07;
text-decoration:underline;}

a:visited{
color:#3E2A07;
text-decoration:underline;}

a:hover{
color:#3E2A07;
text-decoration:underline;}

.content{
width:700px;
margin-left:auto;
margin-right:auto;}

h1.title{
font-family:Papyrus, Book Antiqua,Times New Roman;
font-size:16px;
color:#3e2a07;
font-weight:600;
margin-top:10px;
margin-bottom:10px;}

h1.name{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
font-weight:bold;
margin-bottom:-15px;
}

p.sheridanridge{
font-size:13px;
font-style:italic;
text-align:center;
}
p.sheridanridge a:link{
color:#003300;
}
p.sheridanridge a:hover{
color:#003300;
}
p.sheridanridge a:visited{
color:#003300;
}

.info{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
font-weight:bold;
font-style:italic;
}

span.greentext{
color:#3F602b;
font-weight:bold;
}
p.green{
color:#000000;
font-style:italic;
}
p.green a:link{
color:#3F602B;
font-style:italic;
}
p.green a:hover{
color:#3F602B;
font-style:italic;
}
p.green a:visited{
color:#3F602B;
font-style:italic;
}
p.blue{
color:#283D52;
}
p.blue a:link{
color:#283D52;
}
p.blue a:hover{
color:#283D52;
}
p.blue a:visited{
color:#283D52;
}

/*for top five ways to get lost */
ol.getLost{
line-spacing:40px;
}

/*************************************Format Side Menus**************************/
p.smenu a:link{
color:#3E2A07;
}

p.smenu a:hover{
color:#990000;
}
p.smenu a:visited{
color:#3E2A07;
}
/**************************************End Code for Side Menus*******************/

/*********************************************Drop Down Menus************************************/
/*Drop down menus for top menu */
.chromestyle{
width: 342px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 4px 0;
margin: 0;
text-align:center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #214900;
padding: 4px 5px;
margin: 0;
text-decoration:none;
}

.chromestyle ul li a:hover{
background-color: #214900 center repeat-x;
/*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #ffffff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Book Antiqua, Times New Roman, Times, serif;
line-height:18px;
z-index:100;
background-color: #214900;
width: 165px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #a5b9f4;
color:#ffffff;
text-decoration:none;
}
.dropmenudiv a:visited{
color:#ffffff;
text-decoration:none;
}
/*End drop down menus for top menu*

/*drop down for main menu */
.chromestylem{
width: 700px;
height:28px;
background-color:#214900;
margin-top:1%;
font-family:Book Antiqua;
font-size:12px;
}

.chromestylem:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestylem ul{
	width: 100%;
	background-color:#214900;
	padding: 4px 0;
	margin:0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestylem ul li{
display: inline;
}

.chromestylem ul li a{
color: #ffffff;
padding: 1px 4px;
margin: 0;
text-decoration: none;
}

.chromestylem ul li a:hover{
background-color:#a5b9f4; /*THEME CHANGE HERE*/
}

/*end drop down for main menu */