@charset "UTF-8";
body {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	background-color: white;
	margin: 0px;
}
body a img {
	border: none;
	text-decoration: none;
}
#headerWrapper {
	width: 900px;
	margin: auto;
}
#news {
	margin: auto;
	width: 900px;
	height: 375px;
	border-bottom: 4px solid black;
	border-top: 4px solid black;
}
#news h1 {
	margin: 0 0 -15px 0;
	font-size: 48px;
	font-family: Georgia, serif;
	font-style: italic;
	text-transform: lowercase;
}
#news p {
	font-size: 10px;
	line-height: 160%;
}
#news p a:link {
	font-weight: bold;
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted #ffbb11;
}
#news p a:visited {
	font-weight: bold;
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted #ffbb11;
}
#news p a:hover {
	font-weight: bold;
	color: #ffbb11;
	text-decoration: none;
	border-bottom: none;
}
#news p a:active {
	font-weight: bold;
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted #ffbb11;
}
.newsHead {
	border-bottom: 1px solid black; 
	float:left; 
	padding: 0 0 17px;
}
.newsTitle {
	float: left;
	height: 30px;
	width: 822px;
}
.newsButton {
	float:left;
	padding: 14px 0 0;
}
.newsDescription {
/*	border-top: 1px solid grey; */
	clear: both; 
	font-size: 10px;
	height: 50px;
	margin: 55px 0 0; 
	width: 900px;
}
.newsDescription p {
	margin: 0;
}
.newsDescription p .date{
	color: #f90;
	font-weight: bold;
}
.newsDescriptionLeft {
	float: left;
	margin: 0 3px 0 0;
	padding: 5px 0 0;
	width: 220px;
}
.newsDescriptionRight {
	float: left;
	padding: 5px 0 0;
	width: 677px; 
}
#brandHeader {
	width: 900px;
	height: 90px;
	margin: auto;
}
#brandHeaderHome {
	width: 900px;
	height: 100px;
	margin: auto;
}
#brandHeaderHome img {
	padding: 35px 341px;
}
#blackBarWrapper{
	clear: both;
	background-color: black;
	color:white;
}
#blackBar {
	background-color:black;
	width: 900px;
	height: 30px;
	margin: auto;
}
#blackBar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#blackBar li {
	float: left;
}
#blackBar img{
	margin-right: 30px;
}
#contentWrapper{
	clear: both;
	height: 1100px;
}
#home_sampleLg {
	width: 220px; 
	height: 310px; 
	float: left; 
	margin-right: 4px; 
	background-image:url(../site_imgs/moreInfo_bg_lg.jpg);
}
#home_sampleSm {
	width: 107px; 
	height: 212px; 
	float: left; 
	margin-right: 5px;
	background-image:url(../site_imgs/moreInfo_bg_sm.jpg);
}
#projectTitle {
	margin: auto;
	width: 900px;
}
#projectTitle h1 {
	margin: 50px 0 50px 0;
}
#projectInfoBar {
	font-size: 11px;
	color: white;
	background-color: black;
}
#projectInfoBar a:link {
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted #ffbb11;
}
#projectInfoBar a:hover {
	color: #ffbb11;
	text-decoration: none;
	border-bottom: none;
}
#projectAccentColor {
	height: 0px;
}
html>body/**/ #projectAccentColor {
	height: 10px;
}
#projectInfo {
	width: 900px;
	margin: auto;
	padding: 10px 0 10px 0;
}
#projectContentWrapper {
	width: 100%;
	margin: -10px 0 0 0;
	background-color: white;
	padding-top: 12px;
}
html>body/**/ #projectContentWrapper {
	width: 100%;
	margin: 12px 0 0 0;
	background-color: white;
	padding-top: 0;
}
#projectContent {
	width: 910px;
	margin: auto;
	padding: 25px 0 25px; 0;
}
html>body/**/ #projectContent {
	width: 900px;
	margin: auto;
	padding: 25px 0 25px; 0;
}
#projectContent p a:link {
	font-weight: bold;
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted #ffbb11;
}
#projectContent p a:visited {
	font-weight: bold;
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted #ffbb11;
}
#projectContent p a:hover {
	font-weight: bold;
	color: #ffbb11;
	text-decoration: none;
	border-bottom: none;
}
#projectContent p a:active {
	font-weight: bold;
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted #ffbb11;
}
#projectContent p {
	font-size: 10px;
	line-height: 180%;
	color: #666666;
}
#projectTitleLg {
	font-size:16px;
	padding: 8px 3px;
	line-height: 130%;
	border-bottom: 1px solid #bbb;
}
#projectTitleSm {
	font-size:10px;
	padding: 6px 2px;
	border-bottom: 1px solid #bbb;
}
#projectDetailsLg {
	font-size: 10px;
	padding: 8px 3px;
}
#projectDetailsSm {
	font-size: 10px;
	padding: 3px 0 5px 2px;
	line-height: 160%;
}
#mainContent {
	margin: auto;
	width: 900px;
	padding-top: 15px;
}
#mainContent p {
	font-size: 10px;
	line-height: 180%;
	color: #666666;
}
#mainContent p .date{
	color: black;
	font-weight: bold;
}
#mainContent p a:link {
	font-weight: bold;
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted #ffbb11;
}
#mainContent p a:visited {
	font-weight: bold;
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted #ffbb11;
}
#mainContent p a:hover {
	font-weight: bold;
	color: #ffbb11;
	text-decoration: none;
	border-bottom: none;
}
#mainContent p a:active {
	font-weight: bold;
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted #ffbb11;
}
#mainContent h1 {
	margin: 0;
}
#mainContent h2 {
	margin: 30px 0 -20px 0;
}
html>body/**/ #mainContent h2 {
	margin: 30px 0 -12px 0;
}
#projectThumbs img{
	float: left;
	margin: 4px 0 0 4px;
}
#footerWrapper {
	clear: both;
	background-color: black;
	color: white;
	padding: 5px 0 300px 0;
	margin-top: 75px;
}
#footer {
	margin: auto;
	width: 900px;
	padding: 10px 0 0 0;
	font-size: 10px;
}
#footer a:link {
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted #ffbb11;
}
#footer a:visited {
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted #ffbb11;
}
#footer a:hover {
	color: #ffbb11;
	text-decoration: none;
	border-bottom: none;
}
#footer a:active {
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted #ffbb11;
}
#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer li {
	float: left;
	padding-right: 15px;
}

