/*  
Author: Lynn Koble
Author URI: http://www.parasee.com/
*/



html {font-size: 125%;}

body {font: 50% Georgia, "Times New Roman", Times, serif; text-align:center; background: url(../images/bg_pattern.gif) repeat top left; behavior:url(style/csshover.htc);}

* {margin:0; padding:0;}

img {border: none;}

.floatleft {float:left;}
.floatright {float:right;}

#mainwrap {width:928px; margin-left:auto; margin-right:auto; margin-top: 0; text-align:left;}

#innerwrap {width:900px; padding:0 14px;
			background: url(../images/gradient.png) repeat-y !important;
			background: url(../images/gradient.gif) repeat-y;}


#banner {width:900px; height:174px; background-color:#f8eeda;}
#banner_sub {width:900px; height:124px; background-color:#f8eeda;}

#nav {height: 30px; background-color:#f8eeda;}

#flash {width: 900px; background-color:#f8eeda; padding: 18px 0 0 0;}

#contentarea {width:900px; background-color:#f8eeda; padding: 34px 0 0 0;}
#contentarea_hp {width:900px; background-color:#f8eeda; padding: 0;}


h1 {font: 1.8em arial, helvetica, sans-serif; color:#0054a6; padding: 0 0 1.2em 0;}
h2 {font: 1.6em arial, helvetica, sans-serif; color:#0054a6; padding: 0.3em 0 .3em 0; background: url(../images/img_h2line.gif) no-repeat top left; background-position: 0 1.6em; height:1.6em;}

#content {width:512px; float:left; padding: 0 0 34px 58px; min-height:440px; }
#content_hp {width:512px; float:left; padding: 0 0 34px 182px;}

#content p, p, 
#content form {font:1.2em/1.6em Georgia, "Times New Roman", Times, serif; color:#808080; letter-spacing:.02em; padding: 0 0 1.5em 0;}
/* mac hide \*/
* html #content {height:440px;}
/* end hide */


#sitemap {font:1.2em/1.6em Georgia, "Times New Roman", Times, serif; color:#808080; letter-spacing:.02em;}
#sitemap ul, li {list-style-type:none;}
#sitemap ul li {padding: 0 0 .8em 0;}
#sitemap ul li ul {padding: .4em 0 0 1em;}


.inputbox {font:1.1em/1.6em Georgia, "Times New Roman", Times, serif; color:#808080; height: 18px; border: 1px solid #d6d6d6; background-color:#fff;}

#sidebar {width:300px; float:left;  padding: 0 0 20px 30px; text-align:center;}
.driver {padding: 10px 0 24px 0;}

.dropcap {float:left; font-size: 560%; line-height: 0.85em; margin:0.04em 5px -0.25em 3px; color:#a62101; }

a {text-decoration:underline; color:#ad2301;}
a:visited {color:#c36042;}
a:hover {color:#c36042;}
a:active {color:#c36042;}

.question, .answer {padding-left: 26px;}
.question p, .answer p {text-indent: -26px;}


#footer {width:900px; min-height:56px; background: url(../images/img_footergradient.jpg) repeat-x bottom; background-color:#6d6920;}
/* mac hide \*/
* html #footer {height:56px;}
/* end hide */
#footer p {font-size: 1.1em; color:#e3dabe; line-height:1.8em; text-align:center; padding: 8px 0 0 0;}
#footer a {text-decoration:none; color:#e3dabe;}
#footer a:visited {color:#e3dabe;}
#footer a:hover {text-decoration:underline; color:#e3dabe;}
#footer a:active {text-decoration:underline; color:#e3dabe;}
.footertext {float:left; width: 825px;}
.footerlogo {float:left;}

#gradient_bottom {width:900px; height:10px;
			background: url(../images/gradient_end.png) repeat-x !important;
			background: url(../images/gradient_end.gif) repeat-x;}
			
			
/* start horizontal menu */
#about {width: 91px;}
#whatwedo {width: 106px;}
#changedlives {width: 122px; overflow:hidden;}
#howtohelp {width: 107px;}
#micatoguests {width: 114px;}
#faq {width: 61px;}
#contact {width: 100px;}


div#listmenu {
	width:100%; 	/* makes the div full width */
	float:left; /*makes the div enclose the list */
	text-align: center;
	font: 1.2em arial, helvetica, sans-serif;	/* SET FONT-SIZE HERE */
	font-weight: bold;
	background: url(../images/bg_nav.jpg) repeat top left; background-color:#721e06;
	}
div#listmenu ul {margin:0 0 0 95px;/* indents ul from edge of container. if add this back, you must add in IE hack. see pg 193.*/
	}
div#listmenu li {
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none;	/* removes the bullet off each list item */
	border-right: 1px solid #a84023;
	}
div#listmenu li:first-child {
	border-left: 1px solid #a84023;
	}
div#listmenu li:hover { 
	background-color:#b94828; 
	}
div#listmenu a {
	display:block;
	padding: 7px 0; 
	text-decoration:none;	
	color:#dccfb4;	
	}
div#listmenu a:visited {
	color:#dccfb4;	
	}
div#listmenu a:hover {
	color:#dccfb4;
	}
/* end horizontal menu */

/* the drop-down starts here */
div#listmenu ul li ul {
	margin: 0; /* prevents the TEMP value inheriting from the horiz menu - OK to remove if you remove TEMP above */
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width: 19em; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	left:-1px; /*aligns the drop exactly under the menu */
	padding-right: 1px; 
	background-color:#f9eedc;
	border-bottom: 1px solid #eda477;
	}

div#listmenu ul li ul li {
	width:100%; /* makes the list items fill the list container (ul) */
	border-left: 1px solid #eda477;
	border-right: 1px solid #eda477;
	padding: 0 0 1px;
	text-align: left;
	}
	
div#listmenu ul li ul li:first-child {
	border-left: 1px solid #eda477;
	border-top:1px solid #eda477;
	}
		
div#listmenu ul li ul li:hover { 
	background-color:#f5dbaa; 
	}

div#listmenu ul li ul li a {
	padding: 7px 20px;
	color:#bd3b15;	
	}
div#listmenu ul li ul li a:visited {
	color:#bd3b15;
	}
div#listmenu ul li ul li a:hover {
	color:#bd3b15;
	}

	
/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div#listmenu ul li:hover ul {display:block;} /* shows the drop-down when the menu is hovered */




/* THE HACK ZONE - */
/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html div#listmenu ul {
	float:left; /* makes the ul wrap the li's */
	border-left:1px solid #a84023; /* adds the rightmost menu vertical line to the ul */
	margin-left:40px; /* IE doubles the given value above - why? */
	}
/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html  div#listmenu ul li ul {
	border-top:1px solid #eda477;
	border-left:0px; /* stops the drop inheriting the ul border */
	}

/* end of hack zone */



/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
