@charset "UTF-8";


/* layout styles */

body {
	background-color: #b7b7b7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#home_bkg {
	background-image: url(../images/homepage.jpg);
	background-repeat: no-repeat;
	height: 629px;
	width: 938px;
	margin: auto;
	top: 80px;
	position: relative;
	background-color: #B7B7B7;
}
#wrapper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	background-position: 20px top;
	height: 100%;
	position: relative;
	background-color: #F2FEFF;
}
#masthead {
	position: relative;
	height: 166px;
	width: 900px;
	margin-left: 20px;
}

/* All Buttons */ 
#buttons {
	width: 50px;
	top: 100px;
	height: 508px;
	position: absolute;
	z-index: 2;
	left: -30px;
	background: #B7B7B7;
}
#buttons_gr {
	width: 50px;
	top: 150px;
	height: 583px;
	position: absolute;
	z-index: 2;
	left: -30px;
}

#sic_logo {
	background-image: url(../images/sic.png);
	background-repeat: no-repeat;
	height: 78px;
	width: 133px;
	left: 52px;
	top: 46px;
	position: absolute;
	display: block;
}


#name {
	background-image: url(../images/name.png);
	background-repeat: no-repeat;
	height: 39px;
	width: 620px;
	left: 206px;
	position: absolute;
	top: 67px;
}
#title {
	background-image: url(../images/title.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 339px;
	position: absolute;
	left: 487px;
	top: 107px;
}
#title_gr {
	background-image: url(../images/title_gr.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 394px;
	position: absolute;
	left: 432px;
	top: 107px;
}


#main {
	position: relative;
	width: 900px;
	left: 20px;
	/*min-height: 450px;*/
}

#content {
	width: 600px;
	margin-left: 30px;
	float: left;
}
#sidebar {
	width: 200px;
	position: relative;
	float: right;
	margin-right: 30px;
}

#footer {
	width: 971px;
	background-image: url(../images/footer_img.png);
	background-repeat: no-repeat;
	height: 120px;
	background-position: bottom;
	left: -30px;
	position: relative;
	clear: both;
	/*clear: both;*/
}
#left_shadow {
	background-image: url(../images/left_shadow.png);
	background-repeat: repeat-y;
	height: 100%;
	width: 20px;
	position: absolute;
	left: 0px;
}
#right_shadow {
	background-image: url(../images/right_shadow.png);
	background-repeat: repeat-y;
	height: 100%;
	width: 20px;
	position: absolute;
	left: 920px;
}

#services_orgs {
	position: relative;
	height: 94px;
	width: 430px;
	left: 500px;
}


/*IIB {
	background-image: url(../images/IIBLogo.png);
	position: relative;
}*/

/*#shadow_right {
	float: right;
	background-image: url(../images/right_shadow.png);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	height: 100%;
	width: 20px;
}
*/
.IIB_center {
	margin-bottom: 35px;
}
.Intel_center {
	margin-bottom: 25px;
}
.CMT_center {
	margin-bottom: 12px;
}
.img_border {
	border: 1px solid #000000;
}

