/*
Copyright: Darren Hester 2006, http://www.designsbydarren.com
License: Released Under the "Creative Commons License", 
http://creativecommons.org/licenses/by-nc/2.5/
*/

body {
	text-align: center;
	background: #656868 url('../img/bg.jpg') top center no-repeat fixed;
	margin-top:30px;
	margin-bottom:30px;
	color:#333333;
}
A:link {
	COLOR: #930;
	text-decoration: underline;
	font-weight: bold;
}
A:visited {
	COLOR: #000000;
	text-decoration: underline
}
A:active {
	COLOR: #000000;
	text-decoration: underline
}
A:hover {
	COLOR: #000000;
	text-decoration: none
}
#page_wrapper {
	background: #F3E7A9 url('../img/page_bg.jpg') top left;
	margin-left: auto;
	margin-right: auto;
	width: 640px;
	text-align: left;
	border: 4px solid #F4F4EE;
	padding: 0px;
}
#page_wrapper_home {
	background: #F3E7A9;
	margin-left: auto;
	margin-right: auto;
	width: 640px;
	text-align: left;
	border: 4px solid #F4F4EE;
	padding: 0px;
}
#page_header {
	height: 140px;
	background-color: #0D0802;
	background-image: url(../img/email-header2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#page_header h1 {
	padding-top:30px;
	padding-left: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:24px;
	font-weight:bold;
	color: #EF8E10;
	margin:0px;
}
#page_header h2 {
	padding-top:0px;
	padding-left: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #E2D179;
	margin:0px;
	letter-spacing: 1px;
}
#menu_bar {
	height:30px;
	background-color: #C2953A;
	background-image: url(../img/menu_bg-2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	margin-top:5px;
	background-color: transparent;
	color: #F3E7A9;
	float: left;
	width: 100%;
	font-family: verdana, helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
#navcontainer ul li {
	display: inline;
}
#navcontainer ul li a {
	padding: 0.2em 1em;
	background-color: transparent;
	color: #F3E7A9;
	text-decoration: none;
	float: left;
	border-right: 1px solid #BBB774;
}
#navcontainer ul li a:hover {
	background-color: transparent;
	color: #fff;
}
#content_wrapper {
	background: transparent url('../img/content_bg.jpg') top left no-repeat;
}
#content_wrapper_home {
	background: transparent url('../img/content_bg_home.jpg') top left no-repeat;
}
#content {
	background-color: #F3E8AA;
	background-image: url(../img/directions_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}
#content h1 {
	padding:5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:24px;
	font-weight:bold;
}
#content h2 {
	margin:5px;
	padding-left:10px;
	padding-right:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	line-height:16px;
}
#content h3 {
	margin:5px;
	padding-left:10px;
	padding-right:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	line-height:16px;
}
#content p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color: #333333;
	line-height: 150%;
	margin: 5px;
	padding: 5px;
}
#content ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-right: 10px;
	line-height: 18px;
}
#not_found {
	background-image: url(../img/lost-dog.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 426px;
	width: 640px;
}
#not_found h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:24px;
	font-weight:bold;
}
#not_found ul {
	font-size:12px;
}
#gradient {
	background-image: url(../img/gradient-upper.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#gradient p {
	padding-right: 25px;
	padding-left: 35px;
	margin: 5px;
}
#picture
{
	float: right;
	margin: 1px;
}
#lefty
{
	float: left;
	margin: 1px;
	width: 49%;
}
#article {
	background-color: #F3E8AA;
	background-image: url(../img/directions_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}
#article h2 {
	padding-left:10px;
	padding-right:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	line-height:16px;
	margin-top: 25px;
}
#article h3 {
	margin:5px;
	padding-left:10px;
	padding-right:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	line-height:16px;
}
#article p {
	margin:1px;
	padding-left:35px;
	padding-right:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	padding-bottom: 8px;
}
.dropcap:first-letter {
	float: left;  /* Make the text flow around the letter */
	font-size: 4em; /* Makes the letter twice the size of the rest of the text */
	font-family: Times, Times New Roman, Serif; /* Use whatever font fits your site */
	line-height: 1em; /* Adjustment for IE. Otherwise it doesn't line up correctly */
	margin-right: 0.1em;
	margin-bottom: 0em;
}
.dropword {
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight: bold;
	line-height:16px;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 3px;
}
#content p strong {
	font-family: Arial, Helvetica, sans-serif;
}
#page_footer {
	background: #515230 url('../img/footer.jpg') top left;
	position: relative;
	top: 0px;
	padding-bottom: 10px;
	padding-top: 5px;
}
#page_footer A:link {
	COLOR: #F2C968;
	text-decoration: underline
}
#page_footer A:visited {
	COLOR: #F2C968;
	text-decoration: underline
}
#page_footer A:active {
	COLOR: #F2C968;
	text-decoration: underline
}
#page_footer A:hover {
	COLOR: #F2C968;
	text-decoration: none
}
#page_footer p {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color: #FCF8E3;
}
.spacer {
	margin:0px;
	padding:0px;
	height:10px;
	clear:both;
}
#page_wrapper_home #content_wrapper_home #middle table tr td font {
	font-family: Comic Sans MS, cursive;
}
#page_wrapper_home #content_wrapper_home #middle table tr td font {
	font-family: Arial Black, Gadget, sans-serif;
}
#page_wrapper_home #content_wrapper_home #middle table tr td {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
