@charset "UTF-8";

html, body{
	height: 100%;
	width: 100%;
}

body {
	margin: 0 auto;
	padding: 0 auto;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 11px;
	color: #111111;
	line-height: 18px;
	background-image:url(images/bkgr_grey.png);
}



h1 {
	font-size:20px;
	color:#1eb0bb;
	margin-top:0px;
	padding:0px;
	border-bottom:2px
	
	
}


h2 {
	font-size:14px;
	color:#1eb0bb;
	margin-top:0px;
	padding:0px;
	margin-bottom:5px;
	
	
}

h3 {
	font-size:13px;
	color:#999999;
	margin-top:5px;
	padding:5px;
	border-bottom:2px dotted #999999;
	
	
}




/* ----------------------------------------------div wrapper---------------------------------*/
div.wrapper{
	position:relative;
	float:left;
	width:100%;
	margin:0;
	text-align:left;
	}

div.wrapper h1, div.wrapper h2, div.wrapper h3, div.wrapper h4, div.wrapper h5, div.wrapper h6{
	margin:0;
	padding:0;
	font-size:20px;
	font-weight:normal;
	line-height:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	}


.col2{color:#FFFFFF; background-color:#02ACEE; padding:30px 0}


/* ----------------------------------------------BreadCrumb-------------------------------------*/

#breadcrumb a{
	color:#FFFFFF;
	background-color:#02ACEE;
	}

#breadcrumb ul{
	margin:0;
	padding:0;
	list-style:none;
	}

#breadcrumb ul li{display:inline;}
#breadcrumb ul li.current a{text-decoration:underline;}

/* -----------------------------------------------------------------------------------*/

img {
	border: 0px none;
}

img.project_img:hover {
	border: 2px solid #1eb0bb;
	padding: 7px 8px 8px 7px;
	margin-left: -9px;
	margin-top: -9px;
	-moz-box-shadow: 0px 0px 10px #acacac;
	-webkit-box-shadow: 0px 0px 10px #acacac;
  	box-shadow: 0px 0px 10px #acacac;
}

.container{
	min-height: 100%; 
	height: auto; 
	height: 100%;
	width: 940px;
	margin: 0 auto;
	position: relative;
}




.logo{
	height: 50px;
	width: 260px;
	float: left; 
}

.topnav{
	height:16px;
	width:462px;
	float:right;
	margin-top:17px;
	text-align:right;
}


.header_bg {
	position: absolute;  
	left: 0; 
	right: 0; 
	height: 330px;
	
	background-repeat:repeat-x;
	margin-top:50px;
	border-top: 1px solid #17becb;

}

.header_container {
	position: absolute;
	width: 940px;
	height: 310px;
	background-image:url(images/header_bg.png);
}

.header_container2 {
	position: absolute;
	width: 940px;
	height: 310px;
	background-image:url();
}

.header_video {
	width: 450px;
	height: 239px;
	float: left;
	margin-top: 36px;
	margin-left: 11px;
}

.header_text {
	width: 420px;
	height: 170px;
	margin-top: 88px;
	margin-right: 25px;
	float: right;
}

.content_bg {
	position: absolute; 
	top: 377px; 
	left: 0; 
	right: 0; 
	height: 485px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-image:url(images/bkgr_lightgrey.png)
}

.content_bg2 {
	position: absolute; 
	top: 150px; 
	left: 0; 
	right: 0; 
	height: 2235px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-image:url(images/bkgr_lightgrey.png)
}


.content_container2 {
	position: absolute;
	margin-top: 110px;
	width: 940px;
	height: 480px;
}


.content_container {
	position: absolute;
	margin-top: 310px;
	width: 940px;
	height: 480px;
}

.project_row {
	position: relative;
	margin-top: 12px;
	width: 940px;
	height: 157px;
	background-image:url(images/project_bkgr.png);
}

.project_text_row {
	position:relative;
	margin-top:12px;
	width:940px;
	height:43px;
}


.p_text_k {
	position: absolute;
	float: left;
	width: 650px;
}

.sidebar {
float:right;
width:230px;
padding:10px;
background:#f9f9f9;
border: 2px solid #999999;
}


.p_item_l {
	position: relative;
	float: left;
	width: 281px;
	height: 131px;
	margin-top: 10px;
	margin-left: 10px;
}

.p_text_l {
	position: relative;
	float: left;
	width: 281px;
}

.p_text_m {
	position: relative;
	float: left;
	width: 281px;
	margin-left:40px;
}

.p_text_r {
	position: relative;
	float: left;
	width: 281px;
	margin-left:38px;
}

.p_item_m {
	position: relative;
	float: left;
	width: 281px;
	height: 131px;
	margin-top: 10px;
	margin-left: 38px;
}

.p_item_r {
	position: relative;
	float: left;
	width: 281px;
	height: 131px;
	margin-top: 10px;
	margin-left: 37px;
}

.footer_container {
	position: absolute;
	margin-top: 794px;
	width: 940px;
	height: 300px;
}

.footer_container2 {
	position: absolute;
	margin-top: 2317px;
	width: 940px;
	height: 300px;
}


.footer_txt {
	color: #7d7d7d;
}

.guidelines {
	float:left;
	width:720px;
	height:150px;
	margin-top:10px;
	color:#909090;
}



.contact {
	float:right;
	width:175px;
	height:147px;
	margin-top:10px;
	color:#909090;
	border-left:1px solid #363636;
	padding-left:25px;
	padding-top:3px;
}

a:link {
	color: #1eb0bb;
	text-decoration: none;
}

a:visited {
	color: #1eb0bb;
	text-decoration: none;
}

a:active {
	color: #1eb0bb;
	text-decoration: none;
}

a:hover {
	color: #1eb0bb;
	text-decoration: underline;
}

#video {
    position:relative;
    height:239px;
	width: 450px;
}


