@charset "utf-8";


/* Styles by Tag */

a:hover .portfolioThumb {
	border: 1px solid #990033;
}

h3 {
	position: relative;
	display: block;
	height: 16px;
	width: 645px;
	padding: 0px;
	margin: 40px 0px 17px 0px;
	border: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/portfolio-header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

h4 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	padding: 0px;
	margin: 0px;
	border: 0px; 
}



/* Styles by Class */

.projectThumb2 {
	position: relative;
	display: block;
	width: 230px;
	padding: 4px;
	border: 1px solid #CCCCCC;
}

.portfolioThumb {
	position: relative;
	display: block;
	width: 200px;
	padding: 4px;
	margin: 0px 0px 20px 0px;
	border: 1px solid #CCCCCC;
}


.specList {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	list-style: none;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	border: 0px;
}

.specListHeader {
	font-weight: bold;
}


.footNote {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990033;
	margin-top: 20px;
}


.projectLink {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

.projectLink a {
	text-decoration: underline;
	color: #666666;
}



/* Styles by ID */

#body {
	position: relative;
	display: block;
	width: 920px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#column1, #column2, #column3, #column4 {
	position: relative;
	display: block;
	float: left;
	width: 230px;
	height: auto;
	padding: 0px;
	margin: 0px;
	border: 0px;
	text-align: left;
}


#projectContainer {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	width: 592px!important;
	width: 600px;
	background-color: #FFFFFF;
	border: 4px solid #CCCCCC;
	padding: 0px;
	margin: 0px;
	z-index: 2000;
}

#closeButton {
	position: absolute;
	top: 10px;
	right: 10px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	z-index: 1000;
}

#closeButton a {
	text-decoration: none;
	color: #666666;
}

#projectLeft {
	position: relative;
	display: block;
	float: left;
	width: 280px!important;
	width: 300px;
	padding: 10px;
	margin: 0px;
	border: 0px;
}

#projectRight {
	position: relative;
	display: block;
	float: left;
	width: 280px!important;
	width: 290px;
	padding: 40px 10px 0px 0px;
	margin: 0px;
	border: 0px;
	text-align: right;
}