@charset "UTF-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
	
}

a{
	color: #608fbb;
	text-decoration: none;
}

a.hide{
	cursor: pointer;
}

a.read_more{
	cursor: pointer;
}

 p{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #717171;
	line-height: 20px;
}

#wrapper{
	width: 900px;
	margin: 0px auto;
}

#left{
	width: 112px;
	height: 130px;
	position: fixed;
	top: 160px;
	display: inline;
}


#nav a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #608fbb;
	text-transform: uppercase;
	letter-spacing: 5px;
	text-decoration:none;
	
}

#nav li{
	height: 28px;
	background-image: url(images/line_left.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 8px;
	margin-top: 0px;
	list-style: none;
	text-align: right;
}
#nav li.naviLine{
	height: 5px;
	margin-bottom: 6px;
	margin-top: 0px;
	list-style: none;
	text-align: right;
}

#content{
	width: 900px;
	display: inline;
}

#content img.line{
	margin-top: 11px;
	margin-bottom: 32px;
}

#header{
	height: 138px;
}

#head{
	width:175px;
	height:138px;
	background-image: url(images/head.png);
	float: left;
}

#title{
	width: 235px;
	height: 14px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	float:left;
	margin-top: 63px;
	margin-bottom: 50px;
}

#rss{
	width: 57px;
	height: 14px;
	float:right;
	margin-top: 63px;
}

#featured{
	width: 725px;
	height: 238px;
	margin-left: 175px;
	margin-bottom: 60px;
	margin-top: -10px;
	
}

#welcome{
	/*margin-top: 100px;
	height: 200px;*/
}

#vitals{
	float: left;
	margin-left: 175px;
	width: 425px;
}


#vitals p{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #717171;
	line-height: 24px;
	margin-bottom: 12px;
	width: 410px;
}

#blog{
	width: 275px;
	float: left;
	margin-left: 25px;
	height: 235px;
}


#blog h2{
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #608fbb;
	text-decoration: none;
	margin-bottom: 7px;
	margin-top: 4px;
}

#blogThumb{
	width: 88px;
	height: 100px;
	border: 1px solid #e7e7e7;
	float: left;
}

#blogDisc{
	width: 275px;
	height: 100px;
	float: left;
	/*margin-left: 10px;*/
}

#blogDisc p{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #717171;
	line-height: 19px;
	margin-bottom: 9px;
}

#hiddenAnchor{
	height: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	border:#FF0000 thick solid;
}

#portfolioTitle{
	clear: both;
	margin-top: 30px;
	
}

#portfolio{
	width: 725px;
	margin-left: 175px;
}

.project{
	width: 725px;
	height: 233px;
	margin-bottom: 50px;
	overflow: hidden;
}

.projectImg{
	width: 450px;
	height: 325px;
	float: right;
}

.imgFrame{
	width: 425px;
	height: 225px;
	border: 1px solid #e7e7e7;
}

.fullImg{
	width: 400px;
	height: 200px;
	margin-left: 12px;
	margin-top: 12px;
}

.thumbs{
	width: 425px;
	height: 75px;
	margin-top: 25px;
}


.thumbFrame{
	width: 86px;
	height: 75px;
	border: 1px solid #e7e7e7;
	float: left;
	margin-right: 24px;
}

.thumbFrameEnd{
	width: 86px;
	height: 75px;
	border: 1px solid #e7e7e7;
	float: left;
	margin-right: 0px;
}

.thumb {
	margin-top: 5px;
	margin-left: 5px;
}

.projectInfo{
	width:275px;
	height: 325px;
	float: right;
	
}

img.pLable{
	margin-bottom: 15px;
}

.projectInfo h2{
	font-family: Helvetica, Arial, sans-serif;
	color: #8b8f97;
	font-size: 13px;
	margin-bottom: 4px;
	font-weight: bold;
}

.viewBtn{
	margin-top: 2px;
}

.viewBtn:hover{
	cursor: pointer;;
}

.projectInfo p{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #717171;
	line-height: 20px;
	margin-top: 16px;
}

.short_description {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #717171;
	line-height: 20px;
	margin-top: 16px;
}

.midLine{
	clear: both;
	margin-bottom: 50px;
	margin-top: 50px;
}

#contactTitle{
 margin-bottom: 25px;
 }

#contact{
	width: 725px;
	margin-left: 175px;
}

#form {
	width: 390px;
	height: 315PX;
	float:left;
	margin-bottom: 40px;
}

#success{
	margin-top: 25px;
	margin-bottom: 12px;
	font-size: 14px;
}

#inputs{
	clear:both;
}



#info{
	width: 275px;
	float: left;
	margin-left: 60px;
	margin-top: 0px;
}

#contact h2{
	font-family: Helvetica, Arial, sans-serif;
	color: #8b8f97;
	font-size: 13px;
	margin-bottom: 4px;
	font-weight: bold;
}

img.cLable{
	margin-bottom: 30px;
}
	

#footer{
	width: 725px;
	height: 14px;
	margin-left: 175px;
}

#rssBtm{
	width: 14px;
	height: 14px;
	float: left;
	margin-top: 3px;
	margin-top: 22px;
	margin-bottom: 40px;
}


#footer p{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #b7b7b7;
	line-height: 20px;
	float:left;
	margin-left: 6px;
	margin-top: 20px;
}