/* Start of CMSMS style sheet 'CHG2 : Styles' */
/* browsers interpret margin and padding a little differently, we'll remove all default padding and margins and set them later on */
* {
	margin: 0;
	padding: 0;
}
/*Set initial font styles*/

@font-face {
	font-family: 'BonvenoCFLight';
	src: url('uploads/CHG2/Fonts/Bonveno/BonvenoCF-Light.eot');
	src: local('BonvenoCFLight'), url('uploads/CHG2/Fonts/Bonveno/BonvenoCF-Light.ttf') format('truetype'), url('uploads/CHG2/Fonts/Bonveno/BonvenoCF-Light.svg#webfont') format('svg');
}

a:focus, a:active {
	outline: 0;
	-moz-outline: none;
}
body {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 75.01%;
	line-height: 1em;
}

/*set font size for all divs, this overrides some body rules*/
div {
	font-size: 1em;
}
/*if img is inside "a" it would have borders, we don't want that*/
img {
	border: 0;
}

.image-left{
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}
.image-right{
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}


/*default link styles*/
/* set all links to have underline and bluish color */
a, a:link a:active {
	text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
	background-color: inherit;
	color: #18507C;
}
a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: #18507C;
/* a different color can be used for visited links */
}
/* remove underline on hover and change color */
a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #385C72;
}
/*****************basic layout *****************/
body {
	margin: 0;
	padding: 0;
	/* default text color for entire site*/
	color: #333;
	background-color: #333333;
	background-image: url(uploads/CHG2/body_BDG.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-repeat: repeat;
}

/*  Id for special sections will allow the modification of the layout for that section */
#homepage{
	background-image: url(uploads/CHG2/BGD_Texture2.jpg);
} 
#community{
 	background-image: url(uploads/CHG2/BGD_Texture2.jpg);
} 
#community_normal{
 	background-image: url(uploads/CHG2/BGD_Texture2.jpg);
} 
#design_build{
	background-image: url(uploads/CHG2/BGD_Texture2.jpg);
}

#allcommunitymap{
	float: right;
	display: block;
  }
#gmapDirLabelTo,#gmapDirLabelFrom{
	font-size: 11px;
	clear: both;
	float: left;
	position: absolute;
	left: 1px;
	bottom: -20px;
 }  
  
/* Special Styles for the community buttons */
#communitylinks{
	display: block;
	float: left;
	height: auto;
	width: 300px;
}

#main #communitylinks p{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 24px;
}
#main #communitylinks a{
	color: #999999;
	background-color: #000000;
	background-image: url(uploads/CHG2/body_BDG.jpg);
	background-repeat: repeat;
	display: block;
	padding: 10px;
	text-decoration: none;
	text-align: center;
	border: 1px solid #999999;
	font-size: 1.5em;
	font-family: BonvenoCFLight, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 1em;
}
#main #communitylinks a:hover{
	color: #FFFFFF;
}
#main #communitylinks span{
	font-size: .75em;
	color: #A3732D;
}

#headwrapper{
	background-image: url(uploads/CHG2/BGD_Texture2.jpg);
	background-repeat: repeat;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	position: relative;
	clear: both;
	
	-moz-box-shadow: 3px  3px 15px #000000;
	-webkit-box-shadow: 3px 3px 15px #000000;
	box-shadow: 3px 3px 15px #000000;
	display: block;
}


 /* header, we will hide h1 a text and replace it with an image, we assign a height for it so the image wont cut off */
#header {
	/* adjust according your image size */
	width: 960px;
	height: 125px;
 	padding: 0px;
	position: relative;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Top of page Logo link for Homepage Only */ 
#homepage #header h1 a {
	/* this will make the "a" link a solid shape */
	display: block;
	/* adjust according your image size */
	height: 121px;
	width: 296px;
	/* this hides the text */
	text-indent: -999em;
	/* old firefox would have shown underline for the link, this explicitly hides it */
	text-decoration: none;
	background-image: url(uploads/CHG2/LogoSmall.gif);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 10px;
	top: 5px;
}

