/************** DT CSS **************/

/* MAIN CONTENT */
div#dt-vb-content-center
{
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
text-align: center;
}
div#dt-vb-content
{
	width: 1000px;
	margin:0 auto;
text-align: left;
}

/* HEADER */
div#header-wrapper
{
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	background: url(../images/09/if/h/header_bkg.gif) repeat-x #262626;
	/*position: relative;*//*added on 12/21*/
	/*z-index: 100px;*/
}
div#header
{
	position: relative;
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	z-index: 99px;
}
div#header-top
{
	background: url(../images/09/if/h/header.gif) no-repeat;
	height: 63px;
}
* html div#header-top
{
	height: 63px;
}
div#header-logo
{
	width: 300px;
	height: 60px;
	
}
div#header-login
{
	width: 200px;
	padding: 20px 0px; 
	float: right;
	text-align: right;
	/*background-color: red;*/
	color: #9e2c04;
	font-size: 13px;
	font-weight: bold;	
}
div#header-login a,
div#header-login a:active,
div#header-login a:visited
{
	color: #9e2c04;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
div#header-login a:hover
{
	text-decoration: underline;
}
div#header-button
{
	width: 200px;
	padding: 14px 18px 0px 0px;
	float: right;
	text-align: right;
}

#main-menu
{
	background-color: #262626;
	/*position: relative;*/
}

/* PAGE BANNER */
div#hero-wrapper-nobg
{
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	background-color: #000000;
	z-index: 1;
}
div#hero
{
	/*position: relative;*/
	width: 1000px;
	margin: 0px auto;
	padding: 10px;
}

/* FOOTER */
div#nfooter-wrapper
{
	clear:both;
	/*width:100%;*/
}
div#nfooter
{
	position: relative;
	width:1000px;
	margin: 0px auto;
	padding: 0px;
	background-color: #82817e;
}
div#nfooter-dark
{
	background: url(../images/09/if/f/footer_bkg.gif) repeat-x top;
	background-color: #82817e;
	padding: 20px;
	padding-bottom: 5px;
	color: #ffffff;
	font-size: 10px;
	text-align: left;
}
div#nfooter-dark .col1
{
	float: left;
	width: 580px;
	background-color: #82817e;
}
div#nfooter-dark .col2
{
	float: left;
	width: 380px;
	background-color: #82817e;
}
div#nfooter-dark .Title
{
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #ababab;
	padding-bottom: 3px;
}
.nfooter-links ul
{
	list-style: none;
	margin: 5px 0px;
	padding: 5px 0px;
	text-align: left;
	background-color: #82817e;
}
.nfooter-links ul li
{
	display: inline;
}
.nfooter-links ul li a
{
	padding: 0px;
	margin-right: 25px;
	color: #eaeaea;
	text-decoration: none;
}
.nfooter-links ul li a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

.nfooter-training ul
{
	float: left;
	width: 120px;
	list-style: none;
	margin: 5px 0px;
	padding: 5px 10px 5px 0px;
	text-align: left;
	background-color: #82817e;
}
.nfooter-training ul li
{
	display: block;
	padding-bottom: 3px;
}
.nfooter-training ul li a
{
	color: #eaeaea;
	text-decoration: none;
}
.nfooter-training ul li a:hover
{
	color: #ffffff;
	text-decoration: underline;
}
.nfooter-form .input-text
{
	background-color: #dddddd;
	border: 1px solid #72716e;
	color: #72716e;
	margin: 5px 10px 5px 0px;
	padding: 4px;
	width: 115px;
}
#copyright-bkg
{
	background-color: #5b5957;
	padding: 5px;
}
#copyright
{
	color: #ababab;
	font-size: 10px;
}

/* HEADER SEARCH */
#HeaderSearch
{
	display: none; 
	position: relative;
	margin-bottom: -50px; 
	margin-left: 785px; 
	width: 200px; 
	height: 50px; 
	background-color: #262626; 
	z-index: 50; 
	padding: 0px; 
	text-align: center;
	/*overflow:hidden;*/
}

/* MISC */
img
{
	border: 0 none transparent;
}
.clear
{
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

/* CHANGE DEFAULT VB */

.toplinks {
	position:relative;
}

.formcontrols fieldset.blockrow legend {
	color:#777;
}
 