@import url( "shared.css" );
@import url( "styles.css" );

body
{
	font: 11pt 'trebuchet ms', verdana, arial, sans-serif;
	text-align: center;
}

div.page
{
	/*border-top: 1px solid #B2BB1C;*/
	margin: 0px auto;
	padding-top: 6px;
	text-align: left;
	width: 960px;
}


div.header
{
	/*border-top: 2px solid #B2BB1C;
	border-bottom: 2px solid #B2BB1C;*/
	background-color: #ffff;
	padding: 12px;
    padding-right: 32px;
}

div.header div.phone
{
	
}

div.menu
{
	border-top: 1px solid #B2BB1C;
	border-bottom: 1px solid #B2BB1C;
	background-color: #ffffff;
	margin-top: 6px;
}

div.menu ul
{
	border-left: 1px solid #B2BB1C;
	border-right: 1px solid #B2BB1C;
	list-style-type: none;
	margin: 0px;
	margin-left: 72px;
	padding: 0px;
}

div.menu ul li
{
    display: inline;
    float: left;
}

div.menu ul li a
{
	border-left: 1px solid #B2BB1C;
	border-right: 1px solid #B2BB1C;
	color: #68652F;
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 3px;
	padding: 2px 6px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 72px;
}

div.menu ul li a:hover,
div.menu ul li a.active
{
	background-color: #EEF0D1;
	color: #B2BB1C;
}


div.footer
{
    border-bottom: 1px solid #b2bb1c;
    border-top: 1px solid #b2bb1c;
    color: #5C6025;
    font-size: 9pt;
    padding: 3px 0px;
    text-align: center;
}

div.footer a
{
    color: #5C6025;
    text-decoration: none;
}

div.footer a:hover
{
    color: #000000;
    text-decoration: underline;
}

div.footer span.menu
{
    text-transform: uppercase;
}

div.footer span.group
{
    padding: 0px 12px; 
}

/**
 * HOME PAGE 
 */

div.splash
{
    background-color: #EDF1C9;
	border-bottom: 1px solid #B2BB1C;
	border-top: 1px solid #B2BB1C;
	margin-top: 12px;
    padding: 32px;
}

div.search-home
{
    padding: 1.5em 0;
    border-top: 1px solid #b2bb1c;
    border-bottom: 1px solid #b2bb1c;
    margin: 6px 0px;
		color: rgb(92, 96, 37);
}

div.search-home form
{
    border: none;
    margin: 0 10% 0 40%;
    /*width: 25%;*/
    padding: 0px;
    vertical-align: bottom;
}

div.body
{
    background-color: #EDF1C9;
    font-weight: normal;
    color: #5C6025;
}

div.body div.content
{
    float: right;
    margin-top: 12px;
    margin-bottom: 72px;
    width: 45%;
}

/**
 * MISC STYLES
 */

div.clear
{
	clear: both;
}

div.right
{
	float: right;
}

/**
 * BAR STYLES
 */

div.thin-bar
{
	background-color: #B2BB1C;
    height: 1px;
    margin-bottom: 4px;
}

div.thick-bar
{
	background-color: #B2BB1C;
    height: 2px;
    margin-bottom: 4px;
}

div.search-home form
{
	float: right;
}

div.search-home form *
{
	padding: 0px;
	margin: 0px;
	vertical-align: middle;	
}


