/*styles.css*/
BODY, P, DIV, TD, BLOCKQUOTE {
	font-family:arial;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#ffffff;
}
form{margin:0;padding:0;}

A:ACTIVE{color:#FAEB8C;text-decoration:none;}
A:LINK{color:#FAEB8C;text-decoration:none;}
A:VISITED{color:#FAEB8C;text-decoration:none;}
A:HOVER{color:#FAEB8C;text-decoration:underline;}

.TopBottomBar{font-size:11px;
	background-color:#ffffff;
	height:23px;
	color:#FFFFFF;
}
A:ACTIVE.TopBottomBarLink{color:#FFFFFF;text-decoration:none;}
A:LINK.TopBottomBarLink{color:#FFFFFF;text-decoration:none;}
A:VISITED.TopBottomBarLink{color:#FFFFFF;text-decoration:none;}
A:HOVER.TopBottomBarLink{color:#FFFFFF;text-decoration:underline;}

.strike{
	text-decoration:line-through;
}
/** BOX STYLES **/
.BoxFrame{background-color:#FCEC8A;}

.BoxCartHeaderColor{font-family:verdana;
	font-size:12px;
	font-style:normal;
	color:#FAEB8C;}

.BoxHeader{
	font-family:verdana;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	background-color:#FAEB8C;
	height:25px;
	color:#666672;
	border-bottom:1px solid #BFB368;
	width:200px !important
}

.BoxHeaderOrder{
	font-family:verdana;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	background-color:#FAEB8C;
	height:25px;
	color:#666672;
	border-bottom:0px solid #BFB368;
	width:200px !important
}

.BoxProductsHeader{
	font-family:verdana;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	background-color:#505D6E;
	height:25px;
	color:#FFFFFF;
	border-bottom:1px solid #FFFFFF;
	width:200px !important
}

.BoxProductsFrame{background-color:#505D6E;}

.BoxHeader{
	font-family:verdana;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	background-color:#FAEB8C;
	height:100%;
	color:#666672;
	border-bottom:1px solid #BFB368 !important;
	
	
}
.BoxHeaderOrder{
	font-family:verdana;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	background-color:#505D6E;
	height:100%;
	color:#ffffff;
	
	
	
}
.BoxContentOrder{
	font-family:arial;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	padding-left:0px;padding-right:0px;padding-top:3px;padding-bottom:3px;
	height:37px;
	background-color:#505D6E;
	color:#666672;
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	
	
}
.BoxContent{
	font-family:verdana;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	padding-left:0px;padding-right:0px;padding-top:3px;padding-bottom:3px;
	height:25px;
	background-color:#FAEB8C;
	color:#666672;
	
}
/*FOR CUSTOM BOXES*/
.BoxContent_custom{
	font-family:arial;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	padding-left:0px;padding-right:0px;padding-top:3px;padding-bottom:3px;
	height:25px;
	background-color:#FAEB8C;
	color:#666666;
	
}
.BoxText{
	font-family:arial;
	font-size:10px;s
	font-style:normal;
	font-weight:normal;
	background-color:#FAEB8C;
	color:#336699;
}
.BoxTextProfile{
	font-family:Geneva, Arial, Verdana, sans-serif;
	font-style:normal;
	font-weight:normal;
	background-color:#FAEB8C;
	font-size:12px;
	color:#666666;
}
.BoxTextMyAccount{
	font-family:arial;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	background-color:#FAEB8C;
	color:#666666;
}
A.BoxTextProfile{color:#666666 !important ; text-decoration:none; font-size:12px;}
A:ACTIVE.BoxTextProfile{color:#666666 !important ; text-decoration:none; font-size:12px;}
A:LINK.BoxTextProfile{color:#666666 !important; text-decoration:none; font-size:12px;}
A:VISITED.BoxTextProfile{color:#666666 !important ; text-decoration:none; font-size:12px;}
A:HOVER.BoxTextProfile{color:#369 !important ; text-decoration:none; font-size:12px;}

A.BoxLink{color:#336699 !important ; text-decoration:none; font-size:12px;}
A:ACTIVE.BoxLink{color:#336699 !important ; text-decoration:none; font-size:12px;}
A:LINK.BoxLink{color:#336699 !important; text-decoration:none; font-size:12px;}
A:VISITED.BoxLink{color:#336699 !important ; text-decoration:none; font-size:12px;}
A:HOVER.BoxLink{color:#336699 !important ; text-decoration:underline; font-size:12px;}

/** PAGE HEADER AND NAVIGATION					**/
.pageHeader{
	font-family:cursive;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	background-color:#505D6E;
	text-align:left;
	padding:0px;/*era */
	margin:0px;
	color:#8D96A1;
}

.pageNavigation{
	font-family:verdana;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	background-color:#505D6E;
	padding:5px;
	height:16px;
	color:#FCEC8A;
}

.pageNavigation div{
	font-family:verdana;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#FCEC8A;
}

/** CATALOG ITEMS				 				**/
.CatalogNavigation{
	font-family:verdana;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	background-color:#CCCCCC;
	color:#FFFFFF;
}
.CatalogItemDark{
	font-family:verdana;
	font-size:10px;
	font-style:normal;
	font-weight:bold;
	background-color:#505D6E;
	padding:15px;
	color:#FFFFFF;
}
/*
.CatalogItemLight{
	font-family:verdana;
	font-size:9px;
	font-style:normal;
	font-weight:normal;
	background-color:#505D6E;
	padding:4px;
	color:#FFFFFF;
}*/
.CatalogItemLight{
	font-family:verdana;
	font-size:9px;
	font-style:normal;
	font-weight:normal;
	background-color:#505D6E;
	padding:15px Opx Opx 15px;
	margin-left:0px;
	margin-right:15px;
	color:#FFFFFF;
}

/** LISTS FOR CART ITEMS - USES CATALOG STYLES **/

.listHeader{
	font-family:verdana;
	font-size:9px;
	font-style:normal;
	font-weight:normal;
	background-color:#505D6E;
	color:#FFFFFF;
}

.listItem{
	font-family:verdana;
	font-size:9px;
	font-style:normal;
	font-weight:normal;
	background-color:#505D6E;
	color:#FFFFFF;
}

/** FORMS										**/
/**NEW FORM STYLES**/
/*
.formFieldSet{
	border:1px solid #FFFFFF;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	/*border-style: outset;
	padding-bottom:10px;

}
.formFieldSet{
	border:1px solid #FAEB8C;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:15px;
	margin-right:15px;
	/*border-style: outset;
	padding-bottom:15px;

}

*/

.formFieldSet{
	border:1px solid #ffffff;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:20px;
	margin-right:20px;
	/*border-style: outset;*/
	padding-bottom:15px;
	padding-left:20px;
	padding-right:20px;

}
.formFieldSetBilling{
	border:1px solid #ffffff;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:10px;
	/*border-style: outset;*/
	padding-bottom:15px;
	padding-left:20px;
	padding-right:20px;

}
/*/
.formContent{
	clear:both;
	float:left;
	padding-left:0px;
	width:99%;
}*/
.formContent{
	clear:both;
	float:left;
	padding-left:0px;
	width:99%;
}
#contentarea2 {
	float: left;
	text-align: left;
	padding: 5px 8px 0px 22px;
	width:564px;
	color: #fff;
	z-index:15;
	visibility:visible;
	/* height: expression('300px'); min-height: 300px; */
	overflow:visible;
}
.formSeparator{
	font-family:verdana;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	background-color:#F0F0F0;
	padding:6px;
	color:#817E2B;
}

.formHeader{
	clear:both;
	font-family:verdana;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	background-color:#FFFF99;
	color:#505D6E;
	padding:5px;
}

.formHeaderBilling{
	clear:both;
	font-family:verdana;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	background-color:#FAEB8C;
	color:#505D6E;
	padding:3px;
}
.formLine{
	clear:both;
	float:left;
	width:100%;
	padding:3px;
}
.formLineZip{
	clear:both;
	float:left;
	width:100%;
	margin-left:3px;
	padding:23px 3px 0px 0px;
}
/*
.formCaption{
	font-family:verdana;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#FFFFFF;
	float:left;
	padding:5px;
	margin-top:3px;
	text-align:right;
	width:40%;
}*/
.formControlSelectCatalog{
	font-family:arial;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	width:150px;
	color:#505D6E;
	
}
.formCaption{
	font-family:verdana;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#FFFFFF;
	float:left;
	padding:5px;
	margin-top:3px;
	text-align:right;
	width:40%;
}
.formCaptionBilling{
	font-family:verdana;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#FFFFFF;
	float:left;
	padding:5px;
	margin-top:3px;
	text-align:left;
	width:100%;
}
.formControl{
	font-family:verdana;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#FFFFFF;
	float:left;
	padding:5px;
}
.formControlBilling{
	font-family:verdana;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#FFFFFF;
	float:left;
	padding:15px;
}
.formSpace{
	font-family:verdana;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#FFFFFF;
	float:left;
	padding:5px;
	padding-left:15px;
}

.formControlText{
	font-family:arial;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	width:150px;color:#505D6E;
	background-color:#FAEB8C;
	
}
.formControlTextLogin{
	font-family:arial;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	width:150px;color:#505D6E;
	
	
}
.formControlSelect{
	font-family:arial;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	width:150px;color:#505D6E;
	background-color:#FAEB8C;
}

.formButtons{
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
}
/**NEW FORM END**/

.FormItems{
	font-family:verdana;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	padding:2px;
	color:#505D6E;
}

.formRemark{
	font-family:verdana;
	font-size:9px;
	font-style:normal;
	font-weight:normal;
	color:#FFFFFF;	
}

.ProductSubtitle{
	font-family:verdana;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	/*border-bottom:1px solid #999999;*/
border-bottom:1px solid #cccccc;
		/*padding:5px;*/
	padding:0px;
	margin:13px 15px;
}
.BoxContent_custom_gr{
	font-family:arial;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	padding-left:0px;padding-right:0px;padding-top:3px;padding-bottom:3px;
	height:25px;
	background-color:#FAEB8C;
	color:#FFFFFF;
	
}
.ProductSubtitlePrint{
	font-family:verdana;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	/*border-bottom:1px solid #999999;*/
    border-bottom:1px solid #000000;
    color:#000000;
	/*padding:5px;*/
	padding:0px;
	margin:13px 15px;
}
/*sundance_styles.css*/
/* CSS Document */

body{
margin:20px;
}

ul, li{
margin:0;
padding:0;
}


/** HOME IMAGE **/
td#img_header{
height:268px;
}
td#img_header div {
	background-image:url(../images/sundance-images/fp_header_pic.jpg);
	background-repeat:no-repeat;
	width:593px;
	height:268px;
}
#headerpic_2{
	background-image:url(../images/sundance-images/header_pic.jpg);
	background-repeat:no-repeat;
	width:593px;
	height:144px;
}
#center_page_bg{
background-color:#505D6E;
padding:0px;
margin-top:20px;
margin-left:0px;/*pruebbss*/

}
/** SIDEBAR **/
#sidebar_top_corner{
background-image:url(../images/sundance-images/left_header.gif);
background-repeat:no-repeat;
width:325px;
height:70px;

}
#partner_company_logo a{
background:url(../images/sundance-images/logo_link.gif) left bottom;
background-repeat:no-repeat;
width:325px;
height:53px;
display:block;
}
#partner_company_logo a span{
display:none;
}
.BoxContent div.news_box{
width:100%;
min-height:100px;
color:#666672;
font-family:Arial, Helvetica, sans-serif;
}
.BoxContent ul{
list-style-image:url(../images/sundance-images/bullet.gif);
margin-left:0px;
color:#666672;
font-family:Arial, Helvetica, sans-serif;

}
.BoxContentText ul{

margin-left:0px; margin-top:4px;
color:#666672;
font-family:Arial, Helvetica, sans-serif;

}
.BoxContentText ul li{
list-style-image:url(../images/sundance-images/bullet.gif);
/*height:20px;*/
margin-bottom:0px;
padding top:0px;

}
/** MAIN MENU **/
.subscribe{
background:url(../images/sundance-images/submit.gif);
width:22px; 
height:20px;
cursor: pointer;
}
.error_message{
display:none;
}
.news_box a{
text-decoration:none;
}
.news_box a:hover{
text-decoration:none;
}
/** MAIN MENU **/
#mainnavholder {
background-color:#FFFFFF;
height: 20px;
}
#mainnav {
float: left;
width: 593px;
list-style-type:none; 
}

#mainnav li {
height: 20px;
float: left;
}

#mainnav a span{
display:none;
visibility:hidden;
}
#mainnav a {
display: block;
height:20px;
float: left;
font-size: 11px;
padding: 0;
}
#mainnav a#about {
width:96px;
background:url(../images/sundance-images/about.gif) top left no-repeat;
}

#mainnav a#programs {
width:89px;
background:url(../images/sundance-images/programs.gif) top left no-repeat;
}

#mainnav a#presentations {
width:122px;
background:url(../images/sundance-images/presentations.gif) top left no-repeat;
}

#mainnav a#resources {
width:94px;
background:url(../images/sundance-images/resources.gif) top left no-repeat;
}

#mainnav a#register {
width:80px;
background:url(../images/sundance-images/register.gif) top left no-repeat;
}

#mainnav a#contact {
width:112px;
background:url(../images/sundance-images/contact.gif) top left no-repeat;
}

/*sets the highlighted main nav button for either rollover or selected tab*/
#mainnav a#about:hover, #mainnav li.menu-current a#about{
width:96px;
background:url(../images/sundance-images/about_f2.gif) top left no-repeat;
}

#mainnav a#programs:hover, #mainnav li.menu-current a#programs {
width:89px;
background:url(../images/sundance-images/programs_f2.gif) top left no-repeat;
}

