/* CSS Document */
body {
	font-size:12px; 
	font-family: Arial, Helvetica, sans-serif;
	color:#000000; 
	background: #213240 url(images/songfest/bg.gif) top center repeat;
	margin: 0;
}
a, a:visited, a:active {
	outline: none;
	color: #cc0d54;
	text-decoration: underline;
}
a:hover, a:focus {
	text-decoration: none;
}
#site_center {
	width: 984px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	height: 100%;
}
#SFcontainer {
	float: left;
	width: 950px;
	margin: 0;
	padding: 0 17px;
	background: url(images/songfest/shadow.png) center top repeat-y;
}


/*======= header =======*/
#header { 
	height:500px;  
	background: url(images/songfest/header_bg.jpg) no-repeat center top; 
	width: 950px;
	float: left;
}
#logo {
	height: 182px;
	width: 950px;
	float: left;
	background: url(images/songfest/logo.jpg) top left no-repeat;
}
#logo h1 {
	height: 182px;
	width: 950px;
	padding: 0;
	margin: 0;
}
#logo span {
	display:none;
}
#feature-1, #feature-2, #feature-3, #feature-4, #feature-5, #feature-6, #feature-7, #feature-8, #feature-9, #feature-10, #feature-11 {
	width: 950px;
	height: 242px;
	float: left;
}
#feature-1 {background: url(images/songfest/feature-1.jpg) top left no-repeat;}
#feature-2 {background: url(images/songfest/feature-2.jpg) top left no-repeat;}
#feature-3 {background: url(images/songfest/feature-3.jpg) top left no-repeat;}
#feature-4 {background: url(images/songfest/feature-4.jpg) top left no-repeat;}
#feature-5 {background: url(images/songfest/feature-5.jpg) top left no-repeat;}
#feature-6 {background: url(images/songfest/feature-6.jpg) top left no-repeat;}
#feature-7 {background: url(images/songfest/feature-7.jpg) top left no-repeat;}
#feature-8 {background: url(images/songfest/feature-8.jpg) top left no-repeat;}
#feature-9 {background: url(images/songfest/feature-9.jpg) top left no-repeat;}
#feature-10 {background: url(images/songfest/feature-10.jpg) top left no-repeat;}
#feature-11 {background: url(images/songfest/feature-11.jpg) top left no-repeat;}
#SFnavigation { 
	height:55px;   
	width: 950px;
	padding-top: 21px;
	float: left;
	background: url(images/songfest/nav_bg.gif) top left no-repeat;
}

/*======= Front Content =======*/
#content {
	float: left;
	width: 910px;
	padding: 0 20px;
	margin-bottom: 10px;
}
#frontContent {   
	width: 910px;
	float: left;
}
#welcomeImg {
	width: 300px; 
	height: 442px;
	float: left;
	border: 10px solid #3c0941;
	background-color: #3c0941;
	overflow: hidden;
}
#welcome {
	width: 556px;
	height: 442px;
	float: right;
	border: 10px solid #a6cb45;
}
h2.welHead {
	width: 556px;
	height: 34px;
	background: #a6cb45 url(images/songfest/welHead.gif) no-repeat;
	margin: 0;
	padding: 0;
}
h2.welHead span {
	display: none;
}
.welBox {
	width: 526px;
	height: 378px;
	padding: 15px;
	overflow: hidden;
	line-height: 1.3;
}
.welBox p {
	margin: 0;
	padding: 0 0 15px;
}


/* Article Content*/

#artCont	 {
	width: 890px;
	min-height: 442px;
	float: left;
	border: 10px solid #a6cb45;
}	 
h2.artHead {
	width: 870px;
	height: 34px;
	margin: 0;
	padding: 0 0 0 20px;
	background: #a6cb45;
	font-variant:small-caps;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
.artBox {
	width: 850px;
	padding: 15px 20px;
	line-height: 1.4;
}
.artBox p {   
	margin: 0 0 15px 0;
}
.summaryPageTitle {
	padding: 0;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	font-weight: bold;
}
.summaryPageDescription {
	padding: 0;
	margin: 0 0 25px 0;	
}


/*footer*/
#SFbottom {
	float: left;
	width: 984px;
	height: 228px;
	margin: 0;
	background: url(images/songfest/bottom.png) center top no-repeat;
}
#footer { 
	width: 910px;
	float: left;
	color: #1e2d39;  
	padding: 0 20px;
	font-size: 10px;
	text-align: center
}
#footer p { 
	margin: 0;
	padding: 0;
}
#footer a, #footer a:visited, #footer a:active {
	color: #cc0d54;
	text-decoration: none;
}
#footer a:hover, #footer a:focus {
	color: #1e2d39;
	text-decoration: none;
}


#nav, #nav ul{ 
	margin: 0 0 0 27px; 
	padding: 0; 
	list-style-type: none; 
	list-style-image: none; 
	list-style-position: outside; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	position: relative;
	float: none;
	z-index:6000;
	height: 29px;
}
#nav li { 
	position: relative; 
	float: left; 
	margin: 0;
	padding: 0;
	line-height: 55px;
	font-weight: bold;
}
#nav li:hover { 
	cursor: pointer;
}
#nav li a { 
	text-align:left;  
	display: block; 
	color: #3c0941; 
	text-decoration: none;
	padding: 0 18px;
	margin: 0;
}
#nav li:hover a { 
	color: #cc0d54;
	padding: 0 18px;
}
#nav li ul { 
	position: absolute;
	left: -999em;
	width: 200px;
	height: auto;
	color: #3c0941;
	border-left: 10px solid #a6cb45;
	border-right: 10px solid #a6cb45;
	border-bottom: 10px solid #a6cb45;
	margin: 0;
	font-size: 11px;
	background: #ffffff;
}
#nav li ul li { 
	display:block;
	padding: 0;
	font-weight: normal;
	margin: 0;
	line-height: 17px;
	width: 200px;
}
#nav li ul li:hover { 
	background-color: #CC0D54;
	color: #ffffff;
	margin: 0;
}
#nav li ul ul { 
	left: -999em; 
	padding: 0;
	margin:0;
}
#nav li:hover li a {
	color: #3c0941;
	padding: 4px 10px;
	display: block;
	width: 180px;
}
#nav li ul li:hover a { 
	color: #ffffff;
	width: 180px;
	padding: 4px 10px;
}
#nav li ul li:hover li a, #nav li ul li ul li:hover li a, #nav li ul li ul li ul li:hover li a, #nav li ul li ul li ul li ul li:hover li a { 
	color: #3c0941;
	padding: 4px 10px;
	display: block;
}
#nav li ul ul li:hover a, #nav li ul ul ul li:hover a, #nav li ul ul ul ul li:hover a, #nav li ul ul ul ul ul li:hover a { 
	color: #ffffff;
	padding: 4px 10px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul { 
	left: -999em; 
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto; 
}
#nav li li.sfhover ul, #nav li li:hover ul { 
	margin-left:200px;
	margin-top:-35px; 
	border-top: 10px solid #a6cb45;
	background: #ffffff none;
}
#nav li li.sfhover ul a, #nav li li:hover ul a {
	color: #3c0941;
}
#nav li li.sfhover ul a:hover, #nav li li:hover ul a:hover {
	color: #ffffff;
}

