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

*{
	padding:0px;
	margin:0px;
}

body, html{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#003;
	background-color:#FFFFFF;
	line-height:15px;
	height:auto
}

h1{
	font-size:25px;
	font-weight:400;
}

#horizontal{
	width:100%;
	text-align:center;
	position:absolute;
}

#main{
	position:relative;
	margin:auto;
	width:940px;
	height:auto;
	text-align:left;
	margin-top:60px;
	background-color:#FFFFFF;
}

#header{
	width:940px;
	height:350px;
}

#projects{
	width:940px;
	height:400px;
	background-image:url(IBswirls.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

.projectBox{
	width:200px;
	height:auto;
	border-style:solid;
	border-width:0px;
	border-color:#012863;

	padding:5px;
	float:left;
	margin-right:15px;
	margin-left:15px;
	margin-top:20px;
	text-align:justify
}

div.transbox{
	background-color:#FFF;
	height:200px;
	width:200px;
	/* for IE */
  	filter:alpha(opacity=80);
 	/* CSS3 standard */
  	opacity:0.8;

}


.projectBoxleft{
	width:200px;
	height:auto;
	border-style:solid;
	border-width:0px;
	border-color:#012863;

	padding:5px;
	float:left;
	margin-right:16px;
	margin-top:20px;
	text-align:justify
}

.projectBoxright{
	width:200px;
	height:auto;
	border-style:solid;
	border-width:0px;
	border-color:#012863;

	padding:5px;
	float:left;
	margin-left:16px;
	margin-top:20px;
	text-align:justify
}

#logoDiv{
	width:150px;
		float:left;
		clear:left;

}

#quoteDiv{
	width:600px;
	height:auto;
	float:left;
	text-align:center;
	line-height:40px;
	padding-top:70px;	
	padding-left:20px;
}

.speechopen{
	background-image:url(speechopen.png);
	background-repeat:no-repeat;
	position:absolute;
	left:274px;
	top:22px;
	width:80px;
	height:80px;
	z-index:1;
}

.speechclose{
	background-image:url(speechclose.png);
	background-repeat:no-repeat;
	position:absolute;
	left:607px;
	top:280px;
	width:80px;
	height:80px;
	z-index:1;
}

#ceoDiv{
	width:940px;
	height:auto;
	float:left;
	padding-top:25px;
	text-align:center;

}

#contactDiv{
	width:170px;
	float:right;
	text-align:right

}

.imageContainer{
	width:auto;
	height:90px;
	text-align:center;
}
