@charset "UTF-8";
/* CSS Reset */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

html, body {
 	height: 100%; /* -- You can change this to 100.2 to force a scrollbar in  Firefox -- */
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear:both;
	}

/* ---------------------------------------------------------- */

body {
	background:url(images/bckgrnd.gif);
	}
	
.wrapper {
	height: auto !important;
	height: 100%;
	margin: 0 auto -4.4em;
	min-height: 100%;
}

.push {
	height: 4.4em;
	}
	
.browserBottom {
	background:url(images/browserBot.gif) repeat-x;
	height: 4.4em;
	}
	
#headerWrap {
	background:url(images/header_bck.gif) repeat-x;
	height:175px;
	}
	
#header {
	margin:0 auto;
	position:relative;
	width:913px;
	}
	
#logo {
	float:left;
	padding-top:58px;
	margin-bottom:4px;
	}
	
#nav ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	letter-spacing:.03em;
	list-style:none;
	position:absolute;
	right:0px;
	text-transform:uppercase;
	top:144px;
	}
	
#nav ul li {
	display:inline;
	margin:0 8px 0 8px;
	}
	
#nav a {
	color:#e7dfd4;
	text-decoration:none;
	}
	
#nav a:hover {
	color:#e8a232;
	}
	
#nav a.current {
	color:#e8a232;
	}
	
#tag {
	float:right;
	}
	
#picture {
	float:left;
	}
	
#content {
	margin:12px auto;
	width:907px;
	}
	
#leftCol {
	float:left;
	font-size:12px;
	font-weight:bold;
	width:275px;
	}
	
.tab {
	background:url(images/tab_bck.gif);
	padding:12px 8px 6px 8px;
	color:#683f29;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.tab img {
	margin-bottom:12px;
	}
	
.tab input {
	background:url(images/bttn.gif);
	border:1px solid #7e6350;
	width:258px;
	height:36px;
	font-size:11px;
	color:#683f29;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	cursor:pointer;
	}
	
.tabBottom {
	margin-bottom:8px;
	}
	
.tab ul li {
	border-bottom:1px solid #cec1ac;
	clear:both;
	float:left;
	width:248px;
	margin-bottom:5px;
	padding-bottom:5px;
	padding-left:10px;
	line-height:14px;
	}
	
.tab ul li.last {
	border-bottom:none;
	padding-bottom:0px;
	margin-bottom:0px;
	}
	
.tab ul li label {
	float:left;
	width:75px;
	text-transform:uppercase;
	color:#ad2413;
	}
	
.tab ul li div {
	float:left;
	letter-spacing:.03em;
	}
	
.tab ul li div a {
	color:#fff;
	}
	
.tab ul li div a:hover {
	text-decoration:none;
	}
	
#rightCol {
	float:left;
	font-family:Times, "Times New Roman", serif;
	width:622px;
	margin-left:10px;
	}
	
#rightCol blockquote {
	float:left;
	width:80%;
	color:#cc8217;
	font-size:24px;
	letter-spacing:.03em;
	line-height:29px;
	}
	
#rightCol blockquote em {
	color:#876452;
	font-size:36px;
	}
	
#rightCol blockquote em.quoteOpen {
	margin-right:15px;
	}
	
#rightCol blockquote em.quoteClose {
	margin-left:15px;
	}
	
#rightCol .signature {
	text-align:right;
	color:#876452;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	padding-right:15px;
	}
	
#testPhoto {
	float:right;
	}
	
#rightCol p {
	border-top:1px solid #9c8a78;
	padding-top:12px;
	font-size:18px;
	color:#876452;
	line-height:30px;
	letter-spacing:.01em;
	}
	
#rightCol span {
	font-size:30px;
	}
	
#rightCol a {
	color:#ad2413;
	}
	
#copyright {
	width:907px;
	margin:0 auto;
	padding-top:37px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#a08c79;
	}