#mainnav a#presentations:hover, #mainnav li.menu-current a#presentations  {
width:122px;
background:url(../images/sundance-images/presentations_f2.gif) top left no-repeat;
}

#mainnav a#resources:hover, #mainnav li.menu-current a#resources {
width:94px;
background:url(../images/sundance-images/resources_f2.gif) top left no-repeat;
}

#mainnav a#register:hover, #mainnav li.menu-current a#register  {
width:80px;
background:url(../images/sundance-images/register_f2.gif) top left no-repeat;
}

#mainnav a#contact:hover, #mainnav li.menu-current a#contact {
width:112px;
background:url(../images/sundance-images/contact_f2.gif) top left no-repeat;
}


/** FOOTER SECTION **/
#footer_sundance {
	position: relative;
	float: left;
}
#topfooter_sundance {
	background-image:url(../images/sundance-images/top_footer.gif);
	background-repeat:no-repeat;
	left:0px;
	width:924px;
	height:17px;
	padding-bottom: 5px;
	z-index:19;
	visibility:visible;
}
#legal_sundance {
	position:absolute;
	left:0px;
	width:325px;
	height:25px;
	z-index:20;
	visibility:visible;
}
#legal_text_sundance {
	padding: 3px 0px 0px 7px;
	text-align:left;
	font-size: 90%;
	color: #999999;
}
#legal_text_sundance a {
	color: #999999;
	text-decoration: none;
}
#legal_text_sundance a:hover {
	color: #7A8DA6;
}
#copyright_sundance {
	position:absolute;
	left:325px;
	width:449px;
	height:25px;
	z-index:21;
	visibility:visible;
}
#copyright_text_sundance {
	padding: 3px 0px 0px 0px;
	text-align:left;
	font-size: 90%;
	color: #999999;
}
#credits_sundance {
	position:absolute;
	left:774px;
	width:150px;
	height:25px;
	z-index:22;
	visibility:visible;
}
#credits_text_sundance {
	padding: 3px 0px 0px 3px;
	text-align:left;
	font-size: 90%;
	color: #999999;
}
#credits_text_sundance a {
	color: #999999;
	text-decoration: none;
}
#credits_text_sundance a:hover {
	color: #7A8DA6;
}
#sidebar_top_corner_new{
background-image:url(../images/sundance-images/left_header.gif);
background-repeat:no-repeat;
width:325px;
height:70px;
}
/*ctwlink.css*/
a.special:link {
	color: #000000;
	background: transparent;
	text-decoration: none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
     }

