/*****************************************
ELEMENT FORMATING
*****************************************/
BODY
{
	background-color: transparent;
}
H1.imgtxt
{
	height: 1px;
	width: 100px;
	float: right;
}
P
{
	margin-bottom: 7px;
	line-height: 18px;
}
H2
{
	margin-bottom: 4px;
	padding-bottom: 0;
}
 
#content_frame 
{
    min-height: 600px;
    height: auto !important;
    height: 600px;
}


/*****************************************
FORMS
*****************************************/
TEXTAREA
{
	width: 100%;
	font-family: arial, verdana, sans-serif;
	font-size: 100%;
	line-height: 150%;
	padding: 2px;
	margin-top: 10px;
}
/*****************************************
TEMPLATE
*****************************************/
#breadcrumbs
{
	padding: 8px;
}
.two_col #breadcrumbs
{
	margin-top: 8px;
}
#make_report
{
	background: transparent url(/images/Teens/report-btn8.png) no-repeat;
	top: 93px;
	width: 268px;
}
/*****************************************
CONTENT AREA
*****************************************/
DIV#content_area
{
	width: 700px;
	padding-left: 10px;
	float: left;
}
#content
{
	padding: 1px 8px 8px;
	width: 500px;
}
/*ONLY USED ON LANDING TEMPLATE*/
#content_container
{
	background-color: #FFF;
	width: 516px;
	padding: 5px;
	float: left;
}
/*LANDING LAYOUT*/
#content.landing
{
	width: 650px;
}
/*WHITE WIDE LAYOUT*/
#content_area.white_wide
{
	width: 690px;
	padding: 8px;
}
.white_wide #content
{
	width: 650px;
}
/*TWO COL LAYOUT*/
.two_col #content
{
	width: 690px;
}
#content_left
{
	margin-bottom:20px;
}
/*FOOTER IMAGE ON CONTENT BOX*/
#content_container.full_width_sidebar
{
	background-image: url(/images/Teens/bg-sidebar.png);
	background-position: right;
	background-repeat: repeat-y;
	width: 650px;
}

/*****************************************
LEFT COL
*****************************************/
#col-1
{
	display: block;
	width: 190px;
	float: left;
	background: transparent url(/images/Teens/usb-bg.png) no-repeat bottom left;
	padding-bottom: 60px;
	margin-left: 0;
	padding-top: 18px;
	padding-right:10px;
	margin-top:-7px;
}
#left_links
{
	width: 157px;
	margin-left: 30px;
}
/*****************************************
RIGHT COL
*****************************************/
#content_right
{
	float: left;
	padding: 10px;
	padding-left: 38px;
	margin-left: 30px;
	display: block;
	width: 130px;
	overflow:hidden;
    font-size:14px;
}
/*****************************************
NAVIGATION
*****************************************/
#navigation_page LI A
{
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 8px;
	padding-right: 3px;
}
#navigation_page LI a
{
    display: block;
}

#navigation_page UL UL
{
	margin-top: 9px;
}
#navigation_page
{
	margin-top: 12px;
}

#navigation_page li ul li a
{
    padding-left:20px;
}

ul.nav li.current
{
    /*background-position: 9px 10px !important;*/
    background-position:8px center !important;
    background-position: 9px 14px;
    
}

/*****************************************
BOXES
*****************************************/
.box
{
	width: 140px;
	margin-bottom: 10px;
	padding-top: 0;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.box P
{
	line-height: 100%;
	margin-top: 0;
}
.box A
{
	padding-top: 2px;
	padding-left: 8px;
	padding-right: 5px;
	display: block;
	height: 40px;
}
.box A:hover
{
	display: block;
	padding-left: 8px;
	padding-right: 5px;
	height: 40px;
}
.boxphoto
{
	display: block;
	height: 100px;
	width: 140px;
}

/*****************************************
QUIZ
*****************************************/
DIV.quiz-answer
{
   width:400px; 
   float:left;
   display:block;
}

DIV.quiz-image
{
    display:block;
    width:200px;
    float:right;

}


