/* 	This CSS document was written by:
	Joel Hackney of Hackney Media Solutions.
	All Rights Reserved by HMS, Inc. 			*/

body {
	background-color:black;
}

html, body, ul, ol, li, p, blockquote, q,
h1, h2, h3, h4, h5, h6, fieldset,
form, label, a, div, img, dd, dt, dl, input
{
	margin: 0;
	padding: 0;
	border: 0;
}

/* General Layout */
#global {
	width:750px;
	height:475px;
	margin:auto;
}

#main_nav {
	height:50px;
	width:475px;
	float:left;
}

#nav_headroom {
	height:28px;
}

#swoosh_top {
	height:50px;
	width:75px;
	float:left;
	background-image:url(../images/swoosh_top.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#stage {
	float:left;
	width:750px;
	height:350px;
	background-color:white;
	position:relative;
}
	
	#content {
		height:340px;
		padding:10px 0 0 10px;
		float:left;
	}
		.half {width:365px;}
		.whole {width:750px;}
	
	#slider {
		height:350px;
		width:375px;
		float:right;
	}
	#swoosh {
		height:350px;
		width:200px;
		background-image:url(../images/swoosh.png);
		background-attachment:scroll;
		background-position:top left;
		background-repeat:no-repeat;
		float:left;
		z-index:1;
	}

#swoosh_bottom {
	height:75px;
	width:75px;
	float:right;
	background-image:url(../images/swoosh_bottom.jpg);
}

#sub_nav {
	height:75px;
	width:275px;
	float:right;
	text-align:right;
}


/* Navigation */
#main_nav a, #sub_nav a, #sub_nav_gallery a {
	color:#ccc;
	text-decoration:none;
}

#main_nav a:hover, #sub_nav a:hover, #sub_nav_gallery a:hover {
	color:#FFF;
	text-decoration:none;
}

#main_nav li, #sub_nav li, #sub_nav_gallery li {
	display:inline;
	margin:0 10px;
}

/* Home Pictures */
#logo {
	height:200px;
	width:300px;
	margin:75px auto;
}

.pictureholder_home {
	width:87px;
	height:350px;
	float:right;
	margin:0;
	padding:0;
	border:none;
}

	#home_1 {
		background-image:url(../images/gallery/thumb1.jpg);
	}
	#home_2 {
		background-image:url(../images/gallery/thumb2.jpg);
	}
	#home_3 {
		background-image:url(../images/gallery/thumb3.jpg);
	}
	#home_4 {
		background-image:url(../images/gallery/thumb4.jpg);
	}
	#home_5 {
		background-image:url(../images/gallery/thumb5.jpg);
	}
	#home_6 {
		background-image:url(../images/gallery/thumb6.jpg);
	}
	#home_7 {
		background-image:url(../images/gallery/thumb7.jpg);
	}
	#home_8 {
		background-image:url(../images/gallery/thumb8.jpg);
	}
	#home_9 {
		background-image:url(../images/gallery/thumb9.jpg);
	}
	#home_10 {
		background-image:url(../images/gallery/thumb10.jpg);
	}
	#home_11 {
		background-image:url(../images/gallery/thumb11.jpg);
	}
	#home_12 {
		background-image:url(../images/gallery/thumb12.jpg);
	}
	#home_13 {
		background-image:url(../images/gallery/thumb13.jpg);
	}
	
/* Form Sets */
form p {
	position:relative;
}
 
fieldset {
	border: solid 0 transparent;
	margin: 0;
	padding: 0;
}

legend {
	text-indent:-6000px;
	height:0;
	margin:-10px;
	padding:0;
}

label {
	display:block;
}

input, textarea {
	width:300px;
	padding: 1px;
}

#submit {
	width: 121px;
	border: none;
}

* html .feedback {
	width:200px;
}

.feedback {
	background: url(../images/layout/error.gif) no-repeat left 0.2em;
	position: absolute;
	left: 180px;
	width: 200px;
	margin-left: 135px;
	margin-right: 10px;
	margin-top: 18px;
	padding-left: 18px;
}

.feedback, .required {
	color:#760000;
}

fieldset {
	border: solid 0 transparent;
}
  
input, textarea {
	border: 1px solid #ccc;
}

input:hover, textarea:hover, input:focus, textarea:focus {
	border: 1px solid #999999;
}

.feedback {
	background: url(../images/layout/error.gif) no-repeat left 0.2em;
}

/* Gallery */
.top_swoosh {
	padding:0 0 0 180px;
}

#swoosh_bottom_gallery {
	height:75px;
	width:50px;
	float:right;
	background-image:url(../images/swoosh_bottom_gallery.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#sub_nav_gallery {
	height:75px;
	width:120px;
	float:right;
	text-align:right;
}

#gallery_content {
	height:350px;
	padding:0;
	float:left;
}

/* Map */
#content a{
	color:#666;
	text-decoration:none;
}

#content a:hover {
	color:#000;
	text-decoration:none;
}

/* Typography */
p {
	font-family:'HelveticaNeue-Light', 'Helvetica Neue', 'Helvetica Neue Light', 'Arial', sans-serif;
	font-size:7pt;
	font-weight:100;
}

h1 {
	font-family:'HelveticaNeue-UltraLight', 'Helvetica Neue', 'Helvetica Neue UltraLight', 'Arial', sans-serif;
	font-size:24pt;
	font-weight:200;
}

#main_nav li, #sub_nav li, #sub_nav_gallery li {
	font-family:'HelveticaNeue-Light', 'Helvetica Neue', 'Helvetica Neue Light', 'Arial', sans-serif;
	font-size:7pt;
	font-weight:100;
}

fieldset {
	font-family:'HelveticaNeue-Light', 'Helvetica Neue', 'Helvetica Neue Light', 'Arial', sans-serif;
	font-size:7pt;
	font-weight:100;
}