/* nhdean CSS Document */

/* ---- Global ------------------------------ */

body {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background: #575757 /*url(images/back-guide-2.png) no-repeat*/ ;
	color: white;
	}
	
* { 
	padding: 0; 
	margin: 0;
	}
	
/* ---- Layout ------------------------------ */

#wrapper {
	width: 100%;
	}
	
#banner {
	float: left;
	position: relative;
	width: 100%;
	background: #232323 url(../images/back.gif) repeat-y;
	}
	
#about #banner, #still #banner, #land #banner {
    background: #232323 url(../images/on_the_mirror-tn.jpg) -131px 50% no-repeat;
	}

#home #banner h1 {
	position: absolute;
	left: 156px;
	bottom: 21px; 
	font: normal 2.25em Georgia, "Times New Roman", Times, serif;
	font-size: 2.25em;
	letter-spacing: -1px;
	color: white;
	}
	
#about #banner h1, #still #banner h1, #land #banner h1 {
	float: left;
	margin: 8px 10px 8px 156px; 
	font: normal 1.625em Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	color: white;
	}
	
#still #mainContent h1, #land #mainContent h1 {
	float: left;
	padding: 8px 0 0 156px;
	}
	
p.info {
	float: right;
	padding: 24px 64px 8px 0;
	font-size: .6875em;
	}
	
#branding {
	float: left;
	position: relative;
	width: 49%;
	}
	
#bannerContent {
	float: left;
	width: 49%;
	max-width: 460px; 
	}
	
#home #bannerContent .gutter {
	padding: 30px;
	}

#mainContent {
	clear: left;
	float: left;
	width: 49%; 
	overflow: hidden;
	}
	
#mainContent .gutter, #sidebar .gutter  {
	padding: 16px 32px;
	}
	
#sidebar {
	float: right;
	width: 49%; 
	overflow: hidden;
	}
	
#about #mainContent {
	float: none;
	margin: 0 auto;
	width: 59%;
	overflow: visible; 
	}
	
	
#about #sidebar {
    display: none;	
	}
	
dl.photoBox {
    margin: 24px;
    }
	
#mainContent dl.photoBox {
	float: right;
	}
	
#sidebar dl.photoBox {
	float: left;
	}

dl img {
	display:block;
    position:relative;
    top:-3px;
    left:-3px;
    /* border:8px solid #fff; */
	/* padding: 8px;
	background: white;
	border-bottom: 3px solid #3b3b3b;
	border-right: 3px solid #3b3b3b; */
	}
	
dl.photoBox dt {
  background:#3b3b3b;
  position:relative;
  display:block;
  top:3px;
  left:3px;
  margin:0 0 8px 0;
  }

#footer {
    clear: both;
	float: left;
	background: #232323 url(images/back.gif) repeat-y;
	width: 100%;
	}
	
/* ---- type ---- */

h1 {
font-weight: normal; 
font-family:Georgia, "Times New Roman", Times, serif; 
color: #999;
margin-bottom: .5em;
}

h5 {
	font-size: .75em; 
    font-weight: normal;
    margin: 0 14px 14px 0;
	}	

p {
	margin-bottom: 1em;
	line-height: 140%;
	}
	
p, li, dd, dt {
	font-size: .875em; /* 14px */
	}
	
li {
	margin-bottom: .5em;
	}	

ul, ol, dl {
	 margin-bottom: 1em; 
	 }
	
strong { 
	font-weight: bold;
	}
	
.title {
	font: italic 1em Georgia, "Times New Roman", Times, serif;
	}
	

#footer img {
	float: left;
	}


#footer ul {
	padding: 10px 0 10px 10px;
	margin-bottom: 0;
	margin-left: 130px;
	}

#footer ul li {
	font-size: .75em;
	float: left;
	padding: 0 14px;
	margin: 0 0 6px 22px;
	line-height: normal;
	}
	
#bannerContent ul {
	padding: 12px 0;
	margin-bottom: 0;
	list-style: none;
	}

#bannerContent ul li {
	font-size: .75em;
	float: left;
	padding: 4px 14px;
	margin: 0 0 0 0px;
	line-height: normal;
	border-right: 1px solid white;
	}
	
#bannerContent ul li.last {
	border: none;
	}
	
	
/* misc */

.left {
	float: left
	}
	
.right {
	float: right;
	}
	
.center {
	text-align: center;
	}
	
.nobot {
	margin-bottom: 0;
	}
	
/* links */

a:link { 
	color: #eec755; 
	}
	
a:visited { 
	color: #eec755; 
	}
	
a img {border: 0;}
	

