﻿body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#666;
	background-repeat:repeat-x;
	background-color:#ededed;
}
.LoginContent
{
    border: thin solid #C0C0C0;
    width: 800px;
    height: 600px;
    background-color: #FFFFFF;
}
h1, h2 {
	color:#f4911e;
}
h2, h3 {
	font-weight:bold;
}
h1 {
	font-size:24px;
	font-weight:normal;
	margin: 0 0 10px 0;
}
h2 {
	font-size:10px;
	margin-bottom:20px;
}
h3 {
font-size:10px;
	margin-bottom:5px;
	color:#9fa1a4;
}
p {
	margin-bottom: 15px;
}
a {
	text-decoration:none;
	cursor: hand;
	cursor: pointer;
}
hr{
	border:none;
	border-top:#efefef 1px solid;
	color: #efefef;
}
.application {
	position:relative;
	margin:auto;
	width:1024px;
	height:auto;
	background-repeat:repeat-y;	
}

#logoImg {
	margin: 50px 50px 5px 39px; 
	float: right;
}
#Welcome 
{
    float:left;
	margin: 34px 0px 0px 29px;
}
#Header {
	float:left;
	width:100%;
	height:119px;
	margin-top:1px;
    background-repeat:no-repeat;
}
#Header .upperHeader {
	width:100%;
	height:70px;
	margin-top:8px;
}
#Header .logo_Main {
	width:370px;
	height:59px;
	margin-left:3px;
}
#Content
{
    float:left;
    clear:both;
    width:100%;
    min-height: 390px;

	background-repeat:repeat-y;
	background-color: white;
}

#contentRight{
	background-position: left top;
    padding: 34px 29px 0px 45px;
	min-height: 355px; 
	float:right;
	background: url('/images/skinney/subNavBG.jpg'); 
	background-repeat: repeat-y;
	z-index:9999;
}
#Footer 
{
    background:url('/images/skinney/footer_slice.jpg');
    background-repeat:no-repeat;
	clear:both;
	height: 40px;
	width:947px;
	margin: auto;
}
#Copyright {
	font-size:10px;
	color:#999;
	height:30px;
	padding:10px 0px 0px 15px;
}

*.float_left
{
    float: left;
}
div.top_bar
{
    height: 30px;
    background: #E6E6E6;
    border-bottom: 1px solid #C5C6CA;
    border-top: 5px solid #FF6600;
    width: 100%;
}
div.bottom_bar
{
	float:left;
    height: 0px;
    background: #E6E6E6;
    border-top: 5px solid #FF6600;
    width: 100%
}
h1.banner
{
    height: 127px;
    width: 550px;
    background: #F8F8F8 url('/images/skinney/logo.jpg') no-repeat 0px 0px;
    margin: 0;
    padding: 0;
}
h1.banner span
{
    display: none;
} 
h2.banner
{
    
    height: 127px;
    width: 394px;
	float:right;
    background: transparent url('/images/skinney/banner.jpg') no-repeat 0px 0px;
    margin: 0;
    padding: 0;
} 
h2.banner span
{
    display: none;
}


