/* Alignment, padding, borders, etc. */
body
{
	margin: 0;
	padding: 0;

	font-family: "trebuchet ms", sans-serif;
	text-align: center;

	font-size: small;

	color: #353E49;

	background: #efefef;

	background-image: url(bgtile.png);
}

body a
{
	color: #353E49;
}
body a:hover
{
	text-decoration: none;
	color: #016799;
}

#everything
{
	margin: 0 auto;
	text-align: left;
	width: 767px;
	margin-top: 5px;
	background: #fff;
}

h1, h3
{
	margin: 0;
	padding: 0;
}
.pad
{
	margin: 10px;
	margin-top: 0;
}

	/* Form formatting */
fieldset 
{
	border: 1px #069 solid;
}
fieldset legend
{
	font-weight: bold;
}
legend input, legend label
{
}

.nowidth
{
	width: 50px;
}
.coolform, fieldset div input, fieldset div textarea
{
	text-align: left;
	border: 1px #069 solid;
}
fieldset div input, fieldset div textarea
{
	float: right;
	width: 250px;
}
fieldset div
{
	clear: both;
	padding: 3px;
	margin: 5px;
}
fieldset div label
{
	float: left;
	width: 125px;
	font-weight: bold;
}
.big_content, fieldset div textarea
{
	width: 420px;
	height: 200px;
}

/* Header */
#header
{
	background-image: url(logo.png);

	text-indent: -100em;

	width: 175px;
	height: 76px;

}
#header a, #nav a
{
	color: #353E49;
}
#header a:hover, #nav a:hover
{
	color: #727C81;
}

/* Nav */
#nav
{
	margin-top: -73px;
	float: right;
	display: inline;
	width: 584px;
}
#nav ul, #nav li
{
	display: inline;

	list-style: none;

	margin: 0;
	padding: 0;
}
#nav ul li
{
	float: left;
	text-align: center;
	width: 80px;
	height: 71px;

	margin-left: 3px;

	background: #99C2D6;
}
#nav a
{
	display: block;
	background: #3385AD;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 2px;
	width: 80px;
	height: 16px;
	margin-top: 53px;

	border-top: 1px white solid;
}
#nav a:hover, #nav .active
{
	background: #006699;
	color: #fff;
}
#nav a span
{
	position: relative;
	display: block;
	height: 53px;
	width: 80px;
	background-repeat: no-repeat;

	margin-top: -70px;
}
#nav a:hover
{
	border-right: none;
}

/* Icon Hovers */
#home		a:hover span { background-image: url(home.png);		}
#skillset	a:hover span { background-image: url(skillset.png);	}
#examples	a:hover span { background-image: url(examples.png);	}
#faq		a:hover span { background-image: url(faq.png);		}
#whyme		a:hover span { background-image: url(whyme.png);	}
#contact	a:hover span { background-image: url(contact.png);	}
#hosting	a:hover span { background-image: url(hosting.png);	}

#border
{
	clear: both;

	border-top: 3px #069 solid;
	border-bottom: 1px #035 solid;
	height: 1px;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 0;
}

/* Layout */
#overall
{
	width: 767px;
	background-image: url(faux.png);
}
#left
{
	width: 540px;

	float: left;
}
#right
{
	margin-left: 525px;

	background-image: url(bg.png);
	background-repeat: no-repeat;
	background-position: 10px 0;
	min-height: 226px;
}


/* Content */
.content
{
	margin-bottom: 10px;
	margin-left: 10px;
	text-indent: 10px;
}
.content ul
{
	margin-top: 0;
	margin-bottom: 0;
}
.content dd
{
	margin-bottom: 10px;
}
h3
{
	background-image: url(arrow.png);
	background-repeat: no-repeat;
	background-position: center left;
	color: #c00;
	padding-left: 12px;
}
#right h3
{
	background-image: url(arrowblue.png);
}

/* Footer */
#clear
{
	clear: both;
	border-top: 3px #069 solid;
	margin-left: 3px;
	margin-right: 3px;
	height: 1px;
	font-size: 0;
	background: #fff;
}
#footer
{
	border-bottom: 3px white solid;

	text-align: center;
	height: 40px;

	margin: 3px;
	margin-top: 0;
	margin-bottom: 0;

	color: #fff;
	background: #035;
}
#footer a
{
	color: #fff;
}