/* @override http://emi/css/style.css */

body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a {
	text-decoration: none;
	color: #707070;
  outline: none;
}

a:hover {
	text-decoration: underline;
	color: #333;
}

.container {
	width: 750px;
}

/* @group Header */

#header {
	height: 140px;
}

#header_logo, .header_logo {
	height: 54px;
	background: url(../images/header_logo.gif) no-repeat 3px;
	text-indent: -99999px;
	margin-bottom: 3px;
	display: block;
}

/* @group Main Nav */

#header_nav {
	background: url(../images/header_navbar_bg.png) no-repeat;
	width: 758px;
	height: 51px;
	margin-left: -3px;
	position: relative;
}

ul#header_navlinks {
}

ul#header_navlinks li {
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
	background: url(../images/header_navbar_divider.png) no-repeat 0;
	height: 48px;
	display: block;
	float: left;
}

ul#header_navlinks li.first {
	list-style-image: none;
	list-style-type: none;
	background-image: none;
}

ul#header_navlinks li a {
	color: white;
	text-decoration: none;
	font-size: 14px;
	display: block;
	padding: 11px 20px 13px 21px;
	background-position: 0;
	margin-top: 3px;
	cursor: pointer;
}

ul#header_navlinks li a:hover {
	color: #ccc;
}

ul#header_navlinks li.first a {
	padding-left: 10px;
	margin-left: 0;
	display: block;
}

ul#header_navlinks li.lastlink a, #licensing ul#header_navlinks li.lastlink a, #licensing_admin ul#header_navlinks li.lastlink a {
	padding-right: 0;
}

#licensing ul#header_navlinks li a {
	padding: 11px 31px 13px 30px;
}

#licensing ul#header_navlinks li.first a {
	padding-left: 22px;
}

#licensing_admin ul#header_navlinks li a {
	padding: 11px 18px 13px;
}

#licensing_admin ul#header_navlinks li.first a {
	padding-left: 8px;
}



/* @end */

/* @group Sub Nav */

.linkpanels {
	margin-left: 23px;
	margin-top: -23px;
	float: left;
	display: none;
}

.linkpanels.active {
	display: block;
}

.header_subnav_leftcorner {
	background-image: url(../images/header_subnav_leftcorner.png);
	float: left;
	width: 7px;
	height: 45px;
}

.header_subnav_middle {
	background: url(../images/header_subnav_middle.png) repeat-x;
	float: left;
	height: 45px;
}

.header_subnav_rightcorner {
	background-image: url(../images/header_subnav_rightcorner.png);
	float: left;
	width: 7px;
	height: 45px;
}

ul.header_sub_navlinks {
	height: 20px;
	margin-top: 17px;
	margin-left: 0;
	margin-right: 0;
	float: left;
}

ul.header_sub_navlinks li {
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
	display: block;
	float: left;
	background: url(../images/header_subnav_divider.png) no-repeat 0;
}

ul.header_sub_navlinks li.first {
	list-style-image: none;
	list-style-type: none;
	background-image: none;
}

ul.header_sub_navlinks li a {
	color: white;
	text-decoration: none;
	font-size: 12px;
	display: block;
	background-position: 0;
	cursor: pointer;
	padding: 5px 8px 5px 9px;
}

ul.header_sub_navlinks li a:hover {
	color: #e6e6e6;
	text-decoration: none;
}

ul.header_sub_navlinks li.first a {
	padding-left: 5px;
	margin-left: 0;
	display: block;
}



/* @end */

/* @group Search */

#header_searchbox {
	padding-top: 15px;
}

fieldset {
	border-style: none;
	margin: 0;
	padding: 0;
}

#header_searchbox_label {
	font-size: 14px;
	line-height: .9em;
	color: #606060;
	float: left;
}

a#advancedsearch {
	float: right;
	clear: right;
	color: #707070;
	font-size: 10px;
	line-height: 1.5em;
	text-decoration: underline;
}

#header_searchbox_sub1 {
	float: left;
	width: 185px;
}

#header_searchbox_input {
	top: -1px;
	position: relative;
	clear: both;
}

input#searchbox {
	width: 180px;
	clear: both;
}

input#submit {
	margin-left: 10px;
	position: relative;
	top: -3px;
}

/* @end */


/* @group Content */

#content {
	padding-bottom: 2em;
}

#content_homesplash {
	clear: both;
	display: block;
	float: left;
}

#index_mainphoto_wrapper {
	width: 498px;
	height: 364px;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
}

ul#index_mainphoto {
	list-style-type: none;
	margin: 0;
	position: absolute; /* important */
   top: 0; /* important */
	width: 482px;
}

ul#index_mainphoto li {
	float: left; /* important */
	position: relative;
	height: 364px;
}

.splash_caption {
	color: white;
	height: 45px;
	width: 482px;
	overflow: hidden;
	padding: 8px;
	bottom: 0;
	left: 0;
	z-index: 10;
	position: absolute;
	background-image: url(../images/black-opacity75.png);
	display: none;
}

.splash_caption h3 {
	color: white;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 3px;
}

#index_icons {
	margin-top: 10px;
	margin-left: 15px;
}

#content_extra {
	padding-top: 20px;
	clear: both;
	padding-left: 15px;
	padding-right: 15px;
}

#banner {
	border: 1px solid gray;
	background-color: silver;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
}



/* @end */

/* @group Footer */

#footer {
	border-top: 1px solid #707070;
	font-size: 11px;
	color: #333;
}

#footer ul {
	margin-bottom: 0;
	text-align: center;
}

#footer ul li {
	border-left: 1px solid #707070;
	display: inline;
	margin-left: 10px;
	padding-left: 13px;
}

#footer ul li.first {
	border-left-style: none;
	margin-left: 0;
	padding-left: 0;
}

#footer ul li a {
	text-decoration: none;
	color: #333;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer p.small {
	line-height: 1em;
	color: gray;
	text-align: center;
}

.clearQueue
{
	font-size : x-small;
	font-family : trebuchet ms;
	font-weight : bold;
	vertical-align : top;
	visibility : hidden;
}

/*Style for User Control MasterSongSearch which is not themed and appears on all master pages. */

.masterSearchText
{
	width : 180px;
	clear : both;
}

.masterSearchSubmit
{
	margin-left: 10px;
	position: relative;
	top: -5px;
}	

/* @end */