/* yui reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}

/* colors

sky blue		#729bb7
lt blue			#dce6ed
dk blue			#1e2c37

brown			#807557
stone (bg)		#83918d

*/


body {
	background: #83918d url(images/sitewide/wjh-bg-04.gif) center repeat-y;
	color: #111;
	font: 90%/123% "georgia","times",serif;
	}


/* structure */

div#content { margin: 0 19px; }

div#wrap {
	background: #fff; color: inherit;
	width: 780px;
	margin: 0px auto;
	}

div#header {
	height: 170px;
	background: #729bb7 url(images/sitewide/wjh-header-01.jpg) no-repeat; color: inherit;
	border-bottom: 1px solid #555;
	margin-bottom: 19px;
	}

	div#header img { margin: 12px; }


div#main {
background: #fff;
	float: right;
	width: 554px;
	padding: 0px;
	margin-bottom: 2.5em;
	}

/* footer */
div#footer {
	margin: 1em -19px 0;
	clear: both;
	background: #dce6ed;
	background: #ebf1f5;
	padding: 20px 12px 30px 210px;
	font-size: 90%;
	border-top: 0px solid #ccc;
	}

div#footer ul li {
	display: inline;
	padding: 4px;
	}

div#footer ul li a {
	text-decoration: none;
	color: #1e2c37;
	}
	div#footer ul li a:hover { text-decoration: underline; }


/* nav */

div#nav {
	float: left;
	width: 160px;
	}

div#nav ul { list-style: none; margin-top: 0px; }
div#nav ul li a {
	background: #ebf1f5;
	color: #1e2c37;
	text-decoration: none;
	display: block;
	text-align: right;
	padding: 6px 12px 6px 0px;
	margin: 2px 0;
	}


div#nav ul li a:hover { background: #729bb7; color: #dce6ed; }



/* p */

p { margin-bottom: 1em; }

/* headers */
h1,h2,h3,h4,h5,h6{font-size:100%; margin: 0 0 .1em;}

h1, h2, h3 {	font-family: arial,sans-serif; }

h1 { font-size: 150%; font-weight: normal; margin: 0 0 .4em 0; }
h2 { font-size: 100%; }
h3 { font-size: 90%; text-transform: uppercase; }
h4 {}
h5 {}
h6 {}


/* images */

a img { border: 0; }
img.right {
	float: right;
	border: 1px solid #aaa;
	padding: 0px;
	margin: 0 0 10px 12px;
	}


