* {
	font: Georgia 10pt/14pt;
	height: 100% auto;
	}

BODY 
{
    top: 0; 
    background-color: #f2f2f2;	
}

TD, TABLE {
	font-family: Georgia;
	font-size: 10pt;
	color: #000000;
	}
	
HR 
{
    color: #660066;
    height: 1px;
}	

.headline {
	font-family: Georgia;
	font-size: 14pt;
	color: #660066;
	font-weight: bold;
	}
	
.subheadline {
	font-family: Georgia;
	font-size: 12pt;
	color: #660066;
	font-weight: bold;
	text-transform: uppercase;
	}	
	
.main_news_headline {
  	font-family: Georgia;
	font-size: 10pt;
	color: #660066;
	font-weight: bold;
	}  

.main_news_text {
  	font-family: Georgia;
	font-size: 8pt;
	color: #000000;
	}     	

#nav { 
	height:40px;
	margin:0;
	padding:0;
	list-style:none;
	background:#687673 url(images/back1.gif) top left repeat-x scroll;
	text-align:center;
	}
#nav li {
	display:block;
	float:left;
	font:bold 11px Trebuchet MS, Arial, Tahoma, sans-serif;
	color:#fff;
	text-transform:uppercase;
	}

#nav li.active a { color:#fdfded; text-decoration:underline; }

#nav li.end a { background:transparent; }

#nav li.end a:hover { display:block; color:#ffc; background:#182c27; }

#nav a {
	display:block;
	float:left;
	height:20px;
	padding:18px 12px 2px 13px;
	background:url(../images/bkgnavli.jpg) bottom right no-repeat scroll;
	color:#fff;
	text-decoration:none;
	}

#nav a:hover { display:block; color:#ffc; background:#182c27 url(../images/bkgnavli.jpg) bottom right no-repeat scroll; }


.reverse {
	font-family: Georgia;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #660066;
	}

.bottom_nav {
	font-family: Georgia;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	}

.sub_nav {
	background-color: #F2F2F2;
	padding: 2px;
	border-top: 1px solid #660066;
	border-bottom: 1px solid #660066;
	}

.faq {
	font-family: Georgia;
	font-size: 12px;
	color: #660066;
	font-weight: bold;
	}

.top_navigation {
    background-color: #660066;
    color: #FFFFFF;
    padding: 5px;
    text-align: center;
    width: 700px;
}

.top_navigation_text {
    font-family: Georgia;
    font-size: 12px;
    font-weight: bold;
}

A:Link {
	text-decoration: underline;
	color: #660066;
	}

A:Visited {
	text-decoration: underline;
	color: #660066;
	}

A:Hover {
	text-decoration: underline;
	color: #b27fb2;
	}
	
A.reverse:Link {
	text-decoration: underline;
	color: #FFFFFF;
	}

A.reverse:Visited {
	text-decoration: underline;
	color: #FFFFFF;
	}

A.reverse:Hover {
	text-decoration: underline;
	color: #FFFFFF;
	}	
	
	
A.top_navigation_text:Link {
	text-decoration: underline;
	color: #FFFFFF;
	}

A.top_navigation_text:Visited {
	text-decoration: underline;
	color: #FFFFFF;
	}

A.top_navigation_text:Hover {
	text-decoration: underline;
	color: #FFFFFF;
	}
	
#container 
{
    padding:10px;
    background-color: #f2f2f2;
}

ul.column
{
    width:780px;
    padding:0;
    margin:10px;
    list-style:none
    }
ul.column li
{
    float:left;
    width:180px;
    padding:0;
    margin:5px 0;
    display:inline;
    }	
    
div.scrollable {
	/* required settings */
	position:relative;
	overflow: hidden;	 	
	width: 500px;	
	height:100px;
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items {	
	/* this cannot be too large */
	width: 10483px;	
	position:absolute;
	clear:both;
	height: 100px;	
}

/* single scrollable item */
div.scrollable div.items div {
	float:left;
	/* custom decoration */
	width: 500px;
	height: 100px;
	text-align: center;
	width:100% auto;
	padding:0px;
	background-color: #fff;
	margin: 0;
}

div.scrollable div.items div p 
{
    text-align: left;
    font-size: 10px;
    width: 480px;
    padding: 0;
}

/* active item */
/*div.scrollable div.items div.active {
	border:1px inset #ccc;		
	background-color:#fff;
}*/


/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;		
}

/* prev, next, prevPage and nextPage buttons */
a.prev {
	display:block;
	width:20px;
	height:100px;
	background:url(images/btnPrev.png) #fff no-repeat;
	float:left;
	margin:0;
	cursor:pointer;
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next {
	display:block;
	width:20px;
	height:100px;
	background: #fff url(images/btnNext.png) no-repeat;
	float:left;
	margin:0;
    cursor:pointer;
}
a:focus
{
    outline:none;
    }
    #panel
    {
        background:#211e5d;
        height:200px;
        display:none;
        background-color: #6f4577;
        margin: 0 auto;
    }
    #panel a:link {color: #fff;}
    #panel a:visited {color: #fff;}
    #panel a:hover {text-decoration: none;}
    
    
    #panel-inside 
    {
        width: 800px;
        margin: auto;
        height: 220px;
        padding: 20px;
        font-family: Georgia;
        font-size: 12px/14px;
        color: #fff;
    }
    #slide-border 
    {
        border-bottom:solid 1px #5e3d8e;
    }
    .slide
    {
        margin:0 auto;
        padding:0;
        background-image:url(images/memorywalk_tab.png);
        background-repeat: no-repeat;
        background-position: left top;
        width: 250px; 
        position: absolute;
        text-align: center;
    }
    .btn-slide
    {
        width:100% auto;
        height:50px;
        padding:0;
        margin:0 auto;
        display:block;


        }
        
        
    .active
    {
        margin:0 auto;
        padding:0;
        background-image: url(images/memorywalk_tab_active.png);
        background-repeat: no-repeat;
        background-position: left top;
        width: 250px; 
        left: 0px; 
        position: absolute;
        }
        

		