html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size: 62.5%;	
}
ul {
	list-style: none;
}

:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END Reset */
/*** -------------------------------***/

body {
	background-color:#5b8515;
}


/* BEGIN Header */
/*** -------------------------------***/

div.header-wrap {
	background-color:#fff;
	border-bottom:2px solid #bc3d10;
}
div.header {
	width:765px;
	height:89px;
	margin:0 auto;
}
div.header h2 {
	float:left;
	width:219px;
	height:89px;
	background:url('../gfx/h-logo.gif') 0 0 no-repeat;
	text-indent:-1000px;
}
ul.nav {
	float:right;
	margin:43px 0 0 0;
}
ul.nav li {
	float:left;
	margin-right:8px;
	font:bold 1.3em/1em Georgia,serif;
}
ul.nav li a {
	color:#34462a;
	text-decoration:none;
	display:block;
}
ul.nav li a span {
	padding:10px 12px 10px 12px;
	display:block;
}
ul.nav li a:hover,
ul.nav li.current a {
	color:#6e6e6e;
}
ul.nav li a:hover,
ul.nav li.current a {
	background:#e0e0e0 url('../gfx/n-left.gif') 0 0 no-repeat;
}
ul.nav li a:hover span,
ul.nav li.current a span {
	background:url('../gfx/n-right.gif') 100% 0 no-repeat;
}

/* END Header */
/*** -------------------------------***/
div.body-bg {
	background:#80a82b url('../gfx/body-bg.gif') 0 0 repeat-x;
	padding-bottom:40px;
	border-bottom:1px solid #4f7015;
}
div.body-wrap {
	width:765px;
	margin:0 auto;
	padding-top:15px;
	background:url('../gfx/bg-radial.jpg') center 0 no-repeat;
}
div.body-pad {
	padding-left:16px;
}
p.intro {
	font:3.4em/1.35em Georgia,serif;
	color:#fff;
	margin:0 0 30px 7px;
	padding:15px 0 30px 0;
	border-bottom:1px solid #78922a;
}
p.intro em {
	font-style:normal;
	color:#f7ff79;
}


/* BEGIN Body Content */
/*** -------------------------------***/

div.col-med {
	width:538px;
	float:left;
	display:inline;
	zoom:1;
}
div.col-wide {
	width:754px;
	float:left;
	display:inline;
	zoom:1;
}
div.panel-med-top,
div.panel-wide-top {
	background:url('../gfx/cbg-med-top.gif') 0 0 no-repeat;
	height:5px;
	overflow:hidden;
}
div.panel-wide-top {
	background:url('../gfx/cbg-wide-top.gif') 0 0 no-repeat;
}
div.panel-med,
div.panel-wide {
	background:url('../gfx/cbg-med.gif') 0 0 repeat-y;
	overflow:auto;
	zoom:1;
}
div.panel-wide {
	background:url('../gfx/cbg-wide.gif') 0 0 repeat-y;
}
div.panel-med-btm,
div.panel-wide-btm {
	background:url('../gfx/cbg-med-btm.gif') 0 0 no-repeat;
	height:5px;
	overflow:hidden;
	margin:0 -0 12px 0;
}
div.panel-wide-btm {
	background:url('../gfx/cbg-wide-btm.gif') 0 0 no-repeat;
}
div.col-content {  /* width specified for individual templates */
	padding:15px 0 20px 0;
	margin:0 25px 0 25px;
}
div.col-related {
	width:189px;
	float:left;
	display:inline;
	padding:20px 0 20px 0;
	color:#333;
}
div.col-img {
	float:left;
	display:inline;
	width:153px;
	margin:15px 15px 0 20px;
}


div.bc h1,
div.bc h2 {
	font:2.6em/1.3em Georgia,serif;
	color:#333;
	margin-bottom:25px;
}
div.bc h3,
div.bc p,
div.bc ol,
div.bc ul {
	font:1.4em/1.3 Georgia,serif;
	color:#444;
	margin-bottom:1em;
}
div.bc h3 {
	font-weight:bold;
	margin-bottom:0;
}
div.bc a,
div.col-related a {
	color:#b22600;
}
div.bc a.ext {
	padding-right:21px;
	background:url('../gfx/extLink.gif') 97% 1px no-repeat;
}
div.bc ol,
div.bc ul
 {
	list-style-position:inside;
	margin-left:20px;
}
div.bc ul li {
	background:url('../gfx/bullet.gif') 0 5px no-repeat;
	padding-left:14px;
}

div.bc p.date,
div.bc p.subhead {
	font:1.2em Verdana,sans-serif;
	color:#666;
	margin-top:-20px;	
}
div.bc div.sep {
	margin-bottom:15px;
}
div.bc pre {
	font:13px/1.3 "Courier New", Courier, monospace;
	background-color:#dbdbdb;
	padding:15px;
	margin-bottom:1em;
}
div.bc em {
	color:#000;
}
div.bc table {
	border-top:1px solid #666;
	border-left:1px solid #666;
	margin-bottom:1em;
}
div.bc table th,
div.bc table td {
	padding:5px 8px 5px 8px;
	font:1.1em Verdana,sans-serif;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
}
div.bc table th {
	color:#fff;
	background-color:#666;
}
div.bc table td {
	color:#333;
	text-align:center;
}
div.bc blockquote {
	margin:1.5em 40px 1.5em 40px;
	padding-left:15px;
	border-left:2px solid #999;
}
div.bc blockquote p {
	font:1.8em/1.3 Georgia,serif;
	font-style:italic;
	color:#111;
}
div.col-related h3 {
	font:bold 1.3em Georgia,serif;
	margin-bottom:.6em;
}
div.col-related p,
div.col-related ul,
div.col-related ol {
	font:1.2em/1.4 Verdana,sans-serif;
}
div.col-related li {
	margin-bottom:.6em;
}
a.doc {
	padding:2px 0 2px 20px;
	background:url('../gfx/icon-doc.gif') 0 0 no-repeat;
}
a.linkedIn {
	padding:2px 0 2px 20px;
	background:url('../gfx/icon-linkedIn.gif') 0 2px no-repeat;
}
a.stackoverflow
{
    padding:2px 0 2px 20px;
    background:url('http://sstatic.net/so/favicon.ico') 0px 0px no-repeat;
}


