/* Screen Styles */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	background: #333336 url(images/bg.gif) 0 0 repeat-x;
	background-repeat: repeat-x;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 76%;
}
img { border: none; padding: 0; margin: 0; }
a {
	font-weight: bold;
	color: #66583E;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
#container {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	background: url(images/stage.gif) 0 0 repeat-y;
	background-repeat: repeat-y;
	position: relative;
	min-height: 100%;
}
* html #container  {
	height: 100%;
}
#tagline {
	margin: 0 0 0 154px;
	display: block;
	width: 519px;
	height: 44px;
	background: #000 url(images/tagline.gif) 0 0 no-repeat;
	color: #fff;
	text-indent: -9000px;
	overflow: hidden;
}
#header {
	background: #CDC2A5 url(images/bgheader.gif) 0 0 repeat-x;
	background-repeat: repeat-x;
	width: 673px;
	height: 199px;
	position: relative;
}
#header img { margin-left: 13px; }

/* --- Begin Navigation --- */
#header ul, #header ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#header ul {
	position: absolute;
	top: 44px;
	left: 270px;
}
#header ul li {
	float: none;
	text-align: right;
	color: #76674A;
	background: #C8BD9F url(images/nav.gif) 0 0 no-repeat;
	background-repeat: no-repeat;
	margin-bottom: 4px;
	width: 383px;
}
#header ul li a {
	display: block;
	width: 383px;
	height: 30px;
	color: #76674A;
}
#header ul li a span { visibility: hidden; }

#header ul li#home { background-position: 0px 0px; }
#header ul li#clients { background-position: 0px -35px; }
#header ul li#candidates { background-position: 0px -70px; }
#header ul li#contact { background-position: 0px -105px; }

.home #header ul li#home { background-position: -800px 0px; }
.clients #header ul li#clients { background-position: -800px -35px; }
.candidates #header ul li#candidates { background-position: -800px -70px; }
.contact #header ul li#contact { background-position: -800px -105px; }

#header ul li a:hover {
	background: url(images/nav.gif) -400px 0 no-repeat;
	background-repeat: no-repeat;
	text-decoration: none;
}
#header ul li#home a:hover { background-position: -400px 0px; }
#header ul li#clients a:hover { background-position: -400px -35px; }
#header ul li#candidates a:hover { background-position: -400px -70px; }
#header ul li#contact a:hover { background-position: -400px -105px; }
/* ---  End Navigation  --- */

#stage {
	width: 500px;
	margin-left: 154px;
	padding-bottom: 85px;
}
h1 {
	height: 55px;
	width: 500px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #6E5F43;
	background-position: 0 0;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing : -1000em;
}

.home h1 { background-image: url(images/headings/home.gif); }
.clients h1 { background-image: url(images/headings/clients.gif); }
.candidates h1 { background-image: url(images/headings/candidates.gif); }
.contact h1 { background-image: url(images/headings/contact.gif); }

.content {
	padding: 0 22px 0 41px;
	font-size: 1.1em;
	line-height: 1.65em;
}
p {
	margin: 0;
	padding: 5px 0;
}

h2, h3 {
	color: #4E4330;
	margin: 0 0 4px 0;
	padding: 8px 0 3px 0;
	border-bottom: 1px solid #aaa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.05em;
}
h3 {
	border-bottom: none;
	font-size: 1em;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
li {
	background: url(images/bullet.gif) 5px 10px no-repeat;
	background-repeat: no-repeat;
	padding: 1px 0 0px 15px;
}

#footer {
	color: #E7E2D2;
	height: 52px;
	padding: 10px 0 0 0;
	position: relative;
	width: 700px;
	margin: -62px auto 0 auto;
	background: url(images/footer.gif) 0 0 no-repeat;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3;
}
#footer p {
	width: 500px;
	margin: 7px 0 7px 154px;
	padding: 0;
}
#footer p span, #footer p a {
	color: #E7E2D2;
	font-weight: bold;
}

/* weird IE footer margins fix */
* html #footer p {
	margin: 15px 0 0px 137px;
}
* html #footer p span, * html #footer p a {
	position: relative;
	top: -5px;
}