@charset "UTF-8";
body {
	padding-top: 30px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	padding-left: 30px;
}
a {
	text-decoration: none;
}

.left-col a:link {
	color:#666666;
	border-bottom: 1px dotted #666666;
	text-decoration: none;
}
.left-col a:visited {
	color:#666666;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}
.left-col a:hover {
	background-color:#666666;
	color:#FFFFFF;
	text-decoration: none;
}
.left-col  a:active {
	color:#666666;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}

.content-links a:link {
	color:#666666;
	border-bottom: 1px dotted #666666;
	text-decoration: none;
}
.content-links a:visited {
	color:#666666;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}
.content-links a:hover {
	background-color:#666666;
	color:#FFFFFF;
	text-decoration: none;
}
.content-links  a:active {
	color:#666666;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}

.wrapper {
	background-color: #FFFFFF;
	width: 1000px;
}
.wrapper .left-col {
	float: left;
	width: 200px;
	position: fixed;
	height: 700px;
}
.wrapper .content {
	float: left;
	width: 720px;
	position: relative;
	margin-left: 200px;
}
.wrapper .left-col .menu {
	width: 200px;
	padding-top: 30px;
}
.wrapper .content .newsDate {
	padding-top:5px;
	font-size: 14px;
	color: #6699B2;
	clear: both;
}
.wrapper .content .newsPic {
	padding-top:10px;
	clear: both;
}
.wrapper .content .newsDescription {
	padding-top:5px;
	font-size: 11px;
	color: #95a74e;
	clear: both;
	padding-right: 10px;
}
.wrapper .content .separator {
	clear: both;
	width: 660px;
	padding-bottom: 10px;
}
.wrapper .content .header {
	clear: both;
	font-size: 18px;
	color: #333333;
}
.wrapper .content-links {
	float: left;
	width: 380px;
	position: relative;
	line-height: 20px;
	padding-left: 20px;
}
.wrapper .links-pic {
	float: left;
	width: 320px;
	margin-left: 200px;
}
.wrapper .content-folio {
	float: left;
	width: 720px;
	margin-left: 200px;
	clear: both;
}
.wrapper .content-folio-thumbs {
	float: left;
	width: 720px;
	margin-left: 200px;
	height: 70px;
	margin-top: 6px;
}
.headerText {
	font-size: 22px;
	line-height: 24px;
}
.wrapper .left-col .menu .menuItem p {
	margin: 0px;
}
.wrapper .content-about {
	float: left;
	width: 720px;
	height: 500px;
	position: relative;
	margin-left: 200px;
	line-height: 24px;
}.wrapper .left-col .menu .menuItemSelected {
	color: #FFFFFF;
	background-color: #666666;
}

.wrapper .portfolio {
	float: left;
	width: 800px;
	margin-left: 200px;
}
.newThumb   {
	float: left;
	height: 140px;
	width: 140px;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
    position: relative;
}
.newThumb img {
	-webkit-transition: all 0.1s linear;
   -moz-transition: all 0.1s linear;
   -o-transition: all 0.1s linear;
   -ms-transition: all 0.1s linear;
	display: block;
	position: relative;
	transition: all 0.1s linear;
}
.newThumb .mask {
	width: 140px;
    height: 140px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(0,0,0, 0.5);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.newThumb .mask h2 {
	text-align: center;
	background-color:#000;
	font-size:12px;
	color:#FFF;
	-webkit-transform: translateY(-50px);
   -moz-transform: translateY(-50px);
   -o-transform: translateY(-50px);
   -ms-transform: translateY(-50px);
   transform: translateY(-50px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.newThumb .mask:hover h2 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(50px);
   -moz-transform: translateY(50px);
   -o-transform: translateY(50px);
   -ms-transform: translateY(50px);
   transform: translateY(50px);
}

.newThumb:hover img {
    -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.newThumb:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

