/* =General
-----------------------------------------------------------------------------*/

html {margin:0; padding:0;}

body {
	padding:0px;
	margin:0px;
	font-family:"Lucida Sans Unicode", Lucida Grande, Arial, Helvetica, sans-serif;
	behavior: url(includes/inc.csshover.htc);
	font-size:12px;
	background:url(images/bg_body.jpg);
	color:#3f3f1d;
}

img, div { behavior: url(/iepngfix.htc); }


/* Remove padding and margin on selected elements*/
h1,h2,h3,h4,h5,h6,pre,body,div{margin: 0; padding: 0;}



/* Remove border around linked images and fix Firefox odd spaces */
img {
   border: 0;
   vertical-align: bottom;
}

/* =Structural
-----------------------------------------------------------------------------*/
#wrapper {
	width:921px;
	background:url(images/bg_wrapper.png);
	margin:auto;
	clear:both;
		z-index:99;
}

#top {
	width:100%;
	height:132px;
	background:url(images/bg_top.png) repeat-x;
	position:absolute; top:0;
	z-index:-1;
}

#header {
	height:130px;
	background:url(images/bg_header.jpg) repeat-x;
	width:881px;
	margin-left:20px;
	position:relative;
		z-index:99;
}

#tagline {
	position:absolute;
	right:30px; bottom:55px;
	width:338px;
	height:29px;
	background:url(images/tagline.jpg) no-repeat;
	text-indent:-9999em;
}

#photo {
	margin-left:28px;
	margin-top:3px;
	width:866px;
	height:192px;
	background:url(images/photos/holder.jpg) no-repeat;
	clear:both;
}

#photo img { position:relative; top:4px; left:7px;}


#container{
	width:881px;
	background:url(images/bg_content.jpg) repeat-y;
	margin-left:20px;
	clear:both;
}

#container_inner{
	width:881px;
	background:url(images/bg_contentinner.jpg) repeat-y;
	margin-left:20px;
	clear:both;
}

#main {
	float:left;
	width:450px;
	min-height:150px;
	height:auto !important;
	height:150px;
	background:url(images/border.gif) no-repeat;
	margin: 10px 0 0 19px;
	_margin: 10px 0 0 10px;
	padding:25px;
}

#sidebar {
	float:right;
	width:250px;
	margin: 10px 27px 0 0;
	min-height:150px;
	height:auto !important;
	height:150px;
	padding:25px;
	_padding-right:0px;
}

#footer {
	width:921px;
	height:170px;
	margin:auto;
	background:url(images/footer.png) no-repeat;
	clear:both;
	margin-bottom:40px;
}

#footer_inner {
	width:921px;
	height:170px;
	margin:auto;
	background:url(images/footer_inner.png) no-repeat;
	clear:both;
	margin-bottom:38px;
}

#footer_content {
	color:#928b68;
	margin-left:150px;
	padding-top:30px;
	font-size:10px;
}

#footer_content span {font-size:12px;}


/* =Typography
-----------------------------------------------------------------------------*/
#main p {
	line-height:22px;
	color:#3f3f1d;
	text-align:justify;
}

#sidebar span {
	color:#1c1c0a;
	font-size:14px;
	line-height:20px;
}

/* =Headings
-----------------------------------------------------------------------------*/
h1 {
	font-size:15px;
	color:#3d6600;
	font-weight:bold;
	margin:0; padding:0;
	margin-bottom:30px;
}

/* =Links
-----------------------------------------------------------------------------*/

a {
	color:#3f3f1d;
	text-decoration:none;
}

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

#header a.logo{
	display:block;
	width:294px;
	height:45px;
	background:url(images/logo.jpg) no-repeat;
	text-indent:-9999em;
	position:absolute;
	top:22px;
	left:15px;

}

#header a.logoblog{
	display:block;
	width:840px;
	height:45px;
	background:url(/images/logo-blog.jpg) no-repeat;
	text-indent:-9999em;
	position:absolute;
	top:22px;
	left:15px;
	border:1px solid red;
}

#header a.blog{
	display:block;
	height:28px;
 	background:#6c6653;
	position:absolute;
	top:92px;
	right:0px;
	z-index:0;
	color:#fafada;
	font-size:14px;
	padding:10px 40px 0px 40px;
}

#header a.blog:hover {
	color:#b4b49e;
	text-decoration:none;
}

#header a.blogdown {
	display:block;
	width:148px;
	color:#fafada;
	font-size:14px;
	background:#6c6653;
	position:absolute;
	top:131px;
	right:0px;
	z-index:0;
	padding:20px 15px 10px 15px;
	text-align:center;
	display:none;
}

#header a.blogdown:hover {
	color:#b4b49e;
	text-decoration:none;
}

#header span{
	display:block;
	width:24px;
	height:12px;
	background:url(images/arrow.gif) no-repeat;
	position:absolute;
	bottom:-12px; 
	right:75px;
	z-index:999;
}

#footer_content  a {
 color:#928b68;
 text-decoration:none;
}

#footer_content  a:hover {color:#fff;}


#sidebar a.readmore, #main a.readmore {
	background:#daded1 url(images/bg_readmore.jpg) right center no-repeat;
	font-size:13px;
	display:block;
	width:190px;
	color:#5b4937;
	padding:3px 40px 3px 10px;
	margin-top:15px;
	min-height:25px;
	height:auto !important;
	height:25px;
	line-height:22px;
}
#sidebar a.readmore { margin: 20px auto;}