/* Top of page Logo link for all other pages */ 
#header h1 a {
	/* this will make the "a" link a solid shape */
	display: block;
	/* adjust according your image size */
	height: 121px;
	width: 296px;
	/* this hides the text */
	text-indent: -999em;
	/* old firefox would have shown underline for the link, this explicitly hides it */
	text-decoration: none;
	background-image: url(uploads/CHG2/LogoSmall.gif);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: -15px;
	top: 5px;
} 
 

#header h1 {
	margin: 0;
	padding: 0;
	/*these keep IE6 from pushing the header to more than the set size*/
	line-height: 0;
	font-size: 13px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
 

#content {
	width: 960px;
	display: block;
	margin-right: auto;
	margin-left: auto;
 	overflow: hidden;
	_height:1%;
	text-align: left;
}
#community_normal #content {
	width: 960px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	_height:1%;
	text-align: left;
	background-color: #FFFFFF;
}

/* If the page isn't a splash page (basic) add some padding to the main content block */
.basic{
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.splash{
	margin: 0px;
	padding: 0px;
}

/* this gets all the outside calls that were used on the #main before  */
#main {
	width: 100%;
 	display: block;
  }
/* Wrap and allow two column layout to center  */
#twocolumn {
	width: 960px;
	display: block;
	margin-right: auto;
	margin-left: auto;
 	overflow: hidden;
	_height:1%;
	text-align: left;
}
/* Convert main div to two column width and layout  */
.two_column #content #twocolumn #main{
	width: 690px;
	display: block;
 	float: left;
	margin-left: 10px;
 }
 
/* A wrapper for thrid level nav  */
#thirdlevel{
	width: 190px;
	display: block;
	float: left;
	margin-right: 50px;
 }  

/* Footer Layout */
#footwrapper{
	background-image: url(uploads/CHG2/BGD_Texture2.jpg);
	background-repeat: repeat;
	width: 100%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666666;
	position: relative;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	clear: both;
	overflow: hidden;
	_height: 1%;
 	min-height: 75px;
	margin-bottom: 10px;
}
 
#communitysubfooterwrap{
	background-image: url(uploads/CHG2/body_BDG.jpg);
	background-repeat: repeat;
	width: 100%;
	position: relative;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	clear: both;
	overflow: hidden;
	_height: 1%;
	min-height: 75px;
	margin-bottom: 10px;
	padding-top: 15px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 15px;
}

 
#footer  {
	display: block;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#footer p {
	/* sets different font size from default */
	font-size: 18px;
	/* some air for footer */
	padding: 1em;
	/* centered text */
	text-align: left;
	margin: 0;
	color: #999999;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.35em;
}
#footer a{
/* footer link would be same color as default we want it same as footer text */
	color: #999999;
}
 
#footer h1{
	font-family: BonvenoCFLight, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #999999;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	width: 300px;
	text-transform: uppercase;
	display: block;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.55em;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	font-weight: lighter;
}
 #footer h2{
	font-family: BonvenoCFLight, Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 1.8em;
	color: #999999;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
 	text-transform: uppercase;
	display: block;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	line-height: 1em;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 0em;
	font-weight: lighter;
	clear: both;
}
 
#subfooter {
	font-family: BonvenoCFLight, Verdana, Geneva, Arial, Helvetica, sans-serif;
	display: block;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-transform: uppercase;
	font-size: 0.8em;
 }
 
#subfooter p,#subfooter a {
	color: #999999;
	text-align: center;
}
#footcol-01,#footcol-02,#footcol-03{
	display: block;
	float: left;
	width: 33%;
}
 	
#communitity_footer {
	display: block;
	float: left;
	width: 100%;
	margin: 10px;
	font-size: 1.25em;
}	
#communitity_footer  h1 {
	text-align: left;
	font-size: 1.5em;
	width: auto;
}

/* as we hid all hr for accessibility we create new hr with div class="hr" element */
div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}
 

  /* ******************************* */
 /*          Style Tables           */
 /* ******************************* */ 
