body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}
.style2 {
	font-family: Verdana;
	font-size: 10px;
	color: #997a00;
}
.emaillink:link {
	color: #000000;
	text-decoration: none;
}
.emaillink:visited {
	text-decoration: none;
	color: #000000;
}
.emaillink:hover {
	text-decoration: none;
	color: #ffffff;
}
.emaillink:active {
	text-decoration: none;
        color: #000000;
}
.emaillink1:link {
	color: #ffffff;
	text-decoration: none;
}
.emaillink1:visited {
	text-decoration: none;
	color: #ffffff;
}
.emaillink1:hover {
	text-decoration: none;
	color: #ffffff;
}
.emaillink1:active {
	text-decoration: none;
        color: #ffffff;
}
.emaillink2:link {
	color: #000000;
	text-decoration: none;
}
.emaillink2:visited {
	text-decoration: none;
	color: #000000;
}
.emaillink2:hover {
	text-decoration: underline;
	color: #000000;
}
.emaillink2:active {
	text-decoration: none;
        color: #000000;
}
.emaillink3:link {
	color: #f38208;
	text-decoration: underline;
}
.emaillink3:visited {
	text-decoration: underline;
	color: #f38208;
}
.emaillink3:hover {
	text-decoration: none;
	color: #f38208;
}
.emaillink3:active {
	text-decoration: undeline;
        color: #f38208;
}
.style3 {
	font-family: Verdana;
	font-size: 10px;
	color: #3c4d5d;
	line-height:13px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

/* JQuery Items */
	/* Homepage slideshow */
#homeslideshowcontainer {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}
#homeslideshow {
	width: auto;
	height: 157px;
	overflow: hidden;
}

#homeslideshow div {
	text-align: center;
}

	/* Portfolio/past work page */
#slideshow {
	height: 415px;
}
#slideshowcontainer {
	/*text-align: center;*/
	padding: 12px 0;
}
#slideshowcontainer a:hover {
	text-decoration: none;
}
#slideshowcontainer a.button {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 150px;
	padding: 10px 15px;
}


/* begin added by acook */

	/* Navigation styles, dumping nested tables */
#leftnav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
	/* Wordpress */
	
		/* Left Widgets */
.widget-title {
	display: none; /* we don't need this, for now */
}
.widget-area {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
}
.widget-area ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.widget-area ul li {
	background-image: none;
	margin: 0;
	padding: 0;
}

.widget-area ul li ul li{
	margin: 0;
	padding: 0;
	background-image: url(/images/01_05.jpg);
	padding: 9px 0 9px 24px;
}
.widget-area ul li ul li a {
	/*line-height: 20px;
	display: block;*/
}
.widget-area ul li ul li a:hover {
	text-decoration: none;
	color: #fff;
}
#categories-2 {
	height: 26px;
}
	/* Content Area */
#content-area {
	font-size: 10pt;
	background-image: url(/images/body_02n.jpg);
	background-repeat: repeat-y;
	position: relative;
}
#content {
	margin: 0 15px 10px 15px;
}
#content h1 {
	font-size: 12pt;
	margin: 0;
	padding: 6px 0;
}
#content h2 {
	font-size: 10pt;
}
#content h2.entry-title a {
	text-decoration: underline;
	color: #000099;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
