/* CSS Document for Teens On Track- Written by Paul Mazzoleni */

* {
	margin: 0;
	padding: 0;
	}

html {
	background-color: #A1AC14;
	background-image:url(../images/topSHADOW.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}

	
body {
	font-size: small;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/sideSHADOW.png);
	height:100%!important;
	background-repeat:repeat-y;
	width:987px;
	margin:auto;
	}
	
img {
	display: block;
	border: none;
	}


/* =DIVS
--------------------------------------*/
#access-links {
	position:absolute; 
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
	}
	
#pageContainer {
	width:958px;
	margin:auto;
	position:relative;
	}

#sub #header {
	border-bottom:none;
	}
	
#header {
	min-height:77px;
	background-color:#5A6006;
	background-image:url(../images/headBG.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	width:958px;
	position:relative;
	top:0px!important;
	border-bottom:solid #A4AC3C 1px;
	}
	
#content {
	background-image:url(../images/contentBACK.jpg);
	background-position: bottom;
	background-repeat:repeat-x;
	background-color:#899310;
	min-height:483px;
	}
	
#sub #comtent {
	border-top:solid #A4AC3C 1px;
	margin-top:1px;
	}

#subCon {
	background-color:#fff;
	width:865px;
	margin:auto;
	padding-left:36px;
	padding-right:36px;
	padding-top:25px;
	padding-bottom:15px;
	}

#sub #subCon h1{
	font-size:22px;
	margin-bottom:0px;
	margin-left:0px;
	padding-top:0px;
	}

#sub #subCon h2{
	font-size:16px;
	color:#5B610B;
	font-weight:bold;
	}

#sub #subCon h3{
	font-size:14px;
	font-weight:bold;
	}

#sub #subCon p {
	width:863px;
	margin-left:0px;
	font-size:12px;
	line-height:20px;
	padding-bottom:20px;
	}

#subCon ul {
	list-style:none;
	line-height:20px;
	font-size:12px;
	}
	
#subCon ul li {
	padding-left:23px;
	background-image:url(../images/bullet.jpg);
	background-position: left center;
	background-repeat:no-repeat;
	margin-bottom:2px;
	}
	
.imageText{
	margin-bottom:17px;
	background-image:url(../images/headLINE.png);
	background-repeat:no-repeat;
	background-position:25px 18px;
	width:375px;
	height:142px;
	}
	
.imageText h1 {
	visibility:hidden;
	}
	
#content p {
	width:340px;
	margin-left:18px;
	font-size:14px;
	line-height:22px;
	padding-bottom:22px;
	}
	
#mainPIC {
	float:right;
	margin-top:8px;
	margin-right:0px;
	width:568px;
	height:449px;
	background-image:url(../images/mainPIC.png);
	background-position: left top;
	background-repeat:no-repeat;
	}
	
#footer {
	width:958px;
	}
	
	
/* =NAVIGATION
--------------------------------------*/
#nav {
	float:right;
	position:absolute;
	bottom:0px;
	right:26px;
	list-style:none;
	}

#nav li {
	display:block;
	float:right;
	}
	
#nav li a {
	display:inline;
	}
	
#footnav{
	margin:auto;
	margin-top:20px;
	list-style:none;
	color:black;
	min-height:50px;
	width:600px;
	text-align:center;
	display:block;
	}

#footnav li {
	display:inline;
	}
	
#footnav li a {
	
	color:black;
	}

/* =CLASSES
--------------------------------------*/
.logo {
	margin-left:12px;
	position:relative;
	top:13px;
	}
	 
.tagline {
	top:15px;
	right:50px;
	position:absolute;
	}

.learnMORE {
	float:right;
	padding-left:25px;
	background-image:url(../images/star.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	line-height:25px;
	margin-top:5px;
	}
	
	
/* =MICROFORMATS
--------------------------------------*/ 



/* =TABLES
--------------------------------------*/



/* =FORMS (.NET)
--------------------------------------*/





