body {
	font-size: 13px;
	font-family: "Century Gothic","Arial",sans-seriff;
	background-color: rgb(26,26,26);
	color: #fff;
}

.clear {
	clear: both;
}

.right {
	float: right;
}

.hidden {
	visibility: hidden;
}

a {
	color: #fff;
	text-decoration: none;
}

p {
	width: 33.5em	; /* 33.5 x font */
	line-height: 2.0em;
	margin: auto;
	font-size: 1em;
	text-align: justify;
}
	
input {
	float: right;
}	
	
#wrapper {
	width: 792px;
	margin: auto;
	margin-top: 10px;
}

#header {
	margin: auto;
	width: 600px;
	margin-bottom: 10px;
}

ul#nav {
	
}

ul#nav li {
	display: inline;
}

		ul#nav li a {
			position: relative;
			padding-left: 8px;
		}

			ul#nav li a:hover {
				font-weight: bold;
				background: url(img/dot.png) no-repeat left center;
			}
			
/* This styling highlights the nav link of the current page */
#company #wrapper #nav .company a,
#talent #wrapper #nav .talent a,
#grassroots #wrapper #nav .grassroots a,
#affiliations #wrapper #nav .affiliations a,
#contact #wrapper #nav .contact a {
	font-weight: bold;
	background: url(img/dot.png) no-repeat left center;
}
			
#home_link {
	font-size: 0.7em;
	margin-left: 158px;
}

h1 {
	font-weight: bold;
	margin-left: 178px;
	margin-top: 20px;
	margin-bottom: 20px;
}

h2 {
	margin-bottom: 10px;
}

#content {
	margin-bottom: 25px;
}

/* HOME */

#slider {
	margin: auto;
}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width: 457px;
	height: 422px;
	overflow: hidden; 
	margin: auto;
	}
	
#slider li p {
	float: right;
}	
	
span#prevBtn {	
	position: relative;
	bottom: 250px;
}

span#nextBtn{
	position: relative;
	left: 750px;
	bottom: 250px;
}

/* END HOME */

/* GRASSROOTS MARKETING */
#grassroots #wrapper #content p {
	margin-bottom: 25px;
}

/* END GRASSROOTS MARKETING */

/* TALENT COORDINATION */
form p {
	margin-bottom: 5px;
}

/* END TALENT */

/* CONTACT */
.bold {
	font-weight: bold;
}

/* END CONTACT */

#footer {
	width: 792px;
	margin: auto;
	margin-top: 5px;
	font-size: 0.7em;
}

