/* This file is part of Mura CMS. 

	Mura CMS is free software: you can redistribute it and/or modify 
	it under the terms of the GNU General Public License as published by 
	the Free Software Foundation, Version 2 of the License. 

	Mura CMS is distributed in the hope that it will be useful, 
	but WITHOUT ANY WARRANTY; without even the implied warranty of 
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
	GNU General Public License for more details. 

	You should have received a copy of the GNU General Public License 
	along with Mura CMS.  If not, see <http://www.gnu.org/licenses/>. 

	However, as a special exception, the copyright holders of Mura CMS grant you permission 
	to combine Mura CMS with programs or libraries that are released under the GNU Lesser General Public License version 2.1. 

	In addition, as a special exception,  the copyright holders of Mura CMS grant you permission 
	to combine Mura CMS  with independent software modules that communicate with Mura CMS solely 
	through modules packaged as Mura CMS plugins and deployed through the Mura CMS plugin installation API, 
	provided that these modules (a) may only modify the  /trunk/www/plugins/ directory through the Mura CMS 
	plugin installation API, (b) must not alter any default objects in the Mura CMS database 
	and (c) must not alter any files in the following directories except in cases where the code contains 
	a separately distributed license.

	/trunk/www/admin/ 
	/trunk/www/tasks/ 
	/trunk/www/config/ 
	/trunk/www/requirements/mura/ 

	You may copy and distribute such a combined work under the terms of GPL for Mura CMS, provided that you include  
	the source code of that other code when and as the GNU GPL requires distribution of source code. 

	For clarity, if you create a modified version of Mura CMS, you are not obligated to grant this special exception 
	for your modified version; it is your choice whether to do so, or to make such modified version available under 
	the GNU General Public License version 2  without this exception.  You may, if you choose, apply this exception 
	to your own modified versions of Mura CMS. */



/* @group GLOBALS
===================================== */

/*body {
	
	
	}*/

textarea {
	font-family: "Avenir", Verdana, Helvetica, Arial, sans-serif;
}
ul, ol, dl {
	margin-bottom: 1.5em;
	list-style: none;
}
a {
	text-decoration: none;
	color: #495228;
}
a:hover {
	text-decoration: none;
	color: #6F2818;
}
/* @end GLOBALS
-------------------------------- */



/* @group LAYOUT
===================================== */

#container {
	width: 1025px;
	margin: 0 auto;
}
#content {
	clear: both;
	float: left;
}
#primaryHome {
	float: left;
	width: 1025px;
	background-image: url(/novawestllc/assets/image//content-bg1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 568px;
	margin-top: 20px;
}
#primaryInternal {
	float: left;
	width: 1025px;
	background-image: url(/novawestllc/assets/image//content-bg2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 278px;
}
.oneCol #primary {
	width: 930px;
	border: 0;
}
.threeCol #primary {
	width: 528px;
}
.content, .sidebar {
	min-height: 100px; /* Fixes odd no-content disappearing bug. */
}
#left {
	float: left;
}
#right {
	float: right;
}
.sidebar {
	margin: 0 15px;
	width: 170px;
}
#left.sidebar {
}
#right.sidebar {
}
/* @group Layout - Header
===================================== */

#header {
	background-color: #FFFFFF;
	height: 100px;
}
/* @end Layout - Header
-------------------------------- */


/* @group Layout - Footer
===================================== */

#footer {
	clear: both;
	height: 46px;
	width: 1025px;
	margin-bottom: 20px;
	font-size: 9px;
	background-color: #FFFFFF;
}
/* @end Layout - Footer
-------------------------------- */

/* @end LAYOUT
-------------------------------- */



/* @group NAVIGATION/UI
===================================== */

/* @group Nav - Primary
===================================== */

#navPrimaryHome {
	float: right;
	margin: 92px 0px 0px 0px;
	list-style: none;
	color: #6F2818;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .8em;
	}
#navPrimaryHome li {
	float: left;
	margin: 0 1em 0 0;
	line-height: 1.5em;
	cursor: pointer;
	border-right: solid;
	border-right-width: 1px;
	border-right-color: #495228;
	padding-right:10px;
	}
#navPrimaryHome li.last{
	float: left;
	margin: 0 1em 0 0;
	line-height: 1.5em;
	cursor: pointer;
	border-right: none;
	}
