/*image settings for home page*/

body{

    background-color: #FC0C0C;

	 background-image: url(images/background.jpg);

    background-repeat: repeat;

	 margin: 4;



}



#headercell{

	 background-image: url(images/homehdr1.jpg);

    background-repeat: no-repeat;

}

		

/*sets up an indented and bulleted list*/

#mmnav{
	width: 759px;
	height: 30px;
	margin-left: 10px;
	margin-right: auto;
	background-image: url(images/homehdr3.jpg);
	background-repeat: no-repeat;
	padding: 0 0 0 0;
	z-index: 1;

}



#mmnav ul{

	margin: 0;

	padding: 2px 0 0 0;

	text-align: center;

}



#mmnav li{

	display: inline;

	margin-right: 12px;

	margin-left: 12px;

}



#menucell{

	 background-image: url(images/homemenutile.jpg);

    background-repeat: repeat-y;

}



#bodycell{

	 background-image: url(images/homebodytile.jpg);

    background-repeat: repeat-y;

}



#btmmenucell{

	 background-image: url(images/homebtmmenutile.jpg);

    background-repeat: repeat;

}



#galleryrow{

      margin: 16px 35px 8px 46px;

}





/*text settings for home page*/



p{font-family: Arial, sans-serif;

  color: #000000;

  margin: 10px 20px 10px 20px;

  font-size: 100%;

}



p.menuarea{font-family: Arial, sans-serif;

  color: #0000C0;

  margin: 10px 22px 10px 30px;

  font-size: 12px;

  font-weight: bold;

  text-align: left;

}



p.calendar{font-family: Arial, sans-serif;

  color: #0000C0;

  margin: 10px 20px 10px 30px;

  font-size: 12px;

  font-weight: bold;

  text-align: right;

}



p.btmmenu{font-family: Tahoma, Arial, sans-serif;

  color: #FCB51D;

  margin: 10px 20px 10px 20px;

  font-size: 9px;

  font-weight: bold;

  line-height: 160%;

  text-align: center;

}



h1{

	font-family: Arial, sans-serif;

	color: #0000C0;

	margin: 10px 20px 10px 20px;

	font-size: 16px;

}



h2{

	font-family: Arial, sans-serif;

	color: #0000C0;

	margin: 10px 20px 10px 20px;

	font-size: 12px;

}



ul.sidemenu{ 

    line-height: 50%;

	 margin: 0 0 0 20px;

	 padding: 0 0 0 0;

  }



li.sidemenu{font-family: Arial, sans-serif;

  color: #0000C0;

  line-height: 100%;

  margin: 10px 17px 10px 28px;

  font-size: 12px;

  text-align: left;

  }

  

  

/*Divs to set up the dropdown menu syles and positioning - also used within the functions js file*/

#dropmenudiv{

position:absolute;

border-bottom-width: 0;

border: 1px solid #000000;

margin-top: 2px;

line-height:15px;

z-index:100;

}



#dropmenudiv a{

width: 99%;

display: block;

border-bottom: 1px solid #000000;

padding: 1px 0 4px 3px;

font-weight: bold;

text-align: left;

}



/*Text Links*/

A:link{

            font-family: Arial, sans-serif;

				font-size: 11px;

				color: #0000C0;

				font-weight: bold;

				text-decoration: none;

}



A:active {font-family: Arial, sans-serif;

            font-size: 11px;

				font-weight: bold;

            color : #0000C0;

            text-decoration: none;

}



A:visited {font-family: Arial, sans-serif;

            font-size: 11px;

				font-weight: bold;

            color : #0000C0;

            text-decoration: none;

}



A:hover {font-family: Arial, sans-serif;

            font-size: 11px;

				font-weight: bold;

            color : rgb(204,0,0);

            text-decoration: none;

}



A:link.mmlink,A:active.mmlink,A:visited.mmlink{

            font-family: Tahoma, arial, sans-serif;

				font-size: 13px;

				color: #000000;

				font-weight: bold;

				text-decoration: none;

}



A:hover.mmlink{

            font-family: Tahoma, arial, sans-serif;

				font-size: 13px;

				color: #0000c0;

				font-weight: bold;

				text-decoration: none;

}



A:link.ddown,A:active.ddown,A:visited.ddown{

            font-family: Tahoma, arial, sans-serif;

				font-size: 11px;

				color: #000000;

				font-weight: bold;

				text-decoration: none;

}



A:hover.ddown{

            font-family: Tahoma, arial, sans-serif;

				font-size: 11px;

				color: #0000c0;

				font-weight: bold;

				text-decoration: none;

}



A:link.toplink,A:active.toplink,A:visited.toplink{

            font-family: Tahoma, arial, sans-serif;

				font-size: 10px;

				color: #ffffff;

				font-weight: bold;

				text-decoration: none;

}



A:hover.toplink{

            font-family: Tahoma, arial, sans-serif;

				font-size: 10px;

				color: #FCB51D;

				font-weight: bold;

				text-decoration: none;

}



A:link.btmlink,A:active.btmlink,A:visited.btmlink{

            font-family: Tahoma, arial, sans-serif;

				font-size: 9px;

				color: #ffffff;

				font-weight: bold;

				text-decoration: none;

}



A:hover.btmlink{

            font-family: Tahoma, arial, sans-serif;

				font-size: 9px;

				color: #FCB51D;

				font-weight: bold;

				text-decoration: none;

}
