body
{
background-image: url(/Theme/Graphics/Background.png);
background-repeat: repeat-x;
background-position: left top;
}

#Page
{
width: 940px;
margin: 0 auto 0 auto;
padding: 10px;
background-color: #fff;
min-height: 800px;
}

#Header
{
overflow: hidden;
height: 50px;
}

#Logo
{
position: absolute;
margin-top: 10px;
}

#Logo a
{
border: none;
background: transparent;
margin: 0;
padding: 0;
}

#TagLine
{
position: absolute;
margin-left: 240px;
margin-top: 28px;
}

#Search
{
float: right;
background-image: url(/Theme/Graphics/SearchBackground.png);
background-position: left top;
background-repeat: no-repeat;
height: 30px;
overflow: hidden;
width: 240px;
}

#Search, #Search *
{
font-size: 12px;
color: #3660a8;
}

#Search input[type=text]
{
width: 161px;
height: 20px;
margin: 1px 5px 0 53px;
padding: 0;
background: transparent !important;
color: #000;
border: none !important;
}

#TopMenu, #ButtomMenu
{
text-align: right;
overflow: hidden;
height: 20px;
}

#TopMenu
{
margin: -10px 10px 0 0;
}

#TopMenu dl, #BottomMenu dl
{
float: right;
}

#TopMenu dd, #BottomMenu dd
{
display: block;
float: left;
padding: 0 10px 0 10px;
}

#TopMenu dd + dd, #BottomMenu dd + dd
{
background-image: url(/Theme/Graphics/DividerSmall.png);
background-position: left center;
background-repeat: no-repeat;
padding-left: 11px;
}

#TopMenu a, #BottomMenu a
{
font-size: 12px;
}

#SectionMenu
{
margin: 10px 0 10px 0;
padding: 0 0 0 240px;
background-image: url(/Theme/Graphics/SectionBackground.png);
background-position: right center;
background-repeat: no-repeat;
overflow: hidden;
}

#SectionMenu dd
{
display: block;
float: left;
min-width: 100px;
height: 50px;
line-height: 50px;
text-align: center;
padding: 0 0px 0 0;
background-image: url(/Theme/Graphics/Divider.png);
background-position: right center;
background-repeat: no-repeat;
overflow: hidden;
}

#SectionMenu a
{
background: transparent;
line-height: 50px;
margin: 0 20px;
}

#SectionMenu dd:hover, #SectionMenu dd.selected
{
background-image: url(/Theme/Graphics/SectionOverLeft.png);
background-repeat: repeat-x;
}

#SectionMenu dd + dd:hover, #SectionMenu dd + dd.selected
{
background-image: url(/Theme/Graphics/SectionOver.png);
background-repeat: repeat-x;
}

#SectionMenu dd:hover a, #SectionMenu dd.selected a
{
color: #fff;
display: block;
}

#Content
{
margin-top: 20px;
min-height: 550px;
overflow: hidden;
}

#Footer
{
margin-top: 20px;
overflow: hidden;
}

#Copyright
{
position: absolute;
}

#Copyright, #Copyright *
{
font-size: 11px;
line-height: 15px;
color: #888;
}