a.special:visited {
	color: #000000;
	background: transparent;
	text-decoration: none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
     }

a.special:hover {
	color: #0033FF;
	text-decoration: underline;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
     }

a.special:active {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
     }

.poweredby {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
/*insidestyles.css*/
body {
	text-align: center;
	margin-top: 0px;
	background-color: #fff;
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
	color:#333;
}
a {
	color:#FCEC8A;
	text-decoration: none;
}
a:link {
	color: #FCEC8A;
	text-decoration: none;
}

a:hover {
	color: #6699FF;
	text-decoration:none;
}
form {

}
#container {
	position: relative;
	margin: 0 auto;
	width: 924px;
	text-align:center;
	z-index:1; 
	visibility:visible;
}
.clear {
	clear:both;
}
#logo {
	 position:absolute; 
	 left:0px;
	 top:0px;
	 width:325px;
	 height:91px;
	 z-index:1;
	 visibility:visible;
}

#rightlogo {
	 position:absolute;
	 left:325px;
	 top:0px;
	 width:599px;
	 height:91px;
	 z-index:2;
	 visibility:visible;
}
#main {
	position: relative;
	float: left;
	top:255px;
	width: 924px;
	background-image:url(../images/content_bg.gif);
	background-repeat:repeat-y;
}
#main #content {
	position: relative;
	float: left;
	width: 599px;
}
#main #left {
	position: relative;
	float: left;
	width; 325px;
	height: expression('340px'); min-height: 340px;
}
#leftheader {
	position:absolute;
	background-image: url(../images/left_header.gif);
	background-repeat: no-repeat;
	left:0px;
	top:91px;
	width:325px;
	height:70px;
	z-index:3;
	visibility:visible;
}
#headerpic {
	position:absolute;
	background-image:url(../images/header_pic.jpg);
	background-repeat:no-repeat;
	left:325px;
	top:91px;
	width:599px;
	height:144px;
	z-index:4;
	visibility:visible;
}
#menu {
	 position:absolute;
	 text-align: left;
	 left:325px;
	 top:235px;
	 width:599px;
	 height:20px;
	 z-index: 1000;
	 visibility:visible;
}
#lefttitle {
	position:absolute;
	float: left;
	background-image:url(../images/left_title.gif);
	background-repeat: no-repeat;
	left:0px;
	top:161px;
	width:325px;
	height:17px;
	z-index:5;
	visibility:visible;
}
#newsitems {
	position:absolute;
	float: left;
	text-align:left;
	background-image:url(../images/news_items.gif);
	background-repeat: no-repeat;
	left:0px;
	top:178px;
	width:325px;
	height:93px;
	z-index:6;
	visibility:visible;
}
#headlines {
	margin: 4px 25px 5px 22px;
	color: #666666;
}
#headlines a {
	color: #666;
}
#headlines a:visited {
	color: #369;
}
#headlines a:hover {
	color: #369;
}
#pagetitle {
	position:relative;
	left:0px;
	top:0px;
	width:599px;
	height:34px;
	z-index:13;
	visibility:visible;
}

