/* HTML STYLES */
html	{
	background: #666 url(/images/background_body.gif);
}
body	{
	margin: 0;
	text-align: center;
	background: #666 url(/images/background_body.gif);
	font-family: Arial, Helvetica, sans-serif;
}
h1	{
	font-size: 15px;
	color: #666;
	margin: 0px 16px;
	padding: 0;
	padding-top: 10px;
	height: 47px;
	background: #333 no-repeat 9px 9px;
}
h2	{
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: normal;
	color: #09C;
	margin: 0;
}
	h2 span	{
		color: #666;
		font-weight: bold;
	}
h3	{
	font-size: 1.2em;
	border-bottom: 1px solid #CCC;
	color: #999;
	padding-bottom: .5em;
	font-weight: normal;
	text-transform: uppercase;
}
#title	{
	padding: 0;
	margin: 1em 0 0 0;
	border: none;
	font-weight: bold;
	font-size: 1.3em;
	color: #666;
	text-transform: none;
}
h4	{
	text-transform: uppercase;
	font-weight: normal;
	margin: 1.5em 0 .5em 0;
	padding: 1px 5px;
	font-size: .9em;
	background: #FFF;
}
acronym	{
	cursor: help;
	border-bottom: 1px dotted #999;
	}
	acronym:hover	{
	color: #09C;
	}
	* html acronym	{
	border-bottom: 1px solid #CCC;
}
address	{
	margin: 1em 0;
	font-style: normal;
	font-size: 1.2em;
}
blockquote	{
	margin: 0;
	padding: 5px 10px;
	background: #FFF;
	font-size: .9em;
	font-style: italic;
}
dt	{
	text-transform: uppercase;
	margin: 1em 0 0 0;
	font-size: 1em;
	font-weight: bold;
}
dd	{
	margin: 0 15px;
	padding: 0;
	line-height: 1.1em;
	color: #808080;
}
em	{
	font-style: normal;
	background: #FFC;
	padding: 0 2px;
	/*color: #000;*/
}
.hr	{
	margin: 1em 0;
	height: 0;
	line-height: 0px;
	font-size: 0;
	border-top: 1px dotted #CCC;
}
	.hr hr	{
		position: absolute;
		top: 0;
		left: -9999em;
	}

/* QUOTES */
#quote_1, #quote_2, #quote_3, #quote_4, #quote_5, #quote_6	{
	width: 7px;
	height: 471px;
	position: absolute;
	top: 4px;
	right: 4px;
}
#quote_1	{ background: transparent url(/images/quotes/quote_1.gif) no-repeat; }
#quote_2	{ background: transparent url(/images/quotes/quote_2.gif) no-repeat; }
#quote_3	{ background: transparent url(/images/quotes/quote_3.gif) no-repeat; }
#quote_4	{ background: transparent url(/images/quotes/quote_4.gif) no-repeat; }
#quote_5	{ background: transparent url(/images/quotes/quote_5.gif) no-repeat; }
#quote_6	{ background: transparent url(/images/quotes/quote_6.gif) no-repeat; }

/* COMMON STYLES */
.hide	{
	display: none;
}
.greyText	{
	color: #666;
	font-weight: bold;
}
.greyText2	{
	text-transform: uppercase;
	color: #999;
	font-size: .9em;
}
.redText	{
	color: #C00;
}
.rightPic	{
	background: #FFF;
	border: 1px solid #CCC;
	padding: 2px;
	margin-left: 5px;
}
.launchBtn a	{
	display: block;
	background: #FFF;
	text-align: center;
	}
	.launchBtn a:hover	{
}
.selectedWork	{
	float: right;
	margin-top: 2px;
	width: 50px;
	height: 11px;
	background: transparent url(/images/btn_view_projects.gif) no-repeat;
	}
	.selectedWork a	{
	display: block;
	width: 50px;
	height: 11px;
	background: transparent url(/images/btn_view_projects.gif) no-repeat;
	}
	.selectedWork a:hover	{
	background: transparent url(/images/btn_view_projects_ovr.gif) no-repeat !important;
}
.permalink	{
	float: right;
	width: 35px;
	height: 11px;
	background: transparent url(/images/btn_link.gif) no-repeat;
	}
	.permalink a	{
	display: block;
	width: 35px;
	height: 11px;
	background: transparent url(/images/btn_link.gif) no-repeat;
	}
	.permalink a:hover	{
	background: transparent url(/images/btn_link_ovr.gif) no-repeat !important;
}
form input.submitBtn	{
	width: 90px;
	height: 16px;
	background: #F4F4F4 url(/images/btn_send_email.jpg) no-repeat;
	outline: none;
	}
	form input.submitBtn:hover	{
	background: #F4F4F4 url(/images/btn_send_email.jpg) no-repeat -90px 0;
}
/*
.fifty	{
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50);
}
.fifty:hover	{
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
}
*/

