
html, body {
  height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	background-color: #d7cebf;
}


/***** DNN Styles to override *****/
/* text style used for most text rendered by modules */
/*.ControlPanel
{
	line-height: 100%;
	width: 720px;
	margin:10px auto;
	padding-bottom: 10px;
	border: 1px solid #ccc;
}*/
.ControlPanel {
	width:900px;
	margin:0 auto;
	border: 1px solid #f3f2f2;
}

.containerAdminBorder {
	border:none;
}

.Normal, .NormalDisabled, .NormalBold, .NormalRed, .Head, blockquote
{
	font-size: 14px;
	font-weight: normal;
	color:#56342a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, .Head
{
	font-weight: 700;
	color: #56342a;
}

.SubHead {
	color: #000000;
}

/************************/

h2 a:link {
	color: #56342a;
}

h2 a:hover {
	color: #56342a;
}

h3 {
	font-weight: 600;
	color: #56342a;
}

h1, h2, h3, h4, h5, h6, dl {
  margin: 0;
  padding: 5px 10px;
}

p {
  margin: 0;
  padding: 5px 0px;
}

a:link {
	color: #6a7742;
	text-decoration: underline;
}

a:visited {
	color: #6a7742;
	text-decoration: underline;
}

a:hover {
	color: #353923;
	text-decoration: underline;
}

ol, ul {
  margin: 10px 20px;
  padding: 0 20px;
}

ol {
}

ol span {
  color: #EEE;
}

ul li {
	list-style-type: disc;
}
.clear {
	clear:both;
}
.bold {
	font-weight:bold;
}

.title_brown span.Head {
	color: #56342a;
	font-size: 22px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/******  #Header ******/
#ControlPanelWrapper {
	text-align:center;
	background-color: #56342A;
}

.ControlPanel {
	margin:0 auto;
	text-align:left;
	width:1024px;
	border:none;
}
#PageWrapper {
	width: 100%;
	clear: both;
	text-align:center;
}
#Header {
	width:1076px;
	height:174px;
	margin:0 auto;
	background-image: url(images/header_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
}
#TopDivider {
	background-color:#56342a;
	height:16px;
}
#Content {
	width:936px;
	min-height:500px;
	margin:0 auto;
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	background-position: top center;
	padding: 5px 70px;
}
#PageBottom {
	width:1076px;
	height:50px;
	margin:0 auto;
	background-image: url(images/page_bottom_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
}
#logo {
	float:left;
	width:265px;
	height:145px;
	margin-left:94px
}
#logo a {
	display:block;
	width:100%;
	height:100%;
}

/******  #Top Menu ******/

#MenuWrapper {
	width:900px;
	height:25px;
	margin:0 auto;
	clear:both;
	text-align:center;
	background-color: #353923;
}
#TopMenu {
	height:25px;
	margin:0 auto;
	text-align:left;
}


.DNNEmptyPane {
	display:none;
}
.RightPane {
	padding:10px 10px 10px 0px;
}
.LeftPane, .ContentPane, .RightPane {
	padding:10px;
	text-align:left;
}
.LeftPane {
	float:left;
	width:275px;
}
.RightPane {
	float:right;
	width:617px;
}

#FooterWrapper {
	text-align:center;
	height:100%;
}
#Footer {
	width:900px;
	margin:0 auto;
}
#BottomBar {
	height:8px;
	width:894px;
	border:3px solid #dcd2a8;
	background-color: #353823;	
}
#BottomMenu {
	margin:0 auto;
	padding:5px;
}
.footer, .footer a {
	color:#56342a;
	font-size: 12px;
}
.footer a:hover {
	text-decoration:underline;
}
.credits {
	padding-bottom:10px;
}
.credits, .credits a {
	color:#6A7742;
	font-size: 12px;
	text-decoration: none;
}
.credits a:hover {
	text-decoration: underline;
}

.PropertyDetails img {
	border:3px solid #353923;
	margin:0 10px 10px 0px;
}
.PropertyPhotos .thumbnail a img {
	border:none;
}
.PropertyPhotos .thumbnail {
	float:left;
	width:90px;
	height:59px;
	margin:5px;
	border:3px solid #353923;
	overflow:hidden;
}

/PropertyPhotos li.galleryImage {
	list-style: none;
}

/**************************************************************
   jQuery Tools Overlay
 **************************************************************
/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

.simple_overlay .BioName {
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
}
.simple_overlay .BioTitle {
	color: #FFFFFF;
	font-size: 16px;
}
.simple_overlay p {
	color: #FFFFFF !important;
}

.simple_overlay img {
		padding: 35px 10px 10px 10px;
}

.simple_overlay {
	padding-bottom:10px;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/**************************************************************/
