/* Body
================================== */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background: #F0EEE6 url(../../images/farrellheyworth/background-body.jpg);
	}
	
/* Typography & common elements
================================== */

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #001E99;
	}
	
a { 
	color: #001E99;
	}
	
.hr {
	border-bottom-color: #C4C19E;
	}
	
/* Header
================================== */
	
.header {
	background: #fff;
	}

.header .logo h1 {
	margin-bottom: 0;
	}
	
.header .logo h1 a {
	/* Logo */
	background: url(../../images/farrellheyworth/background-logo.gif) no-repeat;
	width: 160px;
	height: 142px;
	top: 5px;
	}
	
/* Navigation & page content
================================== */

.nav {
	background: #fff;
	}
	
.nav ul li a {
	color: #032FA8;
	background: #FFE844;
	/* Rounded corners on tabs */
	-moz-border-radius-topleft: 5px; 
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	}
	
.nav ul li.current a {
	background: #FCF5CA;
	}
	
.content-wrapper {
	background: url(../../images/farrellheyworth/background-content-wrapper.jpg) repeat-x top left;
	}
	
.content-inner {
	background: url(../../images/farrellheyworth/background-content-inner.gif) repeat-y 607px top;
	} 
	
	
/* Footer
================================== */
	
.footer {
	background: #fff url(../../images/farrellheyworth/background-footer.jpg) repeat-x top left;
	}

.footer ul li {
	color: #909090;
	}
	
.footer ul li a {
	color: #747474;
	}
	
.footer ul li a {
	border-right:1px solid #FFE844;
	}
	
/* Homepage
================================== */
	
.home .login-wrapper {
	background: #FCED8C;
	/* Rounded corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

.home .login-wrapper h2,
.home .login-wrapper .hr {
	border-bottom-color: #FFE844;
	}

.home .login-form .form-row.button input {
	color: #FFF;
	background: #001E99;
	}	