#nav-main
{
	margin-bottom:				13px;
}

#home
{
	float:						left;
	margin-right:				13px;
	margin-bottom: 				0px;

	width:						246px;
/*	height:						453px;	*/
	height:						399px;
	padding:					20px 28px;
	background-color:			#dff0f2;

	border-radius:				6px;
	-moz-border-radius:			6px;
	-webkit-border-radius:		6px;

	line-height:				25px;
	font-size:					12px;
	color:						#1f1f1f;
	
	position: relative;
}

#features-block
{
	padding:					20px 20px;
	background-color:			#dfe3ca;
	float:						left;
	margin-bottom: 0px;
}

h1
{
	margin:						0px 0px 8px;
	line-height:				28px;
	font-family:				georgia,serif;
	font-weight:				bold;
	font-size:					20px;
	color:						#558bb3;
}

.welcome
{
	display:					block;
	line-height:				20px;
	font-size:					18px;
}

#contact
{
	margin:						20px 0px;
	border:						1px solid #7da8c5;
	border-radius:				6px;
	-moz-border-radius:			6px;
	-webkit-border-radius:		6px;
	background-color:			white;
	padding:					8px;

	text-align:					center;
	line-height:				18px;
	font-weight:				bold;
	font-size:					15px;
	color:						#78a4c3;
}

#phone
{
	font-weight:				bold;
	font-size:					16px;
}

#contact a
{
	margin:						0px 10px;
	font-size:					12px;
	color:						#0065e1;
	text-decoration:			underline;
}

/*---------------------------------------------------------------------------------------------------------
//	Tech And Team photos
//--------------------------------------------------------------------------------------------------------*/
#team-tech
{
	margin: 0px;
	padding-top: 37px;
	position: relative;
	width: 1025px;
}

.featureitem
{
	position:         relative;
	float:            left;
	width:            260px;
	height:           243px;
	margin-right: 10px;
}

.featureitem .overlay
{
	z-index:          100;
	position:         absolute;
	bottom:           0px;
	left:             0px;
	width: 260px;
	height: 70px;
	background-color: black;
	opacity:          0.4;
	filter:           alpha(opacity = 40);
}

.title1
{
	z-index:          110;
	position:         absolute;
	width:            250px;
	top:              180px;
	left:             10px;

	white-space:      nowrap;
	line-height:      20px;
	font-weight:      bold;
	font-size:        18px;
	overflow:         hidden;
}

.title1 a
{
	color:            #ffa03b;
}

.title2
{
	position:         absolute;
	top:              200px;
	z-index:          110;
	width:            250px;
	left:             10px;

	line-height:      14px;
	font-size:        12px;
	color:            white;
}

#pointer
{
	background-image:			url( /site/images/bg_pointer.png );
	background-position:		top center;
	background-repeat:			no-repeat;
	padding-top:				12px;
}

/*---------------------------------------------------------------------------------------------------------
//	Tabs
//-------------------------------------------------------------------------------------------------------*/
#news-events
{
	display:				block;
	width:					213px;
	position: absolute;
	right: 0px;
	top: 10px;
}

#news-events ul#tabs
{
	display:				block;
	clear:					right;
	overflow:				hidden;
	list-style-type:		none;

	height:					27px;
	margin:					0px;
	padding:				0px;

	font-family:			arial,sans-serif;
	font-weight:			bold;
	font-size:				15px;
}

#news-events ul#tabs li
{
	display:				block;
	float:					left;
	height:					26px;
	text-align:				center;
}

#news-events ul#tabs a
{
	display:				block;
	float:					left;
	display:				block;
	margin:					0px;
	padding:				4px 10px 4px;

	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;

	background-color:		#e2ddbf;

	font-weight:			bold;
	color:					#86805f;
}
#news-events ul#tabs a.selected
{
	background-color:		#fcf6d4;
	color:					#86805f;
}

#news-events-1,
#news-events-2
{
	background-color:		#fcf6d4;
}
#news-events-1 ul,
#news-events-2 ul
{
	clear:					left;
	display:				block;
	list-style-type:		none;
	margin:					0px;
	padding:				16px;
	height:					212px;

	overflow:				hidden;
	line-height:			15px;
	font-size:				12px;
}
#news-events-1 li,
#news-events-2 li
{
	margin:					0px;
	padding:				0px 0px 10px;

}

.push {margin-top: 0px;}