/* BEGIN Sidebar */
/*** -------------------------------***/

div.sidebar {
	width:195px;
	float:left;
	display:inline;
	margin:5px 0 0 15px;
}
div.bloglist h2 {
	font:bold 1.6em Georgia,serif;
	color:#25321e;
	background:url('../gfx/icon-blogged.gif') 0 3px no-repeat;
	padding-left:27px;
	margin-bottom:15px;
}
div.bloglist ul {
	margin-bottom:20px;
}
div.bloglist li {
	background:url('../gfx/sep-dots.gif') 0 0 repeat-x;
	font:1.2em Verdana,sans-serif;
	color:#25321e;
	padding-top:10px;
	margin-top:10px;
}
div.bloglist li a {
	color:#25321e;
	text-decoration:none;
}
div.bloglist li a:hover {
	text-decoration:underline;
}
div.bloglist li span.date {
	color:#efff86;
}

/* END Sidebar */
/*** -------------------------------***/


/* BEGIN Utils */
/*** -------------------------------***/

div.sep {
	background:url('../gfx/sep-dots.gif') 0 0 repeat-x;
	height:1px;
	overflow:hidden;
}
.clear {
	clear:both;
}
.floatRight {
	float:right;
}
.floatLeft {
	float:left;
}
p.btn a,
p.btn-prev a {
	background:url('../gfx/btn-left.gif') 0 0 no-repeat;
	font:1.2em/1 Verdana,sans-serif;
	display:block;
	color:#25321e;
	text-decoration:none;
	padding-left:2px;
}
p.btn-prev a {
	background:url('../gfx/btn-prev-right.gif') 100% 0 no-repeat;
	padding-left:0;
	padding-right:2px;
}
p.btn a span,
p.btn-prev a span {
	background:url('../gfx/btn-right.gif') 100% 0 no-repeat;
	display:block;
	padding:8px 30px 11px 15px;
}
p.btn-prev a span {
	background:url('../gfx/btn-prev-left.gif') 0 0 no-repeat;
	padding:8px 15px 11px 30px;
}
p.btn a:hover {
	background-position:0 -31px;
}
p.btn-prev a:hover {
	background-position:100% -31px;
}
p.btn a:hover span {
	background-position:100% -31px;
}
p.btn-prev a:hover span {
	background-position:0 -31px;
}


/* END Utils */
/*** -------------------------------***/


/* BEGIN Footer */
/*** -------------------------------***/

div.footer-wrap {
	border-top:1px solid #567e13;
	padding:20px 0 80px 0;
}
div.footer {
	width:765px;
	margin:0px auto;
}
div.footer p {
	font:1.2em Verdana,sans-serif;
	color:#b3d07b;
	padding-left:21px;
}
div.footer p a {
	color:#b3d07b;
	text-decoration:none;
}

/* END Footer */
/*** -------------------------------***/




/* BEGIN Hmpg */
/*** -------------------------------***/

body.hmpg div.body-wrap {
	background:url('../gfx/bg-radial-hmpg.jpg') 0 0 no-repeat;	
}
body.hmpg p.intro {
	margin-right:240px;
	border-bottom:none;
	padding-bottom:5px;
	font-size:3.2em;
}
body.hmpg div.col-content {
	margin:0;
	padding-left:25px; /* allows negative margins on feat table */
	padding-right:25px;
}
div.feat-table-head {
	background:url('../gfx/feat-table-head.gif') 0 0 repeat-y;
	height:23px;
	margin:0 -15px 3px -15px;
	overflow:hidden;
}
div.bc div.feat-sep {
	margin:0 -15px 0 -15px;
}
dl.feat-table {
	width:225px;
	float:left;
	display:inline;
	margin:-23px 0 0 15px;
	z-index:100;
	position:relative;
}
dl.feat-table dt {
	font:bold 1.3em Georgia,serif;
	margin-bottom:20px;
	color:#fff;
}
dl.feat-table dd {
	font:1.2em/1.4 Verdana,sans-serif;
	color:#333;
	margin-bottom:10px;
}
dl.feat-table dd strong {
	font:bold 1.2em Georgia,serif;
}


/* END Hmpg */
/*** -------------------------------***/



/* BEGIN Contact page */
/*** -------------------------------***/
body.contact div.col-content {
	width:480px;
	float:left;
}
body.contact div.bc p {
	font-size:2.6em;
	line-height:1.5;
	color:#000;
}
body.contact div.bc p em {
	color:#666;
	font-style:normal;
}

/* END Contact page */
/*** -------------------------------***/



/* BEGIN People page */
/*** -------------------------------***/
body.people div.col-content {
	width:340px;
	float:left;
	display:inline;
	padding:15px 0 20px 0;
	margin:0 17px 0 0;
}
div.contact-name {
	padding-top:15px;
	margin-right:20px;
}
div.contact-name div.sep {
	margin-bottom:0;
}

/* END People page */
/*** -------------------------------***/










