.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #DDDDDD;
}

.h1 {
  font-size: 14px;
  font-weight: bold;
}

.tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.maintxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.boldital {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	font-weight: bold;
}
.footerbg {
	background-color: #7e0451;
	color: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.txtlnk a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

.txtlnk a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

.txtlnk a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

.txtlnk a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

/* Navigation */
#Nav a {
	display: block;
	height: 39px;
	background-repeat: none;
	background-position: 0 0;
}
	#Nav a font { display: none; }
.homeLink {
	width: 62px;
	background-image: url(../images/home.jpg);
}
	.homeLink:hover, .homeOver { background-image: url(../images/home_over.jpg); }
.aboutLink {
	width: 163px;
	background-image: url(../images/aboutus.jpg);
}
	.aboutLink:hover, .aboutOver { background-image: url(../images/aboutus_over.jpg); }
.propertiesLink {
	width: 125px;
	background-image: url(../images/availablehomes.jpg);
}
	.propertiesLink:hover, .propertiesOver { background-image: url(../images/availablehomes_over.jpg); }
.icfLink {
	width: 129px;
	background-image: url(../images/icfconstruction.jpg);
}
	.icfLink:hover, .icfOver { background-image: url(../images/icfconstruction_over.jpg); }
.buildLink {
	width: 111px;
	background-image: url(../images/howwebuild.jpg);
}
	.buildLink:hover, .buildOver { background-image: url(../images/howwebuild_over.jpg); }
.edgeLink {
	width: 123px;
	background-image: url(../images/designersedge.jpg);
}
	.edgeLink:hover, .edgeOver { background-image: url(../images/designersedge_over.jpg); }
.contactLink {
	width: 87px;
	background-image: url(../images/contactus.jpg);
}
	.contactLink:hover, .contactOver { background-image: url(../images/contactus_over.jpg); }

.interiorbg {
	background-image: url(../images/interiorbg.jpg);
	background-repeat: no-repeat;
	background-color:#FCFCFC;
	background-position: top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 10px 15px;
	width: 591px;
	min-height: 500px;
}
.textbg {
	background-image: url(../images/index_02.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.textbg2 {
	background-image: url(../images/index_11.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.header {
  font-size: 16px;
  color: #7e0451;
  font-weight: bold;
}

.subheader {
  font-size: 14px;
  color: #7e0451;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

a:link {
  color: #000000;
  text-decoration: underline;
}

a:hover {
  color: #7e0451;
  text-decoration: underline;
}

a:active {
  color: #7e0451;
  text-decoration: none;
}

a:visited {
  color: #7e0451;
  text-decoration: underline;
}

.subheader2 {
  font-size: 14px;
  font-weight: bold;
}

ul {
	list-style-position: outside;
	list-style-type: square;
	font-variant: normal;
	line-height: 24px;
}

.border {
  border: thin solid #7e0451;
}

.designerstable {
  border: 1px solid #000000;
}

.maroonbg {
  background-color: #7e0451;
  color: #ffffff;
  font-weight: bold;
}

.letter {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 11px;
  line-height: 18px;
  background-image: url(../images/letterbg.jpg);
  background-repeat: repeat-y;
  background-color: #9e9a9a;
  background-position: left;
}

.blackborder {
  border: 1px solid #000000;
}

.redtext {
  color: #7e0451;
}

.address {
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
}

.whiteborder {
  border: thin #ffffff solid;
}

.maplink a:link {
  font-size: 11px;
  /*color: #000000;*/
  text-decoration: none;
  font-weight: bold;
  padding-right: 5px;
}

.maplink a:hover {
  font-size: 11px;
  /*color: #7e0451;*/
  text-decoration: none;
  font-weight: bold;
}

a:link, a:visited{ color:#7E0451; text-decoration:underline;}
a:hover{ color:#7E0451; text-decoration:none;}

.errorMsg {
	text-align: center;
	padding: 10px 15px;
	color: #c00;
}