/*  Main Menu Normal  */
/**************************************************************/
.main_dnnmenu_rootitem  
{
	line-height:25px;
	font-size: 14px;
	text-align:center;
	padding:0;
	color: #d7cebf;
}

.main_dnnmenu_separator {
	padding:0;
}

/*  Main menu hover  */
.main_dnnmenu_rootitem_hover
{
	font-size: 14px;
	text-align:center;
	padding:0;
	color: #d7cebf;
}
/*  Main menu selected  */
.main_dnnmenu_rootitem_selected 
{
	text-align:center;
	font-size: 14px;
	padding:0;
	color: #d7cebf;
}
span.bar, span.bar:hover, span.bar:active {
	text-decoration: none;
	font-size:11px;
	padding:0 10px;
}
/*  SUB Menu Normal */
.main_dnnmenu_submenu 
{
	z-index: 2000;
	background-color: #d7cebf;
	border: 1px solid #353923;
	color: #56342a;
}

.main_dnnmenu_submenu td
{
	z-index: 2000;
	font-size: 12px;
	text-align:left;
	padding: 4px;
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemselected td   
{
	font-size: 12px;
	text-align:left;
	z-index: 2000;
	padding: 4px;
	background-color: #56342a;
	color: #d7cebf;
}

.main_dnnmenu_rootitem_selected span, .main_dnnmenu_itemhover span {
	text-decoration: none;
}
.main_dnnmenu_rootitem_selected span.txt, .main_dnnmenu_rootitem_hover span.txt {
	text-decoration: underline !important;
}

.main_dnnmenu_break
{
	height: 2px;
	background-color: #353923;
}

/**************************************************************/
/*  bottom Menu Normal  */
/**************************************************************/
.bottom_dnnmenu_rootitem  
{
	font-size: 14px;
	text-align:center;
	padding:0 12px;
	color: #dcd2a8;
}

.bottom_dnnmenu_separator {
	padding:0;
}
/*  bottom menu hover  */
.bottom_dnnmenu_rootitem_hover
{
	font-size: 14px;
	text-align:center;
	padding:0 12px;
	color: #dcd2a8;
	text-decoration: underline;
}

/*  bottom menu selected  */
.bottom_dnnmenu_rootitem_selected 
{
	text-align:center;
	font-size: 14px;
	padding:0 12px;
	color: #dcd2a8;
	text-decoration: underline;
}

/*  SUB Menu Normal */
.bottom_dnnmenu_submenu 
{
	z-index: 2000;
	background-color: #dcd2a8;
	border: 1px solid #353923;
	color: #353923;
}

.bottom_dnnmenu_submenu td
{
	z-index: 2000;
	font-size: 12px;
	text-align:left;
	padding: 4px;
}

/*  SUB Menu hover & selected */
.bottom_dnnmenu_itemhover td,.bottom_dnnmenu_itemselected td   
{
	font-size: 12px;
	text-align:left;
	z-index: 2000;
	padding: 4px;
	background-color: #353923;
	color: #dcd2a8;
}

.bottom_dnnmenu_break
{
	height: 2px;
	background-color: #353923;
}

.ModuleTitle_MenuItem {
	border:none;
}

.gmnoprint {
	font-size:12px;
}

a.more {
    display:inline-block;
    padding-left:20px;
    line-height:22px;
    background:transparent url(/Images/Icons/more_info.png) center left no-repeat;
}
a.config {
    display:inline-block;
    padding-left:20px;
    line-height:22px;
    background:transparent url(/Images/settings.gif) center left no-repeat;
}
a.map {
    display:inline-block;
    padding-left:20px;
    line-height:22px;
    background:transparent url(/Images/Icons/mapIcon.gif) center left no-repeat;
}
a.email {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(/Images/Icons/email_16_alt.png) center left no-repeat;
}

a.pdf {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(/Images/Icons/pdfIcon.png) center left no-repeat;
}

a.facebook {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(/Images/Icons/facebook_16.png) center left no-repeat;
}

a.twitter {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(/Images/Icons/twitter_16.png) center left no-repeat;
}

a.blog {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(/Images/Icons/blog_16.png) center left no-repeat;
}

a.website {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(/Images/Icons/website_16.png) center left no-repeat;
}

a.bio {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(/Images/Icons/bio_16.png) center left no-repeat;
}

