/* CSS Document */

/* tags */
/* --------------------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
p {
	margin-bottom: 15px;
}

/* page */
/* --------------------------------------------------------------------------------------------------- */
#page {
	width: 830px;
	position: relative;
	margin: 0 auto;
	padding-bottom: 2em;
}

/* logo */
/* --------------------------------------------------------------------------------------------------- */
#logo {
	display: block;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	text-indent: -9999px;
	text-decoration: none;
	background-image: url(../shared_graphics/intertek_nstl.gif);
	background-repeat: no-repeat;
	height: 64px;
	width: 212px;
}

/* nav */
/* --------------------------------------------------------------------------------------------------- */
#nav {
	display: block;
	float: right;
	width: 605px; 
	height: 25px;
	list-style-type: none;
	list-style-image: none;
	margin-top: 37px;
}
#nav li {
	float: left;
	list-style-image: none;
	margin-left: 4px;
}
#nav a {
	display: block;
	padding-top: 5px;
	width: 110px;
	height: 20px;
	background-color: #90b3b1;
	background-image: url(../shared_graphics/navbtn_mask.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 14px;
}
#nav a:hover {
	background-color: #709391;
}
#nav #n-client {
	width: 140px;
	background-color: #627fa8;
	background-image: url(../shared_graphics/navbtn_clientmask.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#nav #n-client:hover {
	background-color: #425f88;
}
#nav #lock {
	display: inline;
	margin-right: 5px;
	margin-top: -1px;
	vertical-align: middle;
}

/* general content area */
/* --------------------------------------------------------------------------------------------------- */
#content {
	position: relative;
	padding-top: 35px;
}
#leftcol {
	width: 208px;
	float: left;
	margin-right: 10px;
}
#rightcol {
	width: 605px;
	float: right;
	position: relative;
}

/* misc text states */
/* --------------------------------------------------------------------------------------------------- */
.txthighlight {
	font-weight: bold;
	color: #039;
}
.txthead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	/*float:left; */
	color: #039;
}

.txthead-align 
{
	/*align:right;
	padding-left:480px; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: Black;
}
.txtbold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666;
}

/* rules */
/* --------------------------------------------------------------------------------------------------- */
.shortrule {
	width: 180px;
	height: 1px;
	background-color: #ccc;
	overflow: hidden;
	margin-top: 4px;
	margin-bottom: 10px;
}
.longrule {
	width: 575px;
	height: 1px;
	background-color: #ccc;
	overflow: hidden;
	margin-top: 4px;
	margin-bottom: 10px;
}

/* form buttons */
/* --------------------------------------------------------------------------------------------------- */
.formbtnbeige {
	float: left;
	margin-right:5px;
	margin-bottom: 15px;
}
.formbtnbeige a {
 	display: block;
	background-color: #399;
	background-image: url(../shared_graphics/btn_onbeige.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 18px;
	width: 80px;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	padding-top: 1px;
}

.formbtnbeige a:hover {
	background-color: #5bb;
}
.formbtnwhite {
	float: left;
	margin-right:5px;
	margin-bottom: 15px;
	
}
.formbtnwhite a {
 	display: block;
	background-color: #399;
	background-image: url(../shared_graphics/btn_onwhite.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 18px;
	width: 80px;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	padding-top: 1px;
}
.formbtnwhite a:hover {
	background-color: #5bb;
}

/* sumbit */
/* --------------------------------------------------------------------------------------------------- */
#submitheader {
	background-image: url(../shared_graphics/header_submit.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 208px;
	text-indent: -9999px;
}

#submitcontainer {
	width: 208px;
	/* height: 300px; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #F9F7F4;
	background-image:  url(../shared_graphics/208px_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
}
#submittop {
	background: transparent url(../shared_graphics/208px_top.gif) no-repeat center top;
	padding: 15px;
	
}
#submitform input {
	width: 165px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
}
#formbutton input 
{
	float:left;
 	display: block;
	background-color: #399;
	background-image: url(../shared_graphics/btn_onbeige.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 18px;
	width: 80px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	margin-right: 4px;
	/* padding-top: 1px;   */
	/* margin: 0;*/
	/* padding: 0;*/
	border: 0;
	color: #FFFFFF;
}
#formbutton input:hover {
	background-color: #5bb;
	cursor: pointer;
	text-decoration: none;
}

#loginfail {
	/* width: 90%; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	border: #FF0000 dashed 1px;
}
#loginfail a {
	color: #FF0000;
}
#loginfail #warning {
	padding: 0px 20px 5px 10px;
	/* float: left; */
}

/* search nstl */
/* --------------------------------------------------------------------------------------------------- */
#searchnstl {
	padding: 15px 14px 0px 14px;
	width: 180px;
}
#searchnstl form {
	display: inline;
}
#searchnstl input {
	width: 80px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-right: 5px;
	color: #333;
}

/* footer */
/* --------------------------------------------------------------------------------------------------- */
#footer {
	padding-top: 30px;
	width: 830px;
	background-image: url(../shared_graphics/footer_bar.gif);
	background-repeat: no-repeat;
	background-position: 0px 15px;
}
#disclaimer {
	font-style: italic;
	margin-left: 5px;
	margin-right: 5px;
}
#copyright {
	float: left;
	margin-left: 5px;
}
#policy {
	float: right;
	margin-right: 5px;
}