.subtitle {
	color: #FFFF99;
	font: bold;
	font-size: 105%;
}
#leftpic {
	position:absolute;
	float: left;
	background-image:url(../images/left_pic.jpg);
	background-repeat: no-repeat;
	left:0px;
	top:16px;
	width:325px;
	height:168px;
	z-index:14;
	visibility:visible;
}
#contentarea {
	position:relative;
	float: left;
	text-align: left;
	padding: 5px 8px 0px 22px;
	width:564px;
	color: #fff;
	z-index:15;
	visibility:visible;
	/* height: expression('300px'); min-height: 300px; */
	overflow:visible;
}

#contentarea #pic {
	float: left;
	margin-right: 10px;
}
#contentarea #pic2 {
	float: left;
	margin-right: 10px;
}
#contentarea #pic3 {
	float: left;
	margin-right: 10px;
}
#newslettertitle {
	position:relative;
	background-image:url(../images/newwsletter_title.gif);
	background-repeat:no-repeat;
	left:0px;
	top:169px;
	width:325px;
	height:45px;
	z-index:16;
	visibility:visible;
}
#newsletterform {
	position:relative;
	background-image:url(../images/newsletter_form.gif);
	background-repeat:no-repeat;
	text-align: left;
	left:0px;
	top:169px;
	width:325px;
	height:41px;
	z-index:17;
	visibility:visible;
}