#navPrimaryHome li a {
	font-weight: normal;
	}
#navPrimaryHome li.current a {
	color: #5D1F11;
	font-weight: bold;
}
	
#navPrimaryInternal {
	float: right;
	margin: 72px 0px 0px 0px;
	list-style: none;
	color: #6F2818;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .8em;
	}
#navPrimaryInternal li {
	float: left;
	margin: 0 1em 0 0;
	line-height: 1.5em;
	cursor: pointer;
	border-right: solid;
	border-right-width: 1px;
	border-right-color: #495228;
	padding-right:10px;
	}
#navPrimaryInternal li.first{
	border-right: solid;
	border-right-width: 1px;
	padding-right:10px;
	}
#navPrimaryInternal li.last{
	float: left;
	margin: 0 1em 0 0;
	line-height: 1.5em;
	cursor: pointer;
	border-right: none;
	}
#navPrimaryInternal li a {
	font-weight: normal;
	}
#navPrimaryInternal li.current a {
	color: #5D1F11;
	font-weight: bold;
	}
.menuDivider {
	color: #495228;
	}

/* @group Nav - Primary Home - Dropdown
===================================== */
/* http://www.htmldog.com/articles/suckerfish/dropdowns/ */

#navPrimaryHome li ul { /* second-level lists */
	position: absolute;
	left: -9999px;
	z-index: 1000;
	width: 12em;
	margin: 0;
	padding-left: 0;
	list-style: none;
	}

#navPrimaryHome li li { /* all list items */
	float: left;
	width: 18em; /* width needed for Opera */
	margin: 0;
	display: block;/* IC placed in li li from li li a */
	padding: 1em;
	line-height: 1em;
	text-transform: uppercase;
	background-color: #FFFFFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #495228;
	}

#navPrimaryHome ul li.first { /* all list items */
	border-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	cursor: pointer;
	border-right: solid;
	border-right-width: 1px;
	border-right-color: #495228;
	}
#navPrimaryHome ul li li.first { /* all list items */
	border-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	cursor: pointer;
	}


#navPrimaryHome li ul ul { /* third-and-above-level lists */
	margin: -2.1em 0 0 12em;
	}

#navPrimaryHome li:hover ul ul,
#navPrimaryHome li:hover ul ul ul,
#navPrimaryHome li.sfhover ul ul,
#navPrimaryHome li.sfhover ul ul ul {
	left: -9999px;
	}

#navPrimaryHome li:hover ul,
#navPrimaryHome li li:hover ul,
#navPrimaryHome li li li:hover ul,
#navPrimaryHome li.sfhover ul,
#navPrimaryHome li li.sfhover ul,
#navPrimaryHome li li li.sfhover ul { /* lists nested under hovered list items */
	left: inherit;
	padding: 4px;
	}

/* @end Nav - Primary  Home - Dropdown
-------------------------------- */

/* @group Nav - Primary Internal - Dropdown
===================================== */
/* http://www.htmldog.com/articles/suckerfish/dropdowns/ */

#navPrimaryInternal li ul { /* second-level lists */
	position: absolute;
	left: -9999px;
	z-index: 1000;
	width: 12em;
	margin: 0;
	padding-left: 0;
	list-style: none;
	}

#navPrimaryInternal li li { /* all list items */
	float: left;
	width: 18em; /* width needed for Opera */
	margin: 0;
	display: block;/* IC placed in li li from li li a */
	padding: 1em;
	line-height: 1em;
	text-transform: uppercase;
	background-color: #FFFFFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #495228;
	}

#navPrimaryInternal ul li.first { /* all list items */
	border-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	cursor: pointer;
	border-right: solid;
	border-right-width: 1px;
	border-right-color: #495228;
	}


#navPrimaryInternal ul li ul .first{ 
	border: none;
	color: #5D1F11;
	}


#navPrimaryInternal li li a:hover {
	color: #475A06;
	}

#navPrimaryInternal li ul ul { /* third-and-above-level lists */
	margin: -2.1em 0 0 12em;
	}

#navPrimaryInternal li:hover ul ul,
#navPrimaryInternal li:hover ul ul ul,
#navPrimaryInternal li.sfhover ul ul,
#navPrimaryInternal li.sfhover ul ul ul {
	left: -9999px;
	}

