/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #cccccc;
	font-size: 14px;
	text-align: center;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #227FCB;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
	color: #449FED;
}

/************** header tag styles **************/

h1{
 font: bold 1.2em Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 1.2em Arial,sans-serif;
 color: #c00;
 margin: 0px;
 padding: 0px;
}

h4{
	font: 1em bold Arial,sans-serif;
	color: #CC0000;
	margin: 1em 0 0 0px;
	padding: 0px;
	line-height: 1;
	font-weight: bold;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

#sectionLinks ul{
	list-style-type: square;
	list-style-image: url(img/bullet_redArrow.jpg);
	list-style-position: outside;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}



/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
	font: bold 1em Arial,sans-serif;
	color: #334d55;
}
				
input{
	font-family: Arial,sans-serif;
}

/********* form#contactForm ************************/

form#contactForm {
	background-color: #eeeeee;
}
form#contactForm table td {
	border: none;
}

form#contactForm table th {
	font-weight: normal;

}

form#contactForm table input {
	font-weight: bold;
	font-size: 1.2em;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container {
	margin: 10px auto 0 auto;
	width: 760px;
	background-image: url(img/main_bg_white.jpg);
	background-repeat: repeat-y;
}
#main{
	margin: 0 auto;
	padding: 0;
	width: 760px;
	text-align: left;

}

#header{
	background-image: url(img/header_bg_black.jpg);
	background-repeat: no-repeat;
	width: 760px;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: left;
	margin-bottom: 16px;
	position: relative;
}

#footer {
}

#sidebar{
	padding: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: left;
}

#sidebar .sideBox {
	margin: 0 0 10px 0;
	font-size: 0.9em;
	border: 1px solid #ccc;
	padding: 10px;
}

#sidebar .sideBox img, #ads img{
	margin: 0 0 1em 0;
}

#content{
	padding: 0;
	margin:0 20px 10px 0;
	float: left;
	width: 400px;
}

#content ul, #content ol {
	list-style-position: inside;
	margin-left: 1em;
	padding: 0;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	padding: 12px 0px 0px 20px;
	color: #ffffff;
	font-weight: normal;
	margin: 0;
	display: block;
}

#tagline {
	left: 150px;
	height: 15px;
	overflow: visible;
	float: right;
	margin-right: 250px;
	margin-bottom: 5px;
	margin-top: -20px;
}
#tagline h2 {
	color: #ccc;
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
	line-height: 1;

}

/************** utility styles *****************/

#utility{
	font-family: Verdana, sans-serif;
	color: #cccccc;
	width: 600px;
	text-align: right;
	font-size: 12px;
	margin: 0 20px 0 140px;
	padding: 0;
	margin-top: -110px;
	float: right;
	display: block;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0;
	width: 400px;
	margin: 0 0 8px 0;
	display: block;
	height: 110px;
	border-bottom: 1px solid #ccc;
}

#pageName h2{
	font-weight: bold;
	font-size: 36px;
	color: #000000;
	padding: 0;
	line-height: 1;
	font-size: 36px;
	margin: 0;
}

#pageName img{
	padding: 0px;
	margin: 0px;
	top: 0px;
	float: right;
}

#intro p {
	line-height: 1.16;
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
}

/************* globalNav styles ****************/
#globalNav{
	color: #FF0000;
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	position: relative;
	text-align: center;
}

#globalNav #menu {
	margin: 0 10px;
	background-image: url(img/nav_red.jpg);
	background-repeat: repeat-x;
	background-color: #cc0000;
	width: 740px;
	height: 28px;
	border: 0;

}

#globalNav #menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#globalNav #menu li {
	float: left;
	position:relative;
	width: 146px;
	text-align: center;
	border-right: 1px solid #FFF;
	height: 28px;
}

#globalNav #menu li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	background-color: #CC0000;
}

#globalNav #menu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#globalNav #menu li:hover ul, #globalNav #menu li.over ul { /* lists nested under hovered list items */
	display: block;
	z-index: 500;
	clear: left;
}