#newsletterform .button {
	position: absolute;
	background-image:url(../images/submit.png);
	background-repeat:no-repeat;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	border: none;
	background: none;
	left: 276px; 
	top: 7px; 
	width:22px; 
	height:20px;
}
#main #Lost_Creek_Press {
	position: absolute;
	float: left; 
	vertical-align: bottom; 
	left: 0px; 
	bottom: 20px; 
	border: none; 
	z-index: 1000; 
	visibility:visible;
}
#footer {
	position: relative;
	float: left;
}
#topfooter {
	position:relative;
	background-image:url(../images/top_footer.gif);
	background-repeat:no-repeat;
	left:0px;
	width:924px;
	height:17px;
	padding-bottom: 5px;
	z-index:19;
	visibility:visible;
}
#legal {
	position:absolute;
	left:0px;
	width:325px;
	height:25px;
	z-index:20;
	visibility:visible;
}
#legal_text {
	padding: 3px 0px 0px 7px;
	text-align:left;
	font-size: 90%;
	color: #999999;
}
#legal_text a {
	color: #999999;
	text-decoration: none;
}
#legal_text a:hover {
	color: #7A8DA6;
}
#copyright {
	position:absolute;
	left:325px;
	width:449px;
	height:25px;
	z-index:21;
	visibility:visible;
}
#copyright_text {
	padding: 3px 0px 0px 0px;
	text-align:left;
	font-size: 90%;
	color: #999999;
}
#credits {
	position:absolute;
	left:774px;
	width:150px;
	height:25px;
	z-index:22;
	visibility:visible;
}
#credits_text {
	padding: 3px 0px 0px 3px;
	text-align:left;
	font-size: 90%;
	color: #999999;
}
#credits_text a {
	color: #999999;
	text-decoration: none;
}
#credits_text a:hover {
	color: #7A8DA6;
}
/*listmenu_fallback.css*/
.menulist li:hover>ul {
 display: block;
}
/*horizontal.css*/
/*************************************************************************
* This is the SKIN style definition for the CSS menu.                    *
* Feel free to customize this section.                                   *
*************************************************************************/

