/* CSS Document */

*
{
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

html
{
	height: 101%;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	position: relative;
	margin: 50px 0 0 0;
	border-top: 5px solid #d9cfc0;
	background: #fff;
	color: #333;
	z-index: 1;
}

body.normal
{
	font-size: 80%;
}

body.large
{
	font-size: 90%;
}

body.extralarge
{
	font-size: 100%;
}

div.clear
{
	clear: both;
	height: 1px;
	overflow: hidden;
}

h1	,
h2	,
h3	,
h4	,
h5	,
h6
{
	text-transform: uppercase;	
}

a			,
a:link		,
a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

a:hover		,
a:active
{
	color: #77736b;
	text-decoration: underline;
}

p
{
	line-height: 1.5em;
	margin: 0 0 1em 0;
}

ul
{
	list-style: none;
}

span.hide
{
	position: relative;
	float: left;
	left: -5000px;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 1px;
}

div#wrapper	,
div#header	,
div#footer
{
	width: 760px;
	margin: 0 auto;
}

div#header
{
	position: absolute;
	top: 0;
	height: 163px;
}

div#wrapper
{
	position: relative;
	height: 100%;
	border-top: 1px solid #d9cfc0;
	margin-top: -1px;
	margin-bottom: 30px;
	z-index: 2;
}

div#footer
{
	position: absolute;
	bottom: -77px;
	height: 67px;
	background: transparent url(../images/footer.gif) repeat-x center;
	z-index: 3;
}

div#footer p
{
	margin: 60px 5px 0;
	text-align: right;
}


#header a
{
	display: block;
	width: 184px;
	height: 163px;
	background: transparent url(../images/logo.png) no-repeat 0 0;
}

div#navigation
{
	float: left;
	position: relative;
	top: 181px;
	margin-bottom: 181px;
	width: 161px;
	z-index: 4;
}

#navigation ul
{
	border-top: 2px solid #d8d2c5;
	background: transparent;
}

#navigation li
{
	border-bottom: 2px solid #d8d2c5;
}

#navigation li	a
{
	display: block;
	padding: 0.8em 1em;
	text-transform: uppercase;
	background: transparent;
	color: #333;
	font-weight: bold;
	font-size: 0.9em;
}

#navigation li	a:hover				,
#navigation li.live	a				,
#navigation li.live li	a:hover		,
#navigation li.live li.live	a
{
	color: #77736b;
	text-decoration: none;
}

/* styles added by kris to support 3 tier navigation elements */
#navigation li.live li.live ul li a {
	color: #000000;
}

#navigation li.live li.live li.live a {
	color: #77736b;
}

#navigation li	a:focus				,
#navigation li.live li	a:focus		,
#navigation li	a:active			,
#navigation li.live li	a:active
{
	background: #dcd4c5;
	color: #333;
}

#navigation li ul
{
	border: none;
	margin: 0 0 0.8em 20px;
}

#navigation li li
{
	font-size: 0.9em;
	padding: 0;
	border: 1px solid #fff;
}

#navigation li li a,
#navigation li li li a
{
	padding: 0.1em;
	margin: 0;
}

#navigation li.live li a,
#navigation li.live li li a
{
	background: transparent;
	color: #333;
}

#navigation a#nwslttr
{
	background: transparent url(../images/newsletter.gif) no-repeat 12px 50%;
	padding-left: 32px;
}

a.newsletterlink {
	background: transparent url(../images/newsletter.gif) no-repeat 2px 50%;
	padding-left: 22px;
}

div#accesstext
{
	margin: 30px 10px 10px 10px;
}

div#accesstext p
{
	color: #77736b;
	clear: none;
}

div#accesstext p span
{
	display: block;
	font-size: 0.9em;
	line-height: 1em;
}

div#accesstext a
{
	float: left;
	clear: none;
	height: 18px;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: transparent;
	margin: 0.4em 0 0 4px;
}

div#accesstext a#normaltxt
{
	background-image: url(../images/accessibility/normaltxt.gif);
	width: 8px; 
}

div#accesstext a#largetxt
{
	background-image: url(../images/accessibility/largetxt.gif);
	width: 13px;
}

div#accesstext a#extralargetxt
{
	background-image: url(../images/accessibility/extralargetxt.gif);
	width: 17px;
}

