html, body {
    height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	/*background: #777777 url('../images/stripe_tile.png') repeat-y center center;*/
    background: #222222;
}

div.header {
    width: 100%;
    background-color: #222222;
}
    

div.container {
	padding: 10px 30px 70px 30px;
	text-align: left;
}

div.container_container {
	width: 976px;
	margin: 0px auto;
	text-align: center;	

    height:auto !important; /* real browsers */
    height:100%; /* IE6: treaded as min-height*/
    min-height:100%; /* real browsers */

    position:relative; /* needed for footer positioning*/

    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;

    background-color: white;
}

div.outerlogo {
    width: 100%;
    height: 183px;
    background: white url('../images/skygradient.png') repeat-x;
}

div.logo {
    width: 100%;
	height: 183px;
	background: transparent url('../images/logo.png') no-repeat scroll center center;
    border-bottom: 3px solid #222222;
    margin: 0 auto;
}

div.logotitle {
	width: 950px;
	height: 51px;
	background: #222222 url('../images/title-invert.png') no-repeat scroll center right;
    padding: 20px 0px;
    margin: 0 28px 0 auto;
}



div.navbar {
	text-align: left;
	font-family:'Helvetica',Arial,sans-serif;
	font-size:1.1em;
	font-weight:bold;
    background: #ffffff url('../images/nav_bg_inactive.png') repeat-x;
    min-height: 40px;
}

div.navbar ul {
	list-style-position: outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

div.navbar ul li {

    float: left;
	display: block;

	list-style-type: none;
}

.navbar li.menu.selected {
    background: white none repeat scroll 0 0;
    margin: -6px -2px -1px -1px;
    padding-left: 0px;
}

.navbar li.menu {
    margin-top: 4px;
    background:transparent url('../images/nav_separator.gif') no-repeat scroll right top;
}

.navbar li.menu.selected a {
	text-decoration: none;
    border-left: 1px solid #A0A0A0;
    border-right: 1px solid #A0A0A0;
    border-top: 1px solid #7E7C77;
    padding: 12px 10px;
}


.navbar li.menu a {
	text-decoration: none;
    border: none;
    display:block;
    padding: 4px 10px 0;
    font-size: inherit;
}
	
div.content {
	padding-top: 10px;
	padding-left: 5px;
	overflow: hidden;
}

div.content-nopad {
	padding-top: 10px;
	padding-left: 4px;
}

#footer {
    width: 100%; 

    position: absolute;
    bottom: 0px;
    left: 0px;

}


#footer div {
    width: 977px;
    height: 30px;
    margin: 0px auto;	
    padding: 10px 0;
    background-color: #545454;
}

#footer p {
    margin: 0px auto;
    font-size: small;
    text-align: center;
}
