@charset "utf-8";
/* CSS Document */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
    margin:0;
    padding:0;	
}
a img{border:none;}
.spacer{
	width:100%;
	height:18px;
	float:left;
	display:inline;
	clear:both;
	background-color:transparent;
	/*border:1px solid red;*/
}
body{
	width:100%;
	height:100%;
	background-color:#c1c1c1;
	font-family:Arial, Helvetica, sans-serif;
	color:#243e86;
	font-size:13px;
}
.wrapper {
	height:575px;
	width: 848px;
	background-color:#5b6ea4;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-424px;
	margin-top:-285px;
}

.wrapper2 {
	height: 575px;
	width: 848px;
	margin:0px auto;
}
/*------//////////////////////CSS FOR MENU///////////////////////------------*/
.topMenu{
	width:100%;
	height:76px;
	float:left;
	display:block;
	clear:both;
	background-image:url(../images/menu_bg.png);
	background-repeat:repeat-x;
}
.logo{
	width:155px;
	height:100%;
	float:left;
	display:inline;
	/*border:1px solid black;*/
	background:url(../images/beam_logo_new.gif) center right no-repeat;
}
.logoLink{
	display:block;
	width:100%;
	height:100%;
}
.menu{
	width:685px;
	height:100%;
	float:right;
	display:inline;
	/*border:1px solid red;*/
}
.menu ul{
	width:100%;
	height:20px;
	margin-top:30px;
	/*margin-left:15px;*/
	/*border:1px solid red;*/
}
.menu ul li{
	width:auto;
	height:100%;
	display:inline;
	float:left;
	margin:0 12px 0px 12px;
	/*border:1px solid red;*/
}
.menu ul li a{
	display:block;
	text-decoration:none;
	font-size:12px;
	color:#243e86;
	font-weight:bold;
	letter-spacing:0.06em;
	/*border:1px solid red;*/
}
.menu ul li a:hover, .active{
	color:#243e86;
	font-size:12px;
	font-weight:bold;
	letter-spacing:0.06em;
	border-bottom:1px solid #243e86;
	padding-bottom:3px;
} 
/*------//////////////////////CSS FOR MENU///////////////////////------------*/
.homeContent{
	width:550px;
	height:315px;
	float:left;
	display:block;
	clear:both;
}
.homeLeft{
	width:223px;
	height:100%;
	float:left;
	display:inline;
	padding-left:10px;
	background-image:url(../images/content_bg.png);
	background-repeat:repeat-x;
}
.homeLeft p{
	margin-top:15px;
	text-align:left;
}
.homeRight{
	width:273px;
	height:100%;
	float:left;
	display:inline;
	padding-left:20px;
	background-image:url(../images/content_bg.png);
	background-repeat:repeat-x;	
	/*border:1px solid red;*/
}
.homeRight h3{
	margin-left:0px;
}
.homeRight p{
	margin-top:5px;
}
.homeRight h4{
	text-decoration:underline;
}
.homeRight a{
	color:#243e86;
	text-decoration:none;
	font-size:12px;
}
.botMenu{
	width:496px;
	float:left;
	display:block;
	height:90px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:10px;
	background-image:url(../images/botmenu_bg.png);
	background-repeat:repeat-x;
	clear:both;
	color:#FFFFFF;
}
.botMenu p{
	width:175px;
	margin-top:10px;
}
.imgList{
	width:auto;
	height:auto;
	float:right;
	display:inline;
	
}
.projList{
	width:auto;
	height:auto;
	float:left;
	display:inline;
		
}
.projList h3{
	font-size:13px;
}
