/* ----------OVERALL LAYOUT---------- */

body {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, Sans-Serif;
	line-height: 18px;
	margin: 0;
	text-align:center;
	background:#fff;
	/*background:#ccc url("../images/bg_edges.gif") repeat-y center top;*/
}

.layout {
	margin: 0px auto; 
	width: 800px;
	text-align:left;
	/* margin-top: 20px; */
	/* margin-bottom: 20px; */
}

#linkheader {
	font-size: 12px;
	color:#000;
	/*color:#fff;*/
	width: 100%; 
	padding: 6px 0 10px;
	background: #fff;
	/*background: #000 url(../images/bg_global.gif) left bottom 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: #fff url(../images/h_line2.gif) bottom left repeat-x;
	/* border-bottom: 1px dashed #999; */
}

#header_pic {
	height: 110;
	background: url(../images/youtut_plainer.gif) center no-repeat;
}

#main_content {
	width:800px; 
	background: #fff url(../images/v_line2.gif) 200px 0 repeat-y; 
}

#left_column {
	width:180px; 
	float:left;
	padding: 10px 10px 10px 10px;
	font-size: 80%;
}

#right_column {
	width:560px; 
	float:right;
	padding: 10px 10px 40px 30px;
	/* 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: #CCCCCC;
	font-weight:bold;
}

.hierarchy_status {
	font-size: 70%;
	padding-bottom: 20px;
}

/* ----------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:#F01C1C;
}

.global a:hover, .global a:active{
	color: #FF9999;
}

a:link, a:visited {
	color: #F01C1C;
}

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