﻿/* bug #1548132 */
#zWrap dl.module_bd_container dd{margin:5px 0 30px 5%;width:95% !important}
#zWrap dl.module_bd_container dl dd{margin:0 0 20px 20px;width:auto !important}
/* BUG #1532833 */
#hd:after,#ft:after{content: ".";display:block;height:0;clear:both;overflow:hidden;visibility:hidden}
#body,#hd,#pageName,#zA,#zB,#zC,#ft{zoom:1}
/* BUG #1550640 */
/* On a template basis, make sure to check that this element has a width but no height (min-height is OK) */
#pageName {overflow:hidden;_overflow:visible;_overflow-x:hidden}
/************************************
Theme: Brody - Derived From: Portland
************************************/
/* START -> DO NOT EDIT THIS SECTION */
/* MIN-HEIGHT FOR THEME ELEMENTS (555px before #ft) */
#hd{min-height:190px;_height:190px;overflow:hidden;_overflow:visible;_overflow-x:hidden}
#bd{min-height:360px;_height:360px}
#ft{min-height:85px;_height:85px;_overflow:visible;_overflow-x:hidden}
/* STRUCTURE -------- */
#hd{position:relative;float:left;width:100%}
#headerContent{float:left;width:450px;position:relative;left:50%;padding:0px 0 0 0; margin:0px 0 0 0px;display:inline}
/* unfortunately we can't use "bd" to plug the top of the right column (IE bug not rendering the negative margin on elements with background image), so I am using #hMisc. min-height is because we inherit a value from global.css */
#hMisc{width:100%;clear:both;height:30px;min-height:30px;*position:absolute;*bottom:-2px;}
#hMisc *{display:none !important}		
#navigation{clear:both;float:left;width:183px;position:relative;left:50%;margin-left:-402px;display:inline;padding-top:22px}
#navigation ul#mainNav li {padding-bottom:1px;_zoom:1;}
ul#mainNav {padding:0 1px;_padding:0 1px 0 2px;}
ul#mainNav li a{_zoom:1;display:block;padding:4px 3px 4px 15px}
#bd{float:left;width:602px;position:relative;left:50%;margin-left:-200px;padding-top:22px}
#pageName{width:365px;padding-bottom:3px}
#ft{padding:15px 0}
#fContent{float:left;width:295px;position:relative;left:50%;margin-left:100px;display:inline}
#fMisc{float:left;width:335px;margin-left:-785px;left:50%;display:inline}
#body h4{margin-bottom:3px}
/* FIXES ------------ */
/* bug #1519550 IE would mess up the whole layout without this */
#hd{*float:none;}
/* to keep things going to the left of the viewport (IE6 would need a CSS expression)*/
#body{min-width:800px}
/* Firefox would misplace #fMisc when #fContent is empty */
#fContent:after{content:".";visibility:hidden;}
/* BADGES ------------- */
#fBadges {width:780px;margin-left:auto;margin-right:auto;}
/* END -> DO NOT EDIT THIS SECTION */

	
/* START -> CUSTOMIZATION SECTION */

/* TYPOGRAPHY --------- */

		/* User-Editable Body */
		
		#body {
			color: #4c586b;
			font-size: 12px;
			font-family: Helvetica, Verdana, Arial, sans-serif;
		}

		/* H1 Site Title */

		#body h1 {
			font-size: 35px;
			font-weight: bold;
			font-family:"Times New Roman", Times, serif;
		}

		#hd h1 {
			color:#FFFFFF;
		}

		/* H2 Page Title */

		#body h2 {
			font-size: 17px;
			font-weight: bold;
			font-family: Helvetica, Arial, sans-serif;
		}

		/* H3 Paragraph Title */

		#body h3 {
			font-family:"Times New Roman", Times, serif;
			font-size: 22px;
			font-weight: bold;
		}

		/* H4 Paragraph Subtitle */

		#body h4 {
			font-weight: bold;
		}

		/* Header */

		#hd {
	
		}

		/* Footer */

		#ft {
			color: #ffffff;
		}

		/* Contact Info */

		#fMisc {
			font-size: 11px;
		}

		/* Footer Content */
		
		#fContent {
			font-size: 10px;
		}

/* LINKS ------------ */

		#body a:link,
		#body a:visited {
			color: #c99803;
		}

		#body a:hover,
		#body a:focus,
		#body a:active {
			text-decoration: none;
		}

		/* Footer with Contact Info */
		
		#ft a:link,
		#ft a:visited {
			font-weight: bold;
			color: #ffffff;
		}

		#ft a:hover,
		#ft a:focus,
		#ft a:active {
			color: #c99803;
		}

		/* Nav Menu */
		
		ul#mainNav li a:link,
		ul#mainNav li a:visited {
			color: #4c586b;
			font-size: 17px;
		}

/* BACKGROUNDS -------- */

		html {
			background-color: #acc3ec !important;
 		}

		body {
			background-color: #acc3ec;
		}
				
		#body {
			/*background-image: url(../images/poundbody_1.2.gif);*/
			background-repeat:repeat-y;
			background-position: 50% 100%;
			background-color: #ffffff;
		}

		#hd {
			background-color: #FFFFFF;
			/* House Photo On The Top 
			background-image: url(../images/bg_vertical.jpg);
			background-repeat: repeat-x; */
			background-position: 50% 100%;
		}

		/* this element is used to show the tip of the two columns */

		#hMisc {
			background-position: 50% 100%;
			background-repeat: no-repeat;
			background-color: #ffffff;
		}
		
		#mainNav li {
			background-image: url(../images/mainnavli_1.2.gif);
			background-repeat: no-repeat;
			background-position: 50% 100%;
		}

		#navigation ul#mainNav li.active a {
			background-color:#e1cd77;
		}

		ul#mainNav li a:hover,
		ul#mainNav li a:active,
		ul#mainNav li a:focus {
			background-color: #e1cd77;
		}

		#zWrap {

		}

		#ft {
			background-color: #acc3ec;
		}

		#menubg {
		background: url('bg.jpg') repeat-x;
		}
}
/* BORDERS --------------- */

		#zB	#mapZone {
			border-width: 1px;
			border-style: solid;
			border-color: #555555;
			_border-width: 0;
		}
		
		#zB #mapContainer {
			_border-width: 1px;
			_border-style: solid;
			_border-color: #55555;
		}

/* END -> CUSTOMIZATION SECTION */
.style10 {
  text-align: center;
  background-image: url('../header_button.jpg');
  background-repeat: no-repeat;
  font-size: medium;
  color: #FFFFFF;
  font-family: Arial;
}