@charset         "UTF-8";

body
{
	margin: 0px;
	font-family: Verdana, 'Lucida Grande', 'Lucida Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1.7em;
	background-color: #FFFFFF;
	text-align: left;
}

#mainframe
{
	margin: 0 auto 12px auto;
	width: 900px;
	background-color: #FFF;
	padding: 0;
}

#portfolio_frame
{
	margin: 12px auto 12px auto;
	width: 900px;
	background-color: #FFF;
	padding: 0;
}

#navigation_bar
{
	z-index: 555;
	position: relative;
	width: 900px;
	height: 87px;
	clear: both;
}

#logo
{
	width: 50px;
	height: 87px;
	margin: 0;
	float: left;
}

#content
{
	width: 900px;
	min-height: 400px;
	margin: 0;
	clear: both;
	border-top: 1px #d4d4d4 solid;
	padding: 15px 0 15px 0;
	z-index: 1;
}

#objectholder
{
	position: relative;
	width: 900px;
	clear: both;
	padding: 0 0 15px 0;
}

#textcolumn
{
	float: right;
	width: 386px;
	min-height: 458px;
}

#imagecolumn
{
	float: left;
	width: 503px;
	margin-top: 4px;
}

#textcolumn_wide
{
	float: right;
	width: 503px;
}

#imagecolumn_narrow
{
	float: left;
	width: 386px;
	margin-top: 4px;
}

.fl
{
	float: left;
}

#footer
{
	width: 900px;
	padding: 0;
	clear: both;
}

#footer p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	color: #666;
	margin: 0;
	padding: 6px 0 12px 0;
	letter-spacing: .05em;
}

#homecontent
{
	z-index: 1;
	width: 900px;
	height: 425px;
	margin: 0;
	clear: both;
}

#homeforeground
{
	position: absolute;
	z-index: 444;
}

#homebackground
{
	position: absolute;
	z-index: 0;
}

/* BASIC TEXT STYLES START */
h1, h2, h3, h4, h5
{
	/*	font-family: Arial, Helvetica, sans-serif; */
	font-family: 'Lucida Grande', 'Lucida Sans', Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1, h3 { color: #444; }

h1
{
	margin: 0 0 2px 0;
	font-size: 130%;
}

h2
{
	margin: 4px 0 12px 0;
	font-size: 115%;
	color: #ff3300;
}

h3
{
	margin: 7px 0 2px 0;
	font-size: 105%;
}

h4, h5
{
	margin: 0 0 12px 0;
	font-size: 100%;
	line-height: 1.5em;
}

h6
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.3em;
	font-weight: normal;
	margin: 0 0 7px 0;
}

p
{
	margin: 8px 0 10px 0;
/*	font-size: 100%; */
	font-size: 95%;
}

ul, ol
{
/*	font-size: 100%; */
	font-size: 95%;
	margin: 5px 0 7px 12px;
	padding: 0 0 0 12px;
}

#content li
{
	margin: 2px 12px 4px 0;
	list-style-image: url(/im/bullet.png);
}

.btt
{
	font-size: 9px;
	font-weight: normal;
	margin: 0 0 9px 0;
}

.small { font-size: 95%; }

.credit
{
	font-size: 90%;
	color: #999;
}

a:link
{
	text-decoration: none;
	font-weight: normal;
	color: #0000ff;
}

a:visited
{
	text-decoration: none;
	font-weight: normal;
	color: #0000ff;
}

a:hover
{
	text-decoration: none;
	font-weight: normal;
	color: #ff3300;
}

.credit a:link
{
	text-decoration: none;
	font-weight: normal;
	color: #999;
}

.credit a:visited
{
	text-decoration: none;
	font-weight: normal;
	color: #999;
}

.credit a:hover
{
	text-decoration: none;
	font-weight: normal;
	color: #ff3300;
}

#footer a:link
{
	text-decoration: none;
	font-weight: normal;
	color: #666;
}

#footer a:visited
{
	text-decoration: none;
	font-weight: normal;
	color: #666;
}

#footer a:hover
{
	text-decoration: none;
	font-weight: normal;
	color: #ff3300;
}

.zero { margin: 0; }
.centered { text-align: center; }

#errors
{
	padding: 8px;
	border: 1px solid #9bafbe;
	margin: 12px 24px 8px 24px;
	clear: left;
	color: #FF6600;
}

table
{
	font-size: 95%;
	margin-bottom: 12px;
}

.posted { font-size: 9px; }

img
{
	-ms-interpolation-mode: bicubic;
	border: 0;
}

.orange { color: #ff3300; }

.clearit
{
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

.tenbump
{
	clear: both;
	width: 900px;
	height: 10px;
	line-height: 0.0;
	font-size: 0;
}

.attach_to_bottom
{
	bottom: 0px;
}

