/* 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;
	}

#primaryHome {
	float: left;
	width: 1025px;
	background-image: url(../images/content-bg1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 568px;
}
#primaryInternal {
	float: left;
	width: 1025px;
	background-image: url(../images/content-bg2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 542px;
}
.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 {
	position: relative;
	background-color: #FFFFFF;
	}

/* @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: 84px 140px 0px 0px;
	list-style: none;
	color: #6F2818;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 8px;
	}
#navPrimaryHome li {
	float: left;
	margin: 0 1em 0 0;
	line-height: 1.5;
	cursor: pointer;
	}
#navPrimaryHome li a {
	font-weight: normal;
	}
	
#navPrimaryInternal {
	float: right;
	margin: 60px 140px 0 0;
	list-style: none;
	color: #6F2818;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 8px;
	}
#navPrimaryInternal li {
	float: left;
	margin: 0 1em 0 0;
	line-height: 1.5;
	cursor: pointer;
	}
#navPrimaryInternal li a {
	font-weight: normal;
	}
.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: 1;
	text-transform: uppercase;
	background-color: #FFFFFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #495228;
	}

#navPrimaryHome li li a { /* IC moved up to li li so that looks like link even if not link*/
	
	}

#navPrimaryHome ul li.first,
#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: 1;
	text-transform: uppercase;
	background-color: #FFFFFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #495228;
	}

#navPrimaryInternal li li a { /* IC moved up to li li so that looks like link even if not link*/
	
	}

#navPrimaryInternal ul li.first,
#navPrimaryInternal ul li li.first { /* all list items */
	border-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	cursor: pointer;
	}

#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: 1;
	}

.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; }

/* @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;
}
#homeCopy1 {
	height: 224px;
	z-index: 200;
	margin-top: 344px;
	margin-right: auto;
	margin-left: 54px;
	width: 900px;
}
#shortColumn1 {
	width: 122px;
	font-size: 11px;
	color: #495228;
	line-height: 13px;
	padding-right: 18px;
	padding-left: 18px;
	height: 100%;
	float: left;
	background-image: url(../images/medium_rule.gif);
	background-repeat: no-repeat;
	background-position: right 120px;
	overflow: hidden;
}
#shortColumn1 p{
	font-size: 11px;
	line-height: 13px;
}
#shortColumn2 {
	width: 140px;
	font-size: 11px;
	color: #495228;
	line-height: 13px;
	padding-right: 18px;
	padding-left: 18px;
	height: 100%;
	float: left;
	top: 56px;
}
#shortColumn2 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(../images/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: 10px;
	display: block;
	margin-top: 18px;
}
#buttonC a {
	color: #FFFFFF;
	display: block;
	margin: 2px;
	padding: 8px 6px 6px;
	text-decoration: none;
}
#buttonC a:hover {
	color: #FFFFFF;
	display: block;
	margin: 2px;
	padding: 8px 6px 6px;
	text-decoration: underline;
}
/* Custom Layout novawestproperties.com */

#homeImage1 {
	height: 376px;
	width: 590px;
	margin-left: 56px;
	float: left;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#homeImage2 {
	height: 220px;
	width: 220px;
	float: left;
	border-right-width: 6px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#homeImage3 {
	height: 152px;
	width: 220px;
	float: left;
	border-right-width: 6px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#homeText1 {
	height: 102px;
	width: 574px;
	float: left;
	margin-top: 4px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 27px;
	padding-left: 60px;
	padding-top: 28px;
	padding-right: 20px;
	padding-bottom: 10px;
}
#homeText1 a{
	color: #FFFFFF;
}
#homeText1 a:hover{
	color: #D8D8C7;
}
#homeMenu1 {
	height: 118px;
	width: 344px;
	float: left;
	margin-top: 6px;
	padding-left: 26px;
	padding-top: 20px;
}
#homeMenu1 p{
	font-size: 11px;
	line-height: 13px;
}
#homeMenu1 h1{
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 12px;
}
#homeMenu1 ul, #homeMenu1 li {
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	list-style-type: none;
	padding: 0px;
}
#homeMenu1 li a {
	color: #FFFFFF;
	background-image: url(../images/triangle_bullet1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#homeMenu1 li a:hover {
	color: #DFE0D2;
	background-image: url(../images/triangle_bullet1.gif);
	
}
#internalText2 {
	float: left;
	margin-top: 6px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 14px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
	width: 568px;
}
#navFooter {
	float: right;
	margin: 0;
	list-style: none;
	padding-top: 20px;
	font-weight: bold;
	color: #6F2818;
	text-transform: uppercase;
	font-size: 8px;
}
#navFooter li {
	float: left;
	margin: 0 1em 0 0;
	line-height: 1.5;
}
#navFooter li a {
	font-weight: normal;
}

