body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #000000;
	background-image:url('/Images/header_background2.png');
	background-repeat:repeat;
	margin:0px;
	padding:0px;
}

#wrapper {
	max-width:958px;
	margin:auto;
	background-color:#FFF;
}

#widewrapper 
{
    width:1024px;
	margin:auto;
	background-color:#FFF;
}

#header {
	background-image:url(Images/header_background.jpg);
	color:#FFF;
}

#header a {
	color:#FFF;
	text-decoration:none;
}

#header a:hover {
	color:#FFF;
	text-decoration:underline;
}

@media screen and (min-width: 900px) {
    .HeaderLogoDiv {
        float: left;
        height: 67px;
    }

    .LinkDiv {       
        float: left; 
    }

    #nav {        
        background-image: url(Images/header_background.jpg);
    }

        #nav ul {
            list-style: none outside none;
            display: block;
            margin: 0px;
            padding: 0px;
        }

        /*
        #nav li {
            display: inline;
            padding-right: 30px;
        }
        */
        #nav li {
            padding: 0px;
            display: inline-block;
            text-align: center;
            margin: 0px;
        }

    .MenuDiv {
        padding-left: 30px;
        padding-right: 0px;
        padding-top: 25px;
    }

    #accountlinks {
        background-image: url(Images/header_accountlinkbg.png);
        background-repeat: repeat-x;
        height: 67px;
        font-size: 11px;
        width: 77px;
    }

    #accountlinksheader {
        background-image: url(Images/header_signoutbg.png);
        background-repeat: no-repeat;
        background-position: top;
        height: 16px;
        width: 67px;
        text-align: center;
        padding: 5px;
        box-sizing: unset;
    }

        #accountlinksheader a {
            color: #FFF;
            text-decoration: underline;
        }

            #accountlinksheader a:hover {
                color: #FFF;
                text-decoration: underline;
            }
}

@media screen and (max-width: 900px) {
    .HeaderLogoDiv {
        float: left;
        height: 67px;
    }

    .LinkDiv {
        float: left;
    }

    #nav {
        background-image: url(Images/header_background.jpg);
    }

        #nav ul {
            list-style: none outside none;
            display: block;
            margin: 0px;
            padding: 0px;
            width: 100%;
        }

        /*
        #nav li {
            display: inline;
            padding-right: 30px;
        }
        */
        #nav li {
            padding: 0px;
            display: inline-block;
            text-align: center;
            margin: 0px;
            height: 67px;
        }

    .MenuDiv {
        padding-left: 30px;
        padding-right: 0px;
        padding-top: 25px;
    }

    #accountlinks {
        background-image: url(Images/header_accountlinkbg.png);
        background-repeat: repeat-x;
        height: 67px;
        font-size: 11px;
        width: 77px;
    }

    #accountlinksheader {
        background-image: url(Images/header_signoutbg.png);
        background-repeat: no-repeat;
        background-position: top;
        height: 16px;
        width: 67px;
        text-align: center;
        padding: 5px;
    }

        #accountlinksheader a {
            color: #FFF;
            text-decoration: underline;
        }

            #accountlinksheader a:hover {
                color: #FFF;
                text-decoration: underline;
            }
}

#helpsetup {
	background-image:url(Images/header_signoutbgshadow.png);
	background-repeat:no-repeat;
	background-position:top;
	padding:3px 0px 0px 11px;
	line-height:1.7em;
}

#helpsetup a {
	color:#FFF;
	text-decoration:none;
}

#helpsetup a:hover {
	color:#FFF;
	text-decoration:underline;
}

#content {
	padding-top:15px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:10px;
	min-height:500px;
}

#widecontent {
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
	min-height:500px;
}

#footer {
    background-color:#0f1a1e;
    text-align:center;
    padding-top:5px;
    padding-bottom:5px;
    line-height:1.7em;
    font-size:11px;
    color:#ccc;
}

#MenuBar2_MenuBar_Menu1 ul li {
    display: inline;
}