@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	padding: 0;
      text-align: center;
      font-family: 'open sans';
      position: relative;
      margin: 0;
      height: 100%;
	}
	
	
#main {
	width:1000px;
	height:100%;
	margin:auto;
	}
	
#head {
	width:1000px;
	height:130px;
	margin:auto;
	}

#logo {
	width:500px;
	height:110px;
	float:left;
	margin-top:15px;
	margin-left:15px;
	}
	
#logo img {
	float:left;
	margin-left:15px;
	} 
	
#search_box {
	width:320px;
	height:130px;
	float:right;
	}
	
#search_box p {
	width:320px;
	height:40px;
	text-align:right;
	font-size:17px;
	color:#666666;
	}
	
#search {
	width:280px;
	height:30px;
	float:left;
	}
	
.form-group {
	width:140px;
	height:30px;
	float:left;
	}

#search img {
	margin-left:5px;
	float:left;
	}
	
#navigation {
	width:1000px;
	height:40px;
	margin:auto;
	background-color:#333333;
	}
	
	
#nav {
		width:1000px;
		height:40px;
		float:left;
		margin-top:7px;
		}

#nav ul {
	width:1000px;
	height:40px;
	margin: 0;
	float:left;
	padding:0px;
}
	
#nav li {
	display:inline;
}

#nav ul li a {
		text-decoration:none;
		text-align:left;
		font-style:normal;
		font-size:18px;
		font-family:calibri;
		color:#FFF;
		float:left;
		margin-left:25px;
			}

#nav a:hover {
		text-decoration:underline;
		color:#FFFFFF;
			}


#banner {
	width:1000px;
	height:400px;
	float:left;
	background-color:#CCCCCC;
	margin-top:10px;
	}
	
#strip {
	width:1000px;
	height:45px;
	background-color:#070207;
	}
	
#containt {
	width:1000px;
	height:100%;
	float:left;
	margin-top:15px;
	}

#news {
	width:660px;
	height:275px;
	float:left;
	}
	
#news_heading {
	width:350px;
	background-color:#9b9b9b;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:3px;
	padding:3px;
	float:left;
	}
	
#news_slide {
	width:660px;
	height:240px;
	background-color:#e7e5e5;
	float:left;
	}
	
#happening {
	width:320px;
	height:275px;
	float:right;
	margin-left:20px;
	}
	
#what_happening {
	width:250px;
	height:30px;
	background-color:#f15942;
	margin-bottom:3px;
	float:left;
	}

#happening_gallary {
	width:320px;
	height:240px;
	background-color: #0000FF;
	float:left;
	}
	
#strategies {
	 width:250px;
	 height:30px;
	 background-color:#9b9b9b;
	 float:left;
	 margin-top:25px;
	 margin-bottom:3px;
	 }
	 
#slide_gallary {
	float:left;
	margin-bottom:10px;
	}
	
#small_strip {
		width:1000px;
		height:3px;
		background-color:#eb523a;
		float:left;
		margin-bottom:10px;
		}
		

		
#footer {
		width:1000px;
		height:100px;
		background-color:#CCCCCC;
		float:left;
		}
		

.team {
width:430px;
height:430px;
background:#fff;
float:left;
margin:10px;
-moz-box-shadow:2px 2px 3px 3px #ccc;
-webkit-box-shadow: 2px 2px 3px 3px #ccc;
  box-shadow:2px 2px 3px 3px #ccc;
  }
  
.team img { 
border:none; 
width:410px; 
height:300px; 
margin:10px; 
float:left;
}

.team h1 { 
width:410px;
color:#990000; 
float:left; 
font-family:Georgia, "Times New Roman", Times, serif; 
font-size:18px; 
text-align:center; 
padding:0px 10px 0px 10px; 
margin:0; 
margin:auto; 
text-align:center;
}

.team p {
width:410px; 
font-family:Georgia, "Times New Roman", Times, serif; 
font-size:14px; 
text-align:justify; 
padding:0px 10px 0px 10px; 
float:left;
}	