#navPrimaryInternal li:hover ul,
#navPrimaryInternal li li:hover ul,
#navPrimaryInternal li li li:hover ul,
#navPrimaryInternal li.sfhover ul,
#navPrimaryInternal li li.sfhover ul,
#navPrimaryInternal li li li.sfhover ul { /* lists nested under hovered list items */
	left: inherit;
	padding: 4px;
	}

/* @end Nav - Primary  Internal - Dropdown
-------------------------------- */

/* @end Nav - Primary
-------------------------------- */


/* @group Nav - Secondary
===================================== */

.navSecondary { 
	margin: 0 0 2em;
	padding: 0;
	list-style: none;
}
.navSecondary li ul {
	margin-left: 0;
	list-style: none;
}
.navSecondary li {
	position: relative;
	margin: 0 0 1em;
	padding: 0 0 0 1em;
	line-height: 1em;
}
.navSecondary li a { 
	display: block;
	width: 100%; /* play nice in IE6 */
	padding: 0;
	text-decoration: none; /* IE6 Bug */
}
.navSecondary li a:hover {
	color: #000;
	text-decoration: none;
}
.navSecondary li.current a {
	color: #000;
	font-weight: bold;
}
/* @group Nav - Secondary - Second Level
===================================== */

.navSecondary li.current ul {
	margin: 10px 0 0;
	padding: 0 0 0 10px;
	list-style: none;
}
.navSecondary li.current ul li {
	position: relative;
	margin: 0 0 6px;
	padding: 0;
	font-weight: normal;
}
.navSecondary li.current ul li.last {
	position: relative;
}
.navSecondary li.current ul li a {
	display: block;
	padding: 0;
	font-weight: normal;
	text-decoration: none; /* IE6 Bug */
}
.navSecondary li.current ul li a:hover {
	color: #333;
}
.navSecondary li.current li.current a {
	color: #000;
}
/*-------------------------------------*/
/*.navSecondary ul ul {
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	list-style-type: none;
	position: absolute;
	margin-left: 88px;
	visibility: hidden;
	margin-top: -16px;
	width: 180px;
	background-color: #586E0F;
	padding-left: 4px;
}
.navSecondary ul ul li {
	position: relative;
	z-index: 900;
	background-color: #586E0F;
	white-space: nowrap;
}
.navSecondary ul ul :hover {
	color: #DFE0D2;
}
.navSecondary ul:hover > ul {
	visibility: visible;
}*/

/* @end Nav - Secondary - Second Level
-------------------------------- */

/* @end Nav - Secondary
-------------------------------- */

/* @end NAVIGATION/UI
-------------------------------- */



/* @group MODULES
===================================== */

/* add modules, components, etc. here */

/* @end MODULES
-------------------------------- */

/* @end */

/* EOF */

