body {
	font-family: "Lucida Grand", Verdana, Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	background: #a90c04 url(../../img/caduceus.gif) top left no-repeat;
	color: white;
	
	margin: .65in .85in;
	padding: 0;
}

a, a:visited {
	color: #F2C800;
}

a:hover {
	color: #FFDD22;
}

#menu {
	position: absolute;
	left: 700px;
}

#menu img {
	display:block;
	margin-bottom: 2px;
}

#content {
	width: 606px;
}

p.welcome {
	font-size: 1.4em;
	margin: .25in 0 .25in 0;
	line-height: 2em;
}

.box {
	background: #890c00;
	border: 1px solid #b93430;
	padding: 18px;
	font-size: 1.4em;
	position: relative;
	clear: both;
}


.box h1 {
	padding: 5px;
	font-size: 1.2em;
	margin: -18px -18px 16px -18px;
	background: #890c00 url(../../img/box_top_bg.gif) top left repeat-x;
}

.box h1 span, .box p span{
	display: inherit;
}

.box-body {
	text-align: right;
}

.box-body * {
	text-align: left;
}

.box-body input.form-button {
	text-align: center;
}

#login box{
	width: 20em;
}

#login th{
	text-align: left;
	width: 7em;
	font-weight: normal;
}

#login input{
	float: right;
}

#survey.box label {
	display: block;
}

#survey.box textarea {
	width: 99%;
	height: 8em;
}

#faq.box label {
	width: 150px;
	display: block;
	float: left;
	clear: both;
}

.box input.field {
	width: 100%;
}

#faq.box textarea {
	width: 100%;
	height: 4em;
}

#faq-entries {
	position: relative;
}

#faq-entries dl {
	position: absolute;
}

#faq-entries dt {
	font-size: 1.4em;
	padding: 10px 0 0 45px;
	background: transparent url(../../img/q_label.gif) top left no-repeat;
	min-height: 48px;
	font-weight: bold;
}

#faq-entries dd {
	font-size: 1.2em;
	padding: 12px 0 0 45px;
	margin: 0;
	background: transparent url(../../img/a_label.gif) top left no-repeat;
	min-height: 48px;
}

dl.list {
	padding-left: 45px;
}

dl.list dt {
	font-size: 1.4em;
	font-weight: bold;
}

dl.list dt a {
	padding-bottom: 6px;	
	text-decoration: none;
	color: white;
}



dl.list dd {
	font-size: 1.2em;
	padding-bottom: 12px;
}

dl.list dt a small{
	font-size: .7em;
	text-decoration: underline;
	color: #F2C800;
}

dl.list dt a:hover small{
	color: #FFDD22;
}

img {
	border-width: 0px;
}

img#building-img {
 border: 11px solid white;
}

img.thumb {
 border: 1px solid white;
 margin: -3px -1px 2px 0;
 display: block;
 float: left;
}

div.album-photo {
	 position: relative;
	 width: 550px;
	 height: 400px;
	 background: transparent url(../../img/photo_border.gif) top left no-repeat;
	 padding: 21px 18px;
	 overflow: hidden;
}

/* inquiry */

div.box-body .error {
	font-size: .9em;
	color: #f2c800;
}

div.box-body table {
	padding-top: 8px;
}

#inquiry td {
	vertical-align: top;
}