
/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/
.nav {
	height:58px; 

	background:url(subnav_background.gif) repeat-x;
	background-color:#346897;
	position:relative; 
	font-size:11px; 
	width:100%; 
	z-index:500;
	border-top:solid #ccc 1px;
	border-bottom:solid #ccc 1px;
}


#header {
	margin:0px auto;
	padding:0px 0px 0px 0px;
	/*width:999px;*/
	width:auto;
	height:99px;
	border:#ccc solid 0px;
	background:url(header_bg_right.png);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#fff;
}


#shadow {
    border: 0 solid #CCCCCC;
    float: left;
    height: auto;
    min-height: 73%;
    padding: 10px 0;
    width: 100%;
    font-family: "Lucida Sans Unicode","Lucida Grande",Geneva,Verdana,Arial,sans-serif;
    color: #5B5B5B;
    font-size: 14px;
    background: #FBFBFB;
}


.footer_content {
    background: url("subnav_background.gif") repeat-x scroll 0 0 #0066FF;
    border: 0 solid #CCCCCC;
    float: left;
    height: 30px;
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "Lucida Sans Unicode","Lucida Grande",Geneva,Verdana,Arial,sans-serif;
}

.footer_content p {
    color: #666666;
    float: right;
    font-size: 10px;
    margin: 8px 20px 0 0;
    text-shadow: 1px 1px 0 #FFFFFF;
}

.shadowlogin {
    border: 0 solid #CCCCCC;
    float: left;
    height: auto;
    min-height: 450px;
    width: 100%;
}

.wrapperlogin {
    margin: 0 auto;
    width: 990px;
}

.leftbox_login {
    background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #CCCCCC;
    border-radius: 10px 10px 10px 10px;
    height: auto;
    margin: 20px auto;
    overflow: hidden;
    padding: 35px 20px;
    width: 380px;
}

.topbar {
    background: url("topbar_bg.png") repeat-x scroll 0 0 #EFEFEF;
    height: 31px;
    width: auto;
}

