body,
html {
	padding: 0;
	margin: 0;
}

body {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/page-bg.jpg) repeat-x 0 154px;
}

body.home {
	background-position: 0 288px;
}

a:link,
a:visited {
	color: #d25e00;
	text-decoration: underline;	
}

a:hover {
	text-decoration: none;
	color: #d25e00;	
}

a:active {
	color: #d25e00;
	text-decoration: underline;	
}

#container {
	width: 960px;
	margin: 0 auto;
	background-color: #ffffff;
}


/*
COLUMNS
*/
.column {
}

#column1 {
	width: 625px;
	margin-right: 45px;
	float: left;
}

#column2 {
	width: 265px;
	float: left;
	position: relative;
}

#column2 .bottom {
	position: absolute;
	bottom: 0;
}

body.home #column1 {
	width: 310px;
	margin-right: 25px;
}

body.home #column2 {
	width: 310px;
	margin-right: 25px;
}

body.home #column3 {
	width: 265px;
	float: left;
}




/*
HEADER
*/
#header {
	height: 90px;
	padding-top: 0px;
}

#header h1 {
	margin: 0;
	padding: 0;
	float: left;
}

#header h1 a {
	width: 254px;
	height: 0;
	padding-top: 79px;
	overflow: hidden;
	background: url(../images/common.gif) no-repeat 0 0;
	display: block;
}

#header p {
	width: 237px; 	
	height: 0;
	padding-top: 34px;
	margin-top: 38px;
	margin-left: 14px;
	overflow: hidden;
	background: url(../images/common.gif) no-repeat -254px 0;
	display: block;
	float: left;
}

#nav-primary {
	float: right;
	margin-top: 32px;
}

#nav-primary ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
	clear: both;	
}

#nav-primary ul li {
	display: inline;
}

#nav-primary ul li a {
	color: #999999;
	font-size: 1.0909em;
	display: block;
	float: left;
	padding: 3px 7px 5px;
	text-decoration: none;	
	text-transform: lowercase;
	background: url(../images/common.gif) no-repeat 0 -102px;
}

#nav-primary ul li.first a {
	padding-left: 0;
	background-image: none;
}

#nav-primary ul li.last a {
	padding-right: 0;
}

#nav-primary ul li a:hover {
	text-decoration: underline;
	color: #666666;
}

.members {
	clear: both;
	text-align: right;
}

#nav-primary .members a {
	color: #999999;
	text-decoration: none;
	font-size: 1.0909em;
	display: inline-block;
	text-transform: lowercase;	
}

#nav-primary .members a:hover {
	text-decoration: underline;
	color: #666666;
}

/*
BANNER
*/
#banner {
	clear: both;
	background: url(../images/banner2.gif) no-repeat 0 100%;
	height: 168px;
	position: relative;
	margin-top: -6px;
}

body.home #banner {
	height: 296px;
	background-image: url(../images/banner-home.jpg);
	margin-top: 0;	
}

#nav-agegroup {
	position: absolute;
	bottom: -10px;
	left: 10px;
}

#nav-agegroup ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav-agegroup li {
	display: inline;
}

#nav-agegroup li a {
	display: block;
	float: left;
	background: url(../images/common.gif) repeat-x 0 -143px #ffc419;
	line-height: 15px;
	padding: 11px 20px;
	border: 2px solid #ffffff;
	border-right: 0;
	font-size: 18px;
	color: #333333;
	text-decoration: none;
}

#nav-agegroup li.last a {
	border-right: 2px solid #ffffff;
}

#nav-agegroup li a:hover {
	background-position: 0 -180px;	
}

/*
MAIN
*/
#main {
	background: url(../images/content-bg.jpg) repeat-x 0 -37px;
	padding: 30px 12px 10px;
}


/*
CONTENT
*/
.content h1 {
	font-size: 1.454em;
	margin: 0 0 0.5em;	
}

.content h2 {
	font-size: 1.181em;	
	margin: 0 0 0.3em;
}

.content ul {
	list-style-type: none;
	margin: 0 0 1em;
	padding: 0;
}

.content ul li {
	margin: 0 0 0.5em;	
}

.content p {
	margin: 0 0 1em;
}

.content .hr hr {
	display: none;	
}

.content .hr {
	margin: 1.363em 0 1em;
	border-top: 1px dashed #b3b3b3;	
}



/*
HOME CONTENT
*/
body.home .column h2 {
	font-size: 1.363em;
	font-weight: normal;
	margin: 0 0 0.5em;
}

body.home .column p {
	margin: 0 0 0.5em;
}



/*
BOX
*/
.box {
	background: url(../images/content-bg.jpg) repeat-x 0 0;
	margin: 0 0 0;
	padding: 11px 17px 20px;
/*	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
*/	
	position: relative;
}

.box .tl,
.box .tr {
	display: block;
	font-size: 1px;
	line-height: 0;
	height: 4px;
	width: 4px;
	position: absolute;
	background: url(../images/common.gif) no-repeat;
}

.box .tl {
	top: 0;
	left: 0;
	background-position: -350px -37px;	
}

.box .tr {
	top: 0;
	right: 0;
	background-position: -354px -37px;	
}

.first .tl {
	background-position: -342px -37px;
}

.first .tr {
	background-position: -346px -37px;
}


.box h2 {
	text-transform: lowercase;	
}

.box .more:link,
.box .more:visited {
	float: right;
	font-weight: bold;
	color: #333333;
	font-style: italic;
	text-decoration: none;
}

