/* CSS Document */
.logo {
	position: absolute;
	left: 120px;
	width: 300px;
	padding-bottom: 5px;
}
.sidebox {
	position: absolute;
	left: 640px;
	top: 10px;
}
/* NAVIGATION */
#navigation {
	clear: both;
	position: absolute;
	top: 75px;
	left: -9px;
	width: 150px;
	z-index:1;
	font-size: 10pt;
	white-space: nowrap;
}
#navigation a {
	text-decoration: none;
	color: #990000;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: right;
}
ul li {
	padding: 5px;
}
ul li a {
	background: url(images/buttonup.gif) no-repeat 100%;
	padding-right: 15px;
	margin: 5px;
}
ul li a:hover {
	background-image:url(images/buttondown.gif);
}
ul li a#current {
	background-image:url(images/buttondown.gif);
	font-weight: bold;
}
#right_nav {
	position: absolute;
	top: 0px;
	left: 419px;
	width: 225px;
	padding-top: 20px;
	font-weight: bold;
	line-height: 180%;
	color:#333333;
	font-size: 10pt;
}
#right_nav a {
	display: inline-block;
	text-decoration: none;
	color:#333333;
}
#right_nav a:hover {
	color:#990000;
	text-decoration: underline;
}
#home_contact {
	text-align: right;
	position: absolute;
	left: 520px;
	top: 370px;
	line-height: 17px;
	z-index: 2;
}
/* BODY */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	line-height: 150%;
	color: #333333;
	margin: 5px;
	padding: 5px;
}

.textbox {
	position: relative;
	background-image:url(images/background2.gif);
	background-repeat: no-repeat;
	top: 60px;
	height: 400px;
	width: 650px;
	left: 115px;
	padding-left: 110px;
	padding-top: 20px;
	font-size: 10pt;
}
.scribble {
	position: relative;
	top: 63px;
	left: 115px;
	padding: 25px;
	border-top: 2px outset #999999;
	border-right: 3px inset #333333;
	border-bottom: 3px inset #333333;
	border-left: 2px outset #999999;
	margin: 0px;
	width: 624px;					/*width x2 plus both borders x2 */
  	voice-family: "\"}\""; 					/* Box Model Hack parsing bug IE 5.5*/
  	voice-family:inherit;
  	width:570px;
}

html>body .scribble {    /* be nice to opera */
  width:570px;
} 
.scribble a{
	color: #333;
}
.emphasized, .emphasized a, .style3 {
	font-weight: bold;
	color: #900;
}
.style2 {
	color: #900;
}
dl#right {
	text-align: right;
	margin-right: 25px;
}
dt#right {
	font-weight: bold;
	margin: 10px -25px 0px 0px;
}
/* Callout on FAQ page */
p#callout {
	float: right;
	width: 145px;
	border-top: 2px outset #999999;
	border-right: 3px inset #333333;
	border-bottom: 3px inset #333333;
	border-left: 2px outset #999999;
	margin: 0px -5px 5px 5px;
	padding: 4px;
	background: #FDD;
	line-height: 140%;
}
/* Portfolio Page */
.portfolioimage {
	float: left;
	margin-right: 15px;
}
.breakout {
	clear: both;
}
.portfoliotext {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: left;
	vertical-align: super;
}


.homesidebox {
	position: absolute;
	height: 10px;
	width: 75px;
	top: 29px;
	left: 674px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	font-weight: bold;
	color: #990000;
}