div#rightpanel
{
	position: absolute;
	top: 181px;
	right: 0;
	width: 160px;
	padding: 15px 15px 10px 15px;
	background: transparent url(../images/rightbg.jpg) no-repeat 0 0;
	border-left: 2px solid #d8d2c5;
	z-index: 5;
}

div#rightpanel h1
{
	margin: 0 0 0 0;
	font-size: 1em;
}

div#rightpanel dt
{
	font-weight: bold;
	font-size: 0.8em;
	margin: 10px 0 5px 0;
}

div#rightpanel dd
{
	margin: 0 0 5px 0;
	font-size: 0.8em;
}

div#rightpanel dd a.newlink
{
	margin: 0 0 5px 0;
	font-size: 1em;
	color: #333;
	font-weight:normal;
}


div#rightpanel dd a
{
	color: #333;
}

div#rightpanel dd a:hover
{
	color: #77736b;
}

div#quotes
{
	position: absolute;
	top: 181px;
	right: 0;
	z-index: 5;
	background: transparent url(../images/portrait.jpg) no-repeat 50% 0;
	width: 190px;
}

div#quotes p
{
	margin: 205px 0 0 0;
	padding: 5px 25px 0;
	background: transparent url(../images/openquote.gif) no-repeat 0 0;
	font-size: 1.1em;
}

#content #quotebox {
	margin: 0;
	padding: 20px 0 0 35px;
	background: transparent url(../images/quote_left_large.gif) top left no-repeat;
	font-size: 1.1em;
}

#content #closequotebox {
	margin: 0;
	padding: 0;
	background: transparent url(../images/quote_right_large.gif) top right no-repeat;
	font-size: 1.1em;
	height: 30px;
}

p.kristestopen {
	
}

p.testimonialtest
{
	margin: 0;
	padding: 15px 0 0 0;
	background: transparent url(../images/openquote.gif) no-repeat 0 0;
	font-size: 1.1em;
}

p.closequote
{
	display: block;
	background: transparent url(../images/closequote.gif) no-repeat 100% 0;
	margin: -10px 0 0 0;
	padding: 25px 0 0 25px;
	font-size: 0.8em;
	font-style: normal;
}

div#quotes cite
{
	display: block;
	background: transparent url(../images/closequote.gif) no-repeat 100% 0;
	margin: -10px 0 0 0;
	padding: 25px 0 25px 25px;
	font-size: 0.8em;
	font-style: normal;
}

div#content
{
	margin: 181px 19px 10px 184px;
	width: 333px;
	border-left: 2px solid #d8d2c5;
	border-right: 1px solid #fff;
	padding: 10px 15px 30px 15px;
	background: #fff url(../images/mainbg.jpg) no-repeat 0 0;
	min-height: 320px;
	z-index: 6;
	clear: none;
}

/* changes made by Kris 11/11/08 for new Contact Us Page styling */
div#krisbox {
	background-color: #fff;
}

div#content-left,
div#content-right {
	position: absolute;
	top: 181px;
	left: 184px;
	margin: 0;
	width: 245px;
	border-left: 2px solid #d8d2c5;
	border-right: 1px solid #fff;
	padding: 10px 15px 5px 15px;
	background: #fff url(../images/mainbg.jpg) no-repeat 0 0;
	min-height: 150px;
	z-index: 6;
}

div#content-right {
	left: 480px;
	z-index: 7;
}

div#content-wide {
	position: absolute;
	top: 435px;
	left: 184px;
	width: 550px;
	height: 135px;
	margin: 0;
	border-left: 2px solid #d8d2c5;
	border-right: 1px solid #fff;
	padding: 10px 15px 30px 15px;
	background: #fff url(../images/mainbg.jpg) no-repeat 0 0;
}

div#content-wide p.contact-address {
	margin: 40px 0 0 0;
}

body#vacancies div#content	,
body#register div#content
{
	margin-right: 0;
	width: 540px;
}

div#content h1 
{
	font-size: 2.1em;
	font-weight: normal;
	margin: 0 0 20px 0;
}

div#content-left h1,
div#content-right h1,
div#content-wide h1 {
	font-size: 2.1em;
	font-weight: normal;
	margin: 0 0 10px 0;
}

div#content h2,
div#content-left h2
div#content-right h2,
div#content-wide h2
{
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
}


