body,html {
	margin: 0;
	padding: 0;
}

body {
	background: #FFF url(../images/luxury_back.gif) repeat-x top left;
}

/* Anchors */
a {
	text-decoration: underline;
	font-weight: bold;
	color: #6880B7;
}

a:hover {
	text-decoration: none;
}

a.red {
	color: #BE5656;
}

/* Images */
img {
	border: 0;
}

img#question_mark {
	position: relative;
	top: 4px;
	left: 0px;
}

img#droz {
	float: right;
}

/* Divs */
div#navi {
	margin: 0 auto;
	width: 760px;
}

div#container {
	margin: 0 auto;
	margin-top: 5px;
	width: 760px;
	text-align: center;
}

div#faqs {
	height: 300px;
	overflow: auto;
	clear: right;
}

div#new_question {
	text-align: right;
	position: relative;
	top: -5px;
}

div#instructions {
	float: left;
	clear: none;
	width: 370px;
}

div#faq_form {
	float: left;
	clear: none;
	width: 350px;
}

div#adm_links {
	float: left;
	width: 200px;
	text-align: left;
}

div#adm_viewport {
	float: left;
	width: 540px;
	text-align: left;
	padding-left:16px;
	padding-top: 6px;
}

/* Fieldsets & Legends */
fieldset#faq_container,#faq_form_container {
	width: 730px;
	text-align: left;
	padding-top: 0;
}

fieldset#faq_form_container {
	display: none;
}

fieldset#parcels_viewport {
	float: left;
	width: 500px;
	height: 300px;
	text-align:center;
}

fieldset#parcels_links {
	text-align:left;
	height: 300px;
	width: auto;
}

fieldset#building_links {
	text-align: center;
	height: 300px;
	width: auto;
}

fieldset#parcels_links img {
	float: left;
}

fieldset#parcels_links p {
	clear: left;
	margin: 0;
}

fieldset#parcels_links a.txt {
	position: relative;
	top: 6px;
	left: 0px;
}

fieldset#parcels_info {
	clear: left;
	text-align: left;
}

div#instructions fieldset {
	background-color: #D6D6D6;
}

div#instructions legend {
	font-size: 100%;
}

legend {
	font-size: 110%;
	font-weight: bold;
	color: #4C4C79;
}

/* Spans */
span.question {
	display: block;
	font-weight: bold;
	color: #8F3333;
}

span.answer {
	display: block;
	margin-bottom:8px;
}

span.goRight {
	float:right;
}

span.update {
	font-weight: bold;
	color: #A51111;
}

span.smaller {
	font-size: 80%;
}

/* labels and form elements */
div#faq_form input {
	width: 200px;
}

div#faq_form textarea {
	width: 300px;
	height:100px;
}

div#adm_viewport input {
	width: 218px;
}

div#adm_viewport textarea {
	width: 470px;
	height: 80px;
}

div#adm_viewport input.remove_btn {
	width: auto;
	height: auto;
	vertical-align: bottom;
}

div#adm_viewport textarea.adm_parceledit {
	height: 300px;
}

div#adm_viewport form.faq_remove {
	display: inline;
}

/* P Tags */
p#adm_faqnamecontainer {
	float: left;
}
p#adm_faqemailcontainer {
	float: left;
	padding-left: 30px;
}
p#adm_faqqna {
	clear: both;
}

/* Misc */
h2 {
	font-size: 150%;
	font-weight: bold;
	color: #4C4C79;
	margin-top: 3px;
}