body{
	font-family: arial, helvetica;
	font-size: 13px;
	color: black;
	font-weight: bold;
	text-align: center;
	background: #000020 url("../images/bg.jpg") repeat-x;
}

#main_container{
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 800px;
	border: 2px solid #DB0000;
}

#header{
	width: 100%;
	height: 100px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: #9CC1F5;
}

#footer{
	position: relative;
	bottom: 0px;
	font-size: x-small;
	font-family: Arial;
	font-weight: lighter;
	width: 800px;
	color: black;
	text-align: center;
	background: #9CC1F5 url("../images/footerTop.jpg") 0 0 no-repeat;
	padding-bottom: 10px;
	padding-top: 20px;

}

#footer a{
	color: #0000AA;
}

a{
	text-decoration: none;
}

#content_container{
	width: 800px;
	background: #C9E2FF;
}

#content{
	background: #C9E2FF url("../images/navShadow.jpg") top repeat-x;
	display: block;
	padding: 25px;
	text-align: center;
}


/***** NAVIGATION MENU *********/

	#menu{
		background-color: #33569A;
		height: 28px;
	}

	#menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#menu li { /* all list items */
		float: left;
		position: relative;
		text-align: center;
		width: 20%;
	}

	#menu li ul {/* second-level lists */
		position: absolute;
		display: block; 
		top: 2em;
		left: 0;
	}

	#menu li>ul {/* to override top and left in browsers other than IE */
		top: auto;
		left: auto;
	}

	#menu li ul li  {
		
		text-align: left;
		width: 9em;
	}

	#menu li ul li ul  {/* third-level lists */
		position: absolute;
		display: block; 
		top: 0;
		left: 9em;
	}

	/* Fix IE. Hide from IE Mac \*/
	* html #menu ul li { float: left; height: 1%; }
	* html #menu ul li a { height: 1%; }
	/* End */

	#menu li:hover ul { display: block; }

	#menu li:hover>ul { visibility:visible; }

	#menu ul ul { visibility:hidden; }		

	/* Make-up syles */
	#menu ul, li {
		margin: 0 0 0 0; 
	}

	/* Styles for Menu Items */
	#menu ul a {
		display: block;
		text-decoration: none;
		color: #FFFFFF;
		background: #33569A; /* IE6 Bug */
		padding: 5px;
		border: 1px solid #ccc;
	}
	/* Hover Styles */
	#menu ul a:hover { 
		color: #E2144A; 
		background: #f9f9f9; 
	} 

	/* Sub Menu Styles */
	#menu li ul a {
		text-decoration: none;
		color: #FFFFFF;
		background: #5578BC; /* IE6 Bug */
		border: 1px solid #ccc;
		padding: 5px; 
	} 

	/* Sub Menu Hover Styles */
	#menu li ul a:hover { 
		color: #E2144A; 
		background: #f9f9f9; 
	} 

	/* Sub Sub Menu Styles */
	#menu li ul li ul a {
		text-decoration: none;
		color: #FFFFFF;
		background: #779ADE; /* IE6 Bug */
		border: 1px solid #ccc;
		padding: 5px; 
	} 

	/* Sub Sub Menu Hover Styles */
	#menu li ul lu ul a:hover { 
		color: #E2144A; 
		background: #f9f9f9; 
	}

	/* Icon Styles */
	#menu li a.submenu {background:#33569A url("../images/v_arrow.gif") no-repeat right; }
	#menu li a.submenu:hover {background:#f9f9f9 url("../images/v_arrow.gif") no-repeat right;}
	#menu li ul a.submenu {background:#5578BC url("../images/r_arrow.gif") no-repeat right;}
	#menu li ul a.submenu:hover {background:#f9f9f9 url("../images/r_arrow.gif") no-repeat right;}


/*******************************/


/****** TESTING *******/

	#testing{
		text-align: left;
	}

	#testing h1{
		color: red;
		font-style: italic;
	}

	#testing h2{
		color: red;
		margin-left: 30px;
		font-style: italic;
	}

	#testing h3{
		color: #000033;
		margin-left: 50px;
	}

	#testing p{
		color: black;
		font-size: 12px;
		font-weight: light;
		margin-left: 40px;
	}

	#testing ul{
		color: black;
		margin-left: 40px;
		font-size: 12px;
		font-weight: light;
		list-style-type: circle;
	}

/***********************/


/***** INSPECTION ******/

	#inspection{
		text-align: left;
	}

	#inspection h1{
		text-align: center;
	}

	#inspection h2{
		font-style: italic;
	}

	#inspection p{
		
	}

	#inspection ul{
		list-style-image: url(../images/check.gif);
		list-style-type: circle;
	}
/***********************/

/***** FAQ ******/

	#faq {
		text-align: left;
	}

	#faq h1{
		text-align: center;
		color: red;
		text-decoration: none;
		font-style: italic;
	}

	#faq a{
		text-decoration: underline;
	}

	#faq ul a{
		text-decoration: none;
	}

	#faq p{
		text-align: left;
		font-size: 12px;
		font-weight: light;
		padding-left: 50px;
		padding-right: 50px;
	}

	#faq .question{
		font-size: 16px;
		font-style: italic;
		color: red;
	}

/***********************/


/******** LINKS ********/

	#links {
		text-align: left;
	}

	#links h1{
		text-align: center;
		color: red;
		text-decoration: none;
		font-style: italic;
	}

	#links h2{
		text-align: left;
		color: red;
		text-decoration: none;
		font-style: italic;
	}

/***********************/

/******** DOCUMENTS ********/

	#docs {
		text-align: left;
	}

	#docs p{
		text-align: center;
	}

	#docs h1{
		text-align: center;
		color: red;
		text-decoration: none;
		font-style: italic;
	}

	#docs h2{
		text-align: left;
		color: red;
		text-decoration: none;
		font-style: italic;
	}

/***********************/

.red{
	font-style: italic;
	color: red;
}

#contact{
	text-align: center;
}

#contact table{
}

table th{
	text-align: left;
}

ul{
	text-align: left;
}

.bordered{
	border: 4px outset #DB0000;
}

hr{
	color: #F00;
	background-color: #F00;
	height: 1px;
}