﻿body 
{
    margin:.5cm auto;
    font: 14px Verdana;
    color:Black;
    background-image:url(../images/layout/background.jpg);
    background-repeat:repeat;
}

img
{
    border:0;
}

h1
{
    margin:10px;
    padding:5px;
    font:20px Verdana;
    color:#DE79B4;
    text-decoration:underline;
}

/* Layout Divs */
#wrapper
{
    width:959px;
    margin: 0cm auto;
    border: solid 5px #DE79B4;
    background-color:white;
}

#header
{
    padding:8px;
}

#topSection
{
    width:963px;
    padding: 0px 8px 0px 8px;
}

#menu
{
    background-color:white;
    float:left;
    display:inline;
    width:236px;
}

#menuSection
{
    background-image:url(../images/layout/menu-background.jpg);
    width:236px;
    height:238px;
    margin-bottom:8px;
}

#menuSection ul
{
    color:White;
    margin-top:0px;
    font-family:Times New Roman;
    font-size:20px;
    padding-top:10px;
    list-style:none;
    
}

#menuSection ul li a:link, 
#menuSection ul li a:visited
{
    color:White;
    background-image:url(../images/layout/white-menu.jpg);
    background-repeat:no-repeat;
    padding-left:30px;
    text-decoration:none;
}

#menuSection ul li a:hover
{
    color:White;
    background-image:url(../images/layout/pink-menu.jpg);
    background-repeat:no-repeat;
    text-decoration:none;
}

#rotator
{
    background-color:white;
    float:left;
    display:inline;
    width:700px;
    margin-left:8px;
}

#marqueeBackground
{
    z-index:6;
    position:absolute;
    height:203px;
    width:297px;
    background-image:url(../images/mini-rotator/background.png);
}

#miniRotator
{
    z-index:5;
    position:absolute;
    height:196px;
    width:290px;
    overflow:hidden;
    display:block-inline;
}

#dynamicRotator
{
    position:relative;
    z-index:4;
    width:700px;
    height:326px;
}

#marquee
{
    float: left;
    white-space: nowrap;
}

#marquee img
{
    border-right: 6px solid white;
}

#mainContentArea
{
    width:943px;
    margin:0px 8px 0px 8px;
}

#footer
{
    width:945px;
    padding: 0px 8px 0px 8px;
    text-align:center;
    border-top: solid 5px #DE79B4;
    font-size:11px;
    font-variant:small-caps;
}

#hours
{
    float:right;
    display:inline;
    width:236px;
    padding-left:10px;
}

/* Links */
a.flinks:link, a.flinks:visited
{
    color:Black;
    font-size:11px;
    font-variant:small-caps;
    text-decoration:underline;
}

a.flinks:hover
{
    color:Black;
    font-size:11px;
    font-variant:small-caps;
    text-decoration: none;
    background-image:none;
}

a.contentlinks:link, a.contentlinks:visited
{
    color:Black;
    text-decoration:underline;
}

a.contentlinks:hover
{
    color:Black;
    text-decoration:none;
}

/* Scrolling */
/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 2;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width: 290px;
	height: 196px;
	margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 290px;
	height: 196px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 290px;
	height: 196px;
}
