/* 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%/130% "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 {
min-height: 500px;
background: #fff; color: inherit;
	float: right;
	width: 564px;
	padding: 0px;
	margin-bottom: 2.5em;
	}

/* footer */
div#footer {
	margin: 1em -19px 0;
	clear: both;
	background: #dce6ed;
	background: #ebf1f5;
	padding: 10px 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 {
	border: 1px solid #fff; /* ie 6 */
	}
div#nav ul li a {
	background: #ebf1f5;
	color: #1e2c37;
	text-decoration: none;
	display: block;
	text-align: right;
	padding: 6px 12px 6px 0px;
	margin: 0px 0;
	}


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

/* down pages */
body#home a#n_home,
body#services a#n_services,
body#experience a#n_experience,
body#about a#n_aboutme,
body#contact a#n_contact
{
	background: #fff; color: #1e2c37; cursor: default;
	}







/* p */

p { margin-bottom: 1em; }

a#credit { text-decoration: none; font-size: 80%; color: #729bb7; }
a#credit:hover { text-decoration: underline; }
/* 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: 110%; color: #1e2c37; background: #fff; padding: 0; margin-top: .3em;	}
h3 { font-size: 90%; text-transform: uppercase; }
h4 {}
h5 {}
h6 {}


/* images */

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




/* lists */

dt {
	font-weight: bold;
	margin-top: .5em;
	}
	dd { text-indent: .67em; }

dl.left {
	width: 48%;
	float: left;
	}

dl.right {
	width: 48%;
	float: right;
	}


div.box {
	width: 80%;
	margin: 2px auto;
	overflow: auto;
	}

/* contact */

form#contact_form,
div#contactdiv p {
	clear: both;
	min-height: .8em;
	background: #eee;
	border: 1px solid #aaa;
	padding: 1em;
	width: 420px; width: 80%;
	margin: 2em auto;
	}
fieldset {
	}


input[type="text"], textarea {
	margin: .2em 0 1em .5em;
	width: 28em; width: 98%;
	background: #fff; border: 1px solid #aaa;
	padding: .2em;
	}

input[type="submit"] {
	display: block;
	width: 6em;
	}

label {
	display: block; cursor: pointer;
	}
