/*-- intro copy styles--*/
#introCopy{
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 100px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFF;
	text-align: justify;
	height: 85px;
	background-image: url(../images/hpage1.jpg);
}
#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: #373A4A;
}
/*-- featured work styles--*/
#featuredWork {
	background: url(../images/dotted_divider.gif) repeat-x left bottom;
	clear: both;
	height: 23px;
	margin-bottom: 10px;
	margin-top: 20px;
}
#featuredWork h1{
	background-image: url(../images/h_featuredwork.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9000px;
}
/*-- Request a Quote link styles--*/
#requestQuote{
	float: right;
	clear: both;
	margin-top: 50px;
	margin-right: 15px;
	margin-bottom: 30px;
}
#requestQuote a {
	 text-indent: -9000px;
	display:block;
	height: 35px;
	width: 197px;
	background: url(../images/btn-request_a_quote.png) top left no-repeat;
	text-decoration:none;
}
#requestQuote a:hover{
	text-indent: -9000px;
	display:block;
	height: 35px;
	width: 197px;
	background-repeat:no-repeat;
	text-decoration:none;
	background-image: url(../images/btn-request_a_quote.png);
	background-position: left bottom;
}
/*-- 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-repeat:no-repeat;
	text-decoration:none;
	background-image: url(../images/l_browseportfolio_btn.gif);
	background-position: left bottom;
}



/*-- featured work styles--*/
.work {
	width: 228px;
	float: left;
	padding-right: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 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: #14435C;
	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{
	border: 4px solid #6FA7E4;
	padding: 4px;
	margin: 0px;
	background-color: #D3D7DA;
}

.work p, .workLast p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #151C24;
	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: #363C43;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #363C43;
	text-decoration: none;
}
.work p a:hover, .workLast p a:hover{
	color: #2B72BF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2B72BF;
	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: #6995D6;
	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: #FFF;
	text-decoration: none;
	background: url(../images/smarrow_teal.gif) no-repeat left center;
	padding-left: 10px;
}
