
body {
	margin:0;
	padding:0;
}
p {
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	padding:8px 0 8px 0;
	margin:0;
}
h2 {
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	line-height:18px;
	padding:14px 0 14px 0;
	margin:0;
}
h3 {
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	padding:10px 0 10px 0;
	margin:0;
}
a {
	outline:none;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	border-bottom:1px dotted #0083D7;
	margin-bottom:0px;
	padding-bottom:0px;
	color:#0083D7;
}
a:hover {
	text-decoration:none;
	border-bottom:1px solid #0083D7;
	margin-bottom:0px;
	padding-bottom:0px;
}

/********************* styles **************************/

.clrBlueLight {
	color:#0083D7;
}
.portfolioLinkText {
	color:#0083D7;
	text-decoration:none;
	border-bottom:1px dotted #0083D7;
}
.portfolioLinkText:hover {
	color:#0083D7;
	text-decoration:none;
	border-bottom:1px solid #0083D7;
}
.blackStrip {
	background-color:#110F0C;
	height:165px;
}
.blackStripBorder {
	background-image:url(../images/logo_greymatter.gif);
	background-position:35px 65px;
	background-repeat:no-repeat;
	background-color:#110F0C;
	height:165px;
	border-left:1px solid #FFFFFF;
}
.portfolio {
	height:495px;
}
.sideStripes {
	height:430px;
	border-left:15px solid #0083D7;
	border-right:15px solid #0083D7;
}
.sideBar {
	position:absolute;
	margin-left:142px;
	width:123px;
	background-color:#FFFFFF;
}
#awards {
	position:relative;
	margin:30px 0 0 35px;
	width:195px;
	top:0;
	background-color:#FFFFFF;
}
#holder {
	position:relative;
	width:535px;
	height:265px;
	overflow:auto;
}
#copy {
	position:relative;
	width:445px;
	margin:5px auto;
	text-align:left;
}
.rightColumn {
	height:325px;
}
.topPadding {
	padding-top:0;
}
.staff {
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:13px;
	color:#0083D7;
	line-height:18px;
	padding:15px 0 15px 0;
	margin:0;
}
.bgGreymatter{
	background-image:url(../images/bg_greymatter.jpg);
	background-repeat:repeat;
}
.BGMainLeft{
	background-image:url(../images/bg_shadow_left_alpha.png);
	background-repeat: repeat-y;
	background-position:right top;
}
.BGMainRight{
	background-image:url(../images/bg_shadow_right_alpha.png);
	background-repeat: repeat-y;
	background-position:left top;
}
.BGBottom{
	background-image:url(../images/bg_shadow_bottom_alpha.png);
	background-repeat: no-repeat;
	background-position:top;
}
.contact {
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	margin:0 0 0 -10px;
}
.contactHolder {
	position:relative;
	top:0;
	width:240px;
	margin-top:0;
	padding:0px 10px 0 10px;
	text-align:left;
}

/************************** Form stuff ******************************/

textarea {
	width:150px;
	height:100px;
}
.inputBox {
	width:150px;
}


