@charset "utf-8";
/* CSS Document */
body {
	text-align: center;
	margin: 0 auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #cfe7d7;
	line-height: 140%;
	padding-top: 4px;
	background-image: url(../images/img_pg/pg_bk.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 175%;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-style: italic;
}
h2.home {
	border-top: dotted 1px #999;
	padding-top: 15px;
	color: #093;	
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	font-style: italic;	
}
a {
	color: #093;	
}
a:hover {
	text-decoration: none;	
}
#topper {
	height: 4px;
	border-top: solid 8px #093;
	font-size: 4px;
	line-height: 4px;	
	width: 986px;
	margin: 0 auto;
}
#header {
	width: 984px;
	height: 200px;
	margin: 0 auto;
	border: solid 1px #000;
	background-color: #fff;
	background-image: url(../images/img_pg/header_bk.jpg);
	background-repeat: no-repeat;
}
#header a {
	float:left;
	width: 370px;
	height: 130px;
	margin: 36px 0 0 50px;
	display:block;
	text-decoration: none;
}
#nav {
	width: 984px;
	height: 50px;
	margin: 0 auto;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	background-color: #fff;
	background-image: url(../images/img_pg/nav_bk.jpg);
	background-repeat: repeat-x;
}
#nav a {
	font-size: 14px;
	padding: 14px 21px;
	line-height: 50px;
	text-decoration: none;
	color: #fff;
}
#nav a:hover {
	background-image: url(../images/img_pg/nav_bk_over.jpg);
	background-repeat: repeat-x;
}
#nav a.on {
	background-image: url(../images/img_pg/nav_bk_on.jpg);
	background-repeat: repeat-x;
}	
#content {
	width: 984px;
	margin: 0 auto;
	text-align: left;
	border: solid 1px #000;
	background-color: #fff;
}
.colL {
	float:left;
	width: 550px;
	padding: 40px 0 40px 60px;
	margin: 0 auto;
}
.colR {
	float:right;
	width: 280px;
	padding: 20px 30px 0 20px;
	background-image: url(../images/img_pg/side_bk_top.jpg);
	background-repeat: no-repeat;
	margin: 30px 0 0 0;
}
.colR h3 {
	margin: 0;
	padding: 0;
}
.colRbot {
	clear:right;
	float:right;
	width: 280px;
	padding: 0 30px 30px 20px;
	background-image: url(../images/img_pg/side_bk_bot.jpg);
	background-repeat: no-repeat;
	margin: 0 0 30px 0;
}
.colRbot p {
	font-size: 10px;
	width: 260px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 5px 0;
	margin: 0 0 10px 0;
	border-bottom: dotted 1px #999;
	text-align: center;
}
.colRbot p.industrylogo {
	border: none;
	padding: 0;
	margin: 0;
}
.contentbot {
	width: 984px;
	height: 50px;
	clear: both;
	text-align: center;
	margin: 0 auto;
	border-top: solid 1px #000;
	background-image: url(../images/img_pg/nav_bk.jpg);
	background-repeat: repeat-x;
	color: #fff;
	line-height: 50px;
}
#footer {
	width: 984px;
	padding: 10px 0;
	margin: 0 auto;
	font-size: 11px;
	border-top: solid 8px #093;
	margin-top: 4px;
}
/* classes */
.customer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #999;
	font-style:italic;
	line-height: 150%;
}
ul.reference {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style:italic;
	line-height: 130%;
	list-style-type:none;
	margin-left: 0px;
	margin-bottom: 0;
	padding: 15px 10px;
	border-top: dotted 1px #093;
	border-bottom: dotted 1px #093;
	width: 240px;
	color: #093;
}
.pullout {
	border-top: dotted 1px #999;
	border-bottom: dotted 1px #999;
	padding: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style:italic;
	font-weight: bold;
	text-align: center;
	color: #093;
	width: 510px;
}
.learnmore {
	text-align: left;
	font-weight: bold;
}
.projects {
	border: solid 1px #666;
	text-align: center;
	margin-bottom: 10px;
	width: 538px;
	padding: 5px;
}
.projects h2 {
	color: #666;
	padding-top: 10px;
}
.projects img {
	width: 536px;
	border: solid 1px #666;
}