/* Custom Layout novawestproperties.com Internal*/

#internalText1 {
	height: 285px;
	width: 184px;
	float: left;
	margin-left: 60px;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 24px;
	padding-left: 20px;
	line-height: 26px;
	font-size: 16px;
	overflow: hidden;
}
#internalText1 p {
	line-height:20px;
	font-size: 16px;
}
#internalText1 h1 {
	font-size: 12px;
	line-height: 14px;
	text-align: right;
	color: #FFFFFF;
	text-transform: none;
}
#internalImage1 {
	height: 305px;
	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: 20px;
	margin-left: 60px;
	padding-right: 20px;
	padding-bottom: 15px;
	margin-top: 12px;
	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;
}
#internalMenu1 h1 a{
	color: #FFFFFF;
}
#internalMenu1 h1 a:hover{
	color: #DFE0D2;
}
#internalMenu1 ul, #internalMenu1 li {
	font-size: 12px;
	line-height: 18px;
	color: #DFE0D2;
	list-style-type: none;
	padding: 0px;
}
#internalMenu1 li a {
	color: #586E0F;
	background-image: url(../images/triangle_bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	display: block;
}
#internalMenu1 li a:hover {
	color: #DFE0D2;
	background-image: url(../images/triangle_bullet1.gif);
}

#internalMenu1 .currentPage {
	color: #DFE0D2;
	padding-left: 15px;
	background-image: url(../images/triangle_bullet1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#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;
}

#internalText2 {
	float: left;
	margin-top: 6px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 14px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
	width: 568px;
}
#internalText2 p {
	font-size: 14px;
	line-height: 27px;
}
#internalText2 h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#propertiesC {
	width: 1025px;
	background-image: url(../images/content-bg3.gif);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}
#sectionTitle1 {
	margin-left: 60px;
	width: 192px;
	background-color: #6F2818;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 14px;
	text-align: right;
	padding: 30px 18px 9px;
	font-weight: bold;
	float: left;
}
#sectionTitle2 {
	top: 5px;
	padding-right: 14px;
	background-image: url(../images/triangle_graphic.gif);
	background-repeat: no-repeat;
	background-position: right 1px;
	float: right;
}

/* Custom Layout novawestproperties.com Properties*/

#internalText3 {
	float: left;
	color: #FFFFFF;
	padding-left: 20px;
	width: 568px;
	font-size: 11px;
	line-height: 15px;
	padding-top: 6px;
}
#internalText3 p {
	line-height: 16px;
}
#internalText3 h1 {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 15px;
}
#internalText3 a {
	color: #FFFFFF;
	text-decoration: underline;
}
#internalText3 a:hover {
	color: #DFE0D2;
	text-decoration: underline;
}
#internalText3 ul {
	color: #DFE0D2;
	list-style-type: disc;
	line-height: 16px;
	padding-left: 12px;
}
#internalExtendBG {
	float: left;
	width: 1025px;
	background-image: url(../images/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: 360px;
	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;
}
#listingC {
	float: left;
	width: 190px;
	list-style-type: disc;
	font-size: 11px;
	margin-bottom: 18px;
	margin-right: 12px;
}
#listingC p {
	list-style-type: disc;
	line-height: 13px;
	font-size: 11px;
	margin: 0px;
}
#listingC ul {
	margin: 11px 0px 0px;
	padding-left: 12px;
}
#listingC li {
	list-style-type: disc;
	font-size: 11px;
	line-height: 15px;
}
#listingC h1 {
	list-style-type: disc;
	text-transform: uppercase;
	color: #495228;
	font-size: 11px;
	margin: 12px 0px 0px;
}
#listingC h2 {
	list-style-type: disc;
	color: #6F2818;
	font-size: 11px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 11px;
}
#listingC a {
	color: #495228;
	text-decoration:underline;
}
#listingC a:hover {
	color: #6F2818;
}

