/*Main*/
#content {
	clear: both;
	float: left;
	width: 100%;
	height: auto;
}

/*Team*/
#team-wrap {
	width: 100%;
	height: auto;
}
.team-single {
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	border-bottom: 1px solid #c7c7c7;
}
.team-pic {
	clear: both;
	float: left;
	width: 180px;
	height: 180px;
	margin-right: 20px;
	overflow: hidden;
}
.team-pic img {
	width: 180px;
	height: auto;
}
.team-txt {
	float: left;
	width: 588px;
	height: auto;
}
.team-txt h3, .team-txt h3 a {
	color: #3d96c0;
	font-size: 20px;
	font-family: 'Taviraj', serif;
	margin-bottom: 5px;
}
.team-txt h6 {
	font-size: 11px;
	font-family: 'Taviraj', serif;
	margin-bottom: 12px;
}
.team-txt p {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 15px;
}

/*Header*/
#header {
	clear: both;
	float: left;
	width: 100%;
	height: auto;
}
#logo {
	clear: both;
	float: left;
	width: 30%;
	height: 100px;
}
#navHolder {
	float: right;
	width: 70%;
	height: auto;
}

/*Footer*/
#footer {
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 50px 0 50px 23px;
	position: relative;
    z-index: 100;
}
#footer p {
	color: #fff;
	font-size: 10px;
}
#footer a {
	font-size: 10px;
}
#subCopy {
	clear: both;
	float: left;
	width: 50%;
	height: auto;
}
#contactInfo {
	float: right;
	width: 50%;
	height: auto;
}
#contactInfo p {
	text-align: right;
}

/*News*/
.news h3 a {
	font-size: 17px;
	font-family: 'Taviraj', serif;
	margin-bottom: 15px;
}
.news h4 {
	font-size: 15px;
	font-family: 'Taviraj', serif;
}
#nextLink a, #prevLink a {
	font-family: 'Taviraj', serif;
}

/*Cols*/
#cols-wrap {
	clear: both;
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 100;
    margin-top: 60px;
    padding: 13px;
}
#cols-news {
	clear: both;
	float: left;
	width: 560px;
	height: auto;
}
#cols-about {
	float: right;
	width: 280px;
	height: auto;
}
.news-single {
	float: left;
	width: 250px;
	height: auto;
	margin-right: 30px;
}
.news-single:last-child {
	margin: 0;
}
#cols-wrap h3 {
	color: #adcf4f;
	font-size: 17px;
	font-family: 'Taviraj', serif;
	margin-bottom: 15px;
}
#cols-wrap h4 {
	margin-bottom: 5px;
}
#cols-wrap h4 a {
	font-size: 13px;
	font-family: 'Taviraj', serif;
}
#cols-wrap h5 {
	color: #3d96c0;
	font-size: 14px;
	font-family: 'Taviraj', serif;
}
#cols-wrap p {
	color: #fff;
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
}
#cols-wrap p a, #cols-wrap a {
	font-family: 'Taviraj', serif;
}
