/******** HOME PAGE TOP ********/

h2#home_title{
	position: relative;
	text-indent: -9999px;
	background: url(../images/home/welcome_title.png);
	width: 322px;
	height: 58px;
	margin-bottom: 15px;
	z-index: 2;
}

p.quote{
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 30px;
	letter-spacing: -.05em;
	font-weight: bold;
	margin-left: 50px;
	width: auto;
	width: 410px;
}

p.quote2{
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 30px;
	letter-spacing: -.05em;
	font-weight: bold;
	margin: 15px 0 0 50px;
	width: 400px;
}

p.quote a{
	position: relative;
	color: #e9268d;
	text-decoration: none;
	z-index: 999;
}

p.quote2 a{
	position: relative;
	color: #591877;
	text-decoration: none;
	z-index: 999;
}

p#tagline{
	position: absolute;
	top: 200px;
	right: 0px;
	text-indent: -9999px;
	background: url(../images/home/tagline.png);
	width: 400px;
	height: 108px;
	z-index: 999;
}

/******** RECENT WORK ********/

h3#recent_work_title{
	position: relative;
	margin-top: 25px;
	background: url(../images/home/recent_work_title.png);
	width: 146px;
	height: 62px;
	text-indent: -9999px;
	z-index: 999;
}

p#recent_work{
	position: relative;
	bottom: 35px;
	text-align: center;
	margin: 0 auto;
}

/******** LATEST NEWS ********/

#latest_news{
	float: left;
}

h3#latest_news_title{
	background: url(../images/home/latest_news_title.png);
	width: 135px;
	height: 53px;
	text-indent: -9999px;
}

.feedburnerFeedBlock{
	width: 380px;
	margin: 0 0 0 50px;
}

.feedburnerFeedBlock li{
	list-style-type: none;
}

.feedburnerFeedBlock span.headline{
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 20px;
	letter-spacing: -0.05em;
}

.feedburnerFeedBlock span.headline a{
	text-decoration: none;
	color: #db34a3;
	margin: 0;
	padding: 0;
}

.feedburnerFeedBlock p.date{
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #379cae;
	letter-spacing: -0.05em;
	margin: 0;
	padding: 0;
}

.feedburnerFeedBlock div{
	color: #591877;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -0.05em;
	font-size: 14px;
	padding: 10px 30px;
	text-align: justify;
}

.feedburnerFeedBlock #creditfooter{
	display: none;
}

/******** CONTACT FORM ********/

#front_form{
	float: right;
	width: 375px;
}

#front_form h3#front_form_title{
	background:url(../images/home/quick_form_title.png) no-repeat right;
	width: 375px;
	height: 62px;
	text-indent: -9999px;
}

#front_form #form_error{
	background: url(../images/home/form_error.gif);
	width: 202px;
	height: 75px;
	text-indent: -9999px;
	position: absolute;
	top: 900px;
	left: 420px;
}

#front_form form{
	position: relative;
	background: url(../images/home/form.png) no-repeat;
	width: 328px;
	height: 255px;
}

#front_form fieldset{
	padding: 15px 0 0 16px;
	border: none;
}

#front_form input{
	display: block;
	margin: 5px;
	width: 280px;
	height: 25px;
	background: #ffd792;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #d96ab5;
	padding: 5px 0 0 5px;
	letter-spacing: -.05em;
}

#front_form input.error{
	color: #F36;
}

#front_form textarea{
	display: block;
	margin: 5px;
	width: 280px;
	height: 145px;
	background: #ffd792;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #d96ab5;
	padding: 5px 0 0 5px;
	letter-spacing: -.05em;
	overflow: hidden;
}

#front_form textarea.error{
	color: #F36;
}

#front_form label{
	display: none;
}

#front_form input[type="image"]{
	background: none;
	width: 79px;
	height: 51px;
	display: block;
	float: right;
}

#front_form p#thanks{
	position: absolute;
	top: 50%;
	margin-top: -53px;
	left: 50%;
	margin-left: -133px;
	background: url(../images/home/thanks.gif);
	width: 267px;
	height: 106px;
	text-indent:-9999px;
}