#globalNav #menu ul li a {
	color: #FFFFFF;
	font-size: 14px;
	padding: 4px 0;
	display: block;
	text-decoration: none;
}

#globalNav #menu ul li li a:hover, #globalNav #menu ul li a:hover#gl6 {
	text-decoration: underline;
}

#globalNav #menu ul li a img {
	border: none;
	margin: 0;
	padding: 0;
	float: none;
	z-index: 600;
}



/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	color: #FFFFFF;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
	margin: 0 10px;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 18px;
	min-height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 21px Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	padding: 0;
	color: #212121;
	clear: both;
	width: 400px;
	margin: 0 0 2em 0;
}

.story h3{
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	line-height: 1;
	margin: 0 0 1em 0;
}

.story p {
	padding: 0;
	margin: 0 0 1em 0;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}

.story img.left {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #ccc;
}

.story img.right {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #ccc;
}


/************** siteInfo styles ****************/

#siteInfo{
	padding: 10px 10px 10px 10px;
	margin: 0 10px;
	color: #cccccc;
	bottom: 0px;
	clear: both;
	text-align: center;
	width: 720px;
	background-color: #000000;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px 0 10px 0;
	padding: 0 0 10px 0;
	color: white;
	background-image: url(img/pageNavRed_bottom.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;

}

#sectionLinks h3{
	padding: 10px 0 6px 10px;
	font-size: 18px;
	color: #FFFFFF;
	margin: 0;
	background-image: url(img/pageNavRed_top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-weight: normal;
}

#sectionLinks h3 a:link, #sectionLinks h3 a:visited, #sectionLinks h3 a {
	color: #FFFFFF;
	font-size: 18px;
	text-decoration:none;

}

#sectionLinks h3 a:hover {
	text-decoration:underline;
}

#sectionLinks ul {
	margin-top: 0;
	margin-left: 30px;
	padding: 0;
}

#sectionLinks ul li {
	padding: 0;
	margin: 0 0 8px -1px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	padding: 0;
	line-height: 1;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
}

#sectionLinks a:hover{
	background-image: none;
	text-decoration: underline;
}

/* The following styles the link for whichever page the user is on */

#sectionLinks ul.overview li.overview a, #sectionLinks ul.management li.management a,
#sectionLinks ul.upcoming li.upcoming a, #sectionLinks ul.past li.past a,
#sectionLinks ul.staff li.staff a, #sectionLinks ul.eventplanning li.eventplanning a,
#sectionLinks ul.music-talent li.music-talent a, #sectionLinks ul.talentmanagement li.talentmanagement a,
#sectionLinks ul.roster li.roster a, #sectionLinks ul.roster li.roster a {
	font-weight: bold;
	color: black;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/**************** ads styles *******************/

#ads {
	text-align: left;
	width: 130px;
	margin: 0;
}

#ads .ad {
	margin: 0 0 10px 0px;
	padding: 5px;
	border: 1px solid #ccc;
	padding-bottom: 0px;
}

#ads h3 {
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1;
}
sup, .small {
	font-size: .88em;
}

/**************** table styles *******************/
.story table {
	margin: 0;

}

.story table td {
	font-size: 0.8em;
	border: 1px solid #ccc;
	padding: 0 3px;
	vertical-align: top;

}

.story table h3, .story table h4, .story table h5, .story table h6 {
	text-align: left;
	font-size: 1.2em;
}

.story table th {
	text-align: right;
	vertical-align: top;
	font-size: .88em;
}


/********************* end **********************/

/********************* layout *******************/
#container {
	text-align: center;
}

#header {
}

#sidebar {
	float: left;
	width: 150px;
	margin-left: 20px;
	margin-right: 20px;
}

#ads {
	float: left;
	margin-bottom: 20px;
}

#content { 
}

#footer {
}

/********* Equal Height Columns ********/
