@charset "utf-8";
/* CSS Document */

/*
 *###############################
 *	HTML Styles
 *###############################
 */
html, body{
	background-color: #e1e1e1;
	height: 100%;
}

a{
	color: #001060;
}

ul{
	list-style-image: url('images/shevron.jpg');
	padding-left: 10px;
	margin-left: 10px;
}

/*
 *###############################
 *	Menu Class Styles
 *###############################
 */
.menu_link{
	float: left;
	width: 80px;
	padding-left: 20px;
	display: inline;
	
	text-align: left;
	
	vertical-align: middle;
}

.menu_link2{
	float: left;
	display: inline;
	padding-left: 10px;
	/*border-color: #FFFF66;
	border-width: thin;
	border-style: solid;*/
	
	text-align: left;
}

a.menu1{
	color: #e1e1e1;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a.menu1:hover{
	text-decoration: underline;
	color: #ffffff;
}

a.menu2{	
	color: #e1e1e1;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a.menu2:hover{
	color: #ffffff;
	text-decoration: underline;
}

/*
 *###############################
 *	Page Structure Styles
 *###############################
 */
#container{
	width: 800px;
	background-color: #FFFFFF;
}

#banner{
	width: 800px;
	height: 75px;
	background-color: #e1e1e1;
}

#menu1{
	clear: both;
	width: 798px;
	height: 17px;
	background-color: #001060;
	
	border-left: 1px #001060 solid;
	border-right: 1px #001060 solid;
}

#menu2{
	clear: both;
	width: 800px;
	height: 17px;
	background-color: #706870;
}

#menu_services{
	float: left;
	position: relative;
	left: 131px;
	width: 400px;
	height: 16px;
}

#menu_industries{
	float: left;
	position: relative;
	left: 97px;
	width: 500px;
	height: 16px;
}

#menu_about{
	float: left;
	position: relative;
	left: 205px;
	width: 400px;
	height: 16px;
}

#body{
	clear: both;
	width: 760px;
	min-height: 450px;
	
	background-color: #FFFFFF;
		
	text-align: left;
	
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 20px;
	padding-right: 20px;
}

#footer{
	clear: both;
	width: 800px;
	height: 17px;
	vertical-align: middle;
	
	background-color: #001060;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e1e1e1;
	font-style: italic;
}

#copyright{
	clear: both;
	height: 10px;
	
	background-color: #e1e1e1;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

/*
 *###############################
 *	Text Styles
 *###############################
 */
#header{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #001060;
	font-weight: bold;
}

#listheader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #001060;
}

#textheader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #001060;
}

#text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #706870;
}

#caption{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #706870;
}