#listingText1 {
	float: left;
	list-style-type: disc;
	font-size: 11px;
	margin-bottom: 18px;
	width: 570px;
}
#listingText1 p {
	list-style-type: disc;
	line-height: 13px;
	font-size: 11px;
}
#listingText1 ul {
	margin: 11px 0px 0px;
	padding-left: 12px;
}
#listingText1 li {
	list-style-type: disc;
	font-size: 11px;
	line-height: 15px;
}
#listingText1 h1 {
	text-transform: uppercase;
	color: #495228;
	font-size: 11px;
	margin: 12px 0px 0px;
}
#listingText1 h2 {
	color: #6F2818;
	font-size: 11px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 11px;
}
#listingText1 a {
	color: #495228;
	text-decoration:underline;
}
#listingText1 a:hover {
	color: #6F2818;
}
#listingText2 {
	float: left;
	list-style-type: disc;
	font-size: 12px;
	margin-bottom: 18px;
	width: 570px;
}
#listingText2 p {
	list-style-type: disc;
	line-height: 14px;
	font-size: 12px;
}
#listingText2 ul {
	margin: 11px 0px 0px;
	padding-left: 12px;
}
#listingText2 li {
	list-style-type: disc;
	font-size: 12px;
	line-height: 15px;
}
#listingText2 h1 {
	text-transform: uppercase;
	color: #495228;
	font-size: 11px;
	margin: 12px 0px 0px;
}
#listingText2 h2 {
	color: #6F2818;
	font-size: 11px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 11px;
}
#listingText2 h3 {
	list-style-type: disc;
	color: #041F32;
	font-size: 16px;
	margin: 12px 0px 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #495228;
	padding-bottom: 4px;
	display: block;
}
#listingText2 a {
	color: #495228;
	text-decoration:underline;
}
#listingText2 a:hover {
	color: #6F2818;
}
#internalText4 {
	float: left;
	width: 210px;
	line-height: 14px;
	font-size: 11px;
	margin-left: 60px;
	color: #041F32;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 18px;
}
#internalText4 p {
	list-style-type: disc;
	line-height: 13px;
	font-size: 11px;
	margin: 0px;
}
#internalText4 h1 {
	list-style-type: disc;
	color: #041F32;
	font-size: 16px;
	margin: 12px 0px 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #041F32;
	padding-bottom: 4px;
	display: block;
	line-height: 18px;
}
#internalText4 h2 {
	text-transform: uppercase;
	color: #586E0F;
	font-size: 11px;
	margin: 12px 0px 0px;
	font-weight: bold;
}
#internalText4 h3 {
	list-style-type: disc;
	color: #6F2818;
	font-size: 11px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 11px;
	text-transform: uppercase;
}
#internalText4 a {
	color: #041F32;
	text-decoration: underline;
}
#internalText4 a:hover {
	color: #6F2818;
	text-decoration: underline;
}

#internalText5 {
	float: left;
	width: 192px;
	line-height: 14px;
	font-size: 11px;
	margin-left: 60px;
	color: #041F32;
	padding: 18px;
}
#internalText5 p {
	list-style-type: disc;
	line-height: 13px;
	font-size: 11px;
	margin: 0px;
}
#internalText5 h1 {
	list-style-type: disc;
	color: #041F32;
	font-size: 16px;
	margin: 12px 0px 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #041F32;
	padding-bottom: 4px;
	display: block;
	line-height: 18px;
}
#internalText5 h2 {
	text-transform: uppercase;
	color: #586E0F;
	font-size: 11px;
	margin: 12px 0px 0px;
	font-weight: bold;
}
#internalText5 h3 {
	list-style-type: disc;
	color: #6F2818;
	font-size: 11px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 11px;
	text-transform: uppercase;
}
#internalText5 a {
	color: #041F32;
	text-decoration: underline;
}
#internalText5 a:hover {
	color: #6F2818;
	text-decoration: underline;
}

#sectionLeftColumn {
	float: left;
	width: 288px;
}
.photoLargeBody {
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	margin-left: 6px;
}
.hidden {
	visibility: hidden;
}
#contactC {
	width: 150px;
	float: left;
	margin-left: 80px;
	margin-top: 8px;
	margin-bottom: 20px;
	margin-right: 30px;
}
#contactAddressC {
	float: left;
	width: 570px;
	margin-bottom: 20px;
}
#mapGoogle {
	width: 270px;
	float: left;
	color: #041F32;
}
#mapLeftColumn {
	margin-left: 60px;
	margin-top: 10px;
	float: left;
}
