/* HTML Elements */

body {
	
	background-color: #0e263d;
	
	padding:0;
	margin:0;
	
	font-family: verdana;
	font-size:small;
	
	text-align: center;
	
}

hr {
	color:#000;
	width: 130px;
}

a:link,a:visited,a:active {
	text-decoration:underline;
	color:#000;
}

a img {
	margin:3px;
}

a:hover {
	background-color:#666;
	color:#FFF;
}

h1 {
	text-align:center;
	font-size: medium;
}

h2 {
	text-align:center;
	font-size: medium;
	color:#FFF;
}

i {
	color:#666;
}

img {
	border:medium black solid;
}

label {
	text-decoration:underline;
	font-weight:bold;
	font-size:medium;
	padding:3px;
	margin-bottom:10px;
	margin-top:15px;
}

input, textarea, select {
  border: 1px solid #ccc;
  padding: 3px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  background: white;
}

input[type="button"]{
	width:auto;
}

input[type="text"], input[type="password"]{
	text-align:center;
	width:275px;
}

input[type="submit"]{
	width:100%;
}

select{
	float:right;
}

#date select{
	float:none;
}

input:hover, textarea:hover {
  border: 1px solid #000;
}

input:focus, textarea:focus {
  border: 1px solid #000;
}

legend {
	text-align:left;
	font-weight:bold;
	text-decoration:none;
}

fieldset {
	border:none;
	border-top:thin solid #ccc;
	padding:5px;
	margin:15px;
	overflow:auto;
}

fieldset input, fieldset textarea{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

textarea {
	height:10em;
}

p {
	overflow:auto;
}


/* Generic Styles */

.bubble {
	width:460px;
	position:relative;
	padding: 20px;
	margin:0;
	margin-top: 20px;
	left:-20px;
	background-color: #FFF;
}

#empty-message {
	text-align:center;
	font-size:small;
	color:#666;
}

.errorExplanation {
	margin:auto;
	font-size:small;
	color:#FFF;
	background-color:red;
	padding:15px;
	border:medium solid #000;
	width:300px;
}

.errorExplanation p {
	text-align:center;
}

.errorExplanation ul {
	text-align:left;
}

.fieldWithErrors input, .fieldWithErrors textarea, .fieldWithErrors select {
	border: thin solid red;
	margin:0;
	padding:0;
}

.flash {
	text-align:center;
	font-size:small;
	color:#666;
}

.justified {
	text-align:justify;
}

.spacer {
	height:30px;	
}

.bottom { 
	clear:both;	
}

.unformattedlink a:active,.unformattedlink a:visited,.unformattedlink a:active, .unformattedlink a:hover {
	text-decoration:none;
}

.meta {
	margin:10px;
	font-size:70%;
	color:#666;
}

.left {
	float:left;
}

.middle {
	text-align:center;
}

.right {
	float:right;
}

.grey {
	color:#666;
}

.padded {
	padding:15px;
}

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

/* Splash Page */

#splash {
	position:relative;
	left:-100px;
	background-image:url(/images/splash.gif);
	background-repeat:no-repeat;
	background-position:60px 20px;
	height:450px;
}

#splash-content {
	position:relative;
	width:800px;
	padding:0;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
}

.splashaddresses {
	position:relative;
	width:100%;
	font-size:75%;
	vertical-align:top;
	left:80px;
	margin:0;
	margin-top:20px;
}

#splash #page-column {
	margin-left:400px;
}


/* General Page */

#page {
	width:700px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#compass{
	margin-top:20px;
	background-image:url(/images/compass-small.gif);
	background-repeat:no-repeat;
	height:120px;
}

#logo-box {
	position:relative;
	float:left;
	width:74px;
	height:80%;
	left:-10px;
	top:35px;
	background-color:#FFF;
}

#logo {
	margin-top:20px;
	background-color:#FFF;
	background-image: url('/images/logo.jpg');
	background-repeat:no-repeat;
	background-position:center 90%;
	height:380px;
}

#page-column {
	width: 460px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding:0;
	background-color: #32465a;
	overflow:hidden;
}

html>body #page-column {
	overflow:visible;
}

#page-box {
	position:relative;
	width: 500px;	
}


/* Article Page */

.article-title {
	font-weight:bold;
	text-align:left;
	font-size:medium;
}

.article-content {
	padding: 3px 10px;
}

/* Links */

.link-title {
	font-size:smaller;
}

/* Contact Page */

#contact-notice {
	font-size:smaller;
	padding:0 10px;
}

/* Pop Up Menus */

.redbox-content {
	padding: 20px;
	width:600px;
	border:thick solid #000;
	background-color:#FFF;
	overflow:auto;
}

/* Category management */

.category {
	background-color:#FFF;
	border:thin solid #000;
	width: 300px;
	padding:3px;
	margin:5px;
}

/* State Management */

