*{
	margin:0;
	padding:0;
}


.flL{ float:left;}
.flR{ float:right;}

.clear{ clear:both;}

body{
	background:url(../images/body_bg.jpg) top center no-repeat;font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}

/*---------------
	Page layout
---------------*/
#container{
	width:988px;
	margin:0 auto;
	overflow:hidden;
}
	
#left{
	width:294px;
	float:left;
}

#center{
	width:398px;
	float:left;
	background:url(../images/center_bg.png) top left no-repeat;
}

#right{
	width:294px;
	float:left;
}
#footer{
	width:100%;
	border-top:1px solid #85a4b2;
	margin-top:10px;
	padding:5px 0;
	color:#666;	
	height:30px;
}

/*---- Page Design ----*/

h1{}
h2{ 
	font:normal 12px  Arial, Helvetica, sans-serif;
	color:#0d4b67;
}

.blue{ 
	color:#326789;
	font-weight:bold;
}
.dotline{ 
	width:auto; 
	height:1px; 
	margin:10px 0 3px 0;
	background:url(../images/dotted_line2.gif) center no-repeat; 
	display:block;
}
.dotline1{ 
	width:auto; 
	height:1px; 
	margin:10px 0 11px 0; 
	background:url(../images/dotted_line.gif) center no-repeat; 
	display:block;
}
/* left */

a.logo img{
	padding:44px 0 0 27px;
	border:none;
}

ul#menu{
	margin-top:58px;
}
ul#menu li{
	list-style:none;
	margin:5px 0px 0px 19px;
}
ul#menu li a{
	background:url(../images/menu_bg.gif) left top repeat-y;
	padding-left:35px;
	color:#666;
	width:227px; /*262*/
	display:block;
	line-height:18px;
	font-size:11px;
	text-decoration:none;
}

ul#menu li a:hover{
	background:url(../images/menu_bg_hover.gif) left top repeat-y;
	color:#cfdbe1;
}
ul#menu li.current{
	background:url(../images/menu_bg_hover.gif) left top repeat-y;
	padding-left:35px;
	color:#fff;
	width:227px; /*262*/
	display:block;
	line-height:18px;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}

a.switch_flash, a.switch_flash:hover{
	margin:0px 18px;
	background:url(../images/flash_site.jpg) left center no-repeat;	
	padding:5px 0 5px 30px;
	font: bold 12px  Arial, Helvetica, sans-serif;
	width:120px;
	color:#676767;
	display:block;
	text-decoration:none;
}

/* center */
.center_inner{
	padding:108px 0 0 0px;
	width:370px;
	height:auto;
}
.feature_heading{
	background:url(../images/feature_heading.gif) 15px top no-repeat;
	text-indent:-10000px;
	width:149px;
	height:12px;
	display:block;
}
.other_pro_heading{
	background:url(../images/other_project_heading.jpg) no-repeat;
	text-indent:-10000px;
	width:129px;
	height:13px;
	display:block;
}
.video_panel{
	padding:8px 0;
	}
	
.heading_small{
	color:#0d4b67;
	font: normal 10px Arial, Helvetica, sans-serif;
	padding:5px 0;
	text-transform:uppercase;
}
.hr{
	background:url(../images/dot_border.gif) repeat-x;
	height:1px;
	border:none;
	margin:5px 0;
	font-size:1px;
}
	
/* right */
.right_inner{
	width:260px;
	padding:135px 0px 0 18px;
	text-align:left;
}
.right_inner_portfolio{
	width:250px;
	padding:110px 18px 0 18px;
}
.right_inner2{
	width:250px;
	padding:10px 0px 0 28px;
}
h2.heading2{ 
	font:normal 12px  Arial, Helvetica, sans-serif;
	color:#0d4b67;
	padding:20px 0px 5px 2px;
}
h2.heading3{ 
	font:normal 12px  Arial, Helvetica, sans-serif;
	color:#0d4b67;
	padding:5px 0px 5px 2px;
}
#right p{
	padding-top:10px;
	text-align:justify;
	color:#666;
	padding-left:2px;
}

#right a{
	color:#666;
	font-weight:bold;
	text-decoration:none;
}
#right a:hover{
	color:#993300;
	font-weight:bold;
	text-decoration:underline;
}

#right ul{
	list-style-image:url(../images/bullet.jpg);
	margin-left:18px;
}

#right ul ul{
	list-style-image:url(../images/bullet2.jpg);
	margin-left:3px;
	margin-bottom:2px;
}
#right form{
	margin-top:20px;
}

#right label{
	width:235px;
	background:url(../images/bullet.jpg) left 3px no-repeat;
	padding-left:20px;
	font:normal 12px Arial, Helvetica, sans-serif;
	display:block;
	margin:5px 0;
}
#right input{
	width:247px;
	border:1px solid #000;
	margin-left:10px;
}

#right textarea{
	width:247px;
	border:1px solid #000;
	margin-left:10px;
	height:80px;
}

#right .label{
	background:url(../images/bullet.jpg) left 3px no-repeat;
	padding-left:20px;
	font:normal 12px Arial, Helvetica, sans-serif;
	display:inline;
	margin:5px 0;
	width:150px;
	float:left;
}
#right .submit{
	width:50px;
	border:1px solid #000;
	margin-top:5px;
	background-color:#0d4b67;
	color:#fff;
	cursor:pointer;
	float:right;
	text-align:center;
	margin-right:0;
	text-decoration:none;
}
#right .submit:hover{
	color:#fff;
	text-decoration:none;
}
/*--- footer ---*/


#footer a{
	color:#666;
	text-decoration:none;
	}

#footer a:hover{
	color:#993300;
	text-decoration:underline;
}
#footer a.link_orange{
	color:#ff9933;
	font-weight:bold;
}
#footer a.link_orange:hover{
	color:#993300;
	text-decoration:underline;
}
#msg {
	border: 1px solid #f00;
	position:absolute;
	z-index:2;
	height: 280px;
	background: #000;
	width: 270px;
	color: #fff;
	opacity:0.5;
	text-align: center;
	line-height: 400px;
}