

/* ======== Layout ============================ */

body
	{
		margin: 0;
		padding: 0;
		font-family: Georgia,Times,"Futura",Helvetica,"Tahoma","Gill Sans",Verdana,"Lucida Grande",Arial,sans-serif,serif;
		font-size: small;
		background: #191919;
		line-height: 1.5em;
		color: #eeeeee;
	}
#wrap
	{
		width: 800px;
		margin: 0 auto;
	}
#float
	{
		float: left;
		width: 100%;
	}


#header h1 { display:none; }
#header p
	{
		font-style: italic;
		color: #ccc;
		margin:0;
		padding: 20px 300px 60px 0;
  		background: url(img/hdr.gif) no-repeat 0 100%;
		/* IE Minimum height hack */
		min-height: 120px;
		height:auto !important;
		height: 120px;
	}


#content 
	{
		font-family: "Lucida Grande",Verdana,sans-serif;
		float: left;
		width: 100%;
		background: #e7e7e0 url(img/bgd.gif) repeat-y 0 0;
		color: #222;
	}
#content .padding
	{
		background: url(img/belly.gif) no-repeat 0 0;
		padding: 10px 20px 10px 20px;
	}
	
/* Header Images */	
body.plain #header,
body.home #header
	{
		padding-bottom: 300px;
		background: url(img/abby-sam.jpg) no-repeat 0 100%;
	}


#content h1, 
#content h2, 
#content h3, 
#content h4, 
#content h5, 
#content h6 
	{
		font-family: Georgia,sans-serif;
		font-weight: normal;
		color: #693;
		line-height:1.2em;
	}

#content h4, 
#content h5, 
#content h6 
	{
		color: #111;
	}

#content p.imgFloat
	{
		float: right;
		margin: 0 0 20px 40px;
		width:250px;
		font-size: 9px;
	}
#content p.imgFloat img
	{
		border: 1px solid #ccc;
		background: #fff;
		padding: 5px;
		width: 90%;
		display:block;
	}

#content hr
	{
		height: 1px;
		margin: 2em 0 1em 0;
		display: block;
	}

#content a 
	{
		text-decoration: none;
		color: #693;
	}
#content a:hover
	{
		border-bottom: 1px dotted #693;
	}


#footer 
	{
		float: left;
		width: 100%;
		padding: 30px 0 20px 0;
		background: url(img/ftr.gif) no-repeat 0 0;
	}

#footer ul,
#footer ul li
	{
		margin:0;
		padding:0;
		list-style:0;
	}
#footer ul li
	{
		display: inline; padding: 0 5px;
	}

/* ======== Main Navigation ============================ */

ul#nav-menu
	{
		padding: 0;
		margin: 0;
		border: 0;
		background: url(img/menu.gif) no-repeat 0 0;
		width: 800px;
		height: 40px;
		position: relative;
	}
ul#nav-menu li
	{
		margin: 0;
		padding: 0;
		list-style: none;
		position: absolute;
		top: 0;
		height: 40px;
	}

ul#nav-menu li a
	{
		display: block;
		text-indent: -9999px;
		text-decoration: none;
		border: 0;
		height: 40px;
	}
#nav-home { left: 0px; width: 60px; }
#nav-about { left: 75px; width: 60px; }
#nav-services { left: 152px; width: 78px; }
#nav-faqs { left: 245px; width: 45px; }
#nav-resources { left: 305px; width: 95px; }
#nav-contact { left: 415px; width: 75px; }

body.home #nav-home a , #nav-home a:hover { background: transparent url(img/menu_hover.gif) 0px 0px no-repeat; }
body.about #nav-about a , #nav-about a:hover { background: transparent url(img/menu_hover.gif) -75px 0px no-repeat; }
body.services #nav-services a , #nav-services a:hover { background: transparent url(img/menu_hover.gif) -152px 0px no-repeat; }
body.faqs #nav-faqs a , #nav-faqs a:hover { background: transparent url(img/menu_hover.gif) -245px 0px no-repeat; }
body.resources #nav-resources a , #nav-resources a:hover { background: transparent url(img/menu_hover.gif) -305px 0px no-repeat; }
body.contact #nav-contact a , #nav-contact a:hover { background: transparent url(img/menu_hover.gif) -415px 0px no-repeat; }







/* ======== Contact Form (overrides form.css) ============================ */

.contact_form { background: transparent; width: 500px; margin: 0; }
.contact_form h2, .contact_form img, .contact_form p { display:none;}

