body{
	background-image:url("../images/header-bg.jpg");
	background-repeat:repeat-x;
	background-color: #002248;
	background-position: center 0px;
	font-family: Arial;
	font-size:11px;
	line-height:18px;
}

input{
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-size:12px;
}

h1, h2, h3, h4, h5, h6{
	padding:0px;
	margin:0px;
	line-height:24px;
	color:#0050af	
}

h1{
	font-size:24px;
}

h2{
	font-size:16px;
}

h3{
	font-size:14px;
}

h4{
	font-size:12px
}

h5{
	font-size:10px;	
}

h6{
	font-size:8px;	
}

.message ul{
	list-style-type:disc !important;
	list-style-position: inside !important;
}

.container{
	position:relative;
	margin:0px auto;
	width:1000px;
}

.contentArea{
	position:relative;
	margin:0px auto;
	width:759px;
}

#header{
	position:relative;
	height:150px;
}

#login{
	position:absolute;
	left:599px;
	width:315px;
	height:75px;
	background-image: url("../images/login-bg.jpg");
	background-repeat: no-repeat;
}

#login-content{
	padding-left:28px;
	padding-top:7px;
}

#login-content a{
	color:white;
}

#login-content input.text-input{
	padding:4px;
	margin:0px;
	height:16px;
	width:104px;
	background-color:#ebebeb;
	border:0px;
	font-style:italic;
	font-size:11px;
	color:#888888;
}

#login-submit{
	height:24px;
}

#login-text{
	margin-top:10px;
	margin-right:20px;
	text-align:right;	
}

#login-text a{
	color:white;
}

#header-logo{
	position:absolute;
	top:14px;
	left:128px;
	width:295px;
	height:79px;
}

#header-logo-link{
	float:left;
	display:inline;
	width:295px;
	height:79px;
	background-image: url("../images/header-logo.jpg");
	background-repeat: no-repeat;
	outline:none;
}

#header-text{
	position:absolute;
	top:75px;
	left:605px;
	width:280px;
	height:20px;
	background-image: url("../images/header-text.jpg");
	background-repeat: no-repeat;
}

#menu-container{
	position:absolute;
	top:200px;
	left:0px;
	width:100%;
}

#header-search{
	position:absolute;
	top:270px;
	left:0px;
	width:100%;
}

#header-search input#search-text{
	padding:5px 5px 5px 30px;
	width:465px;
	height:19px;
	background-image: url("../images/search-icon.jpg");
	background-repeat: no-repeat;
	border:1px solid #b8b8b8;
	font-size:14px;
	text-transform:uppercase;
	color:#7e7e7e;
}

#middle-content{
	position:relative;
	margin-top:-20px;
	height:auto !important;
	min-height:427px;
	height:427px;
	background:none;
}

#middle-content-text{
	position:absolute;
}

.promo-container{
	position:relative;
	float:right;
	display:inline;
	clear:right;
	margin-bottom:2px;
	padding:10px;
	width:200px;
	height:78px;
	background-image: url("../images/promoBg.jpg");
	color:white;
	z-index:10;
}

.promo-container h2{
	color:white;
	font-weight:bold;
	font-size:15px;	
}

#bottom-content-holder{
	width:762px;
	margin-top:10px;
}

#bottom-content-top{
	width:762px;
	height:13px;
	background-image: url("../images/bottom-content-top.jpg");
	background-repeat: no-repeat;
	line-height:1px;
	font-size:1px;
}

#bottom-content-middle{
	width:762px;
	background-image: url("../images/bottom-content-middle.jpg");
	background-repeat: repeat-y;
}

#bottom-content-bottom{
	width:762px;
	height:13px;
	background-image: url("../images/bottom-content-bottom.jpg");
	background-repeat: no-repeat;
	line-height:1px;
	font-size:1px;
}

#bottom-content-content{
	padding:0px 10px;
}

#footer{
	position: relative;
	margin-top:20px;
	height:100px;
}

#footer-logo{
	position:absolute;
	top:0px;
	left:0px;
}

#footer-menu{
	position:absolute;
	top:10px;
	left:250px;
}

#footer-text{
	margin-top:5px;
	font-weight: bold;
	color: #659bda;
}

#footer-text a{
	color: #659bda;
	text-decoration:none;
	margin-right:10px;
}



/***********************************
	Subpage Styles 
************************************/
#subpage #middle-content{
	background-color:#e6e6e6;
	padding:20px 30px;
	height:auto !important;
	min-height:400px;
	height:400px;
	overflow:visible;
}

/************************************
	Menu Styles
*************************************/
#mainNav li a{
	color: #71b0f6;
	font-size:13px;
	text-transform: uppercase;
	font-weight:bold;
	margin-right:30px;
}

#mainNav li a:hover{
	background:none;
	text-decoration:underline;	
}

#mainNav li a.last{
	margin-right:0px;
}


#footerNav li a{
	color:#659bda;
	font-size:12px;
	font-weight:bold;
	margin-right:20px;
}

#footerNav li a:hover{
	background:none;
	text-decoration:underline;
}

#footerNav li a.first{
	padding-left:0px;	
}

/***********************************
	Misc Styles 
************************************/
.form-item-header{
	border-top:1px solid black;
	height:20px;
	margin:20px 0 10px;
}

.form-item-header span{
	background:#e6e6e6 none repeat scroll 0 0;
	color:#0060ba;
	font-size:14px;
	padding-right:5px;
	position:relative;
	top:-10px;	
}

.form-item{
	padding:0px 10px;
}

.form-item table{	
}

.form-item table td{
	text-align:left;
	width:50%;
	padding:3px;
}

.form-item-label{
		
}

.papercutTabContentSection{
	
}

.papercutTabSection {
	height:24px;
}

.account-tab{
	background-color:#e6e6e6;
	padding:10px 50px;
	height:auto !important;
	min-height:400px;
	height:400px;
}

#blank #middle-content{
	margin-top:20px;
	height:auto;
	background:none;
}

ul.account-tab-list {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.account-tab-list li {
	float:left;
	display:inline;
	margin-right:5px;
}
ul.account-tab-list li a {
	cursor:pointer;
	float:left;
	display:inline;
	padding:4px 8px 0;
	background-image:url("../images/tabGradient2.jpg");
	background-color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	color:#333333;
	border-top:1px solid #b7b7b7;
	position:relative;
	top:1px;
	outline:none;
	z-index:0;
}
ul.account-tab-list li a:hover {
	background-color:#ffffff;
	color:#0060BA;
}
ul.account-tab-list li.active a {
	background-color:#e6e6e6;
	background-image:none;
	border-bottom:1px solid #e6e6e6;
	color:#0060BA;
}

#account-list-left{
	float:left;
	display:inline;
	width:259px;	
}

.light-blue-header{
	padding:3px 5px;
	background-image:url("../images/darkBlueGradient.jpg");
	background-repeat:repeat-x;
	background-color: #083673;
	color:white;
	font-weight:bold;
}

.light-blue-header a{
	color:white !important;	
}

#account-list-right{
	float:left;
	display:inline;
	width:400px;	
}

#account-user-lists{
	position:relative;
}

#account-user-lists a{
	color:#4876b3;
}

#account-user-lsits .x-form-field{
	position:relative !important;
}

.user-list-title{
	font-size:12px;
	font-weight:bold;
	color:#083673;
}

#account-user-list-item{
	
}

#user-create-list, #user-edit-list{
	border-left:1px solid #D0D0D0;	
	border-right:1px solid #D0D0D0;	
	border-bottom:1px solid #D0D0D0;	
}

#user-create-list-content, #user-edit-list-content{
	padding:10px;	
}

