/* CSS Document */

a.framingLink:link, a.framingLink:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #A0729D;
	text-decoration: none;
}
a.framingLink:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #A0729D;
	text-decoration: underline;
}

a.genericLink:link, a.genericLink:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #BCBCBC;
	text-decoration: none;
}
a.genericLink:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #BCBCBC;
	text-decoration: underline;
}

a.imageryLink:link, a.imageryLink:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #8C89B0;
	text-decoration: none;
}
a.imageryLink:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #8C89B0;
	text-decoration: underline;
}

a.portfolioLink:link, a.portfolioLink:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #759F74;
	text-decoration: none;
}
a.portfolioLink:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #759F74;
	text-decoration: underline;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BCBCBC;
	font-weight: bold;
	padding: 0px;
}

.contact {
	color: #8D915E;
}

.contactSubtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #8D915E;
}

.framing {
	color: #A0729D;
}

.framingSubtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #A0729D;
}

.generic {
	color: #BCBCBC;
}

.genericSubtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #BCBCBC;
}

.home {
	color: #339999;
}

.homeSubtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #339999;
}

.imagery {
	color: #8C89B0;
}

.imagerySubtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #8C89B0;
}

.note {
	color: #00FF00;
}

.placeholder {
	color: #FFFF00;
}

.portfolio {
	color: #759F74;
}

.portfolioSubtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #759F74;
}

.quote {
	font-size: 11px;
}

/* CSS Form Styles */

input {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:11px verdana,arial,sans-serif;
}

textarea {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:11px verdana,arial,sans-serif;
}