body {
	margin: 0 0 20px 0;
	background: #880A0A;
	font-family: Arial, Helvetica, sans-serif;
}

#header {
	background: #000;
	height: 150px;
	color: #fff;
	border-bottom: 2px solid gold;
}

#body {
	font-size: 12px;
	color: #fff;
	width: 700px;
	margin: 0 auto;
}

#nav {
	position: relative;
	top: -22px;
	left: 190px;
	font-size: 12px;
	width: 280px;
	margin: 0 auto;
	list-style: none;
	padding: 0;
}

#nav li {
	display: inline;
	padding: 0 10px 0 10px;
	
}

#nav a {
	color: #fff;
	text-decoration: none;
	padding-top: 8px;
}

#nav a:hover {
	background-image: url('/images/arrow.gif');
	background-repeat: no-repeat;
	background-position: top;
}

#nav .border {
	border-right: 1px solid gold;
}

#byline {
	position: relative;
	height: 0;
	top: -35px;
	left: 160px;
	font-style: italic;
	font-size: 14px;
	margin: 0 0 10px 0;
	width: 70%;
}

#portrait {
	float: right;
	border: 2px solid #fff;
	margin-left: 20px;
}

#services p {
	margin-left: 25px;
}

#tidbits p {
	width: 50%;
	padding: 5px;
	margin: 5px;
}

.site {
	float: left;
	height: 225px;
	margin: 10px;
	text-align: center;
}

.sitethumb {
	border: 1px solid #fff;
}

.site a {
	text-decoration: none;
	color: #fff;
}

.site a:hover {
	color: gold;
	text-decoration: none;
}

.icon {
	vertical-align: middle;
	margin-right: 3px;
}

.alt {
	background: #780303;
}

h1 {
	width: 700px;
	margin: 0 auto;
	padding: 60px 0 0 40px;
}

h2 {
	font-size: 18px;
	color: #000;
	padding: 5px 5px 8px 5px;
	margin: 0 0 10px 40px;
	background: gold;
	text-align: center;
	width: 90px;
}

a {
	color: gold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	line-height: 1.5em;
}

form .label {
	text-align: right;
	padding-right: 5px;
}

form .submit {
	background: gold;
	font-weight: bold;
}

input {
	border: 1px solid #000;
}

textarea {
	border: 1px solid #000;
}

/* CLEARFIX */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* LIGHTBOX */

kbd {
	background-color: #F1E7DD;
	border: 1px outset #333;
	color: #333;
	padding: 2px 5px;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/lightbox/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/lightbox/overlay.png", sizingMethod="scale");
	}