/*
 * Menu container settings
 * Applies to the first level menu container
 */
.interakt_blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
 	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.interakt_blue ul {
	font-weight: normal;
}

/*
 * specific to interakt_blue skin only
 * Applies to third (or more) level menu containers
 */
.interakt_blue ul ul {
	/*border:1px solid #10133A;*/
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.interakt_blue li {
 	background-color: #FFFFFF;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.interakt_blue ul li {
	background-color: #FFFFFF;
	width: 190px;
}

/*
 * specific to interakt_blue skin only
 * Applies to third (or more) level menu items
 */
.interakt_blue ul ul li {
	width: 176px;
	border-left: 2px solid #65688F;
	border-right: 2px solid #65688F;
	background-color: #FFFFFF;
}


/*
 * specific to interakt_blue skin only
 * Applies to the first item of third (or more) level
 */
.interakt_blue ul ul li.first {
	border-top: 1px solid #65688F;
}

/*
 * specific to interakt_blue skin only
 * Applies to the last item of third (or more) level
 */
.interakt_blue ul ul li.last {
	border-bottom: 1px solid #65688F;
}




/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.interakt_blue a {
	text-decoration: none;
	color: #505D6E !important;
	text-align: center;
	line-height: 27px;
	padding: 0px;
	cursor: pointer;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.interakt_blue ul a {
	text-align: left;
	line-height: 12px;
	/*border-top: 1px solid #65688F;*/
	border-bottom: 1px solid #303465;
	padding: 1px 2px 1px 20px;
	
}

/*
 * specific to interakt_blue skin only
 * Applies to links located in the third (or more) level menu items
 */
.interakt_blue ul ul a {
	border: none;
	padding-left: 10px;
	
}

/*****************************************************************************
* In this section, we will define what happens when a menu item is selected  *
*****************************************************************************/

/*
 * Selected menu item
 * Applies to selected menu items in all menu containers
 */
.interakt_blue li.selected {
	background-color: #ffffff;
	
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.interakt_blue ul li.selected {
    background-color: #FCEC8A !important;
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.interakt_blue a.selected {

}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.interakt_blue ul a.selected {
	font-weight: bold;
}


/***************************************************************************
* In this section, we will define what happens when mouse-overing an item  *
***************************************************************************/

/*
 * Mouse over on menu items
 * Applies to all menu items in all menu containers
 */
.interakt_blue li.hover {
	background-color: #FCEC8A !important;
	
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.interakt_blue ul li.hover {

}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.interakt_blue a.hover {

}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.interakt_blue ul a.hover {

}


/*
 * specific to interakt_blue skin only
 * Applies to third (or more) level menu items
 */
.interakt_blue ul ul li.hover {
	background-color: #65688F;
	
}

/******************************************************************************
* In this section, we will define the menu arrows behavior                    *
* An arrow is inserted next to the menu item when the menu item has sub-menus *
******************************************************************************/

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus
 */

/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.horizontal {
	clear: both;
}

div.horizontal br {
	clear: both;
}
div.horizontal ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
	height:20px;

}
div.horizontal li {
	list-style-type: none;
	display: block;
	float: left;
	clear: none;
	text-align: left;
    position: static;
	margin:0px;
	padding:0px;

}

/*div.horizontal li img {
	border: none;
	
}*/
div.horizontal a {
	display: block;
	margin: 0px;
	
}
div.horizontal ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both; 
	
}
div.horizontal ul li ul li {
	clear: both; 
	
}
div.horizontal ul li ul li a {
	clear: both;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
	
}
.interakt_blue a{
padding: 0px;
margin:	0px;
border:	none;
}

.interakt_blue a span{ 
display:none;
visibility:hidden;
}

.interakt_blue a#about {
width:96px;
height:20px;
background:url(../images/sundance-images/about.gif) top left no-repeat;
}

.interakt_blue a#programs {
width:89px;
height:20px;
background:url(../images/sundance-images/programs.gif) top left no-repeat;
}

.interakt_blue a#presentations {
width:122px;
height:20px;
background:url(../images/sundance-images/presentations.gif) top left no-repeat;
}

.interakt_blue a#resources {
width:94px;
height:20px;
background:url(../images/sundance-images/resources.gif) top left no-repeat;
}

