@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../img/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#000000;
	margin:30px 0 0 0;
	font-family:Tahoma, Arial, sans-serif;
	color:#CCCCCC;
	font-size:12px;
	letter-spacing:1px;
	line-height:1.3;
}
.clr {clear:both;}
.main {
	width:960px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	background-color:#000000;
}
.header {
	background-image:url(../img/bg-headerbar.jpg);
	background-position:left top;
	background-repeat:repeat-y;
	background-color:#000000;
	height:40px;
}
.logo {
	width:236px;
	height:40px;
	vertical-align:middle;
	margin-left:auto;
	margin-right:10px;
	background-image:url(../img/logo-flexim.gif);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#000000;
}
.footer {
	background-image:url(../img/bg-footerbar.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#000000;
	height:22px;
	font-family:Tahoma, Arial, sans-serif;
	color:#999999;
	font-size:11px;
	padding-top: 8px;
	padding-left: 10px;
}
.container-main {
	height:100%;
	overflow:hidden;
	display:block;
	/*background-image:url(../img/bg-greybar-main.jpg);*/
	background-position:left 452px;
	background-repeat:repeat-y;
}
.colorbar-main {
	float:left;
	width:40px;
	height:452px;
	display:inline;
	background-image:url(../img/bg-colorbar-main.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
.container-right-main {
	float:left;
	width:920px;
	display:block;
	overflow:visible;
}
.colorbar-right {
	display:block;
	height:70px;
	margin-right:10px;
	padding-top: 10px;
}
.container-content-main {
	clear:both;
	height:100%;
	width:920px;
	display:block;
	overflow:hidden;
	background-image:url(../img/bg-gphid.gif);
	background-position:left;
	background-repeat:repeat-y;
	background-color:#000000;
}
.graphid-bg {
	float:left;
	width:200px;
	height:100%;
	display:inline;
}
.container-text-main {
	float:left;
	width:480px;
	display:block;
/*	background-image:url(../img/bg-grd-main.jpg);
	background-position:right top;
	background-repeat:repeat-x;
*/	background-color:#000000;
}
.container-text-sec {
	width:680px;
	display:block;
	overflow:hidden;
/*	background-image:url(../img/bg-grd-sec.jpg);
	background-position:right top;
	background-repeat:repeat-x;
*/	background-color:#000000;
}
.container-subtext-main {
	float:left;
	width:460px;
	display:block;
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
	color:#CCCCCC;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:20px;
/*	padding-right:15px;
*/}
.container-enews-main {
	float:left;
	width:220px;
	display:block;
	padding:15px;
}
.container-enews-content {
	width:200px;
	display:block;
	padding:10px;
	background-image:url(../img/bg-box-grd.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	background-color:#000000;
}
.container-enews-btm {
	width:220px;
	height:15px;
	background-image:url(../img/bg-box-grd-btm.gif);
	background-position:left;
	background-repeat:no-repeat;
}

.text-welcome {
	display:block;
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:20px;
	padding-right:15px;
	line-height:20px;
}
.text-hdr14-white {
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
}
.text-bold {
	font-weight:bold;
}
