@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCC;
	position: relative;
	background-color: #000;
	background-repeat: repeat-x;
	background-image: url(gif/bkgrd-grayblu.gif);
	scrollbar-base-color: #444444;
	scrollbar-arrow-color: #D3CFCF;
	scrollbar-track-color: #606060;
	font: 12px Georgia, "Times New Roman", Times, serif;
}
.twoColFixLtHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 800px;
}
.twoColFixLtHdr #header {
	height: 122px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	top: -10px;
	margin: 0px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	position: relative;
	top: -5px;
	left: 15px;
	right: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	padding: 0px 10px 5px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 230px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	top: -5px;
	position: relative;
	height: 400px;
	width: 630px;
	float: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.projDescrip{
	padding-top: 1px;
	padding-right: 40px;
	padding-bottom: 1px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	bottom: 0px;
	top: 0px;
	color: #646E87;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-repeat: no-repeat;
	position: relative;
	background-color: #000;
	text-align: center;
}
#mainContent .examples #projectDescription h4 {
	font-size: 14px;
	height: 85px;
}
#secondMain{
	margin: 1px;
	padding: 1px;
	width: 100px;
	float: right;
	position: relative;
	top: 225px;
	right: 0px;
	left: 0px;
	bottom: 2px;
}
#firstMain{
	width: 510px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 10px;
	padding: 2px;
}
#mainContent #firstMain .resume {
	width: 500px;
}
.twoColFixLtHdr #container #mainContent .resume {

}



.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a:link {
	color: #FC6;
	text-decoration: none;
}
a:visited {
	color: #FC6;
	text-decoration: none;
}
a:hover {
	color: #FC6;
	text-decoration: none;
}
#container #mainContentPortfolio .examples {
	width: 750px;
	margin-left: 50px;
}

a:active {
	color: #FC6;
	text-decoration: none;
}

p.first{
	text-indent: 1em;
	font-size: 14px;
}
#contentWrapper #sidebar1 p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CCC;
	font-style: italic;
	text-align: left;
}
#contentWrapper #sidebar1 h3 {
	color: #CCC;
}

 h3.first {text-indent: 1em;}
#mainContent .resume h3 {
	color: #FFF;
	line-height: normal;
}

h4{
	padding: 0px;
	margin-top: 0px;
	font-size: 12px;
	color: #F90;
}
img{
	padding-top: 2px;
	padding-bottom: 5px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;

}
.alignLeft { float:left; margin-right: 1em; }
.alignRight { float:right; margin-left: 1em; }
.resume{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 2px;
	color: #CCC;
	border-top: #000;
	border-right: #000;
	border-bottom: #000;
	border-left: #000;
}
.examples{
	height: 220px;
	width: 160px;
	position: relative;
	display: inline;
}
#samples{
	width: 600px;
	height: 380px;
	float: left;
	position: relative;
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 2px;
	margin-left: 4px;
}
#mainContent #samples img {
	padding: 10px;
}

#resume{
	position: relative;
	top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
#flashContainer{
	background-image: url(birdseyeview-inward-slide.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	height: 214px;
	width: 900px;
	}
	#contentWrapper{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	height: 670px;
	width: 900px;
	background: url(gqbackground.jpg);
}
p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
	
.bottom {
	position: relative;
	top: 300px;
	width: 160px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}
.links{
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;

}
h1, h2, h3, h4, h5{
	margin:0 0 .5em 0;
}
p {
	margin: 0 0 .75em 0;}