/* CSS Document */

/* Matthew Fairbank Design CSS Sheet, 2/9/10 */

/*general page-wide stuff */

body {
	font-family:U45, Helvetica, Arial, sans-serif;
	color: #F0EFE5;
	background-color:#5A5C5B;
	}


#wrapper {
	width:1058px;
	text-align:center;
	margin:0px auto;
	line-height:17px;
	min-width:1058px;
	}

/*Matthew Fairbank Design title*/

#pagetitle {
	text-transform:uppercase;
	line-height:30px;
	width:1058px;
	font-size:18px;
	text-align:left;
	border-bottom: 1px solid #999999;
	color:#F0EFE5;
	float:left;
	letter-spacing:1px;
	margin-bottom:10px;
	}
	
#pagetitle a:link, a:hover, a:visited, a:focus {
	color:#F0EFE5;
	text-decoration:none;
	}

/*main content rules*/

#main {
	width:690px;
	float:left;
	}
	
#main p {
	color:#999999;
	font-size:12px;
	text-align:left;
	}
	
#primary {	
	width:160px;
	float:right;
	text-align:left;
	}

#primary p {
	color:#999999;
	font-size:12px;
	}
	
#primary a:link {
	color:#999999;
	text-decoration:none;
	}
	
#primary .title {
	color:#F0EFE5;
	font-size:12px;
	}

a {
	color:#F0EFE5;
	text-decoration:none;
	}

h4 {
	font-weight:100;
	color: #F0EFE5;
	text-align:left;
	text-transform:uppercase;
	}


/*Navigation*/


#nav {
	position:relative;
	top:-30px;
	width:160px;
	font-size:12px;
	text-align:left;
	list-style-type: none;
	float: left; /* this changes the side of the page the list is on*/
	margin-right:15px; /*keeps main away*/
	}
	
#nav ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#nav ul ul {
	padding:30px 0px 0px 0px;
	margin:0px;
	list-style-type:none;
	}

#nav ul ul li {
	text-transform:uppercase;
	color:#F0EFE5;
	}
	
#nav ul ul li a {
	color:#999999;
	text-decoration:none;
	text-transform:none;
	}
	
#nav ul ul li a:hover, ul ul li a:focus {
	color: #F0EFE5; /*makes the drop down list links turn white*/
	background-color:none;
	}	
	
/*Code for the Eames Quote*/

#eamesquote {
	display:none;
	float:left;
	color:#333333;
	position:relative;
	top:-100px;
	left: 40px;
	width: 351px;
	line-height: 1.3em;
	}
