#doc2 {
	width:950px;
	position: relative;
	padding-top:543px;
}
#hd {
	background-image: url(../layout/kids/hd_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 31px;
	height:523px;
	position:absolute;
	top:0;
	left:0;
	width:950px;
}
#moreSites .websitesDropdown {
	display:none;
}

@charset "UTF-8";
/* CSS Document */


html {
	background: url(../layout/osvbs/page_bg.jpg) center 31px repeat-x black;
}

img, span.tl, span.tr, span.bl, span.br, .table_dot {
	behavior: url(/assets/scripts/iepngfix.htc);
}

img {
	position:relative;
}

ol img.left {
	margin-right:10px;
	left:-20px;
}

/* --- TEXT ELEMENTS --- */

h1 {
	font-family: Arial Black;
	font-size:3em;
	margin:0;
	letter-spacing:-3px;
}

h2 {
	font-family: Arial Black;
	font-size:2em;
	margin-top:1em;
	margin-bottom:0;
	letter-space:-1px;
	line-height:1.1em;
	letter-spacing:-2px;
}

.ui-tabs-panel h2 {
	margin-top:0;
}

table h2 {
	margin:0;
	text-align:center;
}

.col-right h2 {
	margin-top:0;
}

p {
	margin-bottom:.5em;
}

p.first {
	font-size:1.5em;
	line-height:1.5em;
}

ul {
	margin:.5em 0 .5em 2em;
}

li {
	margin:0 0 .5em 0;
}

a:focus
{
  outline: none;
}

a,
a:visited {
	color:#0A5B7D;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#basicTraining td {
	border:none;
	padding:0 0 .5em 0;
}

/* --- NAVIGATION --- */

#topNav {
	background: url(../layout/osvbs/button_bg.gif) repeat-x;
	clear:both;
	position:relative;
	height:31px;
	z-index:5;
	margin:0 10px;
}

#topNav ul {
	margin:0 0 0 5px;
}

#topNav ul li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	/*position:relative;*/
	margin:0;
}

#topNav a,
#topNav a:visited {
	color:white;
	float:left;
	display:block;
	font-family: Arial Black;
	font-size:18px;
	padding:0 11px;
	line-height:31px;
	text-decoration:none;
}

#topNav a.active {
	background: url(../layout/osvbs/button_over.gif) repeat-x;
	border-bottom: 1px solid #25aae1;
	border-right: 1px solid #0a5b7d;
	border-left: 1px solid #0a5b7d;
	margin-bottom:-1px;
	color:black;
	outline: none;
	padding:0 10px;
}

#topNav span.leftCap,
#topNav span.rightCap {
	position:absolute;
	height:31px;
	width:10px;
}

#topNav span.leftCap {
	background: url(../layout/osvbs/topnav_leftcap.png) no-repeat;
	left:-10px;	
}

#topNav span.rightCap {
	background: url(../layout/osvbs/topnav_rightcap.png) no-repeat;
	right:-10px;
}

#topNav ul ul {
	/*clear:both;
	position:relative;
	z-index:1;
	margin-left:25px;
	margin-right:10px;
	width:658px;
	height:26px;
	margin:0;*/
}
#topNav ul ul {
	display:none;
	/*overflow:hidden;*/
	border-top: 1px solid #0a5b7d;
	border-bottom: 1px solid #0a5b7d;
	background: #25aae1;
	width:900px;
	position: absolute;
	top:31px;
	left:12px;
	height: 26px;
}

/*#topNav ul ul #Home {
	background:none;
	border:none;
}

#secondaryNav ul {
}*/

#topNav ul ul li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
}

#topNav ul ul li a,
#topNav ul ul li a:link,
#topNav ul ul li a:visited {
	color:white;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	line-height:26px;
	padding:0 10px;
	text-decoration:none;
}
#topNav ul ul li a:hover,
#topNav ul ul li a:active {
	text-decoration:underline;
	outline: none;
}


