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


/* General HTML */

body {
	font: 80% Helvetica, Arial, sans-serif;
	background: #000 url(/images/backgrounds/bg002.jpg) top center fixed no-repeat;
	text-align: center;
	margin: 0;
	padding: 0;
	}
h3 {
	padding: 15px 0 0 0
	}
h1, h2 {
	font-family: Quasart, sans-serif;
	}
p {
	padding: 0;
	text-align:justify;
	}
a {
	color: #900;
	}
a:hover {
	color: #999;
	}
ul {
	margin: 0;
	padding: 0;
	}


/* container and header */

#container {
	width: 917px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #888 url(/images/backgrounds/GrayNoise01.jpg) fixed repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	}

#header {
	height: 190px;
	background: url(/images/backgrounds/header001.jpg) top left;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: right;
	vertical-align: top;
	color: #CCC;
	}
#header p {
	font-size: 1.1em;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 30px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	}
#header p em {
	font-size: .9em;
	}


/* sidebar1 */

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #FC9; the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 5px 5px 5px;
	margin: 24px 0 0 0;
	}
#sidebar1 div {
	padding: 0 10px 10px 10px;
	margin: 0;
	border: 0;
	outline: 0;
	}
#sidebar1 h1, #sidebar1 h2, #sidebar1 h3, #sidebar1 p, #sidebar1 ul {
	text-align: center;
	}
#sidebar1 h3 {
	font-weight: normal;
	}
#sidebar1 .network li {
	display: inline;
	margin: 3px;
	}
#mainnav ul {
	text-align: right;
	list-style-type: none;
	padding: 0 10px;
	margin: 0;
	}
#mainnav a img {
	width: 100%;
	border: none;
	}

/*@font-face {
	font-family: Quasart;
	src: url(/css/fonts/Quasart.ttf) format("truetype");
	}
#sidebar1 .mainnav ul li {
	font-family: Quasart, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	padding: 8px 14px;
	margin: 0 0 3px 0;
	background: #666 url(/images/backgrounds/bg004.jpg) top right no-repeat;
	}
#sidebar1 .mainnav ul li a {
	color: #000;
	text-decoration: none;
	}
#sidebar1 .mainnav ul li a:hover {
	color: #CCC;
	}
	*/
.current {
	color: #999;
	}

/* maincontent */

#mainContent {
	margin: 0 0 0 260px;
	padding: 0px;
	}
#mainContent h2 {
	padding: 0;
	}
#mainContent p {
	padding: 0 24px 24px 0;
	}

#panorama img {
	width: 628px;
	height: auto;
	}

.showCase {
	padding: 1px 5px 5px 5px;
	margin: 24px 24px 0 0;
	background: #FFF url(/images/backgrounds/17pxTopLeftCornerLarge.jpg) no-repeat top left;
	}
.showCase p {
	padding: 12px;
	}
.showCase2 {
	padding: 0;
	margin: 24px 24px 0 0;
	}
.showCase2 h2 {
	font-size: 1em;
	font-style: oblique;
	font-weight: normal;
	color: #CCC;
	margin: 10px 0 18px 0;
	}


/* footer */

#footer {
	width: 917px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: .9em;
	padding: 40px 0;
	background: url(/images/backgrounds/footer001.jpg) center top no-repeat;
	text-align: center;
	}
#footer p {
	text-align:center;
	color: #999;
	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;
	}
#footernav ul {
	list-style-type: none;
	padding: 0;
	text-align: center;
	}

#footernav ul li {
	display:inline;
	padding:0 10px;
	}

/* miscelaneous classes for reuse */

.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;
	}
.ThirdCol {
	width: 31%;
	float:left;
	margin: 0 1%;
	padding: 0;
	}
.TwoThirdCol {
	width: 62%;
	float:left;
	margin: 0 1%;
	padding: 0;
	}
.network li {
	display:inline;
	}
.network li a img {
	display:inline;
	border: none;
	}
.superscript {
	font-size: .7em;
	vertical-align: top;
	}
.centertext {
	text-align: center;
	}


/* HOME page specific styles*/

.sampleproject {
	background: #FFF url(/images/backgrounds/DistressedEdgeBR.gif) bottom right no-repeat;
	outline: none;
	width: 204px;
	float:left;
	text-align:center;
	margin:0 7px 0 0;
	padding: 0 0 0 0;
	}
.sampleproject h3 {
	width: 100%;
	background: url(/images/backgrounds/DistressedEdgeTL.gif) top left no-repeat;
	margin: 0;
	padding: 21px 0 0 0;
	color: #900;
	text-align:center;
	}
.sampleproject p {
	width: 100%;
	background: url(/images/backgrounds/DistressedEdgeL.gif) top left repeat-y;
	padding: 3px 0 32px 0;
	margin: 0;
	font-style:italic;
	color: #300;
	text-align:center;
	}
.sampleproject a img {
	text-align:left;
	width: 83%;
	margin: 0 0 6px 0;
	height:auto;
	border: none;
	outline: none;
	text-decoration: none;
	}


/* CLIENT LIST page specific styles*/

#clientlist li {
	width: 123px;
	height:135px;
	float:left;
	text-align:center;
	display:inline;
	margin:0 3px 3px 0;
	}
#clientlist p {
	width: 100%;
	text-align:center;
	margin:0;
	padding:5px 0;
	}
	
/* MEDIA page specific styles*/

.media h2, .media p {
	padding, margin: 0;
	}


/* Form Controls */

form {
	font-size: .9em;
	padding: 0;
	margin: 0;
	}
.wide {
	width: 100%;
	padding: .2em;
	}
textarea {
	height:175px;
	padding:0 0 .2em 0;
	margin:0;
	}
fieldset {
	padding: 1em;
	margin: 0;
	}
legend {
	font-size: 1.1em;
	font-weight: bold;
	color: #CCC;
	padding: 0;
	margin:2em 0 0 0;
	}
.formrow {
	clear: both;
	}
.label {
	padding:.1em;
	float: left;
	text-align:right;
	}
.input {
	padding:0 0 .2em 0;
	margin:0;
	text-align:left;
	}
#email, #name {
	width: 98%;
	}
#comments {
	width: 99%;
	}