/* =================== global styles =================== */


html {
	background-color: #4f0351;
}


body {
	color: #000;
	margin: 0;
	padding: 0;
	background: #4f0351 url(../images/bkgdGradient.png) repeat-x;
}


#wrapper {
    width: 960px;
	position: relative;
    margin: 0 auto;
	background: #ffffff;
}


#header {
	width: 960px;
	height: 217px;
	position: relative;
	display: block;
	background: #FFFFFF url(../images/homeHeader.jpg) no-repeat;	
}

#quote {
	width: 310px;
	height: 130px;
	display: block;
	position: absolute;
	background: url(../images/startQuote.png) no-repeat;
	right: 30px;
	top: 15px;
}

#quote p {
	padding: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .73em;
	font-weight: bold;
	font-style: italic;
	line-height: 1.55;
	color: #669dd0;
}

#quote span {
	line-height: 1.2;
	font-weight: lighter;
	background: url(../images/endQuote.png) no-repeat right bottom;
	text-align: right;
	display: block;
	padding-top: 0px;
	padding-right: 2em;
	padding-bottom: 2.4em;
}

#mainMenu {
	width: 960px;
	height: 38px;
	display: block;
	background:url(../images/navBar.png) no-repeat;
	
}

#mainMenu ul {
	float: left;
	width: 960px;
	list-style: none;
}


#mainMenu li {
	float: left;

}


#mainMenu li a:link, #mainMenu li a:visited {
	display: block;
	font-family: Arial, Helvetica;
	padding: 11px 10px 14px 10px;
	font-size: .70em;
	font-weight: bold;
	font-style: italic;
	letter-spacing: .04em;
	text-decoration: none;
	color: #fff;
	margin-left: 4px;
}


#mainMenu li a:hover, #header li a:active {
	color: #669dd0;
	background: #fff;
}


/*---------------------------- start of main Content ----------------------------*/   




#mainContent {
	width: 960px;	
	background: #fff;
	margin: 0 auto;
	float: left;
}


#videos {
	position: relative;
	float: left;
	margin-left: 15px;
}

#starBullets {
	float: left;
	width: 446px;
	height: 180px;
	display: block;
	background: url(../images/webpartBkgd.jpg) repeat-x;
	border: 1px solid #ccc;
	margin-left: 15px;
	margin-top: 15px;
}

#starBullets h1 {
	padding: 10px 0 4px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	font-style: italic;
	color: #4f0351;
}


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


#starBullets li {
	line-height: 1.8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #333;
	margin-left: 15px;
	background: url(../images/starBullet.png) no-repeat;
}

#starBullets li a {
	text-decoration: none;
	color: #669dd0;
	padding-bottom: .075em;
}


#starBullets li a:hover {
	border-bottom: 1px dotted #669dd0;
}

#starBullets img {
	position: absolute;
	top: 264px;
	right: 10px;
}


#feature {
	position: relative;
	float: left;
	width: 290px;
	height: 160px;
	display: block;
	margin-top: 12px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
}

#feature h1 {
	padding: 0 0 4px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	font-style: italic;
	color: #4f0351;
}


#feature h2 {
	margin-left: 154px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .68em;
	font-weight: bold;
	color: #333;
}

#feature p {
	margin-left: 154px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .68em;
	line-height: 1.25;
	color: #333;
}

#feature p a {
	text-decoration: none;
	color: #669dd0;
	padding-bottom: .075em;
}


#feature p a:hover {
	border-bottom: 1px dotted #669dd0;
}

#featureImg {
	position: absolute;
	background: url(../images/nationalsPic.jpg) no-repeat;
	top: 25px;
	left: 15px;
}


#quickLinks {
	float: left;
	width: 157px;
	height: 160px;
	display: block;
	margin-top: 12px;
}


#quickLinks h1 {
	padding: 0 0 4px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	font-style: italic;
	color: #4f0351;
}

#quickLinks h3 {
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .68em;
	font-weight: bold;
	color: #333;
	display: block;
}

#quickLinks h2 {
	margin-left: 15px;
	margin-top: 4px;
	border-top: 1px solid #ccc;
	padding-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .68em;
	font-weight: bold;
	color: #333;
	display: block;
}