div#content h1 span,
div#content-left h1 span,
div#content-right h1 span,
div#content-wide h1 span
{
	color: #77736b;
	white-space: nowrap;
}

div#content h2 span,
div#content-left h2 span,
div#content-right h2 span,
div#content-wide h2 span
{
	float: right;
	clear: none;
	text-transform: lowercase;
}

div#content p,
div#content cite,
div#content-left p,
div#content-right p,
div#content-wide p
{
	font-size: 0.9em;
	margin: 0 0 1em 0;
	display: block;
}

div#content	dl
{
	border-bottom: 2px solid #d8d2c5;
	font-size: 1em;
}

div#content	dt
{
	padding: 0.8em 0 0.6em 0;
	font-weight: bold;
	border-top: 2px solid #d8d2c5;
}

div#content	dd
{
	margin: 0 0 0.4em 1em;
}

body#vacancies div#content	dt
{
	float: left;
	width: 8em;
	white-space: nowrap;
}

body#vacancies div#content	dd
{
	padding: 0.8em 0 0.6em 0;
	margin-left: 8em;
	border-top: 2px solid #d8d2c5;
	clear: none;
}
body#vacancies div#content	dd p
{
	margin-left: 0;
	padding-left: 0;
}


div#content cite
{
	font-weight: bold;
	font-style: normal;
}

div#content span.label
{
	float: left;
	width: 6em;
}

body#home div#content p
{
	font-size: 1.7em;
	line-height: 1.2em;
	vertical-align: top;
	margin: 1em 0 0 0;
	color: #545049;
}

div#content ol
{
	list-style: decimal outside none;
	margin: 0 0 1em 0;
}

div#content ul
{
	list-style: square outside none;
	margin: 0 0 1em 0;
}

div#content li
{
	margin: 0 0 0.2em 40px;
	font-size: 0.9em;
}

div#content address
{
	font-size: 0.9em;
	line-height: 1.8em;
	font-style: normal;
	margin: 0 0 0.4em;
}

div#content table
{
	width: 100%;
	border-collapse: collapse;
}

div#content th	,
div#content td
{
	border-bottom: 2px solid #d8d2c5;
	text-align: left;
	padding: 0.5em 0.1em;
	font-size: 0.9em;
}

div#content th
{
	text-transform: uppercase;
}


div#content td.joblistlink
{
	text-align: right;
}

td.joblistlink a
{
	text-transform: uppercase;
	padding-right: 0.1em;
}

form#userfrm div
{
	margin: 1em 0 0 0;
}

form#userfrm fieldset
{
	border: none;
	padding: 0;
	border-collapse: collapse;
}

form#userfrm legend
{
	color: #333;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

form#userfrm label
{
	float: left;
	text-align: left;
	padding: 0.2em 0.1em 0 0;
	width: 100px;
	font-size: 0.9em;
}

form#userfrm input.text	,
form#userfrm input.file	,
form#userfrm textarea	,
form#userfrm select
{
	width: 220px;
	border: 2px solid #d8d2c5;
	background: #fff;
	padding: 0.1em 0.2em;
	padding-right: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

form#userfrm select
{
	width: 227px;
}

form#userfrm input.file
{
	border: 2px solid #d8d2c5;
	width: 225px;

}

form#userfrm input.bttn
{
	margin: 0 0 0 100px;
	padding: 0.2em 0.4em;
	background: none;
	border: 2px solid #d8d2c5;
	font-weight: bold;
	font-size: 0.8em;
	text-transform: uppercase;
}

form#userfrm input:hover.bttn	,
form#userfrm input:hover.bttn
{
	background: #d8d2c5;
}

div#links
{
	text-align: right;
	padding: 1em;
}

div#links a
{
	margin-left: 2em;
	text-transform: uppercase;
}

div#content p#legal
{
	font-size: 0.8em;
	margin: 3em 0 0 0;
}

div#footer .twitter,
div#footer .twitter a.twitterlink {
	float: left;
	width: 29px;
	height: 29px;
	margin: -25px 0 0 10px;
}

div#footer .twitter a.twitterlink {
	background: url(../images/twitter.png) top left no-repeat;
	margin: 0;
}

a.jumplink,
a:hover.jumplink
{
	font-size: 0.8em;
	padding: 0 0.4em 4px;
	color: #fff;
	text-decoration: none;
}