/*#secondaryNav span.leftCap,
#secondaryNav span.rightCap {
	position:absolute;
	height:28px;
	width:10px;
	top:0;
}

#secondaryNav span.leftCap {
	background: url(../layout/osvbs/secondarynav_leftcap.png) no-repeat;
	left:-10px;	
}

#secondaryNav span.rightCap {
	background: url(../layout/osvbs/secondarynav_rightcap.png) no-repeat;
	right:-10px;	
}

#secondaryNav #Home span.leftCap,
#secondaryNav #Home span.rightCap {
	display:none;
}
*/

/* --- PAGE ELEMENTS --- */
#homeHeader {
	position:relative;
	height:435px;
}

#pageHeader {
	height:240px;
	position:relative;
	background:url(../layout/osvbs/page_header.jpg);
}

.pageTitle span.tl,
.pageTitle span.tr {
	display:none;
}

.article {
	background: url(../layout/osvbs/article_bg.gif) repeat-x #d1d2d4 top;
	padding: 5px 20px;
	margin:15px 0;
	position:relative;
}

#planetOrange {
	background: url(../layout/osvbs/planet_orange.png);
	width:132px;
	height:132px;
	position:absolute;
	right:5px;
	bottom:-42px;
	z-index:10;
}

#planetOrange a {
	color:black;
	font-family: Arial Black;
	font-size:2em;
	margin:34px auto;
	letter-space:-1px;
	line-height:1.1em;
	letter-spacing:-2px;
	text-align:center;
	display:block;
}

img.full {
	margin:1em -20px;
}

.right {
	float:right;
}

.left {
	float:left;
}




/* --- CORNERS --- */

div.topCap {
	position:absolute;
	top:-15px;
}

div.bottomCap {
	position:absolute;
	bottom:-15px;
}

span.tl,
span.tr,
span.bl,
span.br {
	height:15px;
	width:15px;
	float:left;
}

span.top,
span.bottom {
	height:15px;
	float:left;
}

.article div.topCap,
.article div.bottomCap {
	margin-left:-20px;
	*-bottom:15px;
}

.article span.tl {
	background:url(../layout/osvbs/main_tl.png);
}

.article span.tr {
	background:url(../layout/osvbs/main_tr.png);
}

.article span.bl {
	background:url(../layout/osvbs/main_bl.png);
}

.article span.br {
	background:url(../layout/osvbs/main_br.png);
}

.article span.top {
	background:#929394;
}

.article span.bottom {
	background:#D1D2D4;
}

.yui-b .article span.top,
.yui-b .article span.bottom {
	width:726px;
}

.yui-u.first .article span.top,
.yui-u.first .article span.bottom {
	width:469px;
}



.col-right div.topCap,
.col-right div.bottomCap {
	left:0;
}

.col-right span.tl {
	background:url(../layout/osvbs/sidebar_tl.png);
}

.col-right span.tr {
	background:url(../layout/osvbs/sidebar_tr.png);
}

.col-right span.bl {
	background:url(../layout/osvbs/sidebar_bl.png);
}

.col-right span.br {
	background:url(../layout/osvbs/sidebar_br.png);
} 

.col-right span.top {
	background:#EBF3C5;
	width:212px;
}

.col-right span.bottom {
	background:#BDD73C;
	width:212px;
}

#ft div.topCap {
	left:0;
}

#ft span.tl {
	background:url(../layout/osvbs/footer_tl.png);
}

#ft span.tr {
	background:url(../layout/osvbs/footer_tr.png);
}

#ft span.top {
	background:#25AAE1;
	width:919px;
	top:-15px!important
}

/* --- SIDEBARS --- */


#leftImage {
	text-align:center;
}

.sidebar {
	padding:5px 20px;
	*-padding:5px 18px;
}

.col-right {
	background: url(../layout/osvbs/sidebar_bg.gif) repeat-x top #bdd73c;
	margin: 15px 0;
	z-index:5;
	position:relative;
}

