﻿#masthead
{
	
}


.logo
{
	float:left;
	padding: 10px 0 10px 0;
	
}


#masthead h1
{
	font-family: Century Gothic, Arial, Sans-Serif;
	font-size: 1.9em;
	text-align:right;
	margin-bottom:-2px;
	padding-bottom:-2px;
	display:inline;
	float:right;
	padding: 30px 35px 10px 0;
	color: #675C46;
	font-weight:normal;
	text-transform:lowercase;
	
}
.fullSiteTitleImage
{
	float:right;
	padding: 40px 40px 0 0;
	
}


/*------------------------------------------
		Navigation - Main bar at top
 -------------------------------------------*/
 
#mainMenu 
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	float:left;						/* Make this parent contain floated children!*/
	background: url(../Images/nav_bg.gif) repeat-x;
}

#mainMenu li
{
	float: left; 
}

#mainMenu  #firstNavItem
{
	padding-left: 5px;	
}

#mainMenu li a
{
	display: block;					/* Make the make the links appear like buttons */	
	padding:  5px 15px 5px 5px;				/* Width of each button to be based on the size of the anchor text */
	line-height: 1.0em;
	text-decoration: none;
	color: White;
	font-size:  1.2em;
	font-weight: bold;
	border-right: 1px;
	border-right-style: ridge;
	float: left;					/* for IE 5.2 on Mac - shrink-wrap the floated list-items  */
	text-transform: uppercase;
	
}

#mainMenu li a:hover
{
	color: #555555;
}


#mainMenu .currentLink
{
	color:#D4E04E;
}

