/***** High Ridge Custom Homes Style Sheet *****/

/********************** Gallery ************************/
table.gallery {
	border-width: 0px;
	border-spacing: 2px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: none;
}
table.gallery td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #35363e;
	background-color: #202128;
	-moz-border-radius: ;
}
table.gallery td table td {
	border-width: 0px;
	padding: 5px;
	border-style: solid;
	border-color: #35363e;
	background-color: #202128;
	-moz-border-radius: ;
}
/**************************************************************/


/********************** Homepage text ************************/
.homepageTextMain {
	color: #99959c;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	}

.HomepageSecondaryText {
	color: #bbb8bd;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	}

.homepageGenText {
	color: #bbb8bd;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	}
/*********************************************************/

p.margin
{
margin-top:100px;
margin-bottom:100px;
margin-right:50px;
margin-left:50px;
}

/************************* Footer Menu **************************/
.contactInfoText1 { font-family: Arial;  font-size: 10pt; color: #d3d3d3; font-weight: bold;}
.contactInfoText1 A:link		{ color: #c5cff3;  text-decoration: none; }
.contactInfoText1 A:visited		{ color: #c5cff3;  text-decoration: none; }
.contactInfoText1 A:hover		{ color: #000000; background: #D3D3D3;  text-decoration: none; }
/*********************************************************/

/************************* Footer Menu **************************/
.footerLink { font-family: Arial;  font-size: 6pt; color: #bcbcbc; font-weight: normal;}
.footerLink A:link		{ color: #bcbcbc;  text-decoration: none; }
.footerLink A:visited		{ color: #FFFFFF;  text-decoration: none; }
.footerLink A:hover		{ color: #FFFFFF; background: #252127;  text-decoration: none; }
/*********************************************************/

/************************* Dactyl links **************************/
.DactylLink { font-family: Arial;  font-size: 8pt; color: #878787; font-weight: normal;  text-decoration: none;}
.DactylLink A:link		{ color: #878787;  text-decoration: none; }
.DactylLink A:visited		{ color: #878787;  text-decoration: none; }
.DactylLink A:hover		{ color: #000000; text-decoration: none; }
/*********************************************************/

/************************* Copyright **************************/
.copyright { font-family: Arial;  font-size: 9pt; color: #312c34; font-weight: normal;  text-decoration: none;}
/*********************************************************/





/************************* Misc PageLinks **************************/
.pageLink { font-family: Arial;  font-size: 8pt; color: #1F83AF;  font-weight: bold;}
.pageLink A:link		{ color: #1F83AF;  text-decoration: none; }
.pageLink A:visited		{ color: #1F83AF;  text-decoration: none; }
.pageLink A:hover		{ color: white; background: #336699;  text-decoration: none; }
/*********************************************************/





