/*------------------------------------------------------------
RESET
-------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,
input,textarea,p,blockquote,th,td, img {  
	margin: 0; 
	padding: 0;
	border: 0;
	}
	
a:focus, a:active, a { outline: none;}

/*------------------------------------------------------------
GLOBAL styles
-------------------------------------------------------------*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #85706a;
	background: url(../images/content_bg.jpg) 0 350px repeat-x #3c2c27;
	}
#wrap {	
	width: 960px;
	height: 100%;
	margin: 0 auto;
	}
#content {
	padding: 40px 0 0 0;
	}
p {
	color: #85706a;
	line-height: 18px;
	}


/*------- Header -----------*/
#header_bg {
	background: url(../images/header_bg.gif) 0 0 repeat-x;
	}
#header {
	height: 330px;
	padding: 20px 0 0 0;
	position: relative;
	}
h1.logo {
	width: 191px;
	} 
h1.logo a {
	background: url(../images/murphy_logo.gif) 0 0 no-repeat;
	width: 191px;
	height: 53px;
	text-indent: -9999px;
	display: block;
	}
h2.welcome_headline {
	background: url(../images/welcome_headline.png) 0 0 no-repeat;
	height: 54px;
	width: 970px;
	margin: 40px 0 0 25px;
	text-indent: -9999px;
	float: left;
	display: block;
	}
h3.welcome_message {
	background: url(../images/welcome_message.png) 0 0 no-repeat;
	height: 112px;
	width: 970px;
	margin: 20px 0 0 25px;
	text-indent: -9999px;
	float: left;
	display: block;
	}	
a.email {
	background: url(../images/email_me.png) 0 0 no-repeat;
	width: 98px;
	height: 29px;
	text-indent: -9999px;	
	display: block;
	float: right;
	cursor: pointer;
	}
a.email:hover {
	background: url(../images/email_me.png) 0 -29px no-repeat;
	}
a.email:active {
	background: url(../images/email_me.png) 0 0 no-repeat;
	}	
a.resume {
	background: url(../images/resume.png) 0 0 no-repeat;
	height: 29px;
	width: 88px;
	text-indent: -9999px;	
	display: block;
	float: right;
	margin: 0 0 0 20px;
	cursor: pointer;
	}
a.resume:hover {
	background: url(../images/resume.png) 0 -29px no-repeat;
	}
a.resume:active {
	background: url(../images/resume.png) 0 0 no-repeat;
	}
a.follow_me {
	background: url(../images/follow_me.png) -108px 0 no-repeat;
	width: 97px;
	height: 76px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	right: 0;
	top: 290px;
	cursor: pointer;
	}
a.follow_me:hover {
	background: url(../images/follow_me.png) 0 0 no-repeat;
	}


/*------- Featured -----------*/
div.featured {
	height: 361px;
	background: #2b1d19;
	margin: 0 0 40px 0;
	border-bottom: 1px solid #4a3b36;
	border-top: 1px solid #130d0b;
	padding: 4px 0 4px 4px;
	position: relative;
	}
div.slider {
	width: 670px;
	height: 100%;
	float: left;
	overflow: hidden;
	}
div.image {
	height: 360px;
	width: 670px;
	}
div.image img {
	height: 360px;
	width: 670px;
	}
	
div.description {
	padding: 15px 0 0 20px;
	width: 240px;
	float: left;
	}
h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #ecc011;
	padding: 0 0 5px 0;
	}
a.visit_site {
	background: url(../images/visit_site_btn.gif) 0 -29px no-repeat;
	width: 86px;
	height: 29px;
	text-indent: -9999px;	
	display: block;
	position: absolute;
	bottom: 20px;
	}
a.visit_site:hover {
	background: url(../images/visit_site_btn.gif) 0 0 no-repeat;
	}
a.visit_site:active {
	background: url(../images/visit_site_btn.gif) 0 -29px no-repeat;
	}
a.up {
	background: url(../images/arrow_up.png) 0 0 no-repeat;
	height: 178px;
	width: 40px;
	display: block;
	text-indent: -9999px;
	position: absolute; 
	right: 288px;
	top: 5px;
	cursor: pointer;
	z-index: 9999;
	}
a.up:hover {
	background: url(../images/arrow_up.png) -41px 0 no-repeat;
	}
a.down {
	background: url(../images/arrow_down.png) 0 0 no-repeat;
	height: 178px;
	width: 40px;
	display: block;
	text-indent: -9999px;
	position: absolute; 
	right: 288px;
	top: 186px;
	cursor: pointer;
	z-index: 9999;
	}
a.down:hover {
	background: url(../images/arrow_down.png) -41px 0 no-repeat;
	}
a.top {
	background: url(../images/go_to_top.gif) 0 0 no-repeat;
	height: 21px;
	width: 19px;
	text-indent: -9999px;	
	display: block;
	position: absolute;
	bottom: 20px;
	right: 15px;
	cursor: pointer;
	}
a.top:hover {
	background: url(../images/go_to_top.gif) 0 -22px no-repeat;
	}
a.top:active {
	background: url(../images/go_to_top.gif) 0 0 no-repeat;
	}
#contact_inner a.top {
	position: relative;
	top: 0;
	left: 926px;
	}	
	

/*-------Contact Form -----------*/
#contact {
	background: url(../images/contact_bg.gif) 0 0 repeat-x;
	padding: 20px 0 40px 0;
	display: block;
	}
#contact_inner {	
	width: 960px;
	margin: 0 auto;
	}
#contact_inner p {/*copyright*/
	color: #4f3b35;
	font-size: 10px;
	text-align: center;
	padding: 60px 0 0 0;
	}
#contactForm {
	width: 330px;
	}
input {
	padding: 5px;
	background: #2b1d19;
	border-bottom: 1px solid #4a3b36;
	border-top: 1px solid #130d0b;
	color: #85706a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	outline: none;
	}
input:focus {
	background: #1f1310;
	}
input.focus {
	background: #1f1310;
	}
textarea {
	padding: 5px;
	background: #2b1d19;
	border-bottom: 1px solid #4a3b36;
	border-top: 1px solid #130d0b;
	color: #85706a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 400px;
	outline: none;
	}	
textarea:focus {
	background: #1f1310;
	}
textarea.focus {
	background: #1f1310;
	}
label {
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: .2px;
	padding: 20px 0 5px 0;
	display: block;
	}
label.error {
	color: #ecc011;
	text-transform: none;
	font-size: 12px;
	font-weight: lighter;
	padding: 5px 0 0 0;
	}		
input.submit {
	background: url(../images/send_btn.gif) 0 0 no-repeat;
	width: 64px;
	height: 29px;
	padding: 0;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	margin: 10px 0 0 0;
	display: block;
	}
input.submit:hover {
	background: url(../images/send_btn.gif) 0 -29px no-repeat;
	}
	
	
	
	