@charset "UTF-8";
@import url("/css/forms.css");
@import url("/css/navigation.css");
@import url("/css/loopedslider.css");
/* CSS Document */
/* Default Style Sheet - ND Teen Drivers */


/* HTML tags */

body {
	background: #8fafbf url('/images/bg-splatter.gif') no-repeat center top;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, "Bitstream Vera Sans", Arial, sans-serif;
	font-size: 75%;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {font-family: Helvetica, "Bitstream Vera Sans", Arial, Geneva, Tahoma, sans-serif; margin:0px;line-height:0.9em;}
h1 {font-size: 2.2em;}
h2 {font-size: 2em;}
h3 {font-size: 1.8em;}
h4 {font-size: 1.6em;}
h5 {font-size: 1.4em;}
h6 {font-size: 1.2em;}

.h1Cheat, .h2Cheat, .h3Cheat, .h4Cheat, .h5Cheat, .h6Cheat {
	font-family: Helvetica, "Bitstream Vera Sans", Arial, Geneva, Tahoma, sans-serif;
	margin:0px;
	line-height:0.9em;
	font-weight: bold;
}
.h1Cheat {font-size: 2.2em;}
.h2Cheat {font-size: 2em;}
.h3Cheat {font-size: 1.8em;}
.h4Cheat {font-size: 1.6em;}
.h5Cheat {font-size: 1.4em;}
.h6Cheat {font-size: 1.2em;}

.h1 span, .h2 span {color: #901010; font-weight:bold;}

h1Cheat span, h2Cheat span {color: #901010; font-weight:bold;}

ul, ol {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

table {
	margin: 12px auto;
}

table tr td {
	vertical-align: top;
	border-bottom: 1px dotted #ccc;
}

/* Hyperlinks */

a {
	color: #206080;
}

a:hover {
	color: #444444;
}

.sidebox a {
	text-decoration: none;
}

a.btn {
	background: #ddd;
	padding: 5px 16px;
	border: 1px solid #999;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	-moz-border-radius: 6px;
	color: #999;
	font-weight: bold;
	text-decoration: none;
	line-height: 3em;
}

/* Layout Styles */

#main {
	width: 918px;
	margin: 0 auto;
	background: url('/images/bg-site.png') repeat-y;
}

#header {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: center;
}
	#arrowhead {
	position: absolute;
	z-index: 100;
	top: 0px;
	left: -17px;
	width: 202px;
	height: 71px;
	background: url('/images/arrow-tip.gif');
	}

#contentWrap {
	width: 900px;
	margin: 0 auto;
	padding: 0px;
	background: url('/images/bg-contentwrap.gif') repeat-y;
}

#leftCol {
	position: relative;
	float: left;
	display: inline;
	width: 290px;
	background: url('/images/bg-sidebar.jpg') no-repeat;
}

#rightCol {	
	float: right;
	display: inline;
	width: 600px;
	background: url('/images/bg-content.jpg') no-repeat right top;
	border-left: 1px solid silver;
	position: relative;
}

#sponsors {
	padding: 16px 5px 0px 5px;
	margin: 0 auto;
	text-align: center;
	clear: both;
}

#preFooter {
	width: 800px;
	margin: 0 auto;
	padding: 8px 0px 8px 100px;
	background: #FFF;
	border-top: 1px solid silver;
}

#footer {
	position: relative;
	width: 820px;
	margin: 0 auto;
	padding: 16px 0px 0px 80px;
	background: #FFF url('/images/bg-footer.jpg') no-repeat;
	border-top: 1px dotted silver;
}

#footerfootyfootfoot {
	width: 900px;
	height: 23px;
	margin: 0 auto;
	background: url('/images/bg-footerfoot.jpg') no-repeat;
	clear: both;
}

#credit {
	width: 550px;
	margin: 10px auto;
	padding-top: 8px;
	border-top: 1px dashed gray;
	font-style: italic;
}

