﻿/*
INITIAL STYLE
cream: F1E5B2
brown: C98B48
dark green: 3F6947
light green: 6AD684
purple: 9981A0
orange: BF6E2F

*/
html {
	background:#BF6E2F;
}
p {
	margin:3px 3px 5px 3px;
}

a,a:link,a:visited {
	color: #9981A0;
	text-decoration:underline;
}
a:active,a:hover {
	color: #BF6E2F;
	text-decoration:underline;
}

h2 {
	font-family:Georgia,serif;
	font-size:160%;
	font-weight:bold;
	color: #BF6E2F;
	margin:10px 0 8px 0;
}
h3 {font-family:Georgia,serif;
	font-size:140%;
	font-weight:bold;
	color: #3F6947;
	margin:10px 0 8px 0;
	}

body {
	color: #3F6947;
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	line-height:135%;	
}

#doc {

	padding:10px;
}

	#hd {
		text-align:left;
		font-family:Verdana,sans-serif;
		font-size:120%;
    font-weight:bold;
		color:#F1E5B2;
		border-bottom:1px #C98B48 solid;
    width:100%;
    line-height:1.6em;
	}
    #title {float:right;text-align:right;}
    #hd h1 {font-size:200%;}
    #hd img {}
    
  #menu {margin-top:30px;}
  
  ul#menu li
  {
    margin:5px;
    font-size: 110%;
    font-weight:bold;
    color:#BF6E2F;
    
  }
  ul#menu li ul li {font-size:100%;font-weight:normal;}
  #menu li a {display:block;text-decoration:none;}
  #menu li a:hover{background-color:#C98B48;color:#F1E5B2;}

	#bd {
  	background-color:#F1E5B2;
	border:1px solid #C98B48;
  }
	#main {
		padding:0 10px 10px 10px;
	}
	#accordion h2 {
		cursor:pointer;
	}
	#accordion h2:hover {
		color: #C98B48;
		text-decoration:underline;	
	}
	


	#ft {
  color:#C98B48;
		text-align:left;
		font-size:80%;
	}

  .button {
    border: 0 none;
    cursor: pointer;
    font-weight: bold;
    padding: 0 15px 0 0;
    text-align: center;
    height: 30px;
    line-height: 30px;
    width: auto;
    display:inline-block;
    font-family: Verdana, Arial, sans-serif;
    font-size: 80%;
    text-decoration:none !important;
}

.rounded {
  background: transparent url(../images/btn_right.png) no-repeat scroll right top;
  clear: left;
  font-size: 0.8em;
}

.button span {
  display: block;
  padding: 0 0 0 15px;
  position: relative;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}

.rounded span {
  background: transparent url(../images/btn_left.png ) no-repeat scroll left top;
  color: #FFFFFF;
}

.rounded:hover {
  background-position: 100% -30px;
}

.rounded:hover span {
  background-position: 0% -30px;
}

.button::-moz-focus-inner {
  border: none;
}
  
strong {font-weight:bold;}
em{font-style:italic;}
.left {float:left;}
.right {float:right;}
.quote {line-height:125%;font-size:95%;border-left:solid 1px;margin:5px;padding:5px;}
.photo {border:3px solid #C98B48;margin:5px;}
