/* @override http://phcc.rivercitynet.com/_css/global.css */

/* global declarations */

body {
  background-color: #FFF5CC;
  font-family: Georgia, "Times New Roman", Times,  serif;
}


#container {
  position: relative;
  margin: 0px auto;
  padding: 0px 0px;
  width: 950px;
  background-color: #fff;
  min-height: 665px;
  /*height: 665px;
  height: auto;*/
  margin-bottom: 25px;
  /*background-image: url(/_img/stainGlass.jpg);
  background-repeat: no-repeat;
  background-position: top right;*/
}

#stainGlass {
  float: right;
  border: 2px solid #000;
  margin: 0px;
  padding: 0px;
}

#main {
  width: 751px;
  margin: 0px 0px;
  padding: 0px 0px;
  position: relative;
}

a:link, a:visited {
  color: #000066;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #990000;
  border-bottom: 1px dashed #000066;
}
img {
  border: none;
  margin: 0px;
  padding: 0px;
}



  /* header declarations 
  ----------------------------*/
  
#header {
  position: relative;
  height: 113px;
  background-image: url(/_img/header.jpg);
  background-repeat: no-repeat;
  background-color: #760D1B;
}

#header h1 {
  margin: 0px;
  padding: 0px;
  color: #fff;
  font-weight: 400;
  font-size: 43px;
  padding-left: 115px;
  padding-top: 30px;
}

#header h2 {
  margin: 0px;
  padding: 0px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  padding-left: 428px;
}

#topLinks {
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #E49A01;
  font-size: 12px;
}

#topLinks a {
  color: #E49A01;
}


  /* nav declarations */



div.navBorder {
  height: 3px;
  background-color: #FFCC00;
  color: #FFCC00;
  margin: 0px; 
  padding: 0px;
  overflow: hidden;
}



  /* This begins the Suckerfish declarations
      To include more levels of drop refer to http://www.htmldog.com/articles/suckerfish/dropdowns/ */




#nav, #nav ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#nav, #weeklyHead {
  height: 31px;
  background-image: url(/_img/navBack.gif);
  background-repeat: repeat-x;
  padding-left: 20px;
}

#nav a {
  margin: 0px;
  padding: 7px 5px;
  display: block;
  width: 90px;
  /* this value determines the size of the clickable area */
  color: #000066;
  font-size: 13px;
  font-family: Arial, sans-serif;
  font-weight: normal;
  border-bottom: none;
}

#nav a:hover, #nav a.active {
  color: #940202;
  text-decoration: none;
}

#nav li {
  float: left;
  width: 87px;
  /* this value determines the spacing */
}

#nav li ul {
  position: absolute;
  width: 87px;
  left: -9999px;

}

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
}

#nav li ul li {
  background-image: url('/_img/navDropBack.png');
  background-repeat: repeat;
}

#nav li ul li a {
  margin: 0px;
  padding: 5px;
}

  /* This concludes the Suckerfish declarations */
  
  
  /* Content Declarations */
  
  /* Left Div */
  
#contentLeft {
  float: left;
  width: 171px;
}

#contentLeft img {
  padding: 0px;
  margin: 0px;
  margin-bottom: 0px;
  border: none;
}

  /* Right Div */
  
#contentRight {
  float: right;
  width: 175px;
  margin-top: 30px;
  padding-right: 25px;
}

#weeklyHead {
  margin: 0px;
  padding: 0px;
}

#weeklyHead h2 {
  font-size: 16px;
  color: #990000;
  font-weight: 200;
  margin: 0px;
  padding: 7px 0px 0px 7px;
}

#contentRight p {
  text-align: center;
  font-size: 10px;
  font-weight: normal;
  margin: 0px;
  padding: 5px;
 
  background-color: #F0E5CB;
}

#cup {
  float: right;
  margin-top: 25px;
  margin-right: 15px;
}

  /* Main Content */
  
#content {
  margin-left: 200px;
  margin-right: 225px;
  padding-bottom: 30px;
}
    
#content h1 {
  color: #990000;
  font-size: 24px;
  margin-top: 30px
}

#content h2 {
  color: #333;
  font-size: 18px;
  font-weight: normal;
}

#content p, #content ul {
  color: #333;
  font-size: 13px;
  font-weight: normal;
}

