

/* header */

#homeHeader {
	width: 626px;
	margin-left: 184px;
	margin-top: -36px;
	text-align: right;
	font-family: "Lucida Sans", Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 22px;
	color: #ad2169;
	float: right;
}  

/* nav */

#nav {
	float: right;
	border-top: 10px solid #AD2169;
	top: 90px;
	left: 184px;
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	height: 25px;
	display: inline;
	overflow: hidden;
	width: 626px;
	z-index: 1002;
	left: 20px; /* fixes weird IE5.0/win absolute position within relative */
	left/* */: 184px;
	}


/* left column */

#homeLeft {
	width: 418px;
	float: left;
	margin-top: 16px;
}

#photo {
	width: 182px;
	float: left;
}

#intro {
	width: 220px;
	height: 240px;
	float: right;
	line-height: 17px;
	color: #5A4C3A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 12px 0 3px 0;
	margin: 0;
}

#intro a:link {
	color: #AD2169;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

#intro a:visited {
	color: #AD2169;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
	
#intro a:hover {
	color: #6D665B;
	background: #F3F1EB;
}

#contact {
	float: left;
	width: 418px;
	height: 150px;
	background: #EDEDD3 url(../images/home/go.gif) no-repeat right bottom;
}

#contact h1 {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B1B719;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 12px 0 14px 14px;
}

#contact input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	width: 128px;
}

#contact textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	width: 240px;
	padding: 2px;
}

#contact #formLeft {
	width: 130px;
	float: left;
	padding: 12px 14px 14px 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	margin: 0;
	padding: 0 0 0 14px;
}

#contact #formRight {
	width: 245px;
	float: right;
	clear: none;
	padding: 0 14px 0px 0px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}	

#contact textarea {
	padding: 0;
	margin: 0;
	}

#contact form {
	margin: 0;
	padding: 0;
	}

#go {
	float: right;
	width: 100%;
	clear: none;
	text-align: right;
	margin-top: -18px;
}	

/* right column */

#homeRight {
	width: 378px;
	height: 405px;
	float: right;
	background: #E5E3E0;
	text-align: left;
	margin: 16px 0px 30px 0px;
}

#homeRight h2 {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A29E99;
	font-weight: bold;
	text-transform: uppercase;
	margin: 14px 0px 0px 14px;
}

/* projects */

dl.topproject {
	margin: 15px 0 14px 4px;
	padding: 0px 10px;
	float: left;
	width: 350px;
	display: block;
	}
dl.topproject dt {
	margin: 0;
	padding: 0;
	}
dl.topproject dt a {
	float: left;
	display: block;
	margin: 0 12px 0 0;
	padding: 0;
	border: 0;
	}
dl.topproject dt a img {
	float: left;
	border: 2px solid #AD2169;
	}
dl.projects {
	margin: 0 0 14px 4px;
	padding: 0px 10px;
	float: left;
	width: 350px;
	display: block;
	}
dl.projects dt {
	margin: 0;
	padding: 0;
	}
dl.projects dt a {
	float: left;
	display: block;
	margin: 0 12px 0 0;
	padding: 0;
	border: 0;
	}
dl.projects dt a img {
	float: left;
	border: 2px solid #AD2169;
	}

.projects, .topproject {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: left;
	line-height: 150%;
	margin: 14px 14px 0px 14px;
}

.fLink a:link, a:visited {
	font-size: 10px;
	font-weight: bold;
	color: #AD2169;
	text-decoration: none;
}

.fLink a:hover {
	text-decoration: underline;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
}

