@charset "utf-8";

/* global */
*	{ margin: 0; padding: 0; }
html	{ min-height: 100%; margin: 0 0 .1em; }

body	{ background-color: #991c25; font: 12px/16px Tahoma, sans-serif; color: #9c0015; text-align: center; }
body *	{ position: relative; }

/* links */
a:link, a:visited	{ color: #9c0015; text-decoration: none; font-weight: bold; }
a:hover	{ text-decoration: underline; }

/* site-wide */
.clear	{ clear: both; }
#container { background: url(../i/bgtile-800x45.png) repeat-y 0 0; height: auto; margin: 0 auto; width: 800px; }
#portfolio { background: url(../i/tile-47x45.png) repeat 0 0; height: auto; margin: 0 auto; }

/* header */
#header	{ width: 100%; height: 241px; background: url('../i/header-800x241.png') no-repeat 0 0; }
#header #topNav	{ top: 170px; width: 800px; height: 49px; font-size: 1.1em; }
#topNav li	{ float: left; height: 49px; list-style: none; background: url('../i/header-800x241.png') no-repeat 0 0; }
#topNav li a	{ display: block; overflow: hidden; height: 49px; background: url('../i/header-800x241.png') no-repeat 0 0; cursor: pointer; }
#topNav li span	{ position: absolute; left: 0; top: 0; height: 49px; display: block; background: url('../i/header-800x241.png') no-repeat 0 0; }
#topNav li#about a, #topNav li#about span	{ width: 235px; background-position: 0px -170px; z-index: 50; }
#topNav li#about a:hover span, #topNav li#about.on span	{ background-position: 0px -170px; }
#topNav li#portfolio a, #topNav li#portfolio span	{ width: 135px; background-position: -235px -170px; z-index: 50; }
#topNav li#portfolio a:hover span, #topNav li#portfolio.on span	{ background-position: -235px -170px; }
#topNav li#hire a, #topNav li#hire span	{ width: 142px; background-position: -370px -170px; z-index: 50; }
#topNav li#hire a:hover span, #topNav li#hire.on span	{ background-position: -370px -170px; }
#topNav li#contact a, #topNav li#contact span	{ width: 288px; background-position: -512px -170px; z-index: 50; }
#topNav li#contact a:hover span, #topNav li#contact.on span	{ background-position: -512px -170px; }
	
/* page */
#content	{ width: 630px; margin: 0; padding-right: 85px; padding-left: 85px; text-align: left; z-index: 3; }
	#content h1 { font: 24px/28px Georgia, serif; color: #9c0015; float: left; font-weight: bold; line-height: 1em; margin: 0 0 15px; }
	#content p { margin: 0 0 18px; }

#description	{ margin: 25px 0 0 25px; text-align: left; z-index: 3; }
	#description img	{ margin-bottom: 15px; }
	#description p { margin: 0 0 18px; }

/* footer */
#footer	{ background: url(../i/bgtile-800x45.png) repeat-y 0 0; top: 64px; width: 800px; margin: 0 12px 64px 0; font-size: 0.8em; line-height: 1.0em; }
#footer a	{ font-weight: normal; color: #0a4379; }
#bottom	{ background: url(../i/bgtile-800x45.png) no-repeat scroll 0 0; bottom: -15px; height: 15px; width: 800px; z-index: 1; }

/* thickbox */

#closeBar	{ position: relative; float: left; width: 100%; height: 28px; he\ight: 24px; padding: 5px 0; background: #000000; color: #fff; text-align: right; z-index: 1000; font:  12px/12px Verdana, Geneva, sans-serif; }
	#closeBar a:link, #closeBar a:visited, #closeBar a:hover	{ position: relative; right: 8px; color: #fff; text-decoration: none; }
	#closeBar a img	{ vertical-align: middle; }

fieldset	{ border: none; }
	fieldset ul	{ list-style: none; margin: 0; padding: 0; }
	fieldset li	{ position: relative; width: 100%; float: left; margin: 0 0 8px; }
	fieldset label	{ position: relative; float: left; width: 105px; }
	fieldset label.error	{ position: relative; float: left; left: 8px; width: 100px; color: #c00; }
	input.txt, input.error	{ position: relative; float: left; width: 150px; w\idth: 148px; border: 1px solid #7f9db9; }
	input.error	{ border: 1px solid #c00; }
	li.error	{ border: 1px solid #c00; background: #fcc; text-align: center; color: #c00; }

*{padding: 0; margin: 0;}

#TB_window { font: 12px Arial, Helvetica, sans-serif; color: #333333; }

#TB_secondLine { font: 10px Arial, Helvetica, sans-serif; color:#666666; }

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay { position: fixed; z-index:100; top: 0px; left: 0px; height:100%; width:100%; }
.TB_overlayMacFFBGHack {background: url('../i/macFFBgHack.png') repeat;}
.TB_overlayBG { background-color:#000; filter:alpha(opacity=75); -moz-opacity: 0.75; opacity: 0.75; }

* html #TB_overlay { /* ie6 hack */ position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }

#TB_window { position: fixed; background: #ffffff; z-index: 102; color:#000000; display:none; border: 4px solid #525252; text-align:left; top:50%; left:50%; }
* html #TB_window { /* ie6 hack */ position: absolute; margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); }
#TB_window img#TB_Image { display:block; margin: 15px 0 0 15px; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-top: 1px solid #666; border-left: 1px solid #666; }

#TB_caption{ height:25px; padding:7px 30px 10px 25px; float:left; }

#TB_closeWindow{ height:25px; padding:11px 25px 10px 0; float:right; }

#TB_closeAjaxWindow{ padding:7px 10px 5px 0; margin-bottom:1px; text-align:right; float:right; }

#TB_ajaxWindowTitle{ float:left; padding:7px 0 5px 10px; margin-bottom:1px; }

#TB_title{ background-color:#e8e8e8; height:27px; }

#TB_ajaxContent{ clear:both; padding:2px 15px 15px 15px; overflow:auto; text-align:left; line-height:1.4em; }
#TB_ajaxContent.TB_modal{ padding:15px; }
#TB_ajaxContent p{ padding:5px 0px 5px 0px; }

#TB_load{ position: fixed; display:none; height:13px; width:208px; z-index:103; top: 50%; left: 50%; margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */ }
* html #TB_load { /* ie6 hack */ position: absolute; margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); }

#TB_HideSelect{ z-index:99; position:fixed; top: 0; left: 0; background-color:#fff; border:none; filter:alpha(opacity=0); -moz-opacity: 0; opacity: 0; height:100%; width:100%; }
* html #TB_HideSelect { /* ie6 hack */ position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }

#TB_iframeContent{ clear:both; border:none; margin-bottom:-1px; margin-top:1px; _margin-bottom:1px; }

table.search-line	{ display: none; }