/* Menu Styles */

#menu {
	width: 200px;
	margin: 60px 0px 0px 16px;
	padding: 0px 40px;
}

#menu li {
	position: relative;
	z-index: 100;
	border-bottom: 1px dotted black;
	list-style: url('/images/arrow.gif') outside;
	margin: 0;
	padding: 0px;
}

#menu a {
	font-size: 17px;
	text-decoration: none;
	color: #901010;
	letter-spacing: -.05em;
	line-height: 1.4em;
}

#menu a:hover {
	color: #888888;
}

.secMenu {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.secMenu li {
	position: relative;
	z-index: 100;
}
	
	/* Sub Menu */	
	 
	#menu ul.sub,
	.secMenu ul.sub {
		position: absolute;
		z-index: 500;
		top: 0px;
		left: 200px;
		margin: 0px;
		list-style: none;
		display: none;
		padding: 0px;
		text-align: left;
	}
	
	.secMenu ul.sub {
		top: 13px;
		left: 75px;
	}
	
	#menu ul.sub li,
	.secMenu ul.sub li {
		display: inline;
		background-image: none;
		float: none;
		border-bottom: none;
		list-style: url('/images/arrow-sm.gif') outside;
	}
		 
	#menu ul.sub li a,
	#menu ul.sub li.sfhover a,
	.secMenu ul.sub li a,
	.secMenu ul.sub li.sfhover a {
		color: #000000;
		display: block;
		background-image: none;
		background-color: #AFCFD9;
		border-bottom: 1px dotted #7F9FAF;
		padding: 3px 0px 3px 6px;
		font-size: 12px;
		width: 100%;
		letter-spacing: normal;
	}
	
	#menu ul.sub li a:hover,
	.secMenu ul.sub li a:hover {
		background-color: #C9E9F5;
	}
	
	/* Drop Downs */
	
	#menu li:hover ul.sub, 
	#menu li.sfhover ul.sub,
	.secMenu li:hover ul.sub, 
	.secMenu li.sfhover ul.sub {
		display: block;
		width: 14em;
	}
	
	#menu li a:hover,
	.secMenu li a:hover {
		color: #777777;
	}

/* Typesetting */

.noBold {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.caps {
	text-transform: uppercase;
}

.sansSerif {
	font-family: Verdana, "Bitstream Vera Sans", Arial, sans-serif;
}

.sansSerifTitle {
	font-family: Helvetica, "Bitstream Vera Sans", Arial, "Lucida Grande", Tahoma, sans-serif;
}

.serif {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
}

.largeText {
	font-size: 1.5em;
}

.normalText {
    font-size: 1em;
}

.smallText {
	font-size: .85em;
}

.tinyText {
	font-size: .75em;
}

.smallTracking {
	letter-spacing: -0.1em;	
}

.smallLeading {
	line-height: .85em;
}

.midLeading {
	line-height: 1.6em;
}

.largeLeading {
	line-height: 1.8em;
}

.pageHeading {
	font-size: 2.6em;
	text-align: right;
	margin: 45px 24px 0px 0px;
}

.subTitle {
	font-size: 1.6em;
	font-weight: normal;
	text-align: right;
	margin: 0px 24px 6px 0px;
	line-height: 1.2em;
}

.subHeading,
.articleTitle {
	font-size: 1.4em;
	margin: 0px;
	padding-left: 20px;
}

.articleTitle {
	font-size: 1.8em;
}

.articleMeta {
	font-size: 1em;
	font-style:italic;
	font-weight: bold;
	margin: 2px;
	padding-left: 20px;
}

#rightCol p {
	padding-left: 24px;
	margin: 4px 10px 16px 0px;
	line-height: 1.8em;
}

/* Colors */

.lightBrown {
	color: #807e32;
}

.maroon {
	color: #735658;
}

.darkGreen {
	color: #736e4d;
}
.lightBlue {
	color: #ccccff;
}

.white {
	color: #FFF;
}
.red {
	color: #FF0000;
}
.black {
	color: #000000;

}
.blue {
	color: #206080;
}
.yellow {
	color: #807e32;
}
/* Misc Styles */

.accordion {
	margin: 3px 8px 20px 20px;
	border-bottom: 1px dashed gray;
	border-top: 1px dashed gray;
}

.accordion h4 {
	background: transparent url(/images/bull-bluarrow.gif) no-repeat scroll left center;
	
	color: black;
	cursor: pointer;
	font-size: 1.3em;
	font-weight: bold;
	margin: 2px;
	padding: 8px 12px;
	text-decoration: underline;
	background: #dcdba9;
}

.accordionPanel {
	display: none;
	line-height: 18px;
	padding: 0 12px 0 26px;
}

.spanBoxHead {
	margin: 12px 0px 0px 0px;
	padding: 12px;
	background: #bfb57a;
	color: #EEE;
	font-weight: bold;
	clear: both;
}

.spanBox {
	padding: 12px;
	background: #dedcbd;
}

.filePDF {
	width: 203px;
	height: 40px;
	background: url(/images/bg-pdf.gif) no-repeat;
	padding: 20px 5px 5px 35px;
	margin: 12px;
	font-size: .9em;
}

.roundBoxWrap {
	width: 217px;
}

.roundBoxTop {
	width: 217px;
	height: 14px;
	background: url(/images/round-box-top.gif) no-repeat;
}

.roundBoxBot {
	width: 217px;
	height: 14px;
	background: url(/images/round-box-bottom.gif) no-repeat;
}

.roundBoxMid {
	width: 193px;
	padding: 0px 8px 0px 16px;
	background: #b3ac86;
	color: #EEE;
}

.boxHeading {
	padding: 8px 0px 4px 12px;
	background: #ddda55;
	margin-bottom: 12px; 
}

.list1 li {
	margin: 3px;
	padding: 5px;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 1px dotted silver;	
}

.list2 {
	margin: 20px 16px 20px 30px;
}

.list3 li {
	margin: 4px;
	padding: 7px;
	border-bottom: 1px dotted silver;
	list-style: none;	
}

.wideBox {
	width: 310px;
	padding: 0px 16px 0px 0px;
	margin: 12px 0px 12px 16px;
	border-right: 1px dotted gray;
	background: url('/images/bg-box-splatter.gif') no-repeat top -12px;
}

.narrowBox {
	width: 220px;
	margin: 12px 0px 12px 16px;
}

.sidebox, .box2, .box3 {
	width: auto;
	margin: 16px 8px 8px 65px;
	padding: 22px 0px 0px 30px;
	background: url('/images/bg-box-yellow.gif') no-repeat;
}

	.box2 {
	top: 393px;
	background: url('/images/bg-box-pink.gif') no-repeat;
	}
	
	.box3 {
	top: 531px;
	background: url('/images/bg-box-green.gif') no-repeat;
	}
	
.sidebox a, .box2 a, .box3 a {
	padding-left: 12px;
}

.formSkin {
	margin: 12px auto;
	padding: 10px;
	background: #EEE;
	border: 1px solid #BBB;
}

.photo {
	margin: 8px;
	border: 1px solid #333;
}

.inlinePhoto {
	margin-left: -16px;
}

.capPhoto {
	float: right;
	display: inline;
	margin: 12px auto;
	width: 330px;
	text-align: left;
}

.miniCol {
	display: inline;
	width: 185px;
	margin: 0;
}

.dottedHR {
	border-bottom: 1px dotted gray;
	clear: both;
}

.singleHR {
    margin: 8px 0;
    border-top: 1px solid gray;
    clear: both;
}

.doubleHR {
    margin: 8px 0;
    border-top: 3px double gray;
    clear: both;
}

.noMargin {
	margin: 0;
}

.noPadding {
	padding: 0;
}

.noBorder {
	border: none;
}

.center {
	margin: 10px auto;
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.valignTop {
	vertical-align: top;
}
.valignBottom {
	vertical-align: bottom;
}
.valignMiddle {
	vertical-align: middle;
}

.indent {
	margin-left: 16px;
}

.margin12 {
	margin: 12px;
	padding: 3px;
}

.shortHr {
	border-top: 3px double gray;
	width: 150px;
	margin: 12px auto;
}

.cleared {
	clear: both;
}
.silverBorder {
	padding: 10px;
	border: 1px solid silver;
	margin: 10px;
}

.floatLeft {
	float:left;
	display: inline;
}

.floatRight {
	float: right;
	display: inline;
}

.orange {
	color: #f26522;
}

.centerImg {
	margin: 0 auto;
}
.preloadImg {
	display: none;
}

.clickitinfo {
	width: 600px;
	padding: 65px 0px 16px 0px;
	background: url('/images/img-clickquick-home1.gif') no-repeat right -26px;
}
.clickitinfo p {
	width: 341px;
	margin-left: 16px;
}
.elbow {
	position: absolute;
	top: 51px;
	right: -14px;
}
.foot {
	position: absolute;
	top: 311px;
	right: -51px;
}
.leaderboard {
	float: left;
	display: inline;
	width: 72px;
	height: 107px;
	margin: 0px 3px 0px 10px;
	padding: 6px 6px 0px 6px;
	font-size: 9px;
	text-align: center;
	line-height: 1em;
	background: url('/images/bg-schools.gif') no-repeat;
}
.signText {
	position: absolute;
	top:193px;
	right: 75px;
}
#breakout-kid {
	position: absolute;
	z-index: 100;
	top: -375px;
	left: -102px;
	width: 200px;
	height: 379px;
	background: url('/images/img-standingteen.png') no-repeat;
}
.readMore {
	float: right;
	display: inline;
	width: 150px;
	margin: 0px;
}

.readMore h6 {
	line-height: 1.2em;
}

#vidIntro {
	position: relative;
	width: 600px;
	height: 352px;
	/* background: url('/images/videos-section-1old.jpg') no-repeat;*/
}
#vidLink {
	position: absolute;
	top:0px;
	left:0px;
	width: 600px;
	height: 352px;
	z-index:10;
}
#vidIntro #vidOverlay {
	position: absolute;
	top: 115px;
	left: 45px;
	width: 240px;
	height: 180px;
	z-index:500;
}