/* Custom Layout novawest.us */
#slogan1 {
	font-size: 20px;
	color: #FFFFFF;
	float: left;
	line-height: 30px;
	z-index: 100;
	margin-top: 120px;
	margin-left: 70px;
	width: 440px;
	min-height: 150px; /* Fixes odd no-content disappearing bug. */
}
#nwplogo1 {
	font-size: 20px;
	color: #FFFFFF;
	line-height: 30px;
	z-index: 1000;
	clear: both;
	margin-right: 170px;
	float: right;
	margin-top: 70px;
}
#homeCopy1 {
	z-index: 300;
	margin-left: 50px;
	width: 900px;
	clear: both;
	height: 180px;
	position: relative;
}
#shortColumn1 {
	width: 122px;
	padding-right: 18px;
	padding-left: 18px;
	background-image: url(/novawestllc/assets/image//medium_rule.gif);
	background-repeat: no-repeat;
	background-position: right 50px;
	overflow: hidden;
	bottom: 0px;
	float: left;
	position: absolute;
	left: 0px;
	color: #495228;
	padding-bottom: 18px;
	background-color: #FFFFFF;
	z-index: 400;
}
#shortColumn1 p {
	font-size: 11px;
	line-height: 13px;
	margin: 0px;
}
#shortColumn2 {
	width: 122px;
	padding-right: 18px;
	padding-left: 18px;
	background-image: url(/novawestllc/assets/image//medium_rule.gif);
	background-repeat: no-repeat;
	background-position: right 50px;
	overflow: hidden;
	bottom: 0px;
	float: left;
	position: absolute;
	left: 160px;
	color: #495228;
	padding-bottom: 18px;
	background-color: #FFFFFF;
	z-index: 400;
}
#shortColumn2 p {
	font-size: 11px;
	line-height: 13px;
	margin: 0px;
}
#shortColumn3 {
	width: 122px;
	padding-right: 18px;
	padding-left: 18px;
	background-image: url(/novawestllc/assets/image//medium_rule.gif);
	background-repeat: no-repeat;
	background-position: right 50px;
	overflow: hidden;
	bottom: 0px;
	float: left;
	position: absolute;
	left: 320px;
	color: #495228;
	padding-bottom: 18px;
	background-color: #FFFFFF;
	z-index: 400;
}
#shortColumn3 p {
	font-size: 11px;
	line-height: 13px;
	margin: 0px;
}
#shortColumn4 {
	width: 122px;
	padding-right: 18px;
	padding-left: 18px;
	background-image: url(/novawestllc/assets/image//medium_rule.gif);
	background-repeat: no-repeat;
	background-position: right 50px;
	overflow: hidden;
	bottom: 0px;
	float: left;
	position: absolute;
	left: 480px;
	color: #495228;
	padding-bottom: 18px;
	background-color: #FFFFFF;
	z-index: 400;
}
#shortColumn4 p {
	font-size: 11px;
	line-height: 13px;
	margin: 0px;
}
#shortColumnLast {
	width: 160px;
	font-size: 11px;
	color: #495228;
	line-height: 13px;
	float: left;
	position: absolute;
	bottom: 0px;
	left: 644px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 18px;
	background-color: #FFFFFF;
	z-index: 200;
}
#shortColumnLast p {
	font-size: 11px;
	line-height: 13px;
}
#spacer1 {
	clear: both;
	height: 6px;
}
.homeTableC {
	height: 400px;
}
.homeColumn1 {
	font-size: 11px;
	line-height: 13px;
	width: 126px;
	padding-bottom: 15px;
	padding-right: 18px;
	padding-left: 18px;
	background-image: url(/novawestllc/assets/image//medium_rule.gif);
	background-repeat: no-repeat;
	background-position: right 120px;
	color: #495228;
}
.homeColumn1 p {
	font-size: 11px;
	line-height: 13px;
}
.homeColumn2 {
	font-size: 11px;
	line-height: 13px;
	width: 126px;
	padding-bottom: 15px;
	padding-right: 18px;
	padding-left: 18px;
	color: #495228;
}
.homeColumn2 p {
	font-size: 11px;
	line-height: 13px;
}
.homeColumn2 a {
	text-decoration: underline;
}
.BoldRedCaps {
	font-size: 14px;
	text-transform: uppercase;
	color: #6F2818;
	font-weight: bold;
}
#buttonC {
	background-color: #6F2818;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-size: 9px;
	text-transform: uppercase;
	line-height: 13px;
	display: block;
	margin-top: 18px;
}
#buttonC a {
	color: #FFFFFF;
	display: block;
	margin: 2px;
	padding: 6px;
	text-decoration: none;
}
#buttonC a:hover {
	color: #FFFFFF;
	display: block;
	text-decoration: underline;
}
#footColorBar {
	clear: both;
	float: left;
	height: 34px;
	width: 1015px;
	background-color: #495228;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
	font-size: 13px;
	line-height: 34px;
}
/*Custom styles for novawest.us Internal pages*/
#internalText1 {
	height: 325px;
	width: 184px;
	float: left;
	margin-left: 60px;
	color: #FFFFFF;
	padding-top: 30px;
	padding-right: 24px;
	padding-left: 20px;
	line-height: 26px;
	font-size: 16px;
	overflow: hidden;
}
#internalText1 p {
	line-height:26px;
	font-size: 16px;
}
#internalText1 h1 {
	font-size: 12px;
	line-height: 14px;
	text-align: right;
	color: #FFFFFF;
}
#internalImage1 {
	height: 240px;
	float: left;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 6px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
