﻿body 
{
    font-family: Arial, MS Sans Serif;
    font-size: 12px;
}

/* This is the main Wrapper div to center the page.  Everything is placed inside of this div.  */
#divWrapper
{
    margin: 0px auto;
    width: 1000px;
}

#divMasterHeader
{
    height: 160px;
}

#divMasterHeaderLogo
{
    float: left;
    width: 700px;
}

#divMasterHeaderMenuTopLine
{
    position: absolute;
    left: 0px;
    background-image: url('/images/menu-top-line.png');
    width: 100%;
    height: 6px;
    margin-top: 10px;
}

#divMasterHeaderMenuContent
{
    position: relative;
    top: 17px;
    height: 30px;
}

#divMasterHeaderMenuContentContainer
{
	/* background: #8b8b8b;
	border-bottom: 1px solid silver; */
	padding: 5px;
	min-height: 16px;
	height: 16px;
    left: 0px;
    overflow: auto;
}

#divMasterHeaderMenuContentHome
{
	margin: 0px 0px 0px 6px;
}

#divMasterheaderMenuContentProducts
{
	margin: 0px 0px 0px 12px;
}

#divMasterheaderMenuContentResources
{
	margin: 0px 0px 0px 24px;
}

#divMasterheaderMenuContentPress
{
	margin: 0px 0px 0px 36px;
}

#divMasterheaderMenuContentAdvisoryBoard
{
	margin: 0px 0px 0px 48px;
}

#divMasterheaderMenuContentAbout
{
	margin: 0px 0px 0px 60px;
}

#divMasterheaderMenuContentContact
{
	margin: 0px 0px 0px 72px;
}

#divMasterHeaderMenuBottomLine
{
    position: absolute;
    left: 0px;
    background-image: url('/images/menu-bottom-line.png');
    width: 100%;
    height: 7px;
    margin-top: 10px;
}

#divMasterHeaderSearch
{
    float: left;
    width: 290px;
}

#divMasterHeaderSearchInput
{
    background-image: url('/images/search-background.png');
    height: 40px;
    width: 228px;
    margin-left: 60px;
    margin-top: 18px;
}

#divMasterHeaderSearchIcons
{
    margin-left: 115px;
}

#divMasterFooter
{
    
}

#divMasterFooterBackground
{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 215px;
    background-image: url('/images/master-footer-background.jpg');
}

#divMasterFooterContent
{
    margin: 0px auto;
    width: 1000px;
    text-align: center;
}

#divMasterFooterIcons
{
    position: relative;
    top: -120px;
    width: 84px;
    left: 800px;
}

/* Style used to clear floats for divs.  */
.ClearFloat
{
    clear: both;
}
