/* CSS Document */


/* Border for testing  -- border: 1px solid navy;*/
	

/* Main Body CSS */

body{
   background-color: #ffffff;
   text-align:center;
}

a:link {
   color: #990000;
   text-decoration:none;
   font-weight:bold;
 }
a:visited 
{ 
   color: #990000;
   text-decoration:none;
   font-weight:bold;
}
a:hover 
{
   color: #993333;
   text-decoration:none;
   font-weight:bolder;
 }
a:active 
{
   color:#CC3333;
   text-decoration:none;
   font-weight:bold;
}

#home
{
   width:100%;
   height:100%;
}

.welcome
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #990000;
}

.welcometext
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}

.itemtext
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}


.bullets
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
}

.linktext
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/* END Main Body CSS */


/* Main Container CSS */

.linkhdr
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
 
.leftnav a:link {
   color: #000000;
   text-decoration:none;
   font-weight:bold;
 }
.leftnav a:visited 
{ 
   color: #000000;
   text-decoration:none;
   font-weight:bold;
}
.leftnav a:hover 
{
   color: #CCCCCC;
   text-decoration:none;
   font-weight:bolder;
 }
.leftnav a:active 
{
   color: #FF9900;
   text-decoration:none;
   font-weight:bold;
}


/* END Main Container CSS */




/* Top Row CSS */

#hours
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align:left;
}

#logo
{ 
    text-align: center;
}


#address
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align:right;
}


/* END Top Row CSS */




/* Drop Down Menu CSS */
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;
}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial;
}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 80px;
	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

#sddm li a:hover
{	background: #49A3FF;
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2;
}

#sddm div a
{	
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #2875DE;
	font: 11px arial;
}

#sddm div a:hover
{	
    background: #49A3FF;
	color: #FFF;
}

/* END Menu CSS */





/* Footer CSS */
.footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
/* END Footer CSS */




/* Home page divs CSS */


#jfb
{
	position:absolute;
	top:554px;
	left:12px;
	height: 62px;
	width: 229px;

}


/* END Home page divs CSS */