table.localinformation{
	border: 3px solid #666666;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background-color: #FFFFFF;
}

table.localinformation a{
	font-size: 14px;
	padding-top: 3px;
	padding-left: 10px;
}

table.homemodelstable {
	border: 3px solid #666666;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	width: 100%;
	background-color: #FFFFFF;
	color: #333333;
}

table.homemodelstable td, table.homemodelstable p{
	font-size: 14px;
	padding-top: 3px;
	padding-left: 10px;
	color: #333333;

}

table.homemodelstable tr{
	background-image: url(uploads/CHG2/TableRowBack.png);
	background-repeat: repeat-x;
	background-position: top;
}
 
table.homemodelstable th {
	font-weight: bold;
	color: #AE7A31;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-image: none;
	font-size: 1.2em;
}
table.homemodelstable td{
	text-align: center; 
}
table.homemodelstable tr{
	background-image: none; 
}
table.homemodelstable td a{
	text-decoration: none; 
}
table.table{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	color: #333333;
}
table.table th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-image: none;
}
table.table td{
	text-align: center;
	padding: 5px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
}
table.table tr{
	text-align: center;
	background-image: url(uploads/CHG2/TableRowBack.png);
	background-repeat: repeat-x;
	background-position: top;
}

 /* ******************************* */
 /*       Style Special Links       */
 /* ******************************* */ 
#content a.pdf{
	background-image: url(uploads/CHG2/pdf-document.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: 25px;
	font-size: 13px;
	height: 16px;
	margin: 0px;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}

#relational_links p{
	font-size: 10px;
}

 /* ******************************* */
 /*          Style Forms	        */
 /* ******************************* */ 
label{
	margin-bottom: 0.5em;
	text-align: right;
	width: 210px;
	display: block;
	float: left;
}

input{
	margin-left: 10px;
	margin-bottom: 10px;
}
fieldset{
	padding: 10px;
	border: 3px solid #E1DCD4;
	_height:1%;
	margin-bottom: 0.65em;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
select {
	margin-top: 10px;
	margin-bottom: 10px;
}
legend{
	font-weight: bold;
	color: #875F23;
	padding: 10px;
}
label{
	margin-right: 5px;
}
.statictext {
	display: block;
	height: 1em;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
}

.statictext-clear {
	display: block;
	height: 1em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.selectbuttons div{
	display: block;
	height: 1em;
	float: left;
	padding-top: 10px;
}
.selectbuttons input{
	display: block;
	float: left;
	width: auto;
	margin-right: 10px;
}
.selectbuttons label{
	display: block;
	float: left;
	height: 1em;
	width: auto;
	position: relative;
	top: -1em;
}

/* TEXT */
#content{
	font-size: 1.125em; 
}
#main p {
	font-size: 18px;	
	line-height: 25px;
	padding: 0;
	font-weight: normal;
	color: #333333;
	margin-top: .5;
	margin-right: 0;
	margin-bottom: .5em;
	margin-left: 0;

}
 
#main blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
#main pre {
   font-family: monospace;
   font-size: 1.0em;
}
#main strong, b {
/* explicit setting for these */
   font-weight: bold;
}
#main em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
#main code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}
#main a{
	color: #C28736;
}
#main a:hover{
	color: #FF6600;
}
#main  pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */
 
 
/* HEADINGS */
#content h1 {
	font-family: BonvenoCFLight, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #333333;
	text-align: left;
  	text-transform: uppercase;
	display: block;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.55em;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 1em;
	font-weight: lighter;
	clear: both;
}
#content h2 {
	font-family: BonvenoCFLight, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #999999;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
 	text-transform: uppercase;
	display: block;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.55em;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 1em;
	font-weight: lighter;
	clear: both;
}
#content h3 {
	font-family: BonvenoCFLight, Verdana, Geneva, Arial, Helvetica, sans-serif;

	color: #916448;
	font-size: 2em;
	line-height: 1.3em;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: .5em;
	margin-left: 0;
}
#content h4 {
	color: #B8862F;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
}
#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
#content h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* LISTS */
#main ul,
#main ol,
#main dl {
	line-height:1.4em;
	margin: 0 0 1.5em 0;
	list-style-type: square;
}
#main ul li,
#main ol li {
   margin: 0 0 0.25em 3em;
}

