/* style for the body tag; takes care of any text not inside a block element.
   We must style all block elements seperately as styles don't inherit through
   block elements */
BODY {
	color: rgb(120,91,111); /* Dk Mauve */
	font-size: 11pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	background: rgb(255,255,255);
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;

}

/* block element styles */
TABLE, DIV, P, INPUT, TEXTAREA, SELECT {
	color: rgb(120,91,111); /* Dk Mauve */
	font-size: 11pt;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/* prevent textareas from forcing horizontal scroll bar
credit to lobos for this hint */
textarea {
	width: 99%;
}

/* remove border from linked images */
A IMG {
	border: 0px;
}

/* inline element styles */
h1, .pn-pagetitle {
	font-weight: bold;
	font-size: 1.4em;
	text-align:center;
	color: rgb(79,132,140);
}

h2, .pn-title {
	font-weight: bold;
	font-size: 1.3em;
	text-align:left;
	color: rgb(120,91,111); /* Dk Mauve */
}

.gallery-title {
	font-weight: bold;
	font-size: 1.0em;
	text-align:left;
	color: rgb(120,91,111); /* Dk Mauve */
}

.gallery-title a:link , .gallery-title a:active {
  color: #785b6f;
  text-decoration: underline;
}

.gallery-title a:hover, .gallery-title a:visited  {
  color: rgb(79,132,140);
  text-decoration: underline;
}

h2 a:link , h2 a:active {
  color: #785b6f;
}

h2 a:hover, h2 a:visited  {
  color: rgb(79,132,140);
}

h3 {
	font-weight: bold;
	font-size: 1.1em;
	color: rgb(120,91,111); /* Dk Mauve */
}

h3 a:link, h3 a:visited, h3 a:active, h3 a:hover {
	font-weight: bold;
	font-size: 1.1em;
	color: rgb(120,91,111); /* Dk Mauve */
	text-decoration: underline;
}

h4 {
  font-size: 1.0em;
	font-weight: bold;
  color: rgb(120,163,170); /* Teal */
}

h4 a:link, h4 a:visited, h4 a:active, h4 a:hover {
  font-size: 1.0em;
	font-weight: bold;
	color: rgb(120,91,111); /* Dk Mauve */
	text-decoration: underline;
}

/* anchor styles 
Note 1: Only add attributes to contextual (e.g. a.pn-title) styles that override the general style
Note 2: When all anchors are to be styled the same don't create specific styles 
for :visited etc.
*/
A {
	color: #0000FF;
	text-decoration: none;
	background: none;
}

/* form and control styles */
.input {
	border: 1px solid #000000;
	font-size: 10px;
}

/* block styles */
.sideblock {
}
.centerblock {
}

/* styles to create table-less layout */

#wrapper {
	width: 780px;
	margin: 0 auto;
	margin-top: 1.5em;
}

#container {
	width: 770px;
	background: rgb(120,163,170); /* Teal */
	float: left;
	border: 1px solid rgb(120,91,111);
	padding: 5px;
	display: table;
	margin:0 auto;
}

#header {
	width: 770px;
	height: 165px;
	float: left;
	background: rgb(120,163,170); /* Teal */
}

#nav {
  width: 770px;
  height: 25px;
  float: left;
  padding: 4px 0 0 0;
	background: rgb(120,91,111); /* Dk Mauve */
	margin: 0 auto;
}

.menu {
  float: left;
  padding: 0;
  margin: 0 auto;
  white-space: nowrap;
  list-style-type: none;
  color: 	rgb(184,151,178); /* Mauve */
}

.menu li {
  float: left;
  background-image: url(../images/bear_icon.gif);
  background-repeat: no-repeat;
  padding-left: 28px;
  padding-right: 10px;
  font-size: 9pt;
  font-weight: bold;
}

.menu a {
  float: left;
  display: block;
  padding: 0.2em 0 0.2em 0; 
	background: rgb(120,91,111); /* Dk Mauve */
  color: 	rgb(184,151,178); /* Mauve */
  text-decoration: none;
}

.menu a:hover {
  color: rgb(255,255,255); 
	background: rgb(120,91,111); /* Dk Mauve */
}

.menu a:Active {
  color: rgb(255,255,255); 
	background: rgb(120,91,111); /* Dk Mauve */
}

a.current {
  color: rgb(255,255,255); 
	background: rgb(120,91,111); /* Dk Mauve */
  cursor:default;
}
  
#content {
	width: 760px;
	float: left;
	padding: 5px;
	background: rgb(255,255,255);  /* White */
	display: table;
}

#slideshow {
	width: 770px;
	height: 175px;
	float: left;
	background: rgb(120,163,170); /* White */
}

#main {
	width: 720px;
	float: left;
	padding: 5px 25px 5px 25px;
	background: rgb(255,255,255); /* White */
}

#master {
	width: 760px;
	float: left;
	padding: 5px;
	background: rgb(255,255,255); /* Sand */
	display: table;
}

#footer {
	width: 760px;
	float: left;
	text-align: center;
	padding: 5px;
	margin: 0 auto;
	background: rgb(120,91,111); /* DK Mauve */
	color: rgb(255,255,255);
}

#footer a:link, #footer a:active, #footer a:visited, #footer a:hover {
	color: rgb(184,151,178); /* Mauve */
}

a.footer-left:link, a.footer-left:active, a.footer-left:visited, a.footer-left:hover {
	color: rgb(184,151,178); /* Mauve */
	font-size: 9pt;
}

a.footer-left:link, a.footer-left:active, a.footer-left:visited, a.footer-left:hover {
	color: rgb(184,151,178); /* Mauve */
	font-size: 9pt;
}

.footer-left {
  float:left;
	width: 440px;
	padding: 0;
	margin: 0;
	position: relative;
	color: rgb(255,255,255);
	font-size: 9pt;
}

.footer-right {
  float:left;
	width: 320px;
	padding: 0;
	margin: 0;
	position: relative;
	color: rgb(255,255,255);
}

#home_text p {
	color: rgb(120,91,111); /* DK Mauve */
	font-weight: bold;
}


/* utility clearer class */
.clearing {
	height: 0px;
	clear: both;
}

/* legacy opentable function styles */
.opentable1 {
	width:100%;
	border: 1px solid #000;
	margin-bottom: 5px;
}
.opentable2{
	border: 1px solid #000;
	margin-bottom: 5px;
}

/* defaut styling for lists */
ul { 
	margin-left:1em;
	padding-left:0em;
	text-indent:0em;
	list-style-type: circle; 
}

img.staff-photos {
  border: 4px rgb(120,91,111) solid;
}
  
/* #virtualtour {
  width: 650px;
  height: 488px;
  margin: 0 auto;
  border: 3px solid  rgb(120,91,111);
}  

*/

#map {
	width: 600px;
	height: 325px;
  margin: 0 auto;
  border: 3px solid  rgb(120,91,111);
}

.questions{
  font-weight:bold;
  color: rgb(79,132,140);
}

body {
	background: rgb(50,50,50);
}

#homeslides {
	width: 770px;
	height: 175px;
  padding: 0;  
  margin:  0 auto;  
	float: left;
	background: rgb(120,163,170); /* White */
} 
 
#homeslides img {  
  padding: 0px;  
  width: 770px;
  height: 175px;
  top:  0; 
  left: 0 
}

#virtualtour {
  width: 650px;
  height: 488px;
  margin: 0 auto;
  border: 3px solid  rgb(120,91,111);
  padding: 0;
  text-align:center;
} 
 
#virtualtour img {  
  padding: 0px;  
  width: 650px;
  height: 488px;
  top:  0; 
  left: 0 
}