/* LAYOUT STYLES */
#container	{
	margin: 5px auto 0 auto;
	background: #FFF url(/images/background_container.gif) repeat-y;
	width: 560px;
}
#lid	{
	height: 16px;
	background: transparent url(/images/background_lid.gif) no-repeat;
	margin: 0;
}
#menu	{
	margin: 0 16px 0 16px;
	height: 41px;
	padding: 0;
	list-style-type: none;
	text-transform: uppercase;
	font-size: .6em;
	background: #FFF url(/images/menu_shadow.jpg) no-repeat bottom left;
	}
	#menu li	{
	float: left;
	width: 132px;
	height: 38px;
	text-align: left;
	background: transparent url(/images/menu_line.jpg) no-repeat;
	}
	#menu a	{
	display: block;
	background: transparent url(/images/button.jpg) no-repeat;
	padding: 7px 0 0 7px;
	text-decoration: none;
	color: #333;
	margin: 0 0 0 1px;
	text-shadow: 1px 1px 3px #999;
	
	width: 131px; /* bmh */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 124px;

	height: 38px; /* bmh */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 31px;
	}
	#menu a:hover, #menu a.selected	{
	background: transparent url(/images/button_on.jpg) no-repeat;
	color: #000;
}
#content, #home_content	{
	margin: 15px 16px 0 16px;
	text-align: left;
	font-size: .7em;
	color: #666;
	}
	#content a, #home_content a	{
	color: #09C;
	padding: 0 2px;
	text-decoration: none;
	}
	#content a:hover, #home_content a:hover	{
	color: #F0F;
	background: #FFF;
	}
	#content	{
	line-height: 1.5em;
	background: transparent url(/images/background_content.gif) repeat-y;
	}
	#content ul	{
	margin: 0;
	padding: 0 0 0 15px;
	list-style-type: none;
	list-style-image: url(/images/sosimple.gif);
	}
	#content li	{
	margin-bottom: .7em;
	line-height: 1em;
}
#leftColumn, #rightColumn	{
	padding: 15px 10px;
	
	width: 263px; /* bmh */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 243px;
	}
	#leftColumn	{
	background: #E9E9E9;
	float: left;
	}
	#rightColumn	{
	background: #F4F4F4;
	float: right;
	}
	#columnClear	{
	height: 1px;
	clear: both;
}
#footer	{
	height: 50px;
	background: #FFF url(/images/background_footer.jpg) no-repeat;
	text-align: right;
	clear: both;
	}
	#footer p	{
	float: right;
	margin: 0;
	padding: 28px 17px 0 0;
	}
	a.footer_XHTML 	{
	display: block;
	float: left;
	width: 34px;
	height: 7px;
	background: transparent url(/images/footer_xhtml.gif) no-repeat;
	}
	a:hover.footer_XHTML 	{
	background-position: -34px 0;
	}
	a.footer_CSS 	{
	display: block;
	float: left;
	width: 30px;
	height: 7px;
	background: transparent url(/images/footer_css.gif) no-repeat;
	}
	a:hover.footer_CSS 	{
	background-position: -30px 0;
	}
	a.footer_copyright 	{
	display: block;
	float: left;
	width: 140px;
	height: 7px;
	background: transparent url(/images/footer_copyright.gif) no-repeat;
}
#contactForm	{
	font-size: .9em;
}
#contactForm input.inp,
#contactForm textarea.inp
	{
	border: 1px solid #CCC;
	width: 230px;
	background: #FCFCFC;
	font: 11px verdana, sans-serif;
	color: #666;
	padding: 3px;
	margin-bottom: 10px;
	outline: none;
	}
	#contactForm input.inp:hover,
	#contactForm textarea.inp:hover
	{
	border: 1px solid #999;
	}
	#contactForm input.inp:focus,
	#contactForm textarea.inp:focus
	{
	border: 1px solid #999;
	background: #FFF !important;
	color: #5D4E37;
}
#work_thumbs	{
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: none !important;
	list-style-image: none !important;
	}
	#work_thumbs li	{
	float: left;
	margin: 0;
	padding: 0;
	list-style-image: none !important;
	}
	#work_thumbs a	{
	float: left;
	margin: 0 10px 10px 0;
	background: #FFF;
	padding: 2px;
	border: 1px solid #CCC;
	}
	#work_thumbs a:hover	{
	border: 1px solid #999;
	}
	#selectedWork a	{
	border: 1px solid #F0F;
}
#bigPic	{
	/*text-align: center;*/
	margin: 10px 0 0 0;
	}
	#bigPic img	{
	background: #FFF;
	border: 1px solid #CCC;
	padding: 2px;
}

/* HOME PAGE STYLES */
#hmBox1, #hmBox2	{
	margin: 3px 0 0 0;
	}
	#hmBox1	{
	background: #E9E9E9;
	padding: 10px;
	line-height: 1.5em;
	}
	#hmBox2	{
	background: #F4F4F4;
	padding: 10px 0 20px 10px;
}
#portfolio	{
	padding: 0;
	margin: 15px 0 0 0;
	list-style-type: none;
	height: 95px;
	font-size: .9em;
	color: #999;
	}
	#portfolio li	{
	float: left;
	margin: 0;
	padding: 0;
	}
	#portfolio a	{
	float: left;
	margin-right: 13px;
	background: #FFF;
	padding: 5px;
	line-height: 0;
	border: 1px solid #CCC;
	}
	#portfolio a:hover	{
	border: 1px solid #999;
}
#jf	{
	margin: 5px auto;
	width: 540px;
	text-align: left;
	}
	#jf a	{
	width: 92px;
	height: 10px;
	display: block;
	background: transparent url(/images/jf.gif) no-repeat;
	}
	#jf a:hover	{
	background-position: -92px 0;
}

body div#toolTip { position:absolute;z-index:1000;width:150px;background:#FFC;text-align:left;padding:5px;min-height:1em;}
body div#toolTip p { margin:0;padding:0;color:#000;font-size:11px; }
body div#toolTip p em { display:block;margin-top:3px;color:#2B60C1;font-style:normal;font-weight:normal; }
body div#toolTip p em span { font-weight:bold;color:#fff; }