#sidebar a.readmore:hover, #main a.readmore:hover{
	background:#b8bfa1 url(images/bg_readmore.jpg) right center no-repeat;
	text-decoration:none;
	color:#fff;
}

#sidebar a{ color:#7b7000; text-decoration:none;}
#sidebar a:hover{ color:#46410c; text-decoration:none;}

/* =Branding
-----------------------------------------------------------------------------*/






/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/




/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/



/* =Forms
-----------------------------------------------------------------------------*/
/* FORM CSS */





form {
	font-family:"Lucida Sans Unicode", Lucida Grande, Arial, Helvetica, sans-serif;
	color:#5b4937;
	font-size:13px;
	background:url(images/bg_form.png) no-repeat;
	_background:none;
	width:286px;
	height:300px;
	position:relative;
	left:-10px;
}


input {
	color:#5b4937;
	padding:5px;
	width:242px;
	border:1px solid #b0ae9e;
	background:#e6e9e1;
	height:15px;
	font-size:13px;
	margin-bottom:10px;
	font-family:"Lucida Sans Unicode", Lucida Grande, Arial, Helvetica, sans-serif;
	position:relative;
	top:10px; left:12px;
}


input:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 

textarea {
	color:#5b4937;
	padding: 5px;
	width:242px;
	border:1px solid #b0ae9e;
	background:#e6e9e1;
	font-size:13px;
	font-family:"Lucida Sans Unicode", Lucida Grande, Arial, Helvetica, sans-serif;
	position:relative;
	top:10px; left:12px;
	height:137px;
}

textarea:hover, textarea:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 


#submit-go {
	margin-top:20px;
	overflow:hidden;
	border:0;
	background:none;
	display:block;
	cursor:pointer !important; cursor:hand;
	color:#5b4937;
	padding:0;
	font-family:"Lucida Sans Unicode", Lucida Grande, Arial, Helvetica, sans-serif;
	padding-bottom:5px;
	float:left;
	margin-left:20px;
}



#submit-go:hover {
	color:#000;
}




/* =Tables
-----------------------------------------------------------------------------*/

table { 

}

td {
  text-align: left;
  font-weight: normal;
}



/* =Misc 1 
-----------------------------------------------------------------------------*/



/* =Main Nav
-----------------------------------------------------------------------------*/
/* THIS IS THE MENU 
---------------------------------------------------------*/

/* Overall Box Properties */
#menu {
	position:absolute;
	bottom:0;
	left:0;
	z-index:99;
}

/* Type of Menu (Vertical vs. Horizontal) */
#menu ul {
	display: block;
	list-style: none;
	margin: 0;
	float: left;
	padding: 0;
	
}

/* Position of menu elements */
#menu ul li {
	position: relative;
	color: #f5f4d4;
	display: inline;
	padding: 0;
	float: left;
}

/* Edit look of 1st level menu items */
#menu ul li a {
	display: block;
	float: left;
	color: #f5f4d4;
	padding: 11px 7px 10px 7px;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	font-family:lucida grande, Tahoma, Arial, Helvetica, sans-serif;
	margin:0 7px;
}

/* Added specifically for Internet Explorer */
* html #menu ul li a {
	padding: 11px 4px 10px 4px;
	}

/* Sometimes Needed to Change Internet Explorer Hover */
#menu ul li a:hover {
	color: #363333;
}

/* Position of Drop Down Elements */
#menu ul li ul {
	position: absolute;
	display: none;
}

/* Hover of the Main Menu */
#menu ul li:hover {
	position: relative;
	color: #1a1818;
}

/* Added specifically for Internet Explorer Hover */
#menu ul li:hover > a,
#menu li a:hover,
* html #menu li a:hover {
	color: #373524;
	padding: 11px 7px 10px 7px;
	background: #cdc8b1;
}

/* For Top Level Hover when on the second level (I think) */
#menu ul li:hover ul {
	display: block;
	position: absolute;
	left: 7px;
	top: 100%;
	width: 211px;
	overflow:hidden;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 2000;
	border:none;
	background:#7290AA repeat-x;
}

/* Added specifically for Internet Explorer */
* html #menu ul li:hover ul { 
	background:#7290AA  repeat-x;
}

#menu ul li ul li,
#menu ul li.more ul li {
	width: 211px;
	background: #a49d76;
	padding: 0;
	border-top:1px solid #fff;
}

/* Edit look of drop down 2nd level menu items */
#menu ul li ul li a {
	background: #a49d76;
	padding: 11px 7px 10px 7px;
	width: 180px;
	font-variant: normal;
	font-weight: normal;
	font-size: 14px;
	color: #31311a;
	border:none;
	float: none;
}

#menu ul li ul li:hover { 
	background: #878160; 
}

#menu ul li ul li a:hover {
	width: 180px;
	color: #fff;
	background: #878160;
	padding: 11px 7px 10px 7px;
}

#menu ul li ul li:hover > a {
	color: #fff;
	background: none;
	padding: 11px 7px 10px 7px;
}

#menu ul li ul li ul,
#menu ul li:hover ul li ul { 
	display: none; 
}

#menu ul li ul li:hover ul,
#menu li.exp:hover ul,
#menu ul li:hover ul li:hover ul {
	position: absolute;
	display: block;
	left: 100%;
	top: 0px;
	z-index: 300;
	border-right: none;
	width: 211px;
}

#menu ul li:hover ul li:hover ul li,
* html #menu ul li ul li a { 
	width: 211px; 
}

#menu ul li:hover ul li:hover ul li a {
}

/* THIS IS THE MENU */