.interakt_blue a#register {
width:80px;
height:20px;
background:url(../images/sundance-images/register.gif) top left no-repeat;
}

.interakt_blue a#contact {
width:112px;
height:20px;
background:url(../images/sundance-images/contact.gif) top left no-repeat;
}
.interakt_blue a#about:hover, .interakt_blue li.highlighted a#about{
width:96px;
background:url(../images/sundance-images/about_f2.gif) top left no-repeat;
}

.interakt_blue a#programs:hover, .interakt_blue li.highlighted a#programs{
width:89px;
background:url(../images/sundance-images/programs_f2.gif) top left no-repeat;
}

.interakt_blue a#presentations:hover, .interakt_blue li.highlighted a#presentations  {
width:122px;
background:url(../images/sundance-images/presentations_f2.gif) top left no-repeat;
}

.interakt_blue a#resources:hover, .interakt_blue li.highlighted a#resources {
width:94px;
background:url(../images/sundance-images/resources_f2.gif) top left no-repeat;
}

.interakt_blue a#register:hover, .interakt_blue li.highlighted a#register  {
width:80px;
background:url(../images/sundance-images/register_f2.gif) top left no-repeat;
}

.interakt_blue a#contact:hover, .interakt_blue li.highlighted a#contact {
width:112px;
background:url(../images/sundance-images/contact_f2.gif) top left no-repeat;
}
/*mxkollection3.css*/
/*@import url("common.css");
@import url("kollection/nav.css");
@import url("kollection/wdg.css");
@import url("kollection/tng.css");
@import url("kollection/nxt.css");
@import url("kollection/cal.css");*/
.clearfixplain {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

/* HACK : Mozilla span.widget_container has display space */
.widget_container {
	border: 1px solid transparent;
}
/* End hide from IE-mac */ 

/*
 * Tooltip replacement for mozilla
 *
 */
div.tooltip_div {
	position: absolute;
	display: none;
	background-color: #ffffe1;
	font: 11px Verdana, sans-serif;
	border: 1px solid black;
	padding: 2px 3px 2px 3px;
}

/* force content to automatically enlarge its container; for mozilla only, dynamically applied  */
.fix_content_enlarge {
	display: table;
}
/*fpstyles.css*/
body {
	text-align: center;
	margin-top: 0px;
	background-color: #fff;
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
	color:#333;
}
a {
	color:#FCEC8A;
	text-decoration: none;
}
a:link {
	color: #FCEC8A;
	text-decoration: none;
}

a:hover {
	color: #6699FF;
	text-decoration:none;
}
form {

}
#container {
	position: relative;
	margin: 0 auto;
	width: 924px;
	text-align:center;
	z-index:1; 
	visibility:visible;
}
.clear {
	clear:both;
}
#logo {
	 position:absolute; 
	 left:0px;
	 top:0px;
	 width:325px;
	 height:91px;
	 z-index:1;
	 visibility:visible;
}

#rightlogo {
	 position:absolute;
	 left:325px;
	 top:0px;
	 width:599px;
	 height:91px;
	 z-index:2;
	 visibility:visible;
}
#main {
	position: relative;
	float: left;
	top:255px;
	width: 924px;
	background-image:url(../images/content_bg.gif);
	background-repeat:repeat-y;
}
#main #content {
	position: relative;
	float: left;
	width: 599px;
}
#main #left {
	position: relative;
	float: left;
	width; 325px;
	height: expression('365px'); min-height: 365px;
}
#leftheader {
	position:absolute;
	background-image: url(../images/left_header.gif);
	background-repeat: no-repeat;
	left:0px;
	top:91px;
	width:325px;
	height:70px;
	z-index:3;
	visibility:visible;
}
#headerpic {
	position:absolute;
	background-image:url(../images/fp_header_pic.jpg);
	background-repeat:no-repeat;
	left:325px;
	top:91px;
	width:599px;
	height:268px;
	z-index:4;
	visibility:visible;
}
#menu {
	 position:absolute;
	 text-align: left;
	 left:325px;
	 top:359px;
	 width:599px;
	 height:20px;
	 z-index: 1000;
	 visibility:visible;
}
#lefttitle {
	position:absolute;
	float: left;
	background-image:url(../images/left_title.gif);
	background-repeat: no-repeat;
	left:0px;
	top:161px;
	width:325px;
	height:17px;
	z-index:5;
	visibility:visible;
}
#newsitems {
	position:absolute;
	float: left;
	text-align:left;
	background-image:url(../images/news_items.gif);
	background-repeat: no-repeat;
	left:0px;
	top:188px;
	width:325px;
	height:93px;
	z-index:6;
	visibility:visible;
}
#headlines {
	margin: 4px 25px 5px 22px;
	color: #666666;
}
#headlines a {
	color: #666;
}
#headlines a:visited {
	color: #369;
}
#headlines a:hover {
	color: #369;
}
#pagetitle {
	position:relative;
	left:0px;
	top:124px;
	width:599px;
	height:34px;
	z-index:13;
	visibility:visible;
}
#hrdivider {
	position:absolute;
	float: left;
	background-image:url(../images/fp_hr.gif);
	background-repeat: no-repeat;
	left:0px;
	top:14px;
	width:325px;
	height:7px;
	z-index:1000;
	visibility:visible;
}
#leftpic {
	position:absolute;
	float: left;
	background-image:url(../images/fp_chart.gif);
	background-repeat: no-repeat;
	left:0px;
	top:16px;
	width:325px;
	height:171px;
	z-index:14;
	visibility:visible;
}
#contentarea {
	position:relative;
	float: left;
	top: 124px;
	text-align: left;
	padding: 5px 8px 0px 22px;
	width:564px;
	color: #fff;
	z-index:15;
	visibility:visible;
	/* height: expression('300px'); min-height: 300px; */
	overflow:visible;
}

