/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html, body {
	 min-height:100%; margin-bottom:1px;
}

body {
   background-color: #1A1B54;
	text-align: center;
	font-size: 84%;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0; 
	color: #fff;
}

a:link, a:visited {
   color: #fff;
   text-decoration: none;
}

a:hover, a:active {  
  color: #fff;
  text-decoration: underline;
}

#container {
	border: none;
	width: 760px;
	position: relative;
	margin-left: auto;
	margin-right: auto; 
}

#header {
	margin-top: 10px;
	height: 240px;
	display: none;
}

#topnav {
	display: none;
}

#topnav ul { list-style:none; }
#topnav li { 
	display:inline; 
	padding-right: 22px;
}

#topnav a:hover, #topnav a:active {
	text-decoration: none;
}

#sidebar {
	float: left;
	width: 180px;
	padding-top: 20px;
}

#content {
	text-align: left;
	margin-left: 200px;
	padding: 20px 20px 20px 0;
	min-height:400px;
   height:auto !important;
   height:400px;
}

body.home #content {
	margin-left: 0;
}

body.gallery #content {
	margin-left: auto;
	margin-right: auto;
}


#content h1 {
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 10px;
}

#content h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 6px;
}

#content ul {
	padding-left: 10px;
	margin-left: 10px;
}

#content p {
	padding-bottom: 10px;
	line-height: 1.3em;
}

/* testimonials */
p.author {
	margin-bottom: 20px;
}

table.splash {
	margin-right: auto;
	margin-left: auto;
}

table.splash img {
	padding: 4px
}

body.home #content p {
	width: 538px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 1.1em;
	padding-top: 10px;
	line-height: 1.3em;
}
#footer {
	text-align:center;
	width: 760px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer p {
	font-size: .8em;
}

#footer a {
	text-decoration: underline;
}

table.data {
	margin-bottom: 10px;
}

table.data td {
	padding: 4px 10px 4px 0;
}

table.location td {
	padding: 6px;
}
	
ul.directions {
	padding-bottom: 10px;
}

ul.directions li {
	padding-bottom: 4px;
}