a:hover.jumplink
{
	position: static;
	text-decoration: none;
	color: #77736b;
}

div#footer p a.jumplink span#jumpicon
{
	float: right;
	width: 16px;
	height: 16px;
	background: transparent url(../images/jump/footerlink.gif) no-repeat 0 -16px;
	margin-top: 2px;
	border: 1px solid #fff;
	text-decoration: none;
}


div div#footer p a:hover.jumplink span#jumpicon
{
	background-position: 0 0;
	cursor: pointer;
	text-decoration: none;
	border: 1px solid #fff;
}

div#geotrust
{
	float: right;
	margin: 10px 10px 0 0;
}

div#geotrust a
{
	display: block;
	clear: none;
	width: 115px;
	height:	55px;
	background:	transparent url(../images/quickssl_anim.gif) no-repeat 0 0;
}

div#geotrust a span
{
	position: relative;
	left: -5000px;
}

div.option label
{
	margin-left: 100px;
	margin-right: -100px;
	width: auto;
}

#userfrm div.skills
{
	margin-left: 0px;
	padding-bottom: 20px;
}

#userfrm div.skill
{
	float: left;
	position: relative;
	height: 3.8em;
	width: 49%;
}

#userfrm div.skill label
{
	margin-bottom: 3px;
}

#userfrm div.skill label.ch
{
	margin: 0 2em 0 0;
	width: 130px;
}

#userfrm div.skill label.ch span
{
	display: block;
	margin: 0 0 0 25px;
}

#userfrm div.skill label.ch input
{
	position: absolute;
	top: 1px;
	left: 1px;
}

#userfrm div.skill label.se
{
	text-align: right;
	padding: 0;
	width: 8em;
}

#userfrm div.skill select
{
	width: 5em;
}

#userfrm div.br
{
	border-top: 2px solid #d8d2c5;
	margin: 40px 0 10px;
}

p.error
{
	color: #cc0033;
	font-size: 0.8em;
	font-weight: bold;
	clear: left;
}

div.referee
{
	width: 268px;
	float: left;
	clear: none;
}

div.referee p
{
	display: block;
	clear: none;
}

div.memberimg {
	margin: 0 10px 0 0;
	float: left;
	border: none;
}

div.memberimg img {
	border: none;
}

div.memberintro {
	margin: 0;
}

#content .staffbox {
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	width: 330px;
}

#content p.staffname,
#content p.staffintro {
	font: bold 11px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#content .staffbox p.staffintro {
	font: 10px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#content-wide p.emailexhr {
	border: 2px solid #77736b;
	width: 145px;
	margin: 0;
	padding: 2px 0 2px 5px;
	text-transform: uppercase;
	font: Bold 11px Arial, Helvetica, sans-serif;
}

a.vacancylink,
a.backtoteam,
a.readmore,
a.emailexhr,
a.btnlink 
{
	margin: 0;
	padding: 0.2em 0.4em;
	background: none;
	border: 2px solid #d8d2c5;
	font-weight: bold;
	font-size: 0.9em;
	text-transform: uppercase;
}

a.emailexhr {
	position: absolute;
	top: 50px;
	left: 15px;
	width: 230px;
	text-align: center;
}

a.vacancylink {
	position: relative;
	top: 10px;
	left: 10px;
}

a.vacancylink:hover,
a.backtoteam:hover,
a.readmore:hover,
a.emailexhr:hover,
a.btnlink:hover
{
	background: #d8d2c5;
	text-decoration: none;
	color: #333333;
}

p.vacancylink {
	margin: 10px 0 0 10px;
	padding: 2px 0 2px 5px;
	width: 130px;
	text-align: center;
}

p.vacancylink a {
	text-decoration: none;
}

#content-wide p.emailexhr {
	position: absolute ;
	top: 16px;
	left: 390px;
	width: 120px;
}

p.readmore {
	width: 165px;
	margin: 0;
}

/* New styles for the Contact Us page */

div#contactleft
{
	width: 160px;
	padding: 15px 15px 10px 15px;
	background: transparent url(../images/rightbg.jpg) no-repeat 0 0;
	border-left: 2px solid #d8d2c5;
}

.arealistbox,
.orderlistbox {
	width: 120px;
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0;
	text-transform: none;
}

.orderlistbox {
	width: 130px;
}