#content p.strong {
  font-weight: bold;
  padding-bottom: 10px;
  width: 175px;
}

#content p a.biggerLink {
	font-size: 120%;
	font-weight: bold;
}

#content p.staffFloat{
	min-height: 120px;
	height: auto !important;
	height: 120px;
}

#content p.staffFloat img {
	float: left;
	margin-right: 11px;
}

#content form input.text {
  border: 1px inset #333;
  position: absolute;
  left: 320px;  
}

#content form textarea {
  border: 1px inset #333;
}

#content form select {
  margin-left: 15px;
}

#submit {
  position: relative;
  margin-top: 15px;
  margin-bottom: 10px;
}

/*#footerAddress {
  position: absolute;
  bottom: 0px;
  left: 265px;
  font-size: 11px;
  clear: both;
} */
#footerAddress {
  position: relative;
  margin: 0px;
  padding: 0px 0px 12px 180px;
  text-align:center;
  font-size: 11px;
  clear: both;
  width:570px
}
.clearfloats {
	clear: both;
}
div.clearfloats {
	line-height: 1px;
	height: 1px;
}

.tableText {
	font-size: 12px;
}

h4 {
	font-size: 14px;
	margin-bottom: 0px;
	color: #CB9D34;
	font-weight: normal;
}


	/* ------------------------------- Calendar Styles ----------------------------- */
	
	
#calendar {
	width: 930px;
	margin: 10px 0px 10px 25px;
	padding: 0px 0px 0px 0px;
}

.calMonth {
	width: 930px;
}

.calMonthCell {
	height: 180px;
	width: 125px;
	float:left;
	border:solid 1px black;
	text-align:left;
	margin: 0px;
	padding-left: 2px;
	overflow: auto;
}

.calMonthEvent {
	margin-bottom: 3px;
	cursor: pointer;
}

.calMonthEventTime {
	color: #000066;
}

.calMonthEventText {
	color: #333;
	padding-left: 4px;
}

.calMonthSubHeader {
	height: 20px;
	width: 125px;
	float:left;
	margin: auto 0px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.calMonthHeader {
	width:100%;
	text-align:center;
}

.calMonthHeader a, .calMonthHeader strong {
  font-family: Arial, Helvetica, sans-serif;
  color: #990000;
  padding: 0px 8px;
}

.calMonthHeader a:hover {
  border-bottom: none;
  color: #000066;
  font-weight: bold;
}

.calMonthEvent {
	font-size: 11px;
}

.calMonthEventTime {
	font-weight: bold;
}

/* ----------------------------------	CALENDAR EVENT STYLES -------------------------- */

#eventContainer {
	width:270px;
	margin: 0px auto;
	padding: 0px 0px 100px 0px;
	background-color: #FFF;
	border: 1px solid #d8bb73;
	background-image: url(/_img/navBack2.gif);
  background-repeat: repeat-x;
}

#eventContainer h1 {
  color: #990000;
  font-size: 14px;
  margin: 9px 0px 20px 0px;
  text-align: center;
}
#eventContainer h2 {
  color: #000;
  font-size: 14px;
  margin: 10px 10px;
  padding: 0px 0px 10px 10px;
  text-align: center;
  line-height: 16px;
  font-weight: bold;
  border-bottom: 1px solid #FC0;
}
#eventContainer #eventIcon {
	width: 40px;
	margin: -2px 0px 0px 0px;
  padding: 0px 5px 0px 5px;
  float: left;
  background-color: #FFF;
}
#eventContainer p {
  font-size: 13px;
  margin: 5px 0px 5px 0px;
  padding: 0px 10px 0px 10px;
  text-align: left;
  line-height: 16px;
}
#eventContainer p.localDetails {
  margin: 2px 0px -5px 0px;
  padding: 0px 10px 0px 25px;
  text-align: left;
  position: relative;
}

#eventContainer strong {
  color: #990000;
  font-weight: normal;
  font-size: 12px;
}

#eventContainer a.googleLink {
	color: #000066;
	font-weight: bold;
}


	/* --------------- Promo Ad Declarations ---------------------------- */
	
img.promoAd {
	position: absolute;
	right: 80px;
	top: 420px;
}