/* contacting.css */
/* Contains style applied only to the contacting fcc page */
/* Andrew Balling */
/* Created: June 5, 2007 */
/* Modified: June 5, 2007 */
/* Modifications: 		*/

input.emailinput
{
	position: relative;
	left: 50px;
}

span.emailinfo
{
	position: relative;
	left: 55px;
}

input#emailbutton
{
	background-image: url(http://www.fairconst.com/images/logobackground.jpg);
	
	/*background-color: #FFF5E8;"
	/*background-repeat: repeat-y;*/
	background-position: 37% 75%;
	padding: 0px;
	text-align: center;
	vertical-align: center;
	border-spacing: 200px 0px;
	position: relative;
	left: 100px;
	/*top: -0.3in;*/
	line-height: 35px;
	width: 150px;
	font-family: "Copperplate Gothic Bold", "BankGothic Md BT", "Tahoma Small Cap", "Palatino Linotype", "Sylfaen", "Book Antiqua", "Times New Roman", sans-serif;
	font-size: 18px;
	color: white;
	border-color: Black;
	border-top-style: outset;
	border-top-width: 3px;
	border-bottom-style: double;
	border-bottom-width: 2px;
	border-left: 2px double Black;
}

td#contactingtxtbody {
	position: relative;
	left: 0px;
}

img#leftimage
{
	position: relative;
	left: -25px;
	top: 0px;
}

div#contactingtext
{
	position: relative;
	left: 20px;
	top: 25px;

}

td#contactingtext
{
	background-color: white;
	border: ridge black gray;
	position: relative;
	left: 100px;
	font-family: "Palatino Linotype", "Sylfaen", "Book Antiqua", "Times New Roman", sans-serif;
	font-size: 14px;
	width: 650px;
}

a#maplink
{
	position: relative;
	left: 100px;
	background-image: url(http://www.fairconst.com/images/logobackground.jpg);
	background-position: 42% 50%;
	color: white;
	width: 85px;
	font-family: "Palatino Linotype", "Sylfaen", "Book Antiqua", "Times New Roman", sans-serif;
	font-size: 22px;
	font-variant: small-caps;
}

a#maplink:hover
{
	border: double 4px black;
}

img#bottomimg
{
	position: relative;
	left: 0px;
	top: 25px;
	border-top: thin black double;
}

