﻿.TopMenuGrayBackgroundBar
{
    width: 100%;
	background: url('../images/SiteMenuGrayBackgroundBar.png') repeat-x;
    height:45px;
    margin-top: -14px;
	z-index: 1;

}

.BottomMenuGrayBackgroundBar
{
    width: 100%;
	background: url('../images/SiteMenuGrayBackgroundBar.png') repeat-x;
    height: 25px;
    margin-top: -14px;
	z-index: 1;
	clear: both;
}

/* Round Box container */

.RoundBox {
width:100%;
margin:0px auto;
background:#fff url('../images/roundbox-left.gif') repeat-y left top;
position:relative;
z-index:1;
}
/* ………..*/
.RoundBoxContent {
min-height:10px
}
/* mac hide \*/
* html .RoundBoxContent {
height:10px;
}
/* end hide */
.RoundBoxContent p {
position:relative;
z-index:999
}
.RoundBoxTop {
height:20px;
color:#FFFFFF;
font-size:13px;
background:url('../images/roundbox-upper-left.gif') no-repeat left top;
}
.RoundBoxTop span {
display:block;
position:relative;
height:20px;
background:url('../images/roundbox-upper-right.gif') no-repeat right top;
}
.RoundBoxContent {
position:relative;
background:url('../images/roundbox-right.gif') repeat-y right top;
padding:1px 10px 1px 10px;
margin:0;
}
.RoundBoxBottom {
height:60px;
background:url('../images/roundbox-lower-left.gif') no-repeat left bottom;
}
.RoundBoxBottom span {
display:block;
position:relative;
height:60px;
background:url('../images/roundbox-lower-right.gif') no-repeat right top;
overflow:hidden;
}

.HeaderLogo
{
    text-align: left;
    margin-top: 50px;
}


.Address
{
    position: absolute;
    margin: -100px 0 0 420px;
    font-size: 10px;
    text-align: right;
    color: #666666;
}

.LoginContainer
{
    position: absolute;
    width: 350px;
    margin-top: -100px;
    white-space: nowrap;
}


.LoginContainerContentsHeader
{
    
    font-size:15px; 
    margin-bottom: 5px;
}

.LoginContainerContents
{
    padding-top: 10px;
    height: 25px;
    vertical-align: middle;
    border: thin solid #000000;
}

.LoginContainerContents a
{
    color: #003300;
}

.LoginContainerContents a:hover
{
    color: #00CC00;
    text-decoration: underline;
}


.LoginWidget
{
    position: absolute;
    display:block;
    float:left;
    font-size: 11px;
    z-index: 999;
}

.LoginWidgetButton
{
    position: absolute;
    margin: 10px 0 0 -52px;
    font-size: 11px;
    font-weight: bold;
    z-index: 999;
}

.LoginWidgetRemember
{
    position: absolute;
    margin: 25px 0 0 -300px;
    font-size: 11px;
    font-weight: bold;
    z-index: 999;
}

.LoginWidgetFailure
{
    position: absolute;
    margin-top: 20px;
    font-size: 11px;
    font-weight: bold;
    z-index: 999;
    white-space: nowrap;
}




/* Site Menu */

.SiteMenuWrapper
{
    position: relative;
    font-family: "Lucida Grande" , Lucida, Verdana, sans-serif;
    font-size: 13px;
    width: 900px;
    margin: 0 auto;
    clear: both;

}

.SiteMenuWrapper a 
{
	text-decoration: none;
}

.SiteMenuTopListWrapper
{
    background: url('../images/SiteMenuGreenBackgroundBar.png') repeat-x;
    padding: 0px;     /* define padding to make sure background starts at padding=0 */
    
    border-right-style: solid;
    border-left-style: solid;
    
    border-width: .25px;
    border-color: #CCCCCC;
    margin-top: -40px;
    margin-left: 340px;
    height: 29px;
    line-height: 16px;    
    list-style: none;
    font-size: 14px;
}

.SiteMenuTopListWrapper li 
{
	float: left;
	text-align: center;
}

.SiteMenuTopButton a.SiteMenuTopButtonlink
{
    display: block;
    width: auto;
    padding: 7px 30px 6px 42px;
    font-family: "Lucida Grande" , Lucida, Verdana, sans-serif;
    background: transparent url(./images/LinkGreenBackground.png) repeat scroll 0% 0%; 
	-moz-background-clip: border; 
	-moz-background-origin: padding; 
	-moz-background-inline-policy: continuous; 
	color: rgb(48,48,48);
}

.SiteMenuTopButton a.SiteMenuTopButtonlink:hover
{
    display: block;
    width: auto;
    padding: 7px 30px 6px 42px;
    font-family: "Lucida Grande" , Lucida, Verdana, sans-serif;
    background: transparent url(./images/LinkGrayBackground.png) repeat scroll 0% 0%; 
	-moz-background-clip: border; 
	-moz-background-origin: padding; 
	-moz-background-inline-policy: continuous; 
	color: rgb(48,48,48);
}

.SiteMenuSubListWrapper 
{
	list-style: none;       /* this removes the list bullets*/
	display: none;
	position: absolute;     
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	color: #333;
	z-index: 5;
}


.SiteMenuSubListWrapper li 
{
	float: left;
	padding: 5px 15px 0px 0px;
	margin: 0;
	font-weight: normal;
}


.SiteMenuSubListWrapper a 
{
	color: #333;
}

.SiteMenuSubListWrapper a:hover 
{
	text-decoration: underline;
}

.SectionHeaders
{
    position: relative;
    width: 100%;
    background: url('../images/SiteMenuGrayBackgroundBar.png') repeat-x;
    font-size: 20px;
    text-align: center;
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
    /*word-spacing: 200px;*/

}



/* Footer */
.footerlinks
{
    width: 100%; 
    height: auto;
    text-align: center;
    border-top: 1px #C0C0C0 solid;
    margin: 0 auto;
    font-size: 11px;
    color: #777777;
    clear: both;
}

.footerlinks p 
{
	margin-top: 10px;
}

.footerlinks a 
{

	text-decoration: none;
    padding: 0px 5px 0px 5px;
	color: #777777;
}

.footerlinks a:hover 
{
	color: #336699;
}

.footerlegal 
{
	margin-top: 5px;
	display: block;
}
