body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #FFF;
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Arial;
    font-size: 13px;
    color: #000;
    line-height: 18px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table, #wrapcentre ul {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #3c701d;
    text-decoration: underline;
}
a:hover, a:active {
    color: #000;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	width: 882px;
	margin: 0 auto;
	text-align: left;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
	height: 119px;
	background: transparent url(../_images/top.gif) left bottom no-repeat;
	margin: 0 0 7px 0;
}
	#top img {
		float: left;
		margin: 11px 0 0 0;
		display: inline;
	}

	/*  MENU */
	#menu {
		background: url(../_images/menu.gif) 0 0 no-repeat;
		width: 595px;		/* Width of entire image */ 
		height: 25px;		/* Height of buttons */
		margin: 58px 13px 0 0;
		float: right;
		display: inline;
	}
	#menu span {
		display: none;
	}
	#menu li, #menu a {
		height: 25px;		/* Each button must have the same height, define it here */ 
		display: block;
	}
	#menu li {
		float: left;
		list-style: none;
		_display: inline;		/* fixes IE/Win double margin float bug (safe) */
	}

	/* margin-left - you will need to adjust this value to "center" your nav, if needed */ 
	/* width - width of each button, they will each most likely be unique */ 
	#menu-01 	{ width: 56px; }
	#menu-02 	{ width: 117px; }
	#menu-03 	{ width: 71px; }
	#menu-04 	{ width: 87px; }
	#menu-05	{ width: 117px; }
	#menu-06	{ width: 91px; }
	#menu-07 	{ width: 56px; }

	/* Changed values should match sum of "width" numbers specified above */ 
	#menu-01 a:hover, #page-01 #menu-01 a:visited	{ background: transparent url(../_images/menu.gif) 0px -25px no-repeat; }
	#menu-02 a:hover, #page-02 #menu-02 a:visited	{ background: transparent url(../_images/menu.gif) -56px -25px no-repeat; }
	#menu-03 a:hover, #page-03 #menu-03 a:visited	{ background: transparent url(../_images/menu.gif) -173px -25px no-repeat; }
	#menu-04 a:hover, #page-04 #menu-04 a:visited	{ background: transparent url(../_images/menu.gif) -244px -25px no-repeat; }
	#menu-05 a:hover, #page-05 #menu-05 a:visited	{ background: transparent url(../_images/menu.gif) -331px -25px no-repeat; }
	#menu-06 a:hover, #page-06 #menu-06 a:visited	{ background: transparent url(../_images/menu.gif) -448px -25px no-repeat; }
	#menu-07 a:hover, #page-07 #menu-07 a:visited	{ background: transparent url(../_images/menu.gif) -539px -25px no-repeat; }

/* ----------------------------------- */
/* HOME
/* ----------------------------------- */
#banner {
	background: transparent url(../_images/flash.jpg) 0 0 no-repeat;
	margin: 0 0 20px 0;
	padding: 5px;
	text-align: center;
	height: 227px;
}
	#intro1, #intro3 {
		width: 255px;
		float: left;
		display: inline;
		margin: 0 0 0 7px;
	}
	#intro2, #intro4 {
		width: 255px;
		float: left;
		display: inline;
		margin: 0 0 0 35px;
	}
		
	#side {
		width: 275px;
		float: right;
		margin: 0 7px 0 0;
		display: inline;
	}
		#testimonials blockquote {
			font-style: italic;
		}
		#testimonials p, #testimonials blockquote {
			line-height: 18px;
			font-size: 14px;
		}
		#testimonials p.name {
			font-weight: bold;
			font-style: normal;
			font-size: 11px;
			line-height: 14px;
		}
	
	.intro h1 {
		font-size: 20px;
		line-height: 24px;
		height: 20px;
		text-transform: uppercase;
		color: #3c701d;
		font-weight: normal;
		letter-spacing: -3px;
	}
	.intro p.highlight {
		font-size: 14px !important;
		font-weight: bold;
	}

/* ----------------------------------- */
/* SUB PAGES
/* ----------------------------------- */
#submenu {
	float: right;
	margin: 5px 13px 0 0;
	display: inline;
	font-size: 11px;
}
img#page-photo {
	float: right;
	margin: 70px 7px 0 0;
	display: inline;
}

#content {
	width: 595px;
	margin: 35px 0 0 7px;
}
#content.wide {
	width: 868px;
}

	#content h1 {
		font-size: 26px;
		line-height: 30px;
		text-transform: uppercase;
		color: #3c701d;
		font-weight: normal;
	}
	
	p.highlight {
		font-size: 16px;
		font-weight: bold;
	}
	
	#content h2 {
		font-size: 16px;
		color: #3c701d;
		margin: 0 0 6px 0;
	}
	#content ol {
		margin-left: 20px;
	}
	#content ul li {
		list-style: none;
		background: transparent url(../_images/bullet.gif) 0 6px no-repeat;
		padding: 0 0 0 10px;
		margin-left: 5px;
		margin-bottom: 7px;
	}
	.experience #content ul li {
		margin-bottom: 3px;
	}
	
	#content blockquote {
		padding: 20px 0 0 0;
		margin: 0 0 20px 0;
		border-top: 1px solid #bcbcbc;
	}
	#content blockquote p {
		font-style: italic;
	}
	#content p.name {
		font-weight: bold;
		font-style: normal;
	}
	
	#content hr {
		border: none;
		border-top: 1px solid #bcbcbc;
		margin: 0 0 15px 0;
	}
	
	#content input.submit {
		background: #3c701d;
		color: #FFF;
	}
	
	#login-box {
		border: 1px solid #bcbcbc;
		padding: 20px;
		width: 600px;
		margin: 0 auto;
	}
	
	#content.contact {
		width: 640px;
		margin: 35px auto 0 auto;
	}
		#content.contact img#page-photo {
			margin-top: 0px;
		}
	
	img.bio-photo {
		float: right; 
		margin: 0 0 15px 30px; 
		display: inline; 
	}
	
	#content hr {
		clear: both;
		margin: 30px 0;
	}

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
	border-top: 1px solid #bcbcbc;
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	text-align: center;
}
	#footer p {
		font-size: 11px;
		margin: 0 0 5px 0;
	}
	#footer a:link, #footer a:visited {
		color: #000;
		text-decoration: none;
		margin: 0 2px;
	}
	#footer a:hover, #footer a:active {
		text-decoration: underline;
	}


/* ----------------------------------- */
/* FORM
/* ----------------------------------- */
#contact-form td {
	vertical-align: top;
}
input, select, textarea {
	color: #000;
	border: 1px solid #e4dccc;
	background: #FFF;
	padding: 2px;
}

label.error {
	display: block;
	color: #FF0000;
	font-weight: bold;
}
input.error {
	border: 2px solid #FF0000;
}
	