@charset "utf-8";
/* CSS Document */

/*MAIN CLASSES*/

body{
	margin:0;
	padding:0;
	background-image:url(../_images/common/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#505050;
}

div#mainContent{
	width:960px;
	margin:0 auto;
	background-image:url(../_images/common/pi_insidePage_bg.jpg);
	background-repeat:no-repeat;
	background-position:  top left;
	background-color:#FFFFFF;

}

div#bgOutside {
	background-image:url(../_images/common/pi_backgroundShadow.png);
	background-repeat: repeat-y;
	width:1004px;
	margin:0 auto;
}

div#topBar{
	width:960px;
	height: 91px;
	background:url(../_images/common/pi_topBar_bg.png) no-repeat left bottom #FFF;
	/*padding:0 0 10px 0;*/
	font-size:11px;
	font-weight:bold;
	margin:0 0 0 1px;
}

	div#topBar #login
	{
		padding-bottom:-10px;
		margin-bottom:-10px;
		position:relative;
		right:16px;
		top:10px;
		height:14px;
		width:100px;
		float:right;
		text-align:right;
	}

	div#topBar img{
		margin:9px 15px;
	}

/*MAIN MENU CSS CLASSES*/
ul#mainMenu {
	/*width:960px;*/
	height:28px;
	line-height:26px;
	/*border-bottom:solid 1px #e3e4e5;*/
	/*border-top:solid 1px #e3e4e5;*/
	padding:0;
	font-size:11px;
	font-weight:bold;
	/*margin: -3px 0 0px 0;*/
	margin: 0px 0 100px 0;
	background: url(../_images/common/pi_topNav_bg.png) repeat-x;
}

.french-text {
	font-size:10px !important;
}

ul#mainMenu li {
	display:block;
	float:left;
	list-style:none;
	text-transform:uppercase;
	padding:0 0 0 15px;
	height: 33px;
	margin:0;
}




ul#mainMenu a, ul#mainMenu a:link, ul#mainMenu a:active, ul#mainMenu a:visited, ul#mainMenu a:hover, div#footer a{
color: #c3c3c3;
text-decoration:none;
}

ul#mainMenu a:hover{
	color:#FFF;
}

/*FOOTER CLASSES*/
div#footer{
	width:988px;
	padding:10px;
	height:60px;
	margin: auto;
	background-image:url(../_images/common/pi_bottomNav_bg.png);
}

div#footer ul{
	margin:3px 0 0 30px;
	padding:0;
	font-size:9px;
	font-weight:normal;
	text-align:left;
}

div#footer ul li{
	display:block;
	float:left;
	list-style:none;
	margin:0 5px 0 0;
}

div#footer strong {
	display:block;
	margin:0 0 0 30px;
	color: #FFF;
	padding-top: 10px;
}


/*HOME PAGE & INSIDE PAGE STRUCTURE CLASSES*/
div#mainColumn{
	width:760px;
	margin:0 9px 0 0;
	float:left;
}

div#insideMainColumn{
	width:543px;
	margin:10px 25px;
	float:left;
}

#mainImage{
	margin: -12px 0 -206px; 0px;
	position:relative;
	top: -198px;
	left: 1px;
}
div.sideColumn{
	width:176px;
	float:left;
}

div.sideColumn img {
	margin:20px 0 7px 0;
}

	div.sideColumn div.sponsors {
		text-align:center;
	}


	div.sideColumn div.buttons a{
		display:block;
		margin: 5px 0 4px 10px;
		width: 178px;
		height:62px;
		position: relative;
		z-index: 1;
		top:15px;
	}


	div#mainColumn a {	
		display:block;
		margin: 5px 0 4px 10px;
		width: 178px;
		height:62px;
		position: relative;
		z-index: 1;
		top:15px;
	}



div#videoHolder {
	position: relative;
	left: -10px;
	margin-bottom: 30px;
}


/*HOME PAGE FEATURE CLASSES*/

div#homeFeatures{
	width:400px;
	float:left;
	margin-top: 10px;
}

div.mainFeature{
	width:580px;
	background:url(../_images/home/pi_featureMainBottom.gif) no-repeat left bottom;
	padding:0 0 10px 0;
	margin:20px 0 15px 0;
	font-size:14px;
	line-height:18px;
}

