/* Contact > Index
-----------------------------------------------------------------------------*/

#contact-index .col-1 {
	float : left;
	width : 50%;
}

#contact-index .col-2 {
	float : left;
	width : 50%;
}

#contact-index #gmap {
	border : 1px solid	#EAEAEA;
	height : 380px;
	width :  560px;
}

/* Contact > Quick
-----------------------------------------------------------------------------*/

#contact-quick {
	margin-bottom : 20px;
}

#contact-quick input[type="text"],
#contact-quick input.type-text,
#contact-quick textarea {
	width : 100%;
}

/* Defauit > Index
-----------------------------------------------------------------------------*/

#default-index .welcome {
	font-size : 16px;
	margin-bottom : 20px;
}

#default-index #kwick {
	position: relative;
	margin-bottom: 20px;
}

#default-index #kwick .kwicks {
	display: block;
	background: #FFFFFF url(../images/kwick-consultant.gif) top right no-repeat;
	height: 100px;
}

#default-index #kwick li {
	float: left;
}

#default-index #kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 80px;
	width: 160px;
	padding: 10px;
	background: #fff;
}

#default-index #kwick .kwick span {
	display : none;
}

#default-index #kwick .tech {
	background : #5CA0D0 url(../images/kwick-tech.gif);
	border-right : 5px solid #FFFFFF;
}

#default-index #kwick .solutions {
	background : #7AC520 url(../images/kwick-solutions.gif);
	border-right : 5px solid #FFFFFF;
}

#default-index #kwick .consultant {
	background : #DC4B31 url(../images/kwick-consultant.gif);
}

/* News > Recent
-----------------------------------------------------------------------------*/

#news-recent {
	margin-bottom : 20px;
}

#news-recent .news {
	background : url(../images/hsep_bg.gif) repeat-x bottom;
}

#news-recent .list .news.last {
	background : none;
	margin-bottom : 0px;
	padding-bottom : 0px;
}

#news-recent .list .news .date {

}

#news-recent .list .news .name {
	color : #272E34;
	font-weight : bold;
	font-size : 12px;
}

#news-recent .list .news .more {
	font-weight : bold;
}

/* Project > Featured
-----------------------------------------------------------------------------*/

#project-featured .project {
	background : url(../images/border-vert.gif) repeat-y top right;
	float : left;
	margin-right : 10px;
	padding-right : 10px;
	width : 173px;
}

#project-featured .project.last {
	background : none;
	margin-right : 0px;
	padding-right : 0px;
}

#project-featured .project .image {
	display : block;
	margin-bottom : 10px;
	width : 173px;
}

#project-featured .project .name {
	color : #272E34;
	font-weight : bold;
	font-size : 12px;
}

/* Project > Portfolio
-----------------------------------------------------------------------------*/

#project-portfolio {
	margin-bottom : 20px;
}

#project-portfolio .image {
	margin-right : 5px;
	margin-bottom : 0px;
	width : 173px;
}

#project-portfolio .image.last {
	margin-right : 0px;
}

/* Project > List
-----------------------------------------------------------------------------*/
#project-list .image {
	margin-right : 5px;
	margin-bottom : 0px;
	float : left;
}

/* Project > Details
-----------------------------------------------------------------------------*/
#project-details {
	text-align: justify;
}


/* Team > Item
-----------------------------------------------------------------------------*/

#team-item {
	margin-bottom : 30px;
}

#team-item .title{
	background : url(../images/hsep_bg.gif) repeat-x bottom;
}

#team-item .image {
	margin-right : 5px;
	margin-bottom : 0px;
	float : left;
	height: 120px;
	width: 80px;
}

#team-item .biotext {
	text-align: justify;
}

#team-item .contactinfos {
	color : #272E34;
	font-weight : bold;
	font-size : 11px;
}

/* Mission > Text
-----------------------------------------------------------------------------*/
#mission-text {
	text-align: justify;	
}

#mission-text .text{
	font-style: italic;	
}

#mission-text .text ul{	
	margin-left: 0;
	padding-left: 2em;
	text-indent: 1em;
}

#mission-text .text ul li{
	list-style-type: square;
	text-indent: 0em;	
}