/* ----------------- Schmidt Architects ------------------ */

/* ---------------- remove image border ---------------- */
a { outline: none; }
a:focus { -moz-outline-style: none; }

/* -------------------- backgrounds -------------------- */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align:top;
	}

.bg-top {
	background-color: #dddddd;
	background-image: url(../images/bg-top.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	}

.bg-bottom {
	background-color: #dddddd;
	background-image: url(../images/bg-bottom.gif);
	background-repeat: repeat-x;
	background-position:top;
	}
	
.bg-leftline {
	background-color: #ffffff;
	background-image: url(../images/grey-pixel.gif);
	background-repeat: repeat-y;
	background-position:right;
	}

/* --------------------- copy -------------------- */
.copy, .copy a, .copy a:visited, .copy a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #666666;
	text-decoration: none
	}

.copy a:hover {
	text-decoration: underline;
}

/* ------------------ copy-small ----------------- */
.copy-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #666666;
	text-decoration: none
	}

/* --------------------- address -------------------- */
.address, .address a, .address a:visited, .address a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #666666;
	text-decoration: none
	}

.address a:hover {
	text-decoration: underline;
}
/* --------------------- copy-bold -------------------- */
.copy-bold, .copy-bold a, .copy-bold a:visited, .copy-bold a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #f6a421;
	text-decoration: none;
	font-weight: normal;
	}

.copy-bold a:hover {
	text-decoration: underline;
}

/* --------------------- footer -------------------- */
.footer, .footer a, .footer a:visited, .footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	text-decoration: none
	}

.footer a:hover {
	text-decoration: underline;
}

/* ----------------- image border ------------------- */
.imageborder {
	border:solid;
	background-color: #8AAC5B;
	border-width: 1;
}


.bodydiv {
	padding: 0px 20px 0px 20px;
	text-align: left;
}

.imagediv {
	border:solid;
	background-color: #8AAC5B;
	border-width: 1;
	padding: 10px 0px 10px 110px;
}

.photoframes {
	border:solid;
	background-color: #42753D;
	border-width: 1;
	
}



/* --------------------- form -------------------- */
.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	font-style: normal;
	line-height: normal;
	color: #8AAE3E;
	width:250px;
	border:1px solid #aaa;
	background-repeat: repeat-x;
	background-color: #FFFFFF;

}


.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
}

.firmname {
	font-family: "Century Gothic";
	font-size: 36px;
	color: #66CC00;
}

.names {font-family: Georgia, "Times New Roman", Times, serif}

.footer, .footer a, .footer a:visited, .footer a:active  {
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 10px;
	line-height: 12px;
	color: #555;
	align: justify;
	text-decoration: none;
}
.footer a:hover {
	color: #222;
	text-decoration: underline;
}

