@charset "utf-8";
/* CSS Document */

<style media="screen" type="text/css">

body {
	margin:0;
	padding:0;
	border:0;
	width:100%;
	background:#ffffff;
	min-width:600px;
	font-size:90%;
	}
	
a	{
	color:#000066;
	}
	
a:hover	{
	color:#0033FF;
	background: #EEEEEE;
	text-decoration:none;
		}
		
h1, h2, h3 {
	margin: .8em 0 .2em 0;
	padding:0;
			}
			
p {
	margin:.4em 0 .8em 0;
	padding:0;
  }
  
img {
	margin:10px 0 5px;
	}
	
/*Header Styles*/

#header	{
	clear:both;
	float:left;
	width:100%;
	text-align:center;
	background-color:#D1D1D1;
	background-image:url(http://www.e-servicemanuals.com/Graphics/title2.png);
	background-position:top center;
	background-repeat:no-repeat;
	
	border-bottom:1px solid #000;
		}
		
		
#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
			}
			
#header ul {
	text-align:center;
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
			}
			
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
			   }

#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 5px;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
				}
				
#header ul li a:hover {
	background:#444499;
	color:#FFF;
					  }
					  
#header ul li a.active,
#header ul li a.active:hover {
	color:#CCCCCC;
	background:#333333;
	font-weight:bold;
							 }
							 
#header ul li a span {
	display:block;	 }
	

/* 'Widths sub menu */

#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 5px !important;
	text-align:center;
			}
			
/*Column Container */

.colmask {
	position:relative;
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
		  }

/*Common Column Settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
		 }
		 
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 2px 0;
	overflow:hidden;
	  }
	  
/* 3 Column Settings */

.threecol {
	background:#99B;
	z-index:0;
		  }
		  
.threecol .colmid {
	right:20%;
	background:#fff;
				  }
				  
.threecol .colleft {
	right:60%;
	background-color:#003366;
				   }
				   
.threecol .col1 {
	width:58%;
	left:101%;
				}
				
.threecol .col2 {
	width:18%;
	left:23%;
				}
				
.threecol .col3 {
	width:18%;
	left:85%;
				}
				
/*Footer Styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
		}
		
#footer p {
	padding:10px;
	margin:0;
		  }


/*Menubar image link */

a.nav, a.nav:visited {margin-left:4px; display:block; width:184px; height:29px; background:#003366; background-image:url(http://www.e-servicemanuals.com/Graphics/manualpacks-leftbar2.png); background-repeat:no-repeat; color:#eee; border:0px solid #000; text-decoration:none; text-align:center; line-height:29px;}
a.nav:hover {background:#000; background-image:url(http://www.e-servicemanuals.com/Graphics/manualpacks-leftbar3.png); background-repeat:no-repeat; color:#fff;}
		 
	 							

#content p {padding:2px;}
.bold {font-size:1.2em; font-weight:bold;}


/*Setup 1px border table for entire site*/
table, td
{
	border-color: #333333;
	border-style: solid;
}
table
{
	border-width: 0 0 1px 1px;
	border-spacing: 0;
	border-collapse: collapse;
}
td
{
	margin: 0;
	padding: 4px;
	border-width: 1px 1px 0 0;
	/*background-color: #FFFFFF;*/
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	z-index:5;
	}
#page-title{
	font-size:24px;
	font-weight:bold;
}
#white-text{
	color:#FFFFFF;
	font-size:12px;
}
#normal-text
{
	color:#000000;
	font-size:12px;
}

#small-text
{
	color:#000000;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
#bold-text
{
	color:#000000;
	font-size:16px;
	font-weight:bold;
}

</style>
