@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}
:focus {
	outline: 0 none;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, table, address{
	margin-bottom: 12px;
} 
dd {
	margin-bottom: 5px;
}
img{
	border: 0;
}
ul, ol {
	padding-left: 24px;
}
a{
	color:#0066CC;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	color:#114477;
}
label{
	cursor: pointer;
}
table {
	width: 100%;
	border: 0 none;
	border-collapse: separate;
	border-spacing: 0;	
}
th {
	text-align: left;
}
th, td {
	padding: 0;
}

/* Typography */
body {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 17px;
	background: #eaf7fc;
	color: #000;
	padding-bottom: 100px;
}
h1 {
	font-size: 32px;
	line-height: 34px;
}
h2 {
	font-size: 24px;
	line-height: 26px;
}
h3 {
	font-size: 18px;
	line-height: 20px;
}
h4 {
	font-size: 16px;	
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
p, table, ol, ul, dl, pre, blockquote, address {
	font-size: 12px;
}

/* Clearfix */
.clearfix:after{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix{
	display: inline-block;
}
html[xmlns] .clearfix{
	display: block;
}
* html .clearfix{
	height: 1%;
}

/* Phark Image Replacment Method */
.imgheader, .imgbutton{
	text-indent: -9999px;
	overflow: hidden; 
	background-repeat: no-repeat;
}
.imgbutton{
	display: block;
}

#top_background {
	width: 810px;
	height:171px;
	position:absolute;
	z-index:0;
	background-image: url(../img/z_background.png);
	background-repeat:no-repeat;
	left: -40px;
}

#container {
	position:relative;
	margin-left: 50px;
	z-index:100;
}
#banner_box {
	position:relative;
	padding:0px 0px 10px 0px;
	width:178px;
}

#header {
	height: 100px;	
	width: 724px;
}
#header h1,
#header h1 a {
	height: 92px;		
}
#header h1{
	margin: 0;
	padding: 0;
}
#header h1 a {
	background-image:  url(../img/top_banner.png);
}
#header h3,
#header h3 a {
	width: 184px;
	height: 62px;		
}
#header h3 {
	position: absolute;
	right: 10px;
	top: 20px;
	margin:0;
}
#header h3 a {
	background-image: url(../img/logo_pulse.png);	
}

#header h2 {
	font-size: 12px;
	line-height:12px;
	margin:0;
}

/* Content */
#content {
	margin-bottom: 10px;
}
#content .column {
	float: left;
}

#content .more,
#content .less {
	font-size: 14px;
	color: #fff;
	display: block;
	text-align:right;
	background: #99cc33;
	padding: 2px 10px 2px 10px;
	font-weight: normal;
}
#content a.more:hover,
#content a.less:hover {
	background: #71aa00;
}

#content a.title_name:hover  {
color:#666666;
}

#content h4.hdr_challenge {
	text-align: right;
	background:#336666;
	color:#fff;
	font-weight: normal;
	padding: 6px 8px;
	text-transform: lowercase;
	font-size: 20px;
	line-height: 20px;
}
#content h4.hdr_actions {
	background: #cc3333;
}
#content h4.hdr_legacy {
	background: #cc6633;
}

#content #banner {
	width: 700px;
	height: 210px;
	margin-bottom: 10px;
	background: #fff;
	padding: 20px 10px;
	border:1px #CCCCCC solid;
}

#content #banner #cal {
	width: 350px;
	margin-right: 10px;
} 
#content #banner #cal h4.hdr_challenge {
	font-size: 25px;
	line-height: 25px;
	width: 300px;
	float: right;
}
#content #banner #cal h4.hdr_actions {
	width: 245px;
}
#content #banner #cal h4.hdr_legacy {
	width: 275px;
}
#content #banner #cal a.more  {
	float: right;
	width: 210px;
}
#content #banner #intro {
	background: #cccccc;
	height: 210px;
	width: 340px;
} 

/* Project Column */
#content #projects {
	width: 722px;
	margin-right: 10px;
}
/* Project Listing */
#content .projectslist {
	margin:0;
}

#content .projectslist dt,
#content .projectslist dd{
	background: #fff;
	float: left;
	padding: 10px;
	margin:0;
	width: 340px;
	overflow: hidden;
}


#page_info #content .projectslist {
border:1px solid #CCCCCC;
background:#fff;
height:auto !important;
min-height:723px;
}

#content .projectslist dt {
	margin-right: 0px;
	width:340px;
	

}
#content .projectslist dd {
	width: 340px;
	
		
}




#content .projectslist ul {
	margin:0;
	padding:0;
}
#content .projectslist li {
	float: left;
	list-style: none;
}
#content .projectslist li.thumb {
	margin-right: 10px;
}
#content .projectslist li.thumb img {
	width: 165px;
	height: 120px;
}
#content .projectslist li.graph img {
	width: 165px;
	height: 95px;
}
#content .projectslist li.graph a.more {
	background: #cd6731;
}
#content .projectslist li.graph a.more:hover {
	background: #c64500;	
}
#content .projectslist dd h2 {
	font-size: 16px;
	line-height: 18px;
	color:#336666;
}
#content .projectslist dd p {
	font-size: 13px;
	margin:0;
	color:#666666;
}
#content .projectslist dd a.more {
	float: right;
}



#content .projectslist dd a.title_name {
color:#336666;
}


#content #projectinfo dd p {
	margin-bottom: 13px;
}
#content #projectinfo dt {
	position: relative;
	padding-top: 50px;
	

}
#content #projectinfo #sharethis {
	position: absolute;
	top: 10px;
	left: 10px;
}
#content #projectinfo #pagination {
	position: absolute;
	right: 8px;
	top: 10px;
}
#content #projectinfo #pagination a {
	margin: 0 3px;
	text-indent:-9999px;
	overflow: hidden;
	display: block;
	width: 31px;
	height: 31px;
	float: left;
}
#content #projectinfo #pagination a.btn_next { 
	background: url(../img/btn_next.gif) no-repeat;
}
#content #projectinfo #pagination a.btn_prev { 
	background: url(../img/btn_prev.gif) no-repeat;
}
#content #projectinfo dd p.btn_home {
	margin-bottom: 3px;
}
#content #projectinfo dd p.btn_home a {
	display: block;
	float: right;
	padding-right: 35px;
	background:url(../img/btn_home.gif) right top no-repeat;
	line-height:31px;
	color: #666666;
	font-size:16px;
}
#content #projectinfo dd a.more {
	width:318px;
	font-size: 20px;
	line-height: 20px;
	text-align: right;
	padding: 4px 6px;
	text-overflow:ellipsis;
	overflow:hidden;
}
#projectmedia a.more {
	text-align: right;
	float:right;
	margin-bottom:10px;
	width:320px;
}

/* Sidebar */
#content #sidebar {
	width: 200px;
	background:#FFFFFF;
	margin:262px 0px 0px 0px;
	padding:0px;
	

	
}
#content #sidebar .wrap {
width:180px;
padding:10px;
border:1px #ccc solid;

}
#content #sidebar ul {
	padding-left: 0;
}
#content #sidebar ul li {
	list-style:none;
}
#content #sidebar ul li a {
	display: block;
	text-align:right;
	padding: 2px 0 2px 20px;
	color: #999999;
	font-size: 12px;
}
#content #sidebar ul li a:hover {
	background: url(../img/icon_green.gif) no-repeat;
	color: #666;
}
#content #sidebar ul li.active a {
	color: #666;
	background: url(../img/icon_plus.gif) no-repeat;
}
#content #sidebar h3 {
	text-align:right;
}

/* Page Specfic Overrides */
#page_project #content #projects {
	background: #fff;
}
#page_home #content .projectslist dt {
	height:122px;
	width:340px;
}

#page_home .projectslist dt {
	height:122px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin:0px 0px 10px 0px;
	width:340px;
}
#page_home .projectslist dd  {
	height:122px;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin:0px 0px 10px 0px;
	width:340px;
}

#page_home #content .projectslist dd {
	height:122px;
}


#page_project #content .projectslist {
	min-height: 723px;
	height: auto !important;
	height: 720px;
	border:1px #ccc solid;
}
#page_project #content .projectslist dd h2 {
	color: #666;
	font-size:25px;
	font-weight: normal;
	line-height:26px;
}
#page_project #content .projectslist dd .content_section {
	margin-bottom: 30px;
}

#projectmedia .content_section p {
	color:#666666;
	font-size:13px;
	margin:0px 0px 13px 0px;
	padding:0;
}


/* Subfooter Sponsors */

#content #subfooter_sponsors {
	width: 340px;
	height:190px;
	padding: 10px;
	margin-top:10px;
	margin-right:5px;
	background:#fff;
	text-align:left;
	float:left;
}

#content #subfooter_partners {
	width: 700px;
	height:190px;
	padding: 10px;
	margin-top:10px;
	background:#fff;
	text-align:left;
	float:left;
	border:1px #ccc solid;
}

#secondary_sponsors {
	float:left;

}
#main_sponsors {
	float:left;

}









/* Subfooter */
#content #subfooter {
	width: 700px;
	padding: 10px;
	background:#fff;
	border:1px #ccc solid;
}
#content #subfooter a,
#content #subfooter p {
	float: left;
	font-size: 14px;	
}
#content #subfooter a {
	width: 320px;
	margin-right: 10px;
	text-align:right;
}
#content #subfooter p {
	margin: 0;
	width: 340px;
	color: #4c606c;
	font-weight: bold;
	padding: 2px 0;
}

/* Footer */
#footer {
	font-size: 12px;
	text-align:left;
	padding-right: 250px;
	color:#999;
}

/* Rotating sidebar images */

#rotatingImage {
	width:470px;
	height:392px;
	margin-bottom:10px;
	position:absolute;
	top:0px;
	left:769px;
}






.skating {
	background: transparent url(../img/curling.png) top left no-repeat;	
}

.hockey {
	background: transparent url(../img/para_sking.png) top left no-repeat;	
}

.skijump {
	background: transparent url(../img/para_hockey.png) top left no-repeat;
}








#emailForm label {
	font-size:12px;
	padding:2px 0 0;
	display:block;
}

#emailForm .validationError {
	display:none;
	color:#00B7E3;
}

#emailForm em {
	color:#00B7E3;	
}

#submit {
	margin-top: 5px;
	width:130px;
} 

.form_holder {
	height:283px;
	padding:105px 5px 0px 10px;
	background:url(../img/side_banner_background.png) left top no-repeat;
} 

#sidebar p {
	padding:0;
	margin:0;
} 