.state {
	
	background-color:#FFF;
	border:thin solid #000;
	width: 300px;
	padding:3px;
	margin:5px;
	
}

/* Photo Management */

.thumbnail {
	margin: 15px;
	margin-bottom:0;
	cursor:move;
}

/* Search */

.search-field {
	overflow:auto;
	padding:10px;
}

.partial-results {
	
	font-size:75%;
	
}

/*Property Display */



.property-container {
	overflow:auto;
}

.property-meta {
	overflow:hidden;
	clear:right;
	margin:5px 0;
}

html>body .property-meta {
	overflow:auto;
}

.property-meta:hover  {
	background:#BECAC5;
}


.property-description {
	margin-top :30px;
	margin-bottom:10px;
	clear:both;
	font-weight:bold;
}

.property-value-description {
	clear:both;
	padding:20px;
	text-align:justify;
}

.property-content {
	text-align:justify;
	padding:15px;
}

.property-attribute {
	float:left;
	font-weight:bold;
}

.property-value {
	float:right;
	width:300px;
}

.property-photo {
	text-align:center;
	padding:15px;
}

.property-show-thumb {
	margin:15px;	
}

.property-show-thumb-container {
	height:200px;
	float:left;
	margin:20px;
	margin-right:30px;
}

.property-image-bar {
	padding:15px;
	text-align:center;
}

.thumbnail-row{
	vertical-align:middle;
}

#slideshow {
	width:300px;
	background:#000;
	color:#FFF;
	padding:20px;
}

#slideshow a:active,#slideshow a:visited,#slideshow a:link {
	color:#FFF;
	background:#000;
	text-decoration:none;
} 

#slideshow a:hover {
	text-decoration:underline;
	background:none;
}

.caption {
	font-size:0.6em;
}

.slide-close {
	clear:both;
	font-size:0.7em;
}

/* Location Management */

.location {
	clear:both;
	margin:3px;
	padding:5px;
	border:thin solid #000;
	background-color:#FFF;
}

.location-tree {
	border:thin #FFF solid;
	overflow:auto;
}

.location-tree:hover {
	border:thin #ccc solid;
}

#locations {
	text-align:left;
}

.location a:link {
	font-size:smaller;
}

.form-location {
	clear:both;
	border: thin solid #ccc;
	padding: 3px;
	margin:5px 0;
	overflow:auto;
}

.form-location:hover {
	
	border:thin solid #000;
	
}

.form-location-children {
	
	padding-left:15px;
	
}

/* Account */

.notification-control {
	
	float:right;
	
	
}

.user-notification {
	
	border-bottom:thin solid #ccc;
	margin-bottom:3px;
	overflow:auto;
	
}

.user-notification:hover {
	
	background-color:#ccc;
	border-bottom:thin solid #000;
	
}

.user-settings input, .user-settings textarea, .user-settings select {
	
	float:right;
	margin-right:30px;
	width:220px;
	
}

.user-settings .checkbox {
	
	width:auto;
	
}

.user-settings p {
	
	margin-bottom:10px;
	
}

.user-settings {
	
	overflow:auto;
	
}

#user-submit {
	
	margin-top:20px;
	
}

#user-submit input {
	
	width:auto;
	
}

#user-messages {
	
	text-align:center;
	background-color:#00FF00;
	border:medium solid #00B603;
	
}


/* Translations */

.translation {
	
	border-bottom:thin #ccc solid;
	
}

.translation-control {
	
	float:right;
	margin-left:10px;
}

/* Account */

.account-control {
	
	float:right;
	margin-left:10px;
	
}

.account-list {
	
	border:none;
	overflow:auto;
	margin-bottom:60px;
}

.account-user {
	border:none;
	border-top:thin solid #ccc;
}


#navbar-margin-top {
	
	height: 20px;
	
}

#navbar-margin-bottom {
	
	height:30px;
	
}

#navbar-properties {
	
	font-size:large;
	margin-bottom: 5px;
	
}

#navbar-properties a:link, #navbar-properties a:active, #navbar-properties a:visited {
	
	text-decoration:none;
	color:#000;
	
}

#navbar-properties a:hover {
	
	text-decoration:underline;
	background-color:#FFF;
	color:#000;
	
	
}

#navbar-meta {

	font-size:small;
	
}

#navbar-meta a:link, #navbar-meta a:visited, #navbar-meta a:active {
	
	text-decoration:none;
	color: #666;
	
}

#navbar-meta a:hover {
	
	text-decoration:underline;
	background-color:#FFF;
	color: #666;

}

#navbar-user {
	
	margin-top:7px;
	
	font-size: 80%;
	color: #000;
	
}

#navbar-user a:link,#navbar-user a:active, #navbar-user a:visited {
	
	text-decoration:none;
	color:#666;
	
}

#navbar-user a:hover {
	
	text-decoration:underline;
	background-color:#FFF;
	color:#666;

}

.userinfo {
	
	color:#000;
	font-weight:bold;
	
}
