* {
	margin: 0;
	padding: 0;
}
 
html, body {
	border:0;
	margin:0;
	padding:0;
	height: 100%; /* Required */
}
body 
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	height: 100%;
}
.bg00
{
	background: url(/images/teens_ui/bigback_00.jpg) top center repeat-y #cc0066;
}
.bgPulse
{
	background: url(/images/teens_ui/bigback_pulse.jpg) top center repeat-y #cc0066;
}
.bgSource
{
	background: url(/images/teens_ui/bigback_source.jpg) top center repeat-y #cc0066;
}
.bgWire
{
	background: url(/images/teens_ui/bigback_wire.jpg) top center repeat-y #cc0066;
}
.bgGrid
{
	background: url(/images/teens_ui/bigback_grid.jpg) top center repeat-y #cc0066;
}
.bgContact
{
	background: url(/images/teens_ui/bigback_contact.jpg) top center repeat-y #cc0066;
}

h1 {
	font-size: 2em;
	line-height: 1.1em;
	margin-bottom: .2em;
}
h1 span.noBold
{
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
	line-height: 1.1em;
	font-weight: normal;
	margin-bottom: .5em;
}
h3 {
}
p
{
	line-height: 1.3em;
}
a
{
	color: #000;
	text-decoration: underline;
}
a:hover
{
	text-decoration: underline;
}
a img
{
	border: none;
}
ul, ol
{
	list-style: none none;
	margin: 0px;
}
table
{
	font-size: 1em;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.printOnly
{
	display: none;
}
.hidden
{
	display: none;
}
.small
{
	font-size: .9em;
}
#wrapper
{
    margin: 0 auto;
	width: 960px;
	position: relative;
	text-align: left;
    height: 100%; /* For IE */
}
html>body #wrapper
{
    min-height: 100%; /* For Modern Browsers */
    height: auto !important; /* For Modern Browsers */
}
.bg00 #wrapper
{
	background: url(/images/teens_ui/bgpic_home.jpg) no-repeat 0px 35px;
}
.bgPulse #wrapper
{
	background: url(/images/teens_ui/bgpic_pulse.jpg) no-repeat 0px 35px;
}
.bgWire #wrapper
{
	background: url(/images/teens_ui/bgpic_wire.jpg) no-repeat 0px 35px;
}
.bgSource #wrapper
{
	background: url(/images/teens_ui/bgpic_source.jpg) no-repeat 0px 35px;
}
.bgGrid #wrapper
{
	background: url(/images/teens_ui/bgpic_grid.jpg) no-repeat 0px 35px;
}
.bgContact #wrapper
{
	background: url(/images/teens_ui/bgpic_contact.jpg) no-repeat 0px 35px;
}

#banner
{
	width: 960px;
	height: 50px;
	position: relative;
	overflow: hidden;
}
html>body #banner
{
}
.bg00 #banner
{
	background: url(/images/teens_ui/banner_00.jpg) no-repeat;
}
.bgPulse #banner
{
	background: url(/images/teens_ui/banner_pulse.jpg) no-repeat;
}
.bgSource #banner
{
	background: url(/images/teens_ui/banner_source.jpg) no-repeat;
}
.bgGrid #banner
{
	background: url(/images/teens_ui/banner_grid.jpg) no-repeat;
}
.bgWire #banner
{
	background: url(/images/teens_ui/banner_wire.jpg) no-repeat;
}
.bgContact #banner
{
	background: url(/images/teens_ui/banner_contact.jpg) no-repeat;
}

#logoBox
{
	width: 120px;
	height: 35px;
	float: left;
}
#logoBox a
{
	display: block;
	width: 120px;
	height: 35px;
}
#searchBox
{
	width: 120px;
	height: 35px;
	float: right;
	padding-top: 4px;
}
html>body #searchBox
{
	height: 31px;
}
#searchForm
{
}
#searchBox input
{
	background: transparent;
	float: left;
	border: none;
}
#searchText
{
	width: 93px;
	padding-left: 4px;
	padding-top: 4px;
	color: #000;
	font-size: 1.1em;
}
html>body #searchText
{
	width: 90px;
	padding-left: 2px;
}
#searchBtn
{
	width: 20px;
	height: 25px;
	cursor: pointer;
}
/*
#middle
{
	margin: 0 0 0 0;
	padding-bottom: 90px;
}
html>body #middle
{
	padding-bottom: 90px;
}
#middle:after
{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}*/
#middle
{
	width: 960px;
	height: 530px;
	position: relative;
}
html>body #middle
{
	min-height: 530px;
	height: auto;
}
#navBox
{
	width: 298px;
	height: auto;
	float: left;
}
#navBox ul
{
	float: left;
}
#navBox ul li
{
	width: 120px;
	height: 29px;
	display: block;
}
/*IE weirdness fix*/
.sf-menu li:hover,
.sf-menu li.sfHover 
{
	margin-bottom: -3px;
}
html>body .sf-menu li:hover,
html>body .sf-menu li.sfHover
{
	margin-bottom: 0px;
}
#navBox ul li a
{
	width: 120px;
	height: 25px;
	display: block;
	color: #fff;
	padding: 4px 3px 0px 5px;
	text-decoration: none;
	font-weight: bold;
	background: #000;
}
html>body #navBox ul li a
{
	min-height: 21px;
	width: 112px;
	height: auto;
}

.bgPulse #navBox ul li.sel a,
#item1 a:hover,
#item1.sfHover a
{
	background: url(/images/teens_ui/navbak_pulse.jpg) repeat-y;
}
.bgSource #navBox ul li.sel a,
#item2 a:hover,
#item2.sfHover a
{
	background: url(/images/teens_ui/navbak_source.jpg) repeat-y;
}
.bgGrid #navBox ul li.sel a,
#item3 a:hover,
#item3.sfHover a
{
	background: url(/images/teens_ui/navbak_grid.jpg) repeat-y;
}
.bgWire #navBox ul li.sel a,
#item4 a:hover,
#item4.sfHover a
{
	background: url(/images/teens_ui/navbak_wire.jpg) repeat-y;
}

#item5 a:hover,
#item5.sfHover a
{
	background: url(/images/teens_ui/navbak_grid.jpg) repeat-y;
}

#item6 a:hover,
#item6.sfHover a
{
	background: url(/images/teens_ui/navbak_wire.jpg) repeat-y;
}
#item7 a:hover,
#item7.sfHover a,
#item8 a:hover,
#item8.sfHover a
{
	background: url(/images/teens_ui/navbak_contact.jpg) repeat-y;
}

.sf-sub-indicator
{
	display: none;
}
/*subnav*/
.bgPulse #navBox ul li.sel li a,
.bgSource #navBox ul li.sel li a,
.bgGrid #navBox ul li.sel li a,
.bgWire #navBox ul li.sel li a,
.bgContact #navBox ul li.sel li a,
#item1.sfHover li a,
#item2.sfHover li a,
#item3.sfHover li a,
#item4.sfHover li a,
#item5.sfHover li a,
#item6.sfHover li a,
#item7.sfHover li a
{
	background: transparent;
}
#navBox ul li ul
{
	width: 178px;
	height: 236px;
	position: absolute;
	top: 0px;
	left: 120px;
	display: none;
}
html>body #navBox ul li ul
{
	min-height: 236px;
	height: auto;
}
#navBox ul li.sfHover ul
{
	display: block;
}
.bgPulse #navBox ul ul,
#navBox ul #item1 ul
{
	background: url(/images/teens_ui/subnavbak_pulse.gif) repeat-y;
}
.bgSource #navBox ul ul,
#navBox ul #item2 ul
{
	background: url(/images/teens_ui/subnavbak_source.gif) repeat-y;
}
.bgGrid #navBox ul ul,
#navBox ul #item3 ul
{
	background: url(/images/teens_ui/subnavbak_involved.gif) repeat-y;
}
.bgWire #navBox ul ul,
#navBox ul #item4 ul
{
	background: url(/images/teens_ui/subnavbak_wire.gif) no-repeat;
}
.bgContact #navBox ul ul,
#navBox ul #item5 ul
{
	background: url(/images/teens_ui/subnavbak_grid.gif) repeat-y;
}
.bgNews #navBox ul ul,
#navBox ul #item6 ul
{
	background: url(/images/teens_ui/subnavbak_news.gif) repeat-y;
}
.bgContact #navBox ul ul,
#navBox ul #item7 ul
{
	background: url(/images/teens_ui/subnavbak_contact.gif) repeat-y;
}
#navBox ul li li
{
	height: auto;
	width: 178px;
}
.sf-menu li:hover li,
.sf-menu li.sfHover li
{
	margin-bottom: 0px;/*undoes IE fix for subnav*/
}
#navBox ul li li a
{
	height: auto;
	width: 178px;
	padding-left: 9px;
	background: transparent;
}
html>body #navBox ul li li a
{
	width: 164px;
	height: auto;
}
#navBox ul li li a:hover
{
	text-decoration: underline;
	background: transparent;
}
#mainBox
{
	width: 662px;
	height: auto;
	float: right;
	padding-left: 4px;

}
html>body #mainBox
{
	width: 658px;
}
/*Absolutely positioned elements*/
#contentHome
{
	width: auto;
	height: auto;
	padding: 4px;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	background: #000;
	position: absolute;
	top: 388px;
	left: 650px;
	width: 265px;
	overflow: hidden;
}
html>body #contentHome
{
	width: 258px;
}
#contentHome p
{
	margin-bottom: 1em;
	line-height: 1.2em;
}
#contentHome p.noMargin
{
	margin-bottom: 0;
}

#msLink
{
	position: absolute;
	top: 460px;
	left: 5px;
	width: 120px;
	height: 100px;
	overflow: hidden;
	z-index: 99;
}
#msLink a
{
	display: block;
	width: 120px;
	height: 100px;
}
/*Central content area*/
#contentBox
{
	width: 475px;
	height: auto;
	float: left;
	background: #fff;
	overflow: hidden;
}

#contentBox h1
{
	width: 475px;
	height: auto;
	color: #fff;
	padding: 2px 2px 30px 2px;
	margin: 0px;
}
html>body #contentBox h1
{
	width: 471px;
}
.bg00 #contentBox h1,
.bgPulse #contentBox h1
{
	background: #990099;
}

.bgSource #contentBox h1
{
	background: #009999;
}
.bgContact #contentBox h1, .bgWire #contentBox h1, .bgGrid #contentBox h1
{
	background: #003399;
}
#contentBox p
{
	margin-bottom: 1em;
}
#contentBox a
{
	font-weight: bold;
}
.bgContact #contentBox li
{
	margin-bottom: .6em;
	padding-left: 8px;
	background: url(/images/teens_ui/bullet_blue.gif) no-repeat 0px 6px;
}

/*---inner content areas---*/
#contentInner,
#searchContainer,
#regForm,
#profileBox
{
	padding: 0px 4px 0px 4px;
}
/*---REG FORM---*/
#regForm
{
	color: #990099;
	padding-bottom: 4px;
	float: left;
	width: 475px;
}
html>body #regForm
{
	width: 467px;
}
#regForm p
{
	width: 100%;
	clear: both;
	float: left;
}

#regForm p.regLeft,
#regForm span
{
	width: 171px;/*r/h col = 296px*/
	height: auto;
	display: block;
	float: left;
	padding-right: 4px;
}
html>body #regForm p.regLeft,
html>body #regForm span
{
	width: 167px;
}
#regForm input,
#regForm textarea
{
	border: 1px solid #990099;
	width: 135px;
	float: left;
}
#regForm textarea
{
	height: 70px;
	width: 296px;
}
html>body #regForm textarea
{
	width: 294px;
}
#avatarChoose
{
	float: left;
	width: 296px;
	height: auto;
	padding: 0px;
	margin: 0;
}
#avatarChoose li
{
	float: left;
	display: block;
	width: 53px;
	height: 40px;
	background: url(/images/teens_ui/avatar_empty.png) no-repeat;
}
#avatarChoose li.lastinrow
{
	width: 28px;
}
#avatarChoose li img
{
	width: 26px;
	height: 26px;
}
.avatarSel
{
	border: 1px solid #990099;
}
#regForm input.btn
{
	color: #fff;
	background: #990099;
	border: none;
	width: 75px;
	height: 25px;
}
/*--Profile--*/

#profileBox
{
	padding-bottom: 4px;
	padding-top: 4px;
	float: left;
}
#profileBox div
{
	border: 2px solid #990099;
	padding: 4px;
	margin-bottom: 4px;
	float: left;
	width: 467px;
}
html>body #profileBox div
{
	width: 455px;
}
#profileBox div p
{
	margin-bottom: .2em;
}
#profileBox div.profName
{
	border: none;
	float: left;
	width: 360px;
	padding: 12px 0px;
	font-size: 1.2em;
}
#profileBox div.profAvatar
{
	border: none;
	float: left;
	width: 55px;
	padding: 0px;
}
#profileBox div.editProfile
{
	float: right;
	border: 0px;
	padding: 0px;
}
html>body div.editProfile
{
}
div.editProfile a
{
	display: block;
	color: #fff;
	background: #990099;
	padding: 4px;
	width: auto;
	height: auto;
	text-decoration: none;
	float: right;
}
/*---THE GRID---*/
.azGrid #contentBox
{
	background: transparent;
}
.azGrid #introText
{
	width: 320px;
	height: 80px;
	float: left;
	padding-top: 5px;
}
html>body .azGrid #introText
{
	height: 75px;
}
.azGrid #introTextInner
{
	background: #fff;
	width: 315px;
	height: 75px;
	float: left;
	padding: 4px;
	overflow: hidden;
}
html>body .azGrid #introTextInner
{
	width: 307px;
	height: 67px;
}
.azGrid ul.grid li
{
	float: left;
	width: 80px;
	height: 80px;
	display: block;
	padding-top: 5px;
}
html>body .azGrid ul.grid li
{
	height: 75px;
}
.azGrid ul.grid li.rowEnd
{
	width: 75px;
	margin-bottom: -5px;/*IE weirdness fix*/
}
.azGrid ul.grid li a
{
	float: left;
	width: 75px;
	height: 75px;
	display: block;
	text-decoration: none;
	font-size: 2.4em;
	text-align: center;
	line-height: 2.4em;
}

#rightNavBox
{
	width: 180px;
	height: auto;
	float: right;
}
#rightNavBox ul li
{
	width: 180px;
	height: auto;
	padding-bottom: 4px;
	padding-left: 60px;
	float: right;
}
html>body #rightNavBox ul li
{
	width: 120px;
}
#rightNavBox ul li a
{
	width: 120px;
	height: 25px;
	display: block;
	color: #fff;
	padding: 4px 3px 0px 5px;
	text-decoration: none;
	font-weight: bold;
	background: #000;

}
html>body #rightNavBox ul li a
{
	height: 21px;
	width: 112px;
}


/*---LOGIN/REGISTER---*/

/* 'expanded' = class to add to clicked nav item*/
#rightNavBox ul li.expanded
{
	padding-left: 0px;
}
html>body #rightNavBox ul li.expanded
{
	width: 180px;
}
#rightNavBox ul li.expanded a
{
	width: 180px;
	background: #990099;
}
html>body #rightNavBox ul li.expanded a
{
	width: 172px;
}
#rightNavBox ul li.loginPanel
{
	display: none;
}
#rightNavBox ul li.fieldsBox
{
	width: 180px;
	background: #990099;
	padding: 4px;
}
html>body #rightNavBox ul li.fieldsBox
{
	width: 172px;
}
#rightNavBox ul li.secField
{
	padding-top: 0px;
}
#rightNavBox ul li.fieldsBox span.field
{
	background: #fff;
	width: 172px;
	display: block;
	height: auto;
	padding-top: 4px;
}
#rightNavBox ul li.fieldsBox span.field label
{
	width: 172px;
	display: block;
	border-bottom: 1px solid #990099;
	padding-left: 4px;
	padding-bottom: 2px;
	font-weight: bold;
}
html>body #rightNavBox ul li.fieldsBox span.field label
{
	width: 168px;
}
#rightNavBox ul li.fieldsBox span.field input
{
	width: 100%;
	border: none;
	background: transparent;
	padding-left: 4px;
}
#rightNavBox ul li.buttonsBox
{
	margin-bottom: 4px;
	padding: 0px;
	padding-top: 4px;
	width: auto;
	height: auto;
	background: transparent;
	float: left;
}
/*special fixing class to force register btn to right-hand side*/
#rightNavBox ul li.floatRight
{
	width: 124px;
}

#rightNavBox ul li.buttonsBox input,
#rightNavBox ul li.buttonsBox a
{
	width: 88px;
	height: 25px;
	border: none;
	background: #990099;
	color: #fff;
	text-align: left;
	padding: 0px 4px 0px 4px;
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
}
#rightNavBox ul li.buttonsBox input
{
	width: 56px;
}

#rightNavBox ul li.buttonsBox a
{
	width: 120px;
	display: block;
	padding-top: 5px;
}
html>body #rightNavBox ul li.buttonsBox a
{
	height: 20px;
	width: 112px;
}

#footer
{
	float: none;
	height: 20px;
	width: 960px;
	text-align: left;
	background: #fff;
	float: left;
	padding: 3px 187px 0px 302px;
}
html>body #footer
{
	height: 17px;
	width: 471px;
}

#footer p
{
	text-align: center;
	color: #999;
	font-size: .9em;
}
#footer p a
{
	color: #999;
}



