/* CSS Document */

/* logo */
.nichelogo {
	position: absolute;
	top:30px;
	left:5px;
	width:160px;
	overflow:hidden;
	z-index:1;
	}

/* New Additions */
.inputtext, .inputpassword {
        border: 1px solid #999999;
        padding: 3px;
        font-size: 11px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
	 	}
        
input[type="text"],
input[type="password"],
input[type~="text"], 
input[type~="password"] {
        border: 1px solid #999999;
        padding: 3px;
        font-size: 11px;
        font-family: Verdana, Arial, Helvetica, sans-serif; }
        
textarea {
        border: 1px solid #999999;
        padding: 3px;
        font-size: 11px;
        font-family: Verdana, Arial, Helvetica, sans-serif; }
      
input[type="submit"],
input[type="button"],
input[type~="submit"],
input[type~="button"] {
        border-style: none;
        background-color: #464646;
        color: #FFFFFF;
        font-size: 11px;
        font-family: Verdana, Arial, Helvetica, sans-serif; 
		}	
		
* html .inputbutton, * html .inputsubmit {
        border-style: none;
        background-color: #464646;
        color: #FFFFFF;
        font-size: 10px;
        font-family: Verdana, Arial, Helvetica, sans-serif; 
		}
	
.login {
		border-style: none;
        background-color: #464646;
        color: #FFFFFF;
        font-size: 10px;
        font-family: Verdana, Arial, Helvetica, sans-serif; }

select  {
        border: 1px solid #bdc7d8;
        padding: 2px;
        font-size: 11px;
        font-family: Verdana, Arial, Helvetica, sans-serif; }


/* All Content */

#content {
	position:absolute;
	top:50px;
	left:10px;
	width:600px;
	
	}
	
#contentspecific {
	position:absolute;
	top:110px;
	left:170px;
	}

/* All Left Navigation */

#leftcontent {
	position:absolute;
	top:60px;
	left:0px;
	}
	
#login {
	position:relative;
	top:0px;
	width:140px;
	padding:.5em .5em;
	margin:0;
	background-color: #A2C4D9;
	}

#spacer1 {
	position:relative;
	left:0px;
	width:140px;
	height:2px;
	padding:.2em .5em;
	margin-bottom:.2em;
	background-color:#048AC6;
	}
	
#spacer2 {
	position:relative;
	left:0px;
	left:0px;
	width:140px;
	padding:1em .5em;
	margin:0;
	background-color: #464646;

	}
	
#servicecorner {
	position:relative;
	left:0px;
	left:0px;
	width:140px;
	height:200px;
	padding:.2em .5em;
	margin:0;
	background-color: #999999;
	}
	
#marketingcorner {
	position:relative;
	left:0px;
	left:0px;
	width:140px;
	height:200px;
	padding:.2em .5em;
	margin:0;
	background-color: #D5D6CA;
	}
	
#spacer3 {
	position:relative;
	left:0px;
	left:0px;
	width:140px;
	height:120px;
	padding:.2em .5em;
	margin:0;
	background-color: #CCCFCE;
	}
	
#emailSignup {
	position:relative;
	left:0px;
	left:0px;
	width:140px;
	padding:.2em .5em;
	margin:0;
	background-color: #D5D6CA;
}
#emailSignup h2 {
	padding:4px 0;
	margin:0;
}
#emailSignup form {
	padding:0;
	margin:0;
	}
#emailSignup .input {
	font-size:11px;
	padding:0;
	width:96%;
	border:solid 1px #A5A59C;
	margin-bottom:4px;
}
#emailSignup #submitEmail {
	background:#9E9E95;
	border:solid 1px #232422;
	margin:4px 0;
}

.footer {
	position:relative;
	width:650px;
	float:left;
	border-top: #E9E9E9 solid 1px;
	padding:5px;
	margin-top:50px;
	text-align: center;
}
	
/* left nav buttons */

.orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #F24000;
	}
	
a.orange:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #F24000;
	}
	
a.orange:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666666;
	}



/* All Top Content | topper */
#logo {
	position:absolute;
	left:0px;
	top:30px;
	border:0px;
	}
	
#topper {
	position:absolute;
	left:160px;
	top:0px;
	border:0px;
	}
	
#topbar {
	position:absolute;
	left:0px;
	top:0px;
	width:500px;
	height:20px;
	background-color:#A2C4D9;
	}
	
#searchbar {
	position:absolute;
	left:0px;
	top:22px;
	width:495px;
	height:25px;
	padding:5px 0px 0px 5px;
	background-color: #CCCFCE;
	background-image: url(../images/gradient.gif);
	background-repeat:repeat-x;
	}
	
#rightspacer {
	position:absolute;
	left:502px;
	top:0px;
	width:200px;
	height:52px;
	background-color:#A2C4D9;
	}

	
/* All Text Formating */



p, li, ul, b, a, strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #000000;
	display:inline;
}	

p.footer {
	color: #999999;
	}

p.error {
	color: #F24000;
}	

p.message {
	color: #FF8211;
}	

p.white {
	color:#FFFFFF;
	font-size:10px;
	}

p.grey {
	color: #999999;
	font-size:10px;
	}

b {
	font-weight:bolder;
	}

b.white {
	color: #FFFFFF;
	}

strong {
	color: #333333;
	font-weight: bold;
	}
	
ul#leftnav {
	margin-left:0;
	padding-left:0;
	list-style-type:none;
	}
	
ul#leftnav a {
	display:block;
	text-decoration:none;
	background:#A2C4D9;
	padding:.2em .5em;
	border-bottom:.2em solid #fff;
	width:146px;
	}
	
ul#leftnav a:hover {
	background:#048AC6;
	color:#FFFFFF;
	}
	
ul#leftnav li {
	display:inline;
	}
	

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 13px;
	font-size:30px;
	color:#FFFFFF;
	padding-left:2px;
	}
	
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color: #000000;
	}
	
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 0px;
	font-size:12px;
	font-weight:bold;
	color: #000000;
	}
	
h3.inline {
	display:inline;
	}
	
h2.inline {
	display:inline;
	line-height:25px;
	}
	
input, select, textarea {		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	margin: 0;
	color: #2C3333;
	font-weight: normal;
	display:inline;

	}
	
td, tr, table {
	border:0px;
	}
	
a:link { 
	text-decoration: none; 
	color:#333333;
	}

a:visited {
	text-decoration: none; 
	color:#333333;
	}

a:hover, a:active { 
	color:#AE590C;
	}

a.noarrow:link { 
	text-decoration: none; 
	color:#FF6600;
	line-height:20px;
	}
	

a.noarrow:visited {
	text-decoration: none; 
	color:#FF6600;
	}

a.noarrow:hover, a:active { 
	color:#AE590C;
	}

a.orange:link { 
	text-decoration: none; 
	color:#FF6600;
	background:url(./images/o_arrow.jpg) no-repeat 100% 70%;
	padding-right: 15px;
	}

a.orange:visited {
	text-decoration: none; 
	color:#FF6600;
	background:url(./images/o_arrow.jpg) no-repeat 100% 100%;
	padding-right: 15px;
	}

a.orange:hover, a:active { 
	color:#AE590C;
	}

a.pdf:link { 
	text-decoration: none; 
	color:#FF6600;
	background:url(./images/pdf.png) no-repeat 100% 100%;
	padding-right: 30px;
	}

a.pdf:visited {
	text-decoration: none; 
	color:#FF6600;
	background:url(./images/pdf.png) no-repeat 100% 100%;
	padding-right: 30px;
	}

a.pdf:hover, a:active { 
	color: #AE590C;
	}

