@import url("../../global/CSS/global.css");

html {
	padding: 0;
}

body {
	margin: 0;
	background: url(../Images/new/bg-body.png);
	overflow-x: hidden;
	font-family: Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
	color: #4c4c4c;
	margin: 0 0 30px 0;
}

h2 {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #4c4c4c;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 16px;
	line-height: 16px;
	color: #4c4c4c;
	margin: 0 0 10px 0;
}

h4 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #4c4c4c;
	margin: 0 0 10px 0;
}

p {
	font-size: 13px;
	line-height: 18px;
	color: #666;
}

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

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none;
}

.shadow {
	width: 100%;
	height: 18px;
	position: absolute;
	bottom: -18px;
	left: 0;
	background: url(../Images/new/bg-shadow.png) no-repeat bottom center;
}

#header {
	position: relative;
	z-index: 1;
	height: 61px;
	background: url(../Images/new/bg-nav.png) repeat-x;
}

#header .wrapper {
	width: 946px;
	margin: 0 auto;
}

#mainnav {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	border-left: 1px solid #e8e8e8;
	height: 58px;
}

#mainnav li {
	float: left;
}

#mainnav a {
	display: block;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #4c4c4c;
	text-decoration: none;
	padding: 22px 27px;
	border-right: 1px solid #e8e8e8;
	text-shadow: 0 1px 0 #fff;
}

#mainnav a:hover {
	color: #f16522;
}

#mainnav ul {
	display: none;
}

#mn-home,
#mn-sitemap {
	display: none;
}

#feature {
	margin: 0 auto;
	width: 946px;
}

#banner {
	position: relative;
	margin: 0 0 0 -394px;
	width: 1732px;
	height: 523px;
	background: #000;
}

#banner .browse {
	position: absolute;
	bottom: 70px;
	display: block;
	width: 45px;
	height: 45px;
	text-indent: -9999px;
	background: url(../Images/new/bg-arrows.png) top left;
}

#banner .prev {
	right: 445px;
}

#banner .next {
	right: 390px;
	background-position: top right;
}

#subheader.home {
	position: relative;
	z-index: 1;
	width: 946px;
	height: 130px;
	margin: -47px auto 0 auto;
	background: url(../Images/new/bg-subheader.png) no-repeat center top;
}

#subheader {
	position: relative;
	z-index: 1;
	width: 946px;
	height: 159px;
	margin: 40px auto 0 auto;
	background: url(../Images/new/bg-subheader-sub.png) no-repeat center top;
}

#subheader a {
	display: block;
	float: left;
	text-indent: -9999px;
}

#logo {
	width: 202px;
	height: 62px;
	margin: 24px;
	background: url(../Images/new/bg-logo.png);
}

#linkone {
	width: 218px;
	height: 57px;
	margin: 35px 10px 0 0;
	background: url(../Images/new/bg-imnewhere.png) no-repeat top;
}

#linktwo {
	width: 218px;
	height: 57px;
	margin: 35px 10px 0 0;
	background: url(../Images/new/bg-getinvolved.png) no-repeat top;
}

#linkthree {
	width: 218px;
	height: 57px;
	margin: 35px 0 0 0;
	background: url(../Images/new/bg-kidsandstudents.png) no-repeat top;
}

#subheader a:hover {
	background-position: bottom;
}

#callouts {
	width: 902px;
	padding: 22px;
	overflow: hidden;
	margin: 0 auto;
	background: #fff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#callouts .one {
	float: left;
	width: 265px;
	padding: 0 20px 0 0;
}

#callouts .two {
	float: left;
	width: 272px;
	padding: 0 20px 0 26px;
	background: url(../Images/new/bg-callout.png) no-repeat left top;
}

#callouts .three {
	float: left;
	width: 252px;
	padding: 0 20px 0 26px;
	background: url(../Images/new/bg-callout.png) no-repeat left top;
}

#callouts img {
	float: left;
	margin: 0 20px 0 0;
}

#callouts h4 {
	margin: 0;
}

#callouts p {
	font-size: 11px;
	line-height: 16px;
	margin: 0;
}

#content {
	width: 846px;
	padding: 50px;
	overflow: hidden;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}

#body {
	float: left;
	width: 582px;
}

#body.full {
	width: 850px;
}

#right {
	float: right;
	width: 164px;
	min-height: 225px;
	padding: 0 0 0 26px;
	background: url(../Images/new/bg-right.png) no-repeat left top;
}

#menu p {
	display: none;
}

#menu h2 a {
	text-decoration: none !important;
	color: #f16522 !important;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	margin: 5px 0 0 0;
}

#menu ul a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #999;
}

#menu ul a.current {
	color: #4c4c4c;
}

#footer {
	position: relative;
	width: 946px;
	padding: 56px 0 0 0;
	margin: 0 auto;
	background: url(../Images/new/bg-footer.png) no-repeat top center;
	overflow: hidden;
}

#footer #social {
	float: left;
}

#footer #social a {
	display: block;
	text-indent: -9999px;
	width: 17px;
	height: 17px;
	float: left;
	margin: 0 10px 0 0;
	background: url(../Images/new/bg-social.png) no-repeat;
}

#footer a#twitter {
	background-position: top left;
}

#footer a#facebook {
	background-position: -17px top;
}

#footer a#youtube {
	background-position: -34px top;
}

#footer a#podcast {
	background-position: -51px top;
}

#footer a#email {
	background-position: top right;
}

#footer p#links {
	float: right;
}

#footer p {
	font-size: 11px;
	margin: 0;
}

#footer b {
	color: #ccc;
}

#footer a {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
}

#footer #main {
	float: left;
	clear: both;
	border-top: 1px solid #555;
	padding: 10px 0 0 0;
	margin: 10px 0;
	width: 100%;
	overflow: hidden;
}

#footer #close {
	float: left;
}

#clifton {
	position: absolute;
	display: block;
	width: 158px;
	height: 37px;
	top: 0;
	right: 0;
	text-indent: -9999px;
}

.floatright {
	float: right;
}

#credit {
	margin: 5px 0 0 0;
}

ul.sw-portfolio-projects-list li {
	float: left;
	width: 100px;
	min-height: 165px;
	padding: 10px;
	margin: 0 10px 20px 10px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0, 0.25);
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

li.sw-portfolio-tag-group ul {
	background: #eaeaea;
	overflow: hidden;
	padding: 10px 10px 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 10px 0 20px 0;
}

li.sw-portfolio-tag-group ul li {
	overflow: hidden;
	float: left;
}

li.sw-portfolio-tag-group ul li a {
	display: block;
	text-decoration: none;
	float: left;
	padding: 6px 12px;
	color: #999;
	font-size: 12px;
	line-height: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #dedede;
	margin: 0px 5px 5px 0px;
}

li.sw-portfolio-tag-group ul li a.selected {
	background: #999;
	color: #fff;
}

li.sw-portfolio-tag-group span {
	font-size: 16px;
	font-weight: bold;
}

div.sw-portfolio-project-images ul.tabs,
div.sw-portfolio-project-detail li {
	display: none;
}

.sw-portfolio-project-images {
	float: left;
	width: 250px;
}

.sw-portfolio-project-info {
	float: left;
	width: 570px;
	margin: 0 0 0 20px;
}

.sw-portfolio-project-info h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin: 0 0 10px 0;
}

.sw-portfolio-project-url a {
	display: block;
	text-decoration: none;
	float: left;
	padding: 6px 12px;
	color: #999;
	font-size: 12px;
	line-height: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #dedede;
	margin: 0px 5px 5px 0px;
}
