/* Make Firefox have scrollbars no matter what */
html {
    overflow: -moz-scrollbars-vertical;
	 height: 100%;
}

/* Begin Typography & Colors */
body {
	height: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	font-size: 12pt;
	/*font-family: Helvetica, Verdana, Arial, Sans-Serif;*/
	font-family: "Palatino Linotype", Georgia, Palatino, serif;
	background: #707070;
	color: #000000;
	text-align: center;
}

#page {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 940px;
	background: #FFFFFF;
	background-image:url('curtains.gif');
	background-repeat: no-repeat;
	color: #000000;
	position: relative;
	min-height: 100%;
	height: 100%;
	border-left:1px solid red;
	border-right:1px solid red;
}

* html #page {
	height: 100%;
}

ul {
	list-style-type: circle;
}

table.content-table {
	margin: 100px 0 30px 0;
	width: 940px;
	border: 0;
}

p.quote {
	font-style: italic;
	color:#4D4D4D;
	font-size: 11pt;
}

a:link {
	color:#000000;
	text-decoration:none;
}

a:hover, a:visited:hover {
	text-decoration:underline;	
}

a:visited {
	/*color:#404040;*/
	color:#000000;
	text-decoration:none;
}

p.quote a:link {
	color:#4D4D4D;
	text-decoration:none;	
}

p.quote a:hover {
	color:#4D4D4D;
	text-decoration:none;	
}

div.selected {
	font-weight:bold;
	font-style:italic;
}

p.quote a:visited {
	color:#4D4D4D;
	text-decoration:none;	
}

div.menu-image {
	position:relative;
	width:100%;
	background-repeat: no-repeat;
	height:263px;
	margin-top:20px;
	text-align:right;
	background-position:center;
}

div.menu {
	text-align:right;
	padding-top:20px;
	padding-right:60px;
}

span.arrow {
	color: #555555;
}

p.main {
	font-size: 13pt;
	margin-top: 4px;
}

p.right {
	text-align: right;
}

p.heading {
	font-style:italic;
	margin-top:4px;
	font-size: 13pt;
	font-weight: bold;
	border-bottom: 1px dotted red;
}

p.quote-heading {
	font-size: 11pt;
}

div.indent {
	padding-left:15px;
}

img.right {
	float:right;
}

div.testimonial {
}

p.t-quote {
  font-style: italic;
  color:#4D4D4D;
  font-size: 12pt;
}

div.comment-from {
  margin-left: 20px;
  font-size: 10pt;
}

div.wrapper {
	text-align:center;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

div#slideshow {
	text-align:left;
	border:2px solid silver;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	width:450px;
	height:338px;
}

div.slide1dv {
	position:relative;
	width:450px;
	height:338px;
	overflow:hidden;
	padding:0px;
	margin:0px;
	border-style:solid;
	border-width:0px;
	border-color:#FFFFFF;
	z-index:1;
	FILTER: progid:DXImageTransform.Microsoft.Fade(Overlap=1.00,duration=3,enabled=false);
}

#footer {
	width: 900px;
	position: relative;
	margin: -20px auto 0 auto;
}

* html #footer {
	margin-top: -20px;
}
