/*-- intro copy styles--*/
#introCopy{
	margin: 0 0 0 -30px;
	padding-top: 80px;
	background: url(../_images/quote.png) no-repeat left top;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#introCopy h1{
	padding: 0px;
	margin: 0px;
}
#introCopy p{
	margin-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 24px;
	color: #e2db9c;
}
/*-- featured work styles--*/
#featuredWork {
	background: url(../_images/dotted_divider.gif) repeat-x left bottom;
	clear: both;
	height: 23px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#featuredWork h1{
	background-image: url(../_images/h_featuredWork.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9000px;
}
/*-- browse portfolio link styles--*/
#browsePortfolio{
	float: right;
	
}
#browsePortfolio a {
	 text-indent: -9000px;
	display:block;
	height: 13px;
	width: 134px;
	background: url(../_images/l_browsePortfolio_btn.gif) top left no-repeat;
	text-decoration:none;
}
#browsePortfolio a:hover{
 	text-indent: -9000px;
	display:block;
	height: 13px;
	width: 134px;
	background: url(../_images/l_browsePortfolio_btn.gif) bottom left no-repeat;
	background-repeat:no-repeat;
	text-decoration:none;
}

/*-- twitterlink styles--*/
#twitterLink{
	float: left;
	margin-top: 15px;
	
}
#twitterLink a {
	text-indent: -9000px;
	display:block;
	height: 21px;
	width: 242px;
	background: url(../_images/twitter_noe.gif) top left no-repeat;
	text-decoration:none;
}
#twitterLink a:hover{
 	text-indent: -9000px;
	display:block;
	height: 21px;
	width: 242px;
	background: url(../_images/twitter_noe.gif) bottom left no-repeat;
	background-repeat:no-repeat;
	text-decoration:none;
}





/*-- featured work styles--*/
.work {
	width: 228px;
	float: left;
	padding-right: 10px;
	margin: 0;
}
.workLast {
	width: 228px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.work h1, .workLast h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 13px;
	font-weight: normal;
	color: #e2db9c;
	margin: 0px;
	padding-top: 11px;
	background-image: url(../_images/dotted_divider.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 11px;
	
}
.work img, .workLast img{
	background: #000000;
	border: 4px solid #342211;
	padding: 4px;
	margin: 0px;
}

.work p, .workLast p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #684f38;
	background-image: url(../_images/dotted_divider.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 11px;
	margin-bottom: 11px;
	padding-top: 8px;
}

.work p a, .workLast p a{
	color: #684f38;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #684f38;
	text-decoration: none;
}
.work p a:hover, .workLast p a:hover{
	color: #998c5b;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #998c5b;
	text-decoration: none;
}
.work ul, .workLast ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	list-style: none; 
}

.work ul li, .workLast ul li{
	padding-right: 8px;
	float: left; 
}
.work ul li a, .workLast ul li a {
	color: #998c5b;
	text-decoration: none;
	background: url(../_images/smArrow_brown.gif) no-repeat left center;
	padding-left: 10px;
}
.work ul li a:hover, .workLast ul li a:hover {
	color: #e2db9c;
	text-decoration: none;
	background: url(../_images/smArrow_teal.gif) no-repeat left center;
	padding-left: 10px;
}