#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */

/* Simple Outline Block */
.block{
	padding: 10px;
	border: 3px solid #666666;
	_height:1%;
	margin-bottom: 0.65em;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background-color: #FFFFFF;
 }

.block:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#main .block p,#main .block ul,#main .block ol {
	color: #333333;
	font-size: 14px;
	line-height: 16px;
}
#main .block h3{
	font-size: 18px;
}
/* Login for Member Area Styles */
.login{
	padding: 10px;
	border: 3px solid #E1DCD4;
	_height:1%;
	margin: 0.65em;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;

}
 .login:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	
}
/* Top Button Styles */
#top {
	height: 21px;
	width: 58px;
	float: right;
	display: block;
}
#top a {
	height: 21px;
	width: 58px;
	background-image: url(uploads/CHG2/Top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 1px;
	text-indent: -9999px;
	display: block;
}#top a:hover {
	background-position: center bottom; 
}

/* Bread Crumbs Style */
div.breadcrumbs {
	font-family: BonvenoCFLight, Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 10px;
	margin-left: 1em;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1.2em;
	padding-left: 0;
	display: block;
	font-size: .95em;
}

div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 }
div.breadcrumbs a{
	color: #DBB47D;
}
div.breadcrumbs a:hover{
	color: #000000;
}


/* Special styles for sections */

/*  Center Logo on homepage at the top */
#homepage #header h1 a {
	/* this will make the "a" link a solid shape */
	display: block;
	/* adjust according your image size */
	height: 121px;
	width: 100%;
	/* this hides the text */
	text-indent: -999em;
	/* old firefox would have shown underline for the link, this explicitly hides it */
	text-decoration: none;
	background-image: url(uploads/CHG2/LogoSmall.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: auto;
	margin-left: auto; 
}
/*  Special variants for specific sections  */
#homepage #headwrapper {
	background-image: none;
}
#community_normal #headwrapper,#community  #subfooter #headwrapper {
	background-image: url(uploads/CHG2/BGD_Texture2.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
 	
	-moz-box-shadow: 0px  0px 0px #000000;
	-webkit-box-shadow: 0px 0px 0px #000000;
	box-shadow: 0px 0px 0px #000000;
	display: block;
}
#design_build #headwrapper {
	background-image: url(uploads/CHG2/BGD_Texture2.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
 	
	-moz-box-shadow: 0px  0px 0px #000000;
	-webkit-box-shadow: 0px 0px 0px #000000;
	box-shadow: 0px 0px 0px #000000;
	display: block;
}

#homepage #content {
	width: 100%;
	display: block;
	background-color: #333333;
	background-image: url(uploads/CHG2/body_BDG.jpg);
	background-repeat: repeat;
}

#community_normal #content,#community  #content{
	width: 980px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: repeat;
	padding-top: 20px;
	padding-bottom: 20px;
} 

#design_build #content{
	width: 980px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: repeat;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
} 

#homepage #main {
	width: 960px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	_height:1%;
	text-align: center;  
}

#community_normal #main, #community #main{
	width: 960px;
	display: block;
	margin-right: auto;
	margin-left: auto;
 	overflow: hidden;
	_height:1%;
	text-align: left;  

	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
 }
 
 
#homepage #footwrapper {
	background-image: none;
 	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
}
#community_normal #footwrapper, #community #footwrapper{
	background-image: url(uploads/CHG2/BGD_Texture2.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#design_build #footwrapper {
	background-image: url(uploads/CHG2/body_BDG.jpg);
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 2px;
	border-bottom-color: #666666;
	margin-top: 20px;
	border-top-width: 2px;
	border-top-color: #666666;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;

}
/* End of 'CHG2 : Styles' */