div.mainFeature h3{
	font-size:18px;
	margin-top:5px;
}

div.subFeature{
	width:285px;
	background:url(../_images/home/pi_subFeatureBottom.gif) no-repeat left bottom;
	padding:0 0 15px 0;
	margin:0 0 10px 0;
}

.textOnlyFeature{
	width:275px;
	background:url(../_images/home/pi_subFeatureBottom.gif) no-repeat left bottom;
	padding:0 10px 15px 0;
	margin:0 0 10px 0;
}
.textOnlyFeature p{
	padding:0 0 0 10px;
	margin:0;
}

 .textOnlyFeature h3{
	 padding:0 0 0 10px;
}
	

.featureImage{
	margin:0 15px 0 10px;
	float:left;
}

/*COMMON CLASSES*/
a{
	text-decoration:none;
	color:#ad0800;
}

a.link{
	font-weight:bold;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:18px;
	color:#d4281f;
	margin:0 0 15px 0;
	padding:6px 0 5px 0;
	text-transform:uppercase;
}

h3{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:15px;
	color:#ee2e24;
	margin:0 0 5px 0;
	text-transform:uppercase;
	clear: left;
}

h4{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:11px;
	color:#d4281f;
	margin:0 0 5px 0;
	text-transform:uppercase;
}

h6{
margin:10px 0 0 0;
font-size:9px;
font-style:italic;
}

sup{
	font-size:9px;
	margin:0px;
	padding:0px;
	line-height:9px;
}

.left{
	float:left;
	/*padding: 12px 0 0 12px;*/
}
.right{
	float:right;
}

.alignCenter{
	text-align:center;
}

.clear{
	clear:both;
}

img{
	border:0;
}

img.button{
	margin:8px 0 0 0;
}

#signUp {
	background-image: url(../_images/common/na_signUp_e.png);
}

#signUp:hover {
	background-position: 0 -62px;
}

#pledge {
	background-image:url(../_images/common/na_pledge_e.png);
}

#pledge:hover {
	background-position: 0 -62px;
}

#volunteer {
	background-image:url(../_images/common/na_volunteer_e.png);
}

#volunteer:hover {
	background-position: 0 -62px;
}

/*french buttons*/

#signUp_f {
	background-image: url(../_images/common/na_signUp_f.png);
}

#signUp_f:hover {
	background-position: 0 -62px;
}

#pledge_f {
	background-image:url(../_images/common/na_pledge_f.png);
}

#pledge_f:hover {
	background-position: 0 -62px;
}

#volunteer_f {
	background-image:url(../_images/common/na_volunteer_f.png);
}

#volunteer_f:hover {
	background-position: 0 -62px;
}


a pledge {
	
}

a volunteer {
	
}

div.hr{
height:1px;
color:#d4d8db;
margin:20px 0;
}

table.chart {
	border:0;
}	

	table.chart th,
	table.chart td {
		padding:0;
	}

	table.chart th {
		padding-left:6px;
		padding-right:6px;
	}

	table.chart td.styledCel {
		background:url(../_images/common/bg_chart_td.gif);
		padding-left:6px;
		padding-right:6px;
	}
	table.chart td.separatorCel {
		background:url(../_images/common/bg_chart_tdSeperator.gif);
		width:20px;
		height:46px;
	}

div.prizes{
	width:inherit;
	padding:0 0 25px 0;
	border-bottom:solid 1px #CCC;
	margin:0 0 25px 0;
}

div.prizes div.prizeDetails{
	float:left;
	width:350px;
}

div.prizes img{
	float:left;
	margin:0 10px 0 0;
}

div.featureBox{
width:530px;
padding:5px 15px;
border:solid 1px #f1f1f1;
background-color:#f9f9f9;
line-height:30px;
}

div.featureBox img{
float:left;
margin:0 15px 0 0;
vertical-align:middle;
}

ul.menu{
	display:block;
	list-style:none;
	float:left;
	padding:0;
}
ul.menu li{
	display:block;
	float:left;
	padding:0 15px 0 0;
	font-weight:bold;
}

li{
	margin:0 0 8px 0;
	padding:0;
}

.cursor_pointer {
	cursor:pointer;
}
