/* -------------------- TAGs -------------------- */

a {
	color: #24612c;
	text-decoration: none;
}

a:hover {
	color: #415668;
	text-decoration: none;
}

a img {
	border: none;
}

body {
	background: #fff url('/images/gui/background.jpg') repeat-x;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

h1 {
	
	color: #95B89a;
	font-size: 160%;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: normal;
	margin: 0;
}

h2 {
	background: #77937b url('/images/gui/subnav-hdr-bg.jpg') repeat-x;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 8px 6px;
	text-align: left;
}

h3 {
	color: #9e8e55;
	font: bold small Georgia, "Times New Roman", Times, serif;
	margin: 4px 0;
}

blockquote {
	font-size: 11px:	
}

/* -------------------- IDs --------------------- */

#banner {
	width: 900px;
	height: 144px;
}

#container {
	border-top: none;
	background: #fff url('/images/gui/container-bg.gif') repeat-y top left;
	margin: 0 auto;
	width: 900px;
}

#content {
	color: #67592a;
	float: left;
	line-height: 1.5em;
	margin: 24px;
	width: 550px;
}

#content p {
	margin: 16px 0;
}

#content p img {
	border: 1px solid #95B89a;
	float: right;
	margin: 4px 0 4px 6px;
	padding: 2px;
}

#content p img.inline {
	border: none;
	float: none;
	margin: 0 0 0 1px;
	padding: 0;
}

#content ul {
	border-top: 1px solid #f2f1d7;
	margin: 0;
	padding: 0;
}

#content ul li {
	background: url('/images/gui/bullet.jpg') no-repeat left center;
	border-bottom: 1px solid #f2f1d7;
	list-style-type: none;
	margin: 0;
	padding: 12px 0 12px 24px;
}

#footer {
	clear: both;
	padding-top: 12px;
}

#footer p {
	background: url('/images/gui/footer-bg.jpg') repeat-x bottom left;
	color: #999;
	font-size: xx-small;
	letter-spacing: 1px;
	margin: 0;
	padding: 8px 0;
	text-align: center;
}

#navbar ul {
	border-top: 2px solid #fff;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navbar ul li {
	background-color: #fff;
	border-right: 1px dashed #666;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

#navbar ul li.active {
	background: url('/images/gui/navbar-hvr.jpg') repeat-y top right;
}

#navbar ul li.active a {
	color: #859d89;
}

#navbar ul li a {
background-color: #fff;
	background-position: left center;
	background-repeat: no-repeat;
	color: #415668;
	display: block;
	line-height: 10px;
	padding: 8px 0 8px 50px;
	width: 99px;
}

#navbar ul li#about a {
	background-image: url('/images/gui/btn-01.gif');
}

#navbar ul li#about a:hover,
#navbar ul li#about.active a {
	background-image: url('/images/gui/btn-01-hvr.gif');
}


#navbar ul li#personal a {
	background-image: url('/images/gui/btn-02.gif');
	/*width: 100px;*/
}

#navbar ul li#personal a:hover,
#navbar ul li#personal.active a {
	background-image: url('/images/gui/btn-02-hvr.gif');
}

#navbar ul li#industrial a {
	background-image: url('/images/gui/btn-03.gif');
}

#navbar ul li#industrial a:hover,
#navbar ul li#industrial.active a {
	background-image: url('/images/gui/btn-03-hvr.gif');
}

#navbar ul li#commercial a {
	background-image: url('/images/gui/btn-04.gif');
}

#navbar ul li#commercial a:hover,
#navbar ul li#commercial.active a {
	background-image: url('/images/gui/btn-04-hvr.gif');
}


#navbar ul li#blog {
	border-right: none;
}

#navbar ul li#imaging a {
	background-image: url('/images/gui/btn-05.gif');
	/*width: 97px;*/
}

#navbar ul li#imaging a:hover,
#navbar ul li#imaging.active a {
	background-image: url('/images/gui/btn-05-hvr.gif');
}


#navbar ul li#blog a {
	background-image: url('/images/gui/btn-06.gif');
	/*width: 97px;*/
}

#navbar ul li#blog a:hover,
#navbar ul li#blog.active a {
	background-image: url('/images/gui/btn-06-hvr.gif');
}




#sidebar {
	display: inline;
	float: right;
	margin-right: 2px;
	overflow: hidden;
	width: 148px;
}

#subnav {
	background: #77937b url('/images/gui/subnav-bg.jpg') repeat-x;
	color: #fff;
	clear: both;
	font-size: x-small;
	float: left;
	_height: 436px;
	line-height: 1.5em;
	min-height: 436px;
	overflow: hidden;
	padding-bottom: 12px;
	text-align: right;
	width: 150px;
}

#subnav a {
	color: #415668;
	display: block;
}

#subnav a:hover {
	color: #415668;
}

#subnav ul {
	list-style-type: none;
	margin: 20px 12px 36px 12px;;
	padding: 0;
}

#subnav ul li {
	border-bottom: 1px dashed #fff;
	margin: 8px 0;
	padding: 10px 0;
}

#subnav ul li a {
	color: #fff;
	font-weight: bold;
}

#subnav ul li a:hover,
#subnav ul li a.sub_active {
	color: #415668;
}

#subnav p {
	margin: 24px 12px;
}

/* ------------------ CLASSES ------------------- */

.box {
	background: #fff url('/images/gui/sidebar-bg.jpg') repeat-x;
	color: #67592a;
	font-size: x-small;
	line-height: 1.5em;
	margin-top: 24px;
	padding: 4px 8px;
}

.box p {
	margin: 12px 0;
}

.borders {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 105%;
	padding: 10px;
}

.more {
	font-size: small;
	font-style: italic;
	margin: 0 !important;
	text-align: right;
}

.intro {
	background: #fff url('/images/gui/sidebar-bg.jpg') repeat-x;
	display: inline;
	float: left;
	font-size: 90%;
	line-height: normal;
	margin: 4px 2px;
	padding: 8px;
	width: 430px;
	/*width: 355px;*/
}

.intro img {
	float: left;
	margin: 0 8px 0 0;
}

.quote {
	font-style: italic; 
	margin: 0 !important;
}

.quote-credit {
	font-size: x-small;
	margin-top: 0 !important; 
	text-align: right; 
}