/* Layout */

body {
	margin: 0;
	padding: 0;
	background: #edf5e3 url(bg_page.png) repeat-x left top;
	font: small/1.2em Tahoma, Verdana, Arial, sans-serif;
}

#container {
	width: 780px;
	margin: 0 auto;
}

#content {
	width: 467px;
	padding: 0 50px 3em 50px;
	background: #fff url(bg_head.png) repeat-x left top;
	float: left;
}

.row {
	width: 467px;
	border-top: 1px solid #edf5e3;
	float: left;
}

.vcard, #pconcerns .row ul {
	width: 233px;
	padding: 1em 0;
	float: left;
}


/* Navigation */

ul#nav {
	width: 213px;
	height: 345px;
	margin: 0;
	padding: 0;
	background: url(nav_head.png) no-repeat left top;
	float: left;
}
	
#nav li {
	position: absolute;
}

#nav li, #nav a {
	width: 213px;
	display: block;
}

#nav li a {
	width: 213px;
	height: 46px;
	text-indent: -9999px;
}

#nav li h1 a {
	height: 97px;
}

#nhome 		{ top: 28px; }
#nservices 	{ top: 125px; }
#nconcerns 	{ top: 171px; }
#nstaff 	{ top: 217px; }
#noffices 	{ top: 263px; }

#nhome a:hover 		{ height: 97px; background: transparent url(nav_head.png) -213px -28px no-repeat; }
#nservices a:hover 	{ height: 46px; background: transparent url(nav_head.png) -213px -125px no-repeat; }
#nconcerns a:hover 	{ height: 46px; background: transparent url(nav_head.png) -213px -171px no-repeat; }
#nstaff a:hover 	{ height: 46px; background: transparent url(nav_head.png) -213px -217px no-repeat; }
#noffices a:hover 	{ height: 46px; background: transparent url(nav_head.png) -213px -263px no-repeat; }

#phome #nhome 	{ background: transparent url(nav_head.png) -213px -28px no-repeat; }
#pservices #nservices 	{ background: transparent url(nav_head.png) -213px -125px no-repeat; }
#pconcerns #nconcerns 	{ background: transparent url(nav_head.png) -213px -171px no-repeat; }
#pstaff #nstaff 	{ background: transparent url(nav_head.png) -213px -217px no-repeat; }
#poffices #noffices 	{ background: transparent url(nav_head.png) -213px -263px no-repeat; }



/* Fonts */

h1 {
	margin: 0;
	font-size: 0;
}

h2 {
	height: 22px;
	margin: 4.6em 0 0.8em 0;
	padding: 0 0 0.4em 0;
	border-bottom: 1px solid #d3e7b9;
	text-indent: -9999px;
	font-size: 140%;
}

h3 {
	height: 14px;
	margin: 1em 0 0.8em 0;
	padding: 1em 0 0 0;
	border-top: 1px solid #d3e7b9;
	text-indent: -9999px;
	font-size: 120%;
}

h4 {
	margin: 0;
	padding-bottom: 0.6em;
	font-size: 85%;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #666;
}

p, dl, ul {
	font-size: 85%;
	line-height: 1.6em;
	color: #444;
}

dl, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

dd {
	margin-left: 0;
}

a:link, a:visited {
	color: #4d8536;
}

a:hover, a:active {
	color: #325821;
	text-decoration: none;
}

img {
	border: 7px solid #f2f8eb;
	margin: 0.6em 0;
}


/* Headings */

#phome h2 { background: url(h2_home.png) no-repeat left top; }
#pservices h2 { background: url(h2_services.png) no-repeat left top; }
#pconcerns h2 { background: url(h2_concerns.png) no-repeat left top; }
#pstaff h2 { background: url(h2_staff.png) no-repeat left top; }
#poffices h2 { background: url(h2_offices.png) no-repeat left top; }

h3#whysee  { background: url(h3_whysee.png) no-repeat left bottom; margin-top: 0; padding-top: 0.2em; border: none; }
h3#weoffer  { background: url(h3_weoffer.png) no-repeat left bottom; }
h3#knowyourself  { background: url(h3_knowyourself.png) no-repeat left bottom; }
h3#staffkaren  { background: url(h3_staffkaren.png) no-repeat left bottom; margin-top: 0; padding-top: 0.2em; border: none; }
h3#staffalicia  { background: url(h3_staffalicia.png) no-repeat left bottom; }
h3#staffemma  { background: url(h3_staffemma.png) no-repeat left bottom; }
h3#staffpenny  { background: url(h3_staffpenny.png) no-repeat left bottom; }
h3#feesrebates  { background: url(h3_feesrebates.png) no-repeat left bottom; }


/* Specific fonts */

#pconcerns h4 {
	border-top: 1px solid #edf5e3;
	padding-top: 1.4em;
	padding-bottom: 0;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #666;
}

#pconcerns dl {
	border-top: 1px solid #edf5e3;
	padding: 1em 0;
}

#pconcerns dt {
	padding-bottom: 0.6em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #666;
}

/* #pstaff img {
	margin-top: 0.2em;
	float: left;
}

#pstaff p {
	margin-left: 150px;
} */

.vcard p {
	margin: 0;
}

.vcardlink {
	padding-top: 0.3em;
}

.hide {
	display: none;
}

.clear {
	clear: left;
}
