/* This style compilation lacks all style. It's an ad hoc */
/* compilation to address the urgent need for a web site redesign. */
/* ----------OVERALL LAYOUT---------- */

body {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, Sans-Serif;
	line-height: 18px;
	margin: 0;
	text-align:center;
}

.layout {
	margin: 0px auto; 
	width: 800px;
	text-align:left;
	/* margin-top: 20px; */
	/* margin-bottom: 20px; */
}

#linkheader {
	font-size: 12px;
	color:#fff;
	width: 100%; 
	padding: 6px 0 10px;
	background: #999 url(../images/h_line.gif) bottom left repeat-x;
	text-align:center;
}

#header {
	clear: both; 
	text-align: center; 
	width: 800px; 
	height: 111px;
	/* padding-bottom: 1; */
	/* height: 70px; */
	/* padding: 25px 0 15px; */
	background: #999;
	/* border-bottom: 1px dashed #999; */
}

#header_pic {
	height: 110;
	background: url(../images/logo_fancier.gif) center no-repeat;
}

#main_content_wide {
	width:800px; 
	background: #fff;
	padding: 10px;
}

#main_content {
	width:800px; 
	background: #fff url(../images/v_line.gif) 200px 0 repeat-y; 
}

#main_content_news {
	width:800px; 
	background: #fff url(../images/v_line.gif) 580px 0 repeat-y; 
}

#left_column {
	width:180px; 
	float:left;
	padding: 10px 10px 10px 10px;
	font-size: 80%;
}

#left_column_news {
	width:560px; 
	float:left;
	padding: 10px;
}

#right_column {
	width:560px; 
	float:right;
	padding: 10px 10px 40px 30px;
	/* border-left: 1px dashed #999; */
}

#right_column_news {
	width:180px; 
	float:right;
	padding: 10px;
	font-size: 80%;
	/* border-left: 1px dashed #999; */
}

/* ----------NAVIGATION (LEFT COLUMN AND BREADCRUMB)---------- */

ul.nav {
    list-style:none;
    margin: 1px 0 0;
    line-height:18px;
    padding:0;
	position:relative;
}

ul.nav li {
    margin: 0 0 1px;
	padding-left: 16px;
	text-indent: -8px;
}

li.current {
	background-color: #00acd4;
	font-weight:bold;
}

.hierarchy_status {
	font-size: 70%;
	padding-bottom: 20px;
}

#masterNavLinks a, #masterNavLinks a:visited { display:block; padding-top:3px; padding-bottom:4px; padding-left:21px; padding-right:20px; color:#000000; text-decoration:none; }
#masterNavLinks a:hover { background-image:url('../images/hover_noani1.gif'); background-repeat:repeat-y; }
#masterNavLinks a.activeNav, #masterNavLinks a.activeNav:hover { background-image:url('../images/mainmenuselected.jpg'); }
#masterNavLinks { padding-left:1px; padding-right:1px; overflow:hidden; font: 1em Arial, Verdana, sans-serif;}
#masterNavLinks .container { background-image:url('../images/mainmenubg.gif'); background-repeat:repeat-x; background-color:#FFFFFF; padding-top:10px; padding-bottom:10px; }

#nav {background-color: #999; padding: 5px 10px 2px; margin: 0;
  list-style: none; font: 0.8em Arial, Verdana, sans-serif;}
#nav li {display: inline; padding: 2px 0 2px 10px;
  background: white url(topleft.gif) top left no-repeat;}
#nav li a {padding: 2px 10px 2px 0; text-decoration: none;
  background: url(topright.gif) top right no-repeat;}
#nav li.passiveNav {display: inline; padding: 2px 0 2px 10px;
  background: #cccccc url(topleft2.gif) top left no-repeat;}
#nav li.passiveNav a {padding: 2px 10px 2px 0; text-decoration: none;
  background: url(topright2.gif) top right no-repeat;}
#nav li a:link {color: black;}

/* ----------INDEX (BULLET LIST OF HELP TOPICS)---------- */

ul.topic {
    list-style: circle;
    margin: 0 20px 0;
	padding-left: 0px;
    line-height:30px;
}

ul.topic li {
	font-size: 80%;
	font-weight: bold;
}

/* ----------CONTENT (RIGHT COLUMN)---------- */

.content_item {
	font-size: 80%
}

ol.steps {
    list-style: decimal;
    margin: 15px 20px 15px;
    line-height: 15px;
    padding-left: 15px;
	position: relative;
}

ol.steps li {
	padding-left: 3px;
    margin: 0 0 4px;
}

ul.substeps {
    list-style: circle;
	padding: 10px 30px 10px;
}

ul.substeps li {
	font-weight: normal;
}

.strong {
	font-weight:bold;
}

.em {
	font-style:italic;
}

/* ----------IMAGES---------- */

img.shot {
	border: 0;
	margin: 15px 10px 15px 10px;
	text-align: center;
}

img.shot_right {
	float: right;
	margin-left: 5px;
	border: 0;
}

img.shot_left {
	float: left;
	margin-right: 5px;
	border: 0;
}

img.shot_center {
	float: center;
	margin: 3px 0 5px;
	border: 0;
}

/* ----------CLEARS---------- */

.clear {
	clear:both;
}

.clear_right {
	clear:right;
}

.clear_left {
	clear:left;
}


/* ----------LINKS---------- */

.global a:link, .global a:visited{
	color:#ffffff;
}

.global a:hover, .global a:active{
	color: #000000;
}

a:link, a:visited {
	color: #000000;
}

a:active, a:hover {
	color: #00acd4;
}