.box .more:hover {
	text-decoration: underline;
}

.box .more:active {
	color: #333333;	
	text-decoration: none;	
}

.box p {
	line-height: 1.363em;	
}


/*
TABS
*/
#tabs {
	position: relative;
}

#tabs .ui-tabs-hide {
	display: none !important;
}

#tabs .ui-state-active {
	background-color: red;
}

#tabs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -42px;
	left: 3px;
	display: none;
}

#tabs ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#tabs ul li a {
	display: block;
	width: 99px;
	height: 0;
	padding-top: 43px;
	float: left;
	overflow: hidden;
	background: url(../images/common.gif) no-repeat -2px -224px;
	outline: none;
	text-decoration: none;
}

#tabs ul li .acting {
	width: 101px;
	background: url(../images/common.gif) no-repeat 0 -224px;
}

#tabs ul li .singing {
	width: 103px;
	background: url(../images/common.gif) no-repeat -101px -224px;
}

#tabs ul li .dancing {
	width: 101px;
	background: url(../images/common.gif) no-repeat -204px -224px;
}

#tabs ul li .acting:hover { background-position: 0 -267px; }
#tabs ul li .singing:hover { background-position: -101px -267px; }
#tabs ul li .dancing:hover { background-position: -204px -267px; }

#container #tabs ul li.ui-state-active .acting { background-position: 0 -310px; }
#container #tabs ul li.ui-state-active .singing { background-position: -101px -310px; }
#container #tabs ul li.ui-state-active .dancing { background-position: -204px -310px; }

#tabs .box {
	padding-top: 15px;
}

.ui-tabs {
	margin-top: 33px;	
}

.ui-tabs .box h2 {
	/*display: none;*/
}

.ui-tabs ul {
	display: block !important;
}


/*
VIDEO CONTAINER
*/
.video {
	width: 265px;
	height: 222px;
	margin-bottom: 20px;
}

#banner .video {
	position: absolute;
	bottom: 34px;
	right: 15px;
	margin-bottom: 0;
}


/*
FORM
*/
.form {
	padding-right: 180px;	
}

.form .intro {
	margin-bottom: 2em;	
	font-size: 1.0909em;
}

.form .row {
	margin: 0 0 10px;
	clear: both;
}

.form label {
	width: 102px;
	float: left;
	font-size: 1em;
	padding: 4px 8px 4px 0;
	text-align: right;
	margin-right: 8px;
	position: relative;
}

.form label .required {
	width: 5px;
	height: 0;
	padding-top: 5px;
	display: inline-block;
	overflow: hidden;
	background: url(../images/common.gif) no-repeat -342px -42px;
	position: absolute;
	top: 7px;
	right: 0;
}

.form .buttons {
/*	background-color: #ffc10e; */
	padding: 5px 0 5px 118px;
}

.form .buttons input {
	font-weight: bold;
}

.form label.error {
	color: #d25e00;
	clear: both;
	margin-left: 118px;
	text-align: left;
	width: auto;
	margin-bottom: 6px;
	font-style: italic;
}

.form input.error {
	border: 1px solid #d25e00;	
	background-color: #fffbf8;
}

.form .help {
	margin-left: 118px;
}


/*
ACTIONS
*/
.actions {
	margin-bottom: 20px;	
}

.actions ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #b3b3b3;
}

.actions li {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 1.454em;
	font-weight: bold;
}

.actions li .icon {
	position: absolute;
	display: block;
	left: 5px;
	top: 10px;
	width: 42px;
	height: 42px;
	background: url(../images/common.gif) no-repeat 0 0;
}

.actions li.moreinfo .icon {
	background-position: -255px -36px;
}	

.actions li.call .icon {
	background-position: -299px -36px;
}	

.actions li a {
	display: block;
	padding: 10px 0 12px 55px;	
	border-top: 1px dashed #b3b3b3;	
}

.actions li a:link,
.actions li a:visited {
	color: #333333;
	text-decoration: none;
}

.actions li a:hover {
	color: #333333;	
	text-decoration: none;
	background-color: #ffffff;
}

.actions li a:active {
	color: #333333;
	text-decoration: none;
}

/* Special layouts */
.principle {
	margin-top: 1.363em;
	padding: 1em 0 0;
	border-top: 1px dashed #b3b3b3;
}
.principle img {
	float: left; 
	padding-right: 8px;
}

.three-column {
	margin: 0 0 1em;
}
.three-column .col1,
.three-column .col2,
.three-column .col3 {
	width: 30%;
	float: left;
	padding-right: 3%;
}
.three-column ul,
.three-column li.last {
	margin: 0;
}

.callout img {border:0;}


/*
FOOTER
*/
#footer {
	color: #808080;
	border-top: 1px solid #e0e0e0;
	padding-bottom: 40px;
	margin: 20px 12px 0;
	clear: both;
}

#footer a {
	color: #808080;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #666666;
}


/*
 * Special case
 */
ul.sitemap, .sitemap ul {
	margin: 0 0 0 2em;
	padding: 0;
}
ul.sitemap {
	list-style: disc;
}
ul.sitemap ul {
	list-style: circle;
}
ul.sitemap ul ul {
	list-style: square;
}


.clearfix:after,
.column:after,
#main:after,
.box:after,
.principle:after,
.three-column:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix,
.column,
#main,
.box,
.principle,
.three-column {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix,
.column,
#main,
.box,
.principle,
.three-column {display:block;}
/* End hide from IE Mac */

