﻿/* definitions 

colors:
	red: #b30838
	dark warm gray: #343741 **new round 2
	mid warm gray: #343741
	light warm gray: #d8d0c7
	super light warm gray: #efe9e5

*/

/* @group global styles */

/* @group page */

html {
	background-color: #b1b4b5;
}

body {
	background-color: #fff;
}

#primaryHeader {
}

#preHeaderContainer {
	background-color: #fff;
}

#headerShadow {
	height: 10px;
	background: url(../images/common/shadow.png) repeat-x scroll 0 0;
}

#navigationContainer {
	background-color: #fff;
}

#footerContainer {
	background-color: #b1b4b5;
}



/* @end */

/* @group typography */

/* @group type families */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
}

body, p, li, a {
	font-family: Arial, Helvetica, Geneva, sans-serif;
}



/* @end */

/* @group type styles */

h1 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
}

h2 {
	color: #b30838;
	font-size: 20px;
	margin-bottom: 10px;
}

h3 {
	color: #343741;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

h4 {
	color: #343741;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

body, p, a {
	color: #343741;
	font-size: 12px;
}

p {
	margin-bottom: 10px;
}

.bigFade {
	background-color: white;
	opacity: 0.95;
	filter:alpha(opacity=95); /* IE patch */
	width: 100%;
	height: 450px;
	position: absolute;
	top: 0;
	left: 0;
}



/* @end */

/* @group links */

a.null, a.null:hover {
	cursor: default;
}



/* @end */



/* @end */



/* @end */

/* @group element styles */

/* @group navigation */

#navigationContainer {
	background: #fff none no-repeat scroll center -5px;
}

ul.primaryNavigationFeature li {
	background: #efe9e5 no-repeat scroll center center;
}

ul.primaryNavigationFeature li a {
	font-size: 11px;
}

ul.primaryNavigationFeature li a.topic {
	background: url(../images/common/feature-nav.png) no-repeat scroll 0 0;
}

ul.primaryNavigationFeature li a.market {
	background: url(../images/common/feature-nav-market.png) no-repeat scroll 0 0;
}

ul.primaryNavigationFeature li a:hover {
	background-position: 0 -115px;
}

ul.primaryNavigationFeature li a.current {
	background-position: 0 -230px;
}



/* @end */

/* @group main content */

#imageContainerUpper, #imageContainerLower {
	background: #b1b4b5 no-repeat scroll center top;
}

#featureCopy, #microCopy {
	background-color: #b30838;
}

#featureCopy {
	background: #b30838 no-repeat scroll right 180px;
}

#relatedContainer p, #relatedContainer a {
	font-size: 11px;
}

#relatedContainer p {
	margin-top: 5px;
}

#relatedContainer li {
	margin-bottom: 2px;
}

#col01, #col02 {
	border-top: 5px solid #3a617a;
}



/* @end */

/* @group news */

a.download {
	color: #b30838;
	font-weight: bold;
	float: right;
}

#tertiaryContainer ul li a, #awards ul li a {
	text-decoration: none;
	font-size: 13px;
	border-bottom-style: none;
}

#tertiaryContainer ul li a:hover, #awards ul li a:hover {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#tertiaryContainer ul li p, #awards ul li p {
	color: #878a8f;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 5px;
}

#tertiaryContainer ul li p span, #awards ul li p span {
	float: left;
	display: block;
	width: 100px;
}



/* @end */



/* @end */

/* @group typography */

/* @group link styles */

a#cleaner, p#hide, p#show {
	text-decoration: none;
	font-size: 9px;
	color: #343741;
}

ul#primaryNavigation li.standard a {
	font-size: 12px;
	color: #343741;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	text-align: right;
	text-transform: capitalize;
	padding-top: 17px;
	height: 13px;
	background: url(../images/common/nav-sub.png) repeat-x scroll 0 -5px;
}

ul#primaryNavigation li.primary a {
	font-size: 14px;
	color: #b30838;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	text-align: right;
	padding-top: 15px;
	height: 15px;
	background: transparent url(../images/common/nav-feature.png) no-repeat scroll 0 -5px;
}

ul#primaryNavigation li.primary a:hover {
	background-position: 0 0;
}

.items div a, ul.primaryNavigationFeature li a, #homeFeatures li a {
	color: #efe9e5;
	text-decoration: none;
}

ul.secondaryNavigation a {
	color: #343741;
	text-decoration: none;
}

ul.secondaryNavigation a:hover {
	color: #343741;
}

