/* CSS for global elements updated December 5, 2007 */

/* generic definitions */
body{
	background: #fff url("/images/global/g-nav-bg.jpg") repeat-x;
	font-family: "vendera", sans-serif;
	font-size: 11px;
	color: #585952;
	line-height: 14px;
	margin: 0;
	padding: 0;
}

img{
	border: 0;
}

a, a:link, a:active{
	color: #B64404;
	text-decoration: none;
}

a:hover, a:visited{
	color: #B64404;
	text-decoration: underline;
}

a[class ="popup"] {
   padding-left: 11px;
   background: transparent url(/images/common/c-new-window-icon.gif) no-repeat center left;
   background-position: left
}

/* main container */
#main-container{
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 988px;
	/*width: 1024px;*/
}

/* main content definitions for IE */
*html #main-content{
	position: relative;
	z-index: 0;
	margin-top: -20px;
}

/* overall text alignment */
#main-content, #right-column{
	text-align: left;
}

/* header */
#header{
	margin: 0;
	width: 100%;
	height: 82px;
}

#logo{
	float: left;
	margin: 22px 0 0 0;
	padding: 0;
	width: 184px;
	height: 24px;
}



/* login panel */
#login{
	position: absolute;
	top: 0;
	margin: 0 0 0 695px;
	padding: 0;
	width: 236px;
	height: 102px;
	z-index:100;
}

*html #login{
	position: relative;
	margin: 0 0 0px 610px;
	z-index:100;
}

#login a{
	color: #87825E;
	padding: 0 20px 0 20px;
	width: 236px;
	height: 100px;
}

#text-link{
	margin: -25px 0 0 -90px;
}

/* violator */
#ribbon{
	margin: -37px 100px 10pt 72px;
	border: 0;
}

/* Button  Normal */

#go-btn{
	margin: -48px -28px 0 104px;
	border: 0;
}

#go-btn a{
	filter:alpha(opacity=90);
	opacity: 0.90;
}

#go-btn a:hover{
	filter:alpha(opacity=100);
	opacity: 1.0;
}

/* Button  Beta */

#go-btn-beta{
	margin: -40px -45px 0pt 104px;
	border: 0;
}

#go-btn-beta a{
	filter:alpha(opacity=90);
	opacity: 0.90;
}

#go-btn-beta a:hover{
	filter:alpha(opacity=100);
	opacity: 1.0;
}

#new-window{
	vertical-align: baseline;
}



/* help btn */
#help-btn {
	float:right;
	margin: 24px 11px 0 0;
	/*margin: 24px 40px 0 0;*/
}

*html #help-btn{
	margin: -80px 10px 0 600px;
	/*margin: -80px 20px 0 600px;*/
}

#help-btn img{
	border: 0;
}

#help-btn a{
	filter:alpha(opacity=90);
	opacity: 0.90;
}

#help-btn a:hover{
	filter:alpha(opacity=100);
	opacity: 1.0;
}

/* main container for right column */
#right-column{
	float: left;
	font-size: 10px;
	margin: 30px 0 0 0;
	width; 236px;
}
*html #right-column{
	/*margin: -15px 0 0 0;*/
	margin: -15px 0 0 -12px;
}

/* unordered list for help steps */
#help li{
	background: url(/images/icons/i-help-arrow.gif) no-repeat;
	list-style-type: none;
	margin: 0 0 0 9px;
	padding: 0 0 10px 15px;
	width: 210px;
}

#help li b a, #help li b a:link, #help li b a:active{
	text-decoration: none;
}

#help li b a:hover, #help li b a:visited{
	text-decoration: underline;
}

#help li b{
	font-weight: normal;
	color: #B64404;
}

#help .subhead{
	background: transparent;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 0 0 10px 20px;
}

/* call out */

#callout li{
	list-style-type: none;
	font-weight: normal;
	border-bottom: 1px solid #DDDDC3;
	padding: 0 0 10px 10px;
	width: 226px;
}

#callout img{
	padding: 10px 0 10px 39px;
	width: 236px;
	height: 236px;
	border: 0;
}
*/

#callout li a, #callout li a:link, #callout li a:active{
	text-decoration: none;
	padding: 0;
}

#callout li a:hover, #callout li a:visited{
	text-decoration: underline;
}

#callout .subhead{
	background: transparent;
	font-weight: bold;
	color: #000;
	border: 0;
	margin: 0;
	padding: 0 0 10px 10px;
}

/* footer */
#footer{
	float: left; /* sets the footer under all other divs on the page */
	background: #FFFFFF url("/images/global/g-footer-bg2.gif") repeat-x;
	font-size: 9px;
	margin: 20px 0 0 0;
	width: 100%;
	height: 442px;
}

#footer a{
	color: #585952;
}

#footer{
	padding: 30px 0 0 0;
}

#footer ul{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 25px;
	width: 963px;
}
/**html #footer ul{
	padding: 0 0 0 -100px;
}*/

#footer li{
	list-style-type: none;
	display: inline;
	text-align: left;
	line-height: 15px;
	padding: 0 10px 0 0;
}

#footer li.bold{
	font-weight: bold;
}