/* +++++++++++++++++++++++++++++++++++++++++++++>>>>>>>>>>>>>>>>>>*/
#internalMenu1 {
	width: 194px;
	float: left;
	padding-left: 14px;
	margin-left: 60px;
	padding-right: 20px;
	padding-bottom: 15px;
	margin-top: 28px;
	min-height: 50px;
	height: auto !important;
	color: #FFFFFF;
}
#internalMenu1 p{
	font-size: 12px;
	line-height: 13px;
}
#internalMenu1 h1{
	font-size: 13px;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 14px;
	margin-bottom: 16px;
}
#internalMenu1 h1 a{
	color: #FFFFFF;
}
#internalMenu1 h1 a:hover{
	color: #DFE0D2;
}
#internalMenu1 ul, #internalMenu1 li{
	font-size: 12px;
	line-height: 14px;
	color: #DFE0D2;
	list-style-type: none;
	padding: 0px;
	margin-left: 0px;
}
#internalMenu1 li a{
	color: #FFFFFF;
	background-image: url(/novawestllc/assets/image/triangle_bullet3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	display: block;
}
#internalMenu1 li a:hover{
	color: #DFE0D2;
	background-image: url(/novawestllc/assets/image/triangle_bullet1.gif);
}

#internalMenu1 a.current{
	color: #A4A57A;
	padding-left: 15px;
	background-image: url(/novawestllc/assets/image/triangle_bullet1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* +++++++++++++++++++++++++++++++++++++++++++++>>>>>>>>>>>>>>>>>>*/
#internalMenu1 ul ul {
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	list-style-type: none;
	position: absolute;
	margin-left: 88px;
	visibility: hidden;
	margin-top: -16px;
	width: 180px;
	background-color: #586E0F;
	padding-left: 4px;
}
#internalMenu1 ul ul li {
	position: relative;
	z-index: 900;
	background-color: #586E0F;
	white-space: nowrap;
}
#internalMenu1 ul ul :hover {
	color: #DFE0D2;
}
/*#internalMenu1 ul:hover > ul {
	visibility: visible;
}*/
/* +++++++++++++++++++++++++++++++++++++++++++++ had to add in sucker fish rollover instead of child selector above >>>>>>>>>>>>>>>>>*/

#internalMenu1 li ul ul { /* third-and-above-level lists */
	/*margin: -2.1em 0 0 12em;*/
	}

#internalMenu1 li:hover ul ul,
#internalMenu1 li:hover ul ul ul,
#internalMenu1 li.sfhover ul ul,
#internalMenu1 li.sfhover ul ul ul {
	left: -9999px;
	/*visibility: visible;*/
	}

#internalMenu1 li:hover ul,
#internalMenu1 li li:hover ul,
#internalMenu1 li li li:hover ul,
#internalMenu1 li.sfhover ul,
#internalMenu1 li li.sfhover ul,
#internalMenu1 li li li.sfhover ul { /* lists nested under hovered list items */
	left: inherit;
	padding-top: 8px;
	padding-bottom: 2px;
	visibility: visible;
	}

/* +++++++++++++++++++++++++++++++++++++++++++++>>>>>>>>>>>>>>>>>>*/
#internalNoMenu1 {
	width: 194px;
	float: left;
	padding-left: 20px;
	margin-left: 60px;
	padding-right: 20px;
	padding-bottom: 15px;
	margin-top: 8px;
	min-height: 50px;
	height: auto !important;
	color: #FFFFFF;
}
#internalNoMenu1 p{
	font-size: 13px;
	line-height: 15px;
}
#internalNoMenu1 h1{
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 22px;
	margin-top: 12px;
	margin-bottom: 12px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++>>>>>>>>>>>>>>>>>>*/