.targetHeadingYellow {
	color: #807e32;
	font-size: 16px;
	line-height: 220%;
	font-weight: bold;
	text-indent: 20px;
	background-image: url(/images/targets-yellow.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.targetHeadingYellow a {
	color: #999966;
}
.targetHeadingYellow a:hover {
	color: #888888;
}
.targetHeadingBlue {
	color: #206080;
	font-size: 14px;
	line-height: 180%;
	font-weight: bold;
	text-indent: 20px;
	background-image: url(/images/targets-blue.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.targetHeadingBlue a {
	color: #206080;
}
.targetHeadingBlue a:hover {
	color: #888888;
}
.targetHeadingRed {
	color: #802027;
	font-size: 14px;
	line-height: 180%;
	font-weight: bold;
	text-indent: 20px;
	background-image: url(/images/targets-red.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.targetHeadingRed a {
	color: #802027;
}
.targetHeadingRed a:hover {
	color: #888888;
}
.padding5px {
	padding: 5px;
}
.padding10px {
	padding: 10px;
}
.padding15px {
	padding: 15px;
}
.padding20px {
	padding: 20px;
}
.paddingLR12px {
	padding-right: 12px;
	padding-left: 12px;
}

/* Add */

.buttonAdd {
	background-image: url(/images/targets-blue.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	font-weight: bold;
	text-indent: 25px;
	line-height: 180%;
}

/* Active */

.active {
	font-size: 12px;
	line-height: 140%;
	font-weight: bold;
	color: #009900;
}
.inactive {
	font-size: 12px;
	line-height: 140%;
	font-weight: bold;
	color: #FF0000;
}

/* Edit Delete */

#editdelete {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

/************* Warnings ****************/

.warning {
	font-size: 100%;
	line-height: 100%;
	color: #FF9900;
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	padding: 5px;
	font-weight: bold;
}

/**************** Errors ******************/

.errormsg {
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
	color: #FF0000;
	padding: 5px;
}
.error {
	font-size: 100%;
	line-height: 100%;
	color: #FF0000;
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	padding: 5px;
	font-weight: bold;
	width: 50%;
}
.required {
	font-size: 100%;
	line-height: 100%;
	color: #FF0000;
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	padding: 1px;
	font-weight: bold;
	width: 25%;
}
/*************** Success *****************/

.success {
	font-size: 100%;
	line-height: 120%;
	color: #009900;
	background-color: #FFFFFF;
	border: 1px solid #33CC33;
	padding: 10px;
	font-weight: bold;
	width: 75%;
}
.completed {
	font-size: 12px;
	line-height: 120%;
	color: #009900;
	font-weight: bold;
}

/*************** Pagination *****************/

.pagination {
	color: #735658;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 160%;
}

/*************** School Listing *****************/

.schoolListing {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
    color: #901010;
	font-weight: bold;
	line-height: 140%;
}
.schoolListing ul {
	list-style-type: none;
    color: #901010;
}
.schoolListing li {
	padding: 5px;
}
.schoolListing a {
	letter-spacing: 1px;
	color: #901010;
	font-size: 12px;
}
.schoolListing a:hover {
	color: #000000;
}

.schoolListingAlt {
	background-color: #CCCCCC;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
    color: #901010;
	font-weight: bold;
	line-height: 140%;
}
.schoolListingAlt ul {
	list-style-type: none;
    color: #901010;
}
.schoolListingAlt li {
	padding: 5px;
}
.schoolListingAlt a {
	letter-spacing: 1px;
	color: #901010;
	font-size: 12px;
}
.schoolListingAlt a:hover {
	color: #000000;
}
.schoolGroupListing {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #000000;
	line-height: 140%;
	font-weight: normal;
	background-color: #D7BCBC;
}

/* Student Listings */

.studentListing {
	letter-spacing: 1px;
	line-height: 140%;
	color: #901010;
	font-size: 12px;
	font-weight: bold;
}
.studentListing a {
	color: #901010;
}
.studentListing a:hover {
	color: #000000;
}
.studentListingAlt {
	background-color: #CCCCCC;
	letter-spacing: 1px;
	line-height: 140%;
	color: #901010;
	font-size: 12px;
	font-weight: bold;
}
.studentListingAlt a {
    color: #901010;
}
.studentListingAlt a:hover {
	color: #000000;
}

/* Activity Listings */

.activityListing {
	letter-spacing: 1px;
	line-height: 140%;
	color: #901010;
	font-size: 12px;
	font-weight: bold;
}
.activityListing a {
	color: #901010;
}
.activityListing a:hover {
	color: #000000;
}

/* Quiz Listings */

.quizListing {
	letter-spacing: 1px;
	line-height: 140%;
	color: #901010;
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
}
.quizListing li {
	padding-bottom: 10px;
}
.quizListing a {
	color: #901010;
}
.quizListing a:hover {
	color: #000000;
}
.quizQuestion {
	font-size: 14px;
	line-height: 140%;
	font-weight: bold;
	color: #901010;
}
hr {
	border-top-color: #48CC6A;
	border-right-color: #48CC6A;
	border-bottom-color: #48CC6A;
	border-left-color: #48CC6A;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}

hr.proper {
	border: none;
	border-top: 1px solid #48CC6A;
	margin: 12px 16px 24px 16px;
}
