* {
	margin: 0;
	padding: 0;
}

/* General Site Styling */
body {
	background-color: #FFF;
	font-family: "Helvetica";
	font-size: 0.585em;
	line-height: 18px;
	color: #000;
	text-align: left;
	letter-spacing: 0.035em;
}

a, a:visited {
	outline: none;
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	background-color: #ffff66;
}

a.selected {
	color: #000000;
	border-bottom: none;
    background-color: #ffff66;
}

body img {
	border: none;
}

#sitewrap {
	width: 100%;
	margin: 0px auto;
}

div#top-sliver {
	width: 100%;
	height: 3px;
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

#top-shadow {
	position: absolute;
	background: transparent url(../images/gradient.png) repeat-x 0 0;
	position: fixed;
	width: 100%;
	height: 85px;
	z-index: 9998;
}

/* Navigation Styling */
#nav-wrap {
	position: fixed;
	height: 100%;
	width: 135px;
	z-index: 9999;
	top: 3px;
	left: 75px;
}

#logo {
	position: relative;
	margin-bottom: 20px;
}

#logo a:hover {
	border-bottom: none;
}

#nav-wrap ul.nav {
	width: 100%;
	list-style: none;
	position: relative;
}

#nav-wrap ul.nav li a:link, ul.nav li a:visited {
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
}

#nav-wrap ul.itemlist,
#nav-wrap ul.itemlist first{
	text-transform: uppercase;
	width: 100%;
	list-style: none;
	margin-bottom: 28px;
}

#nav-wrap ul.first {
	margin-top: 15px;
}

#content {
	height: 100%;
	width: 725px;
	margin: 0 0 0 250px;
	z-index: 1;
	padding-top: 67px;
}

#content h3 {
	text-transform: uppercase;
}

#content p {
	width: 350px;
	line-height: 1.69em;
	padding-bottom: 25px;
}

#clickable-container {
	cursor: pointer;
	width: 725px;
	height: 470px;
	padding: 0;
	margin: 0;
}

#clickable-container img {
	width: 725px;
	height: 470px;
	top: 0;
	left: 0;
}

div#form-container {
	position: relative;
	background: transparent url(../images/contact_bg.jpg) no-repeat 0 0;
	width: 478px;
	height: 547px;
}

div#form-container h3 {
	display: none;
}

form#contactform {
	width: 650px;
	position: relative;
	top: 95px;
	left: 55px;
	margin: 0px auto;
	font-size: 12px;
	font-weight: bold;
}

form#contactform input {
	width: 410px;
	height: 13px;
	font-size: 0.625em;
	color: #999;
	border: none;
	position: absolute;
}

form#contactform input#fullname {
	top: 3px;
}

form#contactform input#email {
	top: 29px;
}

form#contactform input#thesubject {
	top: 56px;
}

form#contactform textarea#themessage {
	font-family: "Arial", "Helvetica";
	position: absolute;
	font-size: 0.675em;
	top: 84px;
	width: 410px;
	height: 330px;
	color: #999;
	border: none;
}

form#contactform fieldset {
	border: none;
}

#contactform ol li{
	padding-bottom: 7px;
	list-style: none;
	font-size: 1.3em;
	text-indent: 0.08em;
	letter-spacing: 0.03em;
}

label.error {
	color: #000000;
	position: relative;
}

div#errorbox ul {
	list-style: none;
	position: absolute;
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	left: 279px;
	top: 448px;
}

div#form-container a#submit-button {
	position: absolute;
	height: 17px;
	top: 524px;
	left: 2px;
	font-weight: bold;
	text-transform: uppercase;
}

h3.success, h3.error,
div#loading-graphic {
	width: 100%;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	font-size: 0.875em;
	text-transform: uppercase;
	display: none;
}

div#about-header {
	border-bottom: 1px dotted #000;
	padding-bottom: 8px;
	width: 476px;
}

div#about-wrap {
	width: 100%;
	position: relative;
}

div#about-wrap p {
	width: 66%;
	padding-top: 10px;
	padding-bottom: 5px;
}

div#about-wrap div#column-holder {
	margin-top: 25px;
}

div#about-wrap div#column-holder ul{
	list-style: none;
	width: 33%;
	display: block;
	float: left;
}

div#about-wrap div#column-holder ul li.header {
	font-weight: bold;
	margin-bottom: 15px;
}

div#about-wrap ul.awards li{
	list-style: none;
	color: #000000;
	font-style: italic;
}