#relatedContainer a {
	text-decoration: none;
}

#relatedContainer a:hover {
	text-decoration: underline;
}


/* @end */

/* @group copy styles */

.bodyFirst {
	font-size: 12px;
}

#microCopy p.title {
	font-size: 12px;
	color: #fff;
}

#microCopy p.location {
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
}

#primaryNavigationExpanded h1 {
	color: #343741;
}

#featureCopy p {
	color: #f5eaec;
	font-size: 13px;
}

#secondaryCopy p {
	color: #343741;
}

.smallFeature {
	font-size: 8px;
	text-transform: uppercase;
}



/* @end */



/* @end */

/* @group special conditions */

/* @group search */

#noResults {
	margin: 15px;
	position: relative;
}

#noResults ul {
	margin-left: 10px;
}

#noResults li {
	list-style-type: square;
	padding-left: 5px;
	list-style-position: inside;
}



/* @end */

/* @group 404 page */

ul.sitemap li {
	margin-bottom: 5px;
	margin-left: 5px;
	min-height: 15px;
	font-weight: bold;
}

ul.sitemap li ul {
	margin-top: 8px;
}

ul.sitemap li ul li {
	font-weight: normal;
	font-style: normal;
}



/* @end */

/* @group map */

#usmap {
	width: 700px;
	height: 450px;
	background: transparent url(../images/map/usmap.png) no-repeat scroll 0 0;
	margin-left: 240px;
	position: relative;
	top: 0;
}

#usmap ul li {
	background-color: #b30838;
	overflow: hidden;
	width: 7px;
	height: 7px;
	cursor:  pointer;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: 1700;
}

#usmap ul li div {
	width: 120px;
	height: 120px;
	margin: 10px;
	overflow: hidden;
}

#usmap h2 {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 4px;
}

#usmap p {
	font-size: 10px;
	margin-bottom: 3px;
}

#usmap p, #usmap p span, #usmap p a {
	color: #d8d0c7;
}

#usmap p span {
	width: 22px;
	display: block;
	float: none; /* OLD float: left; */
}

#usmap p a {
	text-decoration: none;
	font-size: 8px;
	float: right;
}



/* @end */

/* @group footer */

#copyright, #copyright a {
	font-size: 10px;
	color: #343741;
}

#social {
	width: 325px;
	float: right;
	padding-top: 10px;
	text-align: right;
}

#social p {
	padding-top: 5px;
	height: 15px;
	float: right;
	color: #343741;
}

a.social {
	width: 20px;
	height: 20px;
	display: block;
	float: right;
	margin-left: 10px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

a.social:hover {
	background-position: 0 -25px;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

#sitemap {
	width: 965px;
	border-top: 1px solid #343741;
	padding-top: 10px;
	margin-top: 5px;
	overflow: hidden;
	height: 20px;
}

#sitemap li {
	width: 125px;
	float: left;
	margin-right: 25px;
}

#sitemap li li {
	margin-right: 0;
}

#sitemap h3 {
	color: #343741;
}

#sitemap a {
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #343741;
}

#sitemap a:hover {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #343741;
}



/* @end */

/* @group home page */

#homeFeatures li {
	background: #efe9e5 no-repeat scroll center center;
}

#homeFeatures li a {
	background: transparent url(../images/common/feature-home.png) no-repeat scroll 0 0;
	font-size: 14px;
}

#homeFeatures li a:hover {
	background-position: 0 -160px;
}

#homeFeatures li a.current {
	background-position: 0 -320px;
}

.images div a {
	background: transparent url(../images/common/feature-project.png) no-repeat scroll 0 0;
}

/* @group carousel */

#carousel_ul a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

#carousel_ul a.tag {
	background: url(../images/common/feature-tag.png) no-repeat scroll 0 0;
}

#carousel_ul a.imageLoad {
	background: url(../images/common/feature-project.png) no-repeat scroll 0 0;
}

#carousel_ul a.videoLoad {
	background: url(../images/common/feature-video.png) no-repeat scroll 0 0;
}

#carousel_ul a.videoLoad {
	background: url(../images/common/feature-project.png) no-repeat scroll 0 0;
}

#carousel_ul a:hover {
	background-position: 0 -140px;
}

#carousel_ul a.current {
	background-position: 0 -280px;
}

#carousel_controls {
	width: 635px;
	margin-top: 5px;
	height: 15px;
}

#carousel_controls a {
	float: right;
}



/* @end */

/* @end */



/* @end */