/*
*******************************************************************

Title:			marcum-challenge.css
Browser(s): 	Safari, Firefox, IE 6 & 7

Author: 		Andy Davis 
Created: 		11.03.2008
Version:		v1

*******************************************************************
*/

/********************************* MAIN BANNER **/

img {
	border: 0;
}

.marcum-challenge {
	width: 775px;
	height: 330px;
	background: url(../images/marcum-challenge-banner.jpg) no-repeat;
}

marcum-challenge-alt {
	width: 775px;
	height: 330px;
	background: url(../images/marcum-challenge-banner-alt.jpg) no-repeat;
}

.difference-btn1 a {
	position: relative;
	top: 292px;
	left: 482px;
	width: 249px;
	height: 18px;
	background: url(../images/marcum-difference-btn.gif) no-repeat;
	text-indent: -9999px;
	display: block;
}

.difference-btn1 a:hover {
	background-position: -249px 0;
}

.difference-btn2 a {
	position: relative;
	top: 275px;
	left: 482px;
	width: 249px;
	height: 18px;
	background: url(../images/marcum-difference-btn.gif) no-repeat;
	text-indent: -9999px;
	display: block;
}

.difference-btn2 a:hover {
	background-position: -249px 0;
}

.video-btn a {
	position: relative;
	top: 292px;
	left: 164px;
	width: 229px;
	height: 18px;
	background: url(../images/watch-video-btn.gif) no-repeat;
	text-indent: -9999px;
	display: block;
}

.video-btn a:hover {
	background-position: -229px 0;
}


/********************************* LEFT COLUMN **/

#left-column {
	width:300px;
	float: left;
}

#left-column h1 {
	font: bold 16px Arial, sans-serif;
	color: #635f4f;
	margin: 0 0 18px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #d9dad8;
}

#left-column p {
	font: normal 13px Arial, sans-serif;
	color: #333;
	line-height: 20px;
}

#left-column p a {
	color: #d42e34;
	font-weight: bold;
	text-decoration: underline;
}

#left-column p a:hover {
	text-decoration: none;
	color: #000;
}

.difference-btn a {
	width: 304px;
	height: 35px;
	background: url(../images/marcum-difference-btn-big.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	margin-top: 40px;
}

.difference-btn a:hover {
	background-position: -304px 0;
}

/******************************* RIGHT COLUMN **/


#right-column {
	width: 410px;
	margin-left:25px;
	float: left;
}

#right-column h2 {
	font: bold 16px Arial, sans-serif;
	color: #635f4f;
	margin: 0 0 18px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #d9dad8;
}

/********************************* EVENT GRID **/

.event-grid {
	width: 410px;
}

.event {
	width: 205px;
	float: left;
	text-align: center;
}

p.event-date {
	font: bold 14px Arial, sans-serif;
	color: #bb262d;
	margin:0 0 4px 0;
}

p.event-location {
	font: normal 13px Arial, sans-serif;
	color: #000;
	margin:0 0 2px 0;
}

p.event-details {
	font: normal 11px Arial, sans-serif;
	color: #000; 
	margin:0 0 25px 0;
}

/******************************** PAGE LAYOUT **/

.clear {
	clear: both;
}

#challenge-subnotes {
	width: 710px;
	padding: 8px 15px 8px 15px;
	background-color: #d9dad8;
	color: #838782;
	font: normal 11px Arial, sans-serif;
	font-style: italic;
	margin:0 0 -10px 0;
}

#challenge-subnotes p {
	margin: 2px 0 2px 0;
}

/******************************** VIDEO **/

.marcum-commercial {
	width: 775px;
	height: 330px;
	background: url(../images/marcum-videobanner-v1.jpg) no-repeat;
}


.video {
	position: relative;
	top: 33px;
	left: 33px;
	width: 320px;
	height: 265px;
}