@charset "UTF-8";
body,
html {
	background-image: url(../../_images/main/bg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
p, 
a,
ul,
ol,
li,
h1,
h3,
h4,
table {
	font-family: Arial, Helvetica, sans-serif;
}
p, 
ul,
ol,
li,
h1,
h3,
h4,
table {
	color: #333333;
}
p,
#content_left ul li,
#content_left ol li,
#content_right ul li,
#content_right ol li,
table {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
p a,
p a:visited,
li a,
li a:visited
table a,
table a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #4C657E;
}
p a,
li a,
table a {
	color: #4C657E;
}
p a:visited,
#content_right li a:visited,
#content_left li a:visited,
table a:visited {
	color: #999;
}
p a:hover,
li a:hover,
table a:hover {
	color: #999933;
}
#content_left li {
	margin-bottom: 5px;
}
a {
	cursor: pointer;
}
h1 {
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 21px;
	letter-spacing: 1px;
}
h3 {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 0px;
	line-height: 16px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h4 {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 0px;
	line-height: 14px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.CAPS {
	text-transform: uppercase;
}
.txt_small {
	font-size: 9px;
	line-height: 10px;
}






#center {
	width: 864px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../../_images/main/bg_withBlur.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height: 100%;
}
#container_bg {
	width: 864px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../../_images/main/bg_withBlur.jpg);
	background-repeat: repeat-y;
	background-position: center;
	float: left;
	min-height: 100%;
}
#container {
	width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	margin-right: 32px;
	margin-left: 32px;
	height: 100%;
}








/*--- Index styles ----*/
#index_image {
	width: 800px;
	height: 442px;
}
#index_contentBG {
	background-image: url(../../_images/index/index_contentBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 375px;
}





#nav_holder {
	height: 49px;
	width: 800px;
	background-image: url(../../_images/main/links_bg.jpg);
	background-repeat: no-repeat;
	float: left;
}
#nav_logo {
	width: 117px;
	float: left;
}


/*---- Nav Level 1 -----*/
#nav {
	width: 670px;
	float: left;
	height: 25px;
	padding-top: 24px;
	margin: 0px;
	padding-left: 13px;
	z-index: 100;
	position: relative;	
}
#nav a,
#navLink a,
.txt_nav {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	padding-right: 1px;
	padding-left: 1px;
	display: block;				/* must include so links line up horizontally */
	text-transform: uppercase;
}
.txt_nav {
	padding-right: 3px;
	padding-left: 3px;
	color: #CCC;
}
#nav ul li a,
#navLink ul li a, 
#nav ul li .txt_nav {
	line-height: 25px;
}
#navLink a:hover,
#nav ul li:hover #navLink a {  /*  MUST have so first level link rollover stays up when on second level links  */
	background-color: #6894b4;
}
#nav ul {
	list-style-type: none;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
#nav li {
	cursor: pointer;
	float: left;
}
#nav ul li {
	float: left;
	z-index: 50;
	list-style-type: none;
}



/*----- Nav Level 2 ------*/

#nav ul ul {
	margin-top:0px;
	position: absolute;
	left: 0px;
	display: none;
	width: 790px;
	background-image: url(../../_images/main/links_sub_bg.jpg);
	background-repeat: no-repeat;
	height: 32px;
	padding-left: 10px;
}
#nav ul ul li {
	float: left;
	display: block;
}
#nav ul li ul,
#nav ul a ul { /* MUST include for IE 6 to display secondary level menu */
	display: none; 
}
#nav ul li:hover ul,
#nav ul a:hover ul { /* MUST include for IE 6 to display secondary level menu */
	display: block;
}
#nav ul ul li a,
#navLink ul ul li a,
#nav ul ul li .txt_nav {
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 7px;
	padding-left: 7px;
}
#nav ul ul li a:hover {
	text-decoration: underline;
}

/* make the second level visible when hover on first level list OR link */
#nav ul li:hover ul,
#nav ul a:hover ul{
	visibility:visible; 
}







#content_footerBG {
	background-image: url(../../_images/main/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 800px;
	float: left;
	margin-bottom: 35px;
}
#content_footer_event {
	padding-left: 200px;
	float: left;
	width: 575px;
	padding-right: 25px;
	text-align: right;
	height: 40px;
}
#content_bg_01 {
	background-image: url(../../_images/main/bg_txt_blank.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
}
#content_bg_02 {
	background-image: url(../../_images/main/bg_txt_realEmot_sincComp.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
}
#content_left {
	float: left;
	width: 450px;
	padding-top: 85px;
	padding-left: 50px;
	padding-bottom: 150px;
	padding-right: 0px;
	min-height: 200px;
}

#content_right {
	float: left;
	width: 250px;
	padding-top: 85px;
	padding-left: 30px;
	padding-bottom: 150px;
	padding-right: 20px;
	min-height: 150px;
	height: 100%;
}
#content_left ul,
#content_right ul {
	margin-left: 10px;
	padding-left: 10px;
}
#content_left li,
#content_right li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}






#footer {
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 20px;
	color: #000000;
	float: left;
	margin-right: -3px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer a,
#footer a:visited {
	text-decoration: underline;
	color: #000000;
}
#footer a:hover {
	color: #990000;
}






#recordSongs table {
	font-size: 9px;
	line-height: 21px;
}
#recordSongs a,
#recordSongs a:visited,
.green {
	color: #646F44;
}
#recordSongs a:hover {
	color: #333333;
}
.btmLineGreen {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808D58;
}







/*---------- IE HACKS ----------------*/
* html #container {
	height: 100%;
}

