﻿* { padding: 0; margin: 0; }


body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 background-color: #A2A2A2;
  
}
#wrapper {
	margin: 0 auto;
	width: 922px;

   
}
#faux {
background-color: #d8d6d6;
margin-bottom: 2px;
overflow: auto; 
width: 100%
border: 4px solid #989797; 
 
}
#header {
 color: #333;
 width: 902px;
 padding: 10px;
 height: 100px;
 margin: 15px 0px 0px 0px;
 background-image:url(images/header-background.png);
 border: 2px solid #989797; 
 border-bottom: 7px solid #424242;

 
 
}
#leftcolumn { 
 display: inline;
 margin: 10px;
 padding: 0px;
 width: 195px;
 float: left;
 
 
 
}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 5px;
 padding: 0px;
 width: 683px;
 display: inline;
 position: relative;
 background-image:url(images/tagline.png);
 background-repeat:no-repeat;
 background-color: #d8d6d6;

}
#footer { 
 width: 912px;
 clear: both;
 color: #333;
 background: #6c6c6c;
 margin: 10px 0px 10px 0px;
 padding: 5px;
}

#rightheader {
	border-bottom: 1px solid green;
	font-size:18px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:bold;
	padding-top: 50px;
	text-align:right;
	margin-top: 60px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	
}
.clear { clear: both; background: none; }


/* TYPOGRAPHY */ 

p {
	font-size:14px;
	margin: 15px;
	line-height: 20px;
}


h1 {
	border-bottom: 1px solid green;
	font-size:18px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:bold;
	margin: 15px;
}
h2 {

	font-size:16px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:bold;
	margin: 10px 5px 10px 5px;
	
	background-color: #bdbbbc;
}

h3 {
	border-bottom: 1px solid #525151;
	font-size:18px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-bottom: 25px;
	margin-top: 25px;
	margin: 15px; 
	font-weight: bolder;
}


h4 {
	border-bottom: 1px solid #bdbbbc;
	font-size:12px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-left: 15px;
}

h5 {
	border-bottom: 1px solid green;
	font-size:16px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-bottom: 25px;
	margin-top: 25px;
	font-weight: bolder;
}

.bold {
	font-size:16px;
	font-weight:bold;
}
.title {
	font-size: 16px;
	font-style: italic;
	font-weight:bold;
}

ul {
	list-style: none;
	padding-top: 10px;
}

a{ 
	text-decoration: none;
	color:#333;
	font-weight: bold;

}

li a{
	font-size:12px;
	list-style: circle;
	padding-left: 20px;
	color: #363;
	
}

.top {
	font-size:12px;
	text-align:right;
	padding-right: 15px;
}

.sidenav {
	margin-left: 10px;
}

#gallery {
	padding-left: 50px;
}

#contact {
	padding-left: 15px;
}

.spacer {
	padding-bottom: 15px;
}

.image {
	margin: 5px 15px 25px 15px;

	
}



/* NAVIGATION BAR */

#menuh-container {
	float: left;
	top: 74px;
	left: 0px;
	width: 600px;
	padding-top:40px;
	}

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:1px;
	margin-top: 1em;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border-right: 1px solid #555;
	border-left: 1px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 10px;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
	color: #6c6c6c;
	
	
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: 6c6c6c;

	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: 6c6c6c;

	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;


#menuh li
	{
	position:relative;
	min-height: 1px;		
	vertical-align: bottom;		
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

#menuh{float:left;}
body{behavior:url(csshover.htc); font-size:100%;}
#menuh ul li{float:left; width: 100%;}