#internalText3 {
	float: left;
	margin-top: 6px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
	width: 568px;
	font-size: 11px;
}
#internalText3 p {
	line-height: 16px;
}
#internalText3 h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#internalText3 a {
	color: #FFFFFF;
	text-decoration: underline;
}
#internalText3 a:hover {
	color: #DFE0D2;
	text-decoration: underline;
}
#internalText4 {
	width: 252px;
	float: left;
	color: #041F32;
	margin-top: 16px;
	padding-right: 18px;
	padding-left: 18px;
}
#internalText4 h1 {
	text-transform: none;
	color: #041F32;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#internalText4 h2 {
	text-transform: none;
	color: #586E0F;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-size: 18px;
	line-height: 24px;
}
#internalText4 a {
	color: #041F32;
}
#internalText4 a:hover {
	color: #495228;
	text-decoration: underline;
}
#internalText5 {
	width: 250px;
	float: left;
	color: #041F32;
	margin-top: 16px;
	padding-right: 18px;
	padding-left: 18px;
	font-weight: bold;
	font-size: 11px;
}
#internalText5 h1 {
	text-transform: none;
	color: #041F32;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#internalText5 a {
	color: #586E0F;
	margin-left: 50px;
}
#internalText5 a:hover {
	color: #586E0F;
	text-decoration: underline;
}
#propertiesC {
	width: 1025px;
	background-image: url(/novawestllc/assets/image//content-bg3.gif);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}
#internalExtendBG {
	float: left;
	width: 1025px;
	background-image: url(/novawestllc/assets/image//content-bg4.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 6px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#mainContent1 {
	min-height: 500px;
	height: auto !important;
	width: 695px;
	float: right;
	font-size: 10px;
	line-height: 12px;
	padding: 18px;
}
#mainContent1 h1 {
	font-size: 15px;
	color: #041F32;
	line-height: 17px;
}
#contentText1 {
	float: left;
	list-style-type: disc;
	font-size: 12px;
	margin-bottom: 18px;
	width: 570px;
	color: #041F32;
}
#contentText1 p {
	list-style-type: disc;
	line-height: 14px;
	font-size: 12px;
}
#contentText1 ul {
	margin: 11px 0px 0px;
	padding-left: 12px;
}
#contentText1 li {
	list-style-type: disc;
	font-size: 12px;
	line-height: 15px;
	margin-top: 8px;
}
#contentText1 a {
	color: #495228;
	text-decoration:underline;
}
#contentText1 h1 {
	text-transform: uppercase;
	color: #495228;
	font-size: 11px;
	margin: 10px 0px 0px;
}
#contentText1 h2 {
	color: #6F2818;
	font-size: 11px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 11px;
}
#contentText1 h3 {
	list-style-type: disc;
	color: #6F2818;
	font-size: 16px;
	margin: 12px 0px 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #586E0F;
	padding-bottom: 4px;
	display: block;
}
#contentText1 a:hover {
	color: #6F2818;
}
#contentText1 h4 {
	color: #586E0F;
	font-size: 15px;
	margin-top: 12px;
}
#contentText1 h5 {
	color: #6F2818;
	font-size: 16px;
	margin-top: 12px;
}
#contentText1 h6 {
	color: #6F2818;
	font-size: 16px;
	margin-top: 12px;
	text-transform: uppercase;
}
#contactC {
	width: 160px;
	float: left;
	margin-left: 75px;
	margin-top: 8px;
	margin-bottom: 20px;
	margin-right: 25px;
}
#contactAddressC {
	float: left;
	width: 570px;
}
#mapGoogle {
	width: 270px;
	margin-top: 10px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	color: #041F32;
}
#logoC {
	float: left;
	z-index: 1;
	position: absolute;
}
#mapC {
	float: left;
	margin-right: 18px;
	width: 252px;
}
.propertyImageLeft {
	margin-bottom: 14px;
	float: left;
}
.propertyImageRight {
	margin-bottom: 14px;
	float: right;
}
/**
   * Set a very small font size for the control and constrain
   * it's width to 225px
   *
   * Note: the page has a single FeedControl that
   * is drawn in the <div> element whose id is "feedControl".
   */
#feedControl {
	margin-top: 16px;
	margin-bottom: 16px;
}
#feedControl .gf-results, #feedControl .gf-title {
	margin-bottom: 6px;
	padding-top : 1em;
	padding-bottom : 1em;
	color:#586E0F;
	font-size:12px;
}
#feedControl .gf-snippet {
	margin-top: 4px;
}
#feedControl .gf-author {
	color:#6F2818
}
#feedControl .gf-spacer, #feedControl .gf-relativePublishedDate {
	color:#041F32;
}
/**
   * 1em Padding at the bottom of each collection of entries
   */
  #feedControl .gfc-results {
	padding-bottom : 1em;
}
/**
   * no padding between entries
   */
  #feedControl .gfc-result {
	margin-bottom : 1em;
	padding-bottom : 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #495228;
}
/**
   * Use a larger font size for section titles
   */
  #feedControl .gfc-resultsHeader .gfc-title {
	font-size: 14px;
	font-weight: bold;
	color:#6F2818;
}


