body {
	background: url("img/background.jpg");
	}
.tintedbox a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	
}

.footer a {
	color: #000;
	text-decoration: none;
}

.alt a:hover, .incr a:hover {
	color: #000;
	text-decoration: underline;
}

.tintedbox a:hover {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}

.tintedbox {
	background-color: #251f16; 
	color: #FFF; 
 	min-height: 95px;
 }

.gallery {border: 1pt solid #EFEFEF; padding: 3px;}
.fadein {position: relative; width:950px; z-index:1; }
.fadein img { position:absolute; left:0; top:0; z-index:1;}
 
 #content {
 	margin-top:  350px;
 	position: relative;
 }
 
 .footer {
 	margin-top: 0px;
 	color: #000 !important;
 	font-size: x-small;
 }

.tintedbox h6 {
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
}

h2 {
	color: #FFF; font-family: "ff-market-web-1","ff-market-web-2";
}

h3 {
	color: #FFF;
	font-family: "ff-market-web-1","ff-market-web-2";
}

.logoimg {
	align: left;}


/* Begin CSS Drop Down Menu */

#menuh-container {
	background-color: #251f16;
	max-height: 50px;
	position: relative;
	z-index: 200;
}

#menuh
{
    font-size: small;
    font-family: arial, helvetica, sans-serif;
    margin: 0 0 0 0;
    color:  #FFF;
    
 }


#menuh a
{
    display:block;
    white-space:nowrap;
    margin:0;
    font-size: 22px;
    color: #FFF;
    font-weight:  normal;
}

#menuh a:link, #menuh a:visited, #menuh a:active        /* menu at rest */
{
    color: #FFF;
    text-decoration:none;
}

#menuh a:hover                                          /* menu on mouse-over  */
{
    color: #EFEFEF;
    text-decoration:none;
}

#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
{
   
}


#menuh a.parent, #menuh a.parent:hover  /* attaches side-arrow to all parents */
{
    }

#menuh ul
{
    list-style:none;
    padding:0px;
    float:left;  /* width of all menu boxes */
    /* NOTE: For adjustable menu boxes you can comment out the above width rule.
    However, you will have to add padding in the "#menh a" rule so that the menu boxes
    will have space on either side of the text -- try it */
}

#menuh li
{
    display: block;
	padding: 10px;	
	color: #FFF;
	text-decoration: none;
	position:relative;
    min-height: 1px;            /* Sophie Dennis contribution for IE7 */
    vertical-align: bottom;             /* Sophie Dennis contribution for IE7 */
}

#menuh ul.top_parent_alt
{
	float: right !important;
}

#menuh li.parent {
	border-bottom:1px solid #c8c8c8;
	background-color: #000;
	}

	#menuh li.parent a {
	font-size: 12px;
	font-weight: normal;
	font-family: arial;
	color: #FFF;
	background-color: #000;
	}


#menuh ul ul
{
    display:none;
    padding: 0;
    position: relative;
	z-index:300;
}

#menuh a:hover {
	color: #CCC;
	}	

	#menuh li.parent a:hover {
	color: #EFEFEF;
	text-decoration:none;
	}	
	
	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 li:hover ul, #menuh li.sfhover ul { /* lists nested under hovered list items */
	display:block;
}

#tweet ul, #tweet ul a {
	list-style: none;
	font-size: 100%;
	color: #000 !important;
	text-decoration: none;
}
.twitterTime, .twitterTime a {
	size: 120%;
	font-weight: normal;
	text-decoration: none;
}

/* End CSS Drop Down Menu */


input {
	background: none;
}

