/* Reset */
*
{
	padding: 0;
	margin: 0;
	position: relative;
}

body
{
	background-color:#2C3033;
}

h1
{
   color:Purple;
   font-size:16px;
   margin-bottom: 0.5em;
}
p
{
   margin-bottom: 1em;
}
.greenTopBorder
{
	border-top: solid 14px #324643;
}

.lightGreenBackground
{
	background-color: #DEEBF1;
}

.list
{
	padding-left:5px;
}

.list img
{
 height:16px;
 width:20px;
 padding-right:10px;
}

.list span
{
 vertical-align:top;
}

/* Sidfot */
.footer
{
	text-align: center;
	margin: 5px 10px 2px 10px;
}

/* Top animTIOn style*/
body{
	font-family:arial
}

.clear {
	clear:both
}

    #gallery {
	position:relative;
	height:260px
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:70px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}

#ourTeam {
	position:relative;
	height:315px
}
	#ourTeam a {
		float:left;
		position:absolute;
	}
	
	#ourTeam a img {
		border:none;
	}
	
	#ourTeam a.show {
		z-index:500
	}

	#ourTeam .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:50px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#ourTeam .caption .content {
		margin:5px
	}
	
	#ourTeam .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}