#quickLinks p {
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .68em;
	line-height: 1.25;
	color: #333;
}

#quickLinks p a {
	text-decoration: none;
	color: #669dd0;
	padding-bottom: .075em;
}


#quickLinks p a:hover {
	border-bottom: 1px dotted #669dd0;
}

#registerBtn {
	position: relative;
	float: left;
	width: 356px;
	height: 71px;
	display: block;
	margin: 7px 0 0 55px;
}


#ads {
	float: left;
	width: 930px;
	height: 88px;
	display: block;
	margin-left: 15px;
	margin-bottom: 15px;
	border-top: 5px solid #669dd0;
	border-right: 1px solid #b5cfe6;
	border-bottom: 1px solid #b5cfe6;
	border-left: 1px solid #b5cfe6;
	background: #f0f7fd;
}

#ads img {
	float: left;
	margin-top: 6px;
	margin-left: 6px;
	padding: 0;
	border: 0;
}


/*----------------------------- end of main Content -----------------------------*/   


.clear { clear: both }



#mailingList {
	clear: both;
	background: #669dd0;
	width: 960px;
	height: 34px;
	display: block;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #b5cfe6;
	border-bottom: 1px solid #b5cfe6;
}

#mailingList form {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: .8em;
	font-style: normal;
	font-weight: normal;
	padding-top: 6px;
}

#mailingList #name {
	color: #666666;
	font-size: .8em;
	width: 160px;
}


.join {
	font-family: Arial, Helvetica;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	color: #fff;
}

#footer {
	clear: both;
	background: #cccccc;
	width: 960px;
	height: 100px;
	display: block;
	margin: -3px auto 0 auto;	
}

#socialMedia {
	margin-top: 28px;
	width: 225px;
	margin-left: 15px;
	float: left;
}

#socialMedia img {
	border: 0;
	margin-right: 7px;
}

#footerCopy {
	width: 715px;
	display: block;
	float: right;
	margin-top: 3px;
}

#footerCopy p {
	padding-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: .71em;
	line-height: 2.0;
}

#footerCopy a {
	color: #999999;
	text-decoration: none;
	padding-bottom: .075em;
}


#footerCopy a:hover {
	color: #669dd0;
	border-bottom: 1px dotted #669dd0;
}

#footerCopy a .nmd {
	color: #669dd0;
}

.bold {
	font-weight: bold;
	color: #ce4ea9;
}


/*----------------------------- start of slider -----------------------------*/   


/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/


/* Most common stuff you'll need to change */

	.coda-slider-wrapper { 
		padding: 15px 0;
	}
	
	.coda-slider {
	background: url(../images/videoBkgd.jpg) repeat-x;
	border: 1px solid #ccc;
	}
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { 
		height: 200px; 
		overflow: auto !important; padding-right: 20px; 
	}
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { 
		width: 600px; 
	} 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { 
		width: 600px; 
	}
	
	.coda-slider-wrapper.arrows .coda-slider { 
		margin: 0 10px;
	}
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { 
		background: #000; 
		color: #fff; 
		padding: 5px; 
		width: 100px; 
	}
	
	/* Tab nav */
	.coda-nav ul li a.current { 
		background: #669dd0; 
	}
	
	/* Panel padding */
	.coda-slider .panel-wrapper { 
		padding: 20px 20px 44px 20px;
	}
	
	/* Preloader */
	.coda-slider p.loading { 
		padding: 20px; 
		text-align: center; 
	}
	

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { 
		position: absolute;
		top: 393px;
		left: 126px;
		z-index: 1;
		clear: both; 
		display: block; 
		margin: auto; 
		overflow: hidden;
	}
	
	.coda-nav ul li { 
		display: inline;
	}
	
	.coda-nav ul li a { 
		font-family: Arial, Helvetica, sans-serif;
		font-size: .9em;
		background: #ccc; 
		color: #fff; 
		display: block; 
		float: left; 
		margin-right: 1px; 
		padding: 3px 9px; 
		text-decoration: none;
	}
	
	/* Miscellaneous */
	
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
	
	#coda-slider-9, #coda-slider-9 .panel { width: 465px }
	#coda-slider-9 h2.title { display: none }