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

body {
	margin-top:0px;
	background-color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a img
{
	border:0;
	margin-top:0px;
}

#page {
	width:700px;
	min-height:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}
 
#header {
	width:700px;
	height:90px;
	background-color:#FFFFFF;
}

#logo {
	float:right;
	width:149px;
	height:63px;
	background-image:url(logo.png);
	background-repeat:no-repeat;
	margin-top: 10px;	
}

#logo img {
	width:149px;
	height:63px;
}

#image_button {
	display:none;
}

#menu {
	width:700px;
	height:	34px;
	background-color:#666666;
	margin-top:0px;
	color:#FFFFFF;
	margin-top: 10px;
	margin-bottom:10px;
	padding-left:10px;
	padding-bottom:0px;
}

#menu a {
	text-decoration:none;
	color:#FFFFFF;
}

#menu a:hover {
	text-decoration:none;
	color:#FF9900;
}

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

#menu li {
	display:inline;
	line-height:16px;
	border-left: 1px solid #FFFFFF;
	padding-left:10px;
	padding-right:10px;
}

#menu .selected{
	color:#FF9900;
}

#menu #first {
	border-left:none;
	padding-left:0px;
}

#content {
	width:700px;
	min-height:480px;
	background-color:#FFFFFF;
	background-image:url(underliner.png);
	background-repeat:no-repeat;
	border-bottom: 2px solid #666666;
	margin-top:-20px;
	
}

#content h1 {
	padding-top:15px;
	padding-left:10px;
	padding-bottom:20px;
	color:#0080CC;
}

#content h2 {
	padding-top:10px;
	padding-left:10px;
	padding-bottom:5px;
	color:#FF9900;
}

#content h3 {
	padding-left:10px;
	margin-bottom:0px;
	color:#0080CC;
}

#content p {
	margin-top:0px;
	padding-left:20px;
	width:480px;
	color:#333333;
}

#content ul {
	padding-left:40px;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	width:460px;
	color:#333333;
}

#content li {
	padding-bottom:10px;
}


#image_about {
	background-image:url(about.png);
	background-repeat:no-repeat;
	width:219px;
	height:219px;
	position:absolute;
	top:370px;
	float:left;
	margin-left:530px;
}

#image_services {
	background-image:url(services.png);
	background-repeat:no-repeat;
	width:219px;
	height:219px;
	position:absolute;
	top:370px;
	float:left;
	margin-left:530px;
}

#image_engage {
	background-image:url(engage.png);
	background-repeat:no-repeat;
	width:219px;
	height:219px;
	position:absolute;
	top:370px;
	float:left;
	margin-left:530px;
}

#footer {
	width:700px;
	height:36px;
	background-color:#FFFFFF;
	text-align:center;
	line-height:36px;
	color:#0080CC;
}