/******** Eric Meyers CSS Reset 'meyerweb.com' **********/

/* v1.0 | 20080212 */

html, body { height:100%; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: georgia, sans-serif;
}
body { background-color:#fff; line-height: 1; background-image: url("images/bg.jpg"); background-repeat:repeat-x; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
p sup {font-size:50%; vertical-align:top;}

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: collapse; border-spacing: 0; }

/*********** End CSS Reset *************/


#container { margin: 0 auto -103px; width:980px; min-height: 100%; height: auto !important; height: 100%;}
#header { background-image: url("images/header.png"); background-repeat:no-repeat; height:174px; }
	#logo { width:303px; height:77px; float:left; }
	#effortby { width:190px; height:86px; float:right; }
#content { width:980px; }
#footer { clear:both; background-image: url("images/footer_grass.jpg"); background-repeat:repeat-x; }
#footer, .push { height:103px; }
#footer p { color:#fff; font-size: 12px; padding:75px 0 0 130px; text-align:right; width:980px; }


/************* Home CSS Image Gallery **************/

/*Credits: Lightweight Image Gallery with Thumbnails */
/*URL: http://monc.se/kitchen/80/lightweight-image-gallery-with-thumbnails */

#jgal { margin:0 auto; position:relative; list-style: none; height:460px; width: 980px; background-image: url("images/board.jpg"); background-repeat:no-repeat; }
#jgal ul { padding-top: 40px; }
#jgal li { margin-left:810px; opacity: 1; display: block; width: 90px; height: 62px; background-position: 50% 50%; cursor: pointer; list-style:none; }
#jgal li img { position: absolute; top: 43px; left:75px; display: none; }
#jgal li.active img { display: block; }
#jgal li.active, #jgal li:hover { opacity: .99 /* safari bug */ }

#jgal li a img { margin:0px; padding:12px 14px; width:518px; height:350px; background-image: url("images/img_dropShadow.png"); }
/* styling without javascript */
#gallery { list-style: none; display: block; }
#gallery li { float: left; margin: 0 10px 10px 0; }

div#homeNav { position:absolute; width: 157px; height:357px; margin:0 auto; top:170px; }
#homeNav ul { padding-top:45px; height:357px; }
#homeNav li { margin-left:645px; width: 157px; display:block; list-style:none; }


/******************* End Image Gallery **************/


/*****************General Styles*********************/

p { margin-bottom: 10px; }
h1 { font-size: 24px; color:#47331f; margin-bottom:15px; }
h2 { font-size: 15px; color:#36993d; margin-bottom:7px; }
.right { float:right; }
.left { float:left; margin-right:10px; }

/*****************end General Styles****************/


#navigation { width: 980px; height: 43px; background-color:#8dcaff; -moz-border-radius-topleft: 13px; -moz-border-radius-topright: 13px; -webkit-border-top-left-radius: 13px; -webkit-border-top-right-radius: 13px; }
#navigation ul { padding: 11px 10px 7px 10px; }
#navigation ul li { font-size: 13px; font-weight:bold; padding: 0 11px; display:inline; border-right: 1px solid #1969b3; }
#navigation ul li.last { border:0; }
#navigation ul li a { color:#1969b3; text-decoration:none; }
#navigation ul li a:hover, #navigation ul li a:focus { text-decoration:underline; color:#36993d; }

#mainContent { background-color:#fff; padding: 33px; margin-top: -6px; width: 914px; background-image: url("images/mainContent_bg.jpg"); background-repeat:repeat-x; -moz-border-radius-topleft: 13px; -moz-border-radius-topright: 13px; -webkit-border-top-left-radius: 13px; -webkit-border-top-right-radius: 13px; }
#mainContent p, #mainContent ul, #mainContent ol { line-height: 22px; color:#7e6755; font-size:12px; }
#mainContent ul { list-style-image: url("images/bullet.png"); }
#mainContent ul, #mainContent ol { margin-left: 20px; }
#mainContent a { color:#1969b3; font-size:12px; text-decoration:none; }
#mainContent a:hover, #mainContent a:focus { text-decoration:underline; }
#mainContent img { margin-left: 10px; padding:10px; width:383px; height:262px; background-image: url("images/img_dropShadow_page.png"); }
#mainContent img.plain { margin-left:10px; background:none; width:auto; height:auto; padding:0;  }