#contentarea #pic {
	float: left;
	margin-right: 10px;
}
#contentarea #pic2 {
	float: left;
	margin-right: 10px;
}
#contentarea #pic3 {
	float: left;
	margin-right: 10px;
}
#newslettertitle {
	position:relative;
	background-image:url(../images/newwsletter_title.gif);
	background-repeat:no-repeat;
	left:0px;
	top:185px;
	width:325px;
	height:45px;
	z-index:16;
	visibility:visible;
}
#newsletterform {
	position:relative;
	background-image:url(../images/newsletter_form.gif);
	background-repeat:no-repeat;
	text-align: left;
	left:0px;
	top:194px;
	width:325px;
	height:41px;
	z-index:17;
	visibility:visible;
}

#newsletterform .button {
	position: absolute;
	background-image:url(../images/submit.png);
	background-repeat:no-repeat;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	border: none;
	background: none;
	left: 276px; 
	top: 7px; 
	width:22px; 
	height:20px;
}
#main #Lost_Creek_Press {
	position: absolute;
	float: left; 
	vertical-align: bottom; 
	left: 0px; 
	bottom: 20px; 
	border: none; 
	z-index: 1000; 
	visibility:visible;
}
#footer {
	position: relative;
	float: left;
}
#topfooter {
	position:relative;
	background-image:url(../images/top_footer.gif);
	background-repeat:no-repeat;
	left:0px;
	width:924px;
	height:17px;
	padding-bottom: 5px;
	z-index:19;
	visibility:visible;
}
#legal {
	position:absolute;
	left:0px;
	width:325px;
	height:25px;
	z-index:20;
	visibility:visible;
}
#legal_text {
	padding: 3px 0px 0px 7px;
	text-align:left;
	font-size: 90%;
	color: #999999;
}
#legal_text a {
	color: #999999;
	text-decoration: none;
}
#legal_text a:hover {
	color: #7A8DA6;
}
#copyright {
	position:absolute;
	left:325px;
	width:449px;
	height:25px;
	z-index:21;
	visibility:visible;
}
#copyright_text {
	padding: 3px 0px 0px 0px;
	text-align:left;
	font-size: 90%;
	color: #999999;
}
#credits {
	position:absolute;
	left:774px;
	width:150px;
	height:25px;
	z-index:22;
	visibility:visible;
}
#credits_text {
	padding: 3px 0px 0px 3px;
	text-align:left;
	font-size: 90%;
	color: #999999;
}
#credits_text a {
	color: #999999;
	text-decoration: none;
}
#credits_text a:hover {
	color: #7A8DA6;
}
/*common.css*/
.clearfixplain {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

/* HACK : Mozilla span.widget_container has display space */
.widget_container {
	border: 1px solid transparent;
}
/* End hide from IE-mac */ 

/*
 * Tooltip replacement for mozilla
 *
 */
div.tooltip_div {
	position: absolute;
	display: none;
	background-color: #ffffe1;
	font: 11px Verdana, sans-serif;
	border: 1px solid black;
	padding: 2px 3px 2px 3px;
}

/* force content to automatically enlarge its container; for mozilla only, dynamically applied  */
.fix_content_enlarge {
	display: table;
}