.col-right a.button,
.col-right a.button:visited {
	display:block;
	line-height:31px;
	background:url(../layout/osvbs/button_bg.gif) bottom repeat-x;
	text-align:center;
	font-family: Arial Black;
	text-decoration:none;
	color:white;
	border-bottom: 1px solid #666;
	margin:1em -20px;
	font-size:18px;
	width:242px;
	*-width:244px;
} 

.col-right a.button:hover,
.col-right a.button:active {
	background:url(../layout/osvbs/button_over.gif) bottom repeat-x;
	color:black;
	border-bottom: 1px solid #0a5b7d;
	outline: none;
}

ul.photos {
	margin:0;
	padding:0;
	list-style:none;
}

ul.photos li {
	margin:3px;
	padding:0;
	float:left;
	list-style:none;
	line-height:0;
}

ul.photos li a {
	margin:2px;
	padding:0;
	background:#25AAE1;
	display:block;
}

ul.photos li a:hover {
	margin:0px;
	padding:2px;
}


/* --- TABS AND TABLES --- */

.ui-tabs-hide { display: none; }

ul.ui-tabs-nav {
	margin:0;
	padding:0;
}

ul.ui-tabs-nav li {
	list-style:none;
	margin:0;
	padding:0;
}

.ui-tabs-nav a,
.ui-tabs-nav a:visited {
	background:#999;
	color:white;
	display:block;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin:0;
	font-size:14px;
	padding:8px 4px;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #666;
}

.ui-tabs-nav a:hover,
.ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-selected a,
tr.header td,
tr.header.odd {
	background:#25AAE1;
	border-top:1px solid #b8e4f5;
	border-bottom: 1px solid #0a5b7d;
	border-right:none;
	outline:none;
	color:white;
}


.ui-tabs-nav a:hover {
	text-decoration:underline;
}

#musicPreviews ul li a {
	float:left;
}

#musicPreviews > div {
	clear:both;
}

table {
	width:100%;
	margin:1em 0;
}

table p {
	margin:.25em 0;
}

tr.header {
	border-right:2px solid #25AAE1;
}

tr.header td {
	font-size:18px;
	padding: .2em .5em;
}

th, td {
	border:none;
	padding:.5em;
	border-right:2px solid #25AAE1;
	border-bottom:1px solid #fff;
}

tr {
	background:#ebf3c5 url(../layout/osvbs/table_evenrow_bg.gif) top repeat-x;
}

tr.odd {
	background:#e4efb1 url(../layout/osvbs/table_oddrow_bg.gif) top repeat-x;
	color:black;
}

tr:hover,
tr.odd:hover {
	background-image:none;
}

table.schedule td {
	text-align:center;
}

td img {
	display: block;
	margin: 0 auto;
}



/* --- ACCORDION --- */

#faqs {
}

#faqs li {
	list-style:decimal;
	margin-bottom:1em;
}
#faqs li a {
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
}

#faqs li.selected a {
	font-family:Arial Black;
}



/* --- FOOTER --- */


#ft {
	background:#25AAE1;
	margin-top:35px;
	padding:0 20px 20px;
	height:50px;
	position:relative;
	color:white;
}

#ft a {
	color:white;
}

#ft a:hover {
	color:white;
}

#footerNav {
	height:18px;
	margin-bottom:0.5em;
}

#footerNav ul {
	margin:0;
	padding:0;
}

#footerNav li {
	list-style:none;
	float:left;
	padding-right:8px;
	margin-right:8px;
	border-right:1px solid white;
}

#footerNav li.last {
	border-right:none;
}

#aigLogo {
	float:right;
}




/* --- MISCELLANEOUS --- */

#contempPlayer,
#tradPlayer,
#handMotions,
#videoPreview {
	display:none;
}


.ui-helper-reset {
	border:0;
}
