/* Fixes for Grids */
#doc3 { 
	margin: auto;
	min-width: 800px;
}

.yui-t3 .yui-b {
	width: 18.7673em;
}

.yui-t3 #yui-main .yui-b {
	margin-left: 20.7673em;
}

/* Main Layout */
html, body {
	height: 100%;
}

body {
  background-color: #c5e1e4;
	background-color: #be8e3d;
	background-image: url(../images/bg-body.gif);
	background-position: bottom;
	background-repeat: repeat-x;
  font-family: Futura, Verdana, sans-serif;
}

#hd {
	background-color: #c4dfe0;
	background-image: url(../images/bg-header.png);
	height: 154px;
  position: relative;
}

#hd #logo {
  bottom: 20px;
  color: #ab7800;
  left: 20px;
  position: absolute;
  text-transform: uppercase;
}

#hd #logo h1 {
  font-size: 22px;
  font-weight: normal;
}

#hd #logo h2 {
  font-size: 13px;
  font-weight: normal;
}

#nav {
	background-color: #fff;
	border-bottom: 1px  dashed #f4911e;
	border-top: 1px dashed #f4911e;
	line-height: 20px;
	height: 20px;
	min-width: 800px;
	text-align: center;
	z-index: 0;
}

#nav #portfolio {
	color: #ab7800;
	margin-right: 2.5em;
	text-transform: uppercase;
	z-index: 0;
}

#nav .left {
	padding-left: 2em;
	overflow: hidden;
	width: 350px;
	z-index: 0;
}

#nav .left a {
	margin-right: 2.5em;
	z-index: 101;
}

#nav .right {
	padding-right: 2em;
	overflow: hidden;
	width: 300px;
	z-index: 0;
}

#nav .right a {
	margin-left: 3em;
	z-index: 101;
}

#nav a {
	color: #ab7800;
	text-decoration: none;
	text-transform: uppercase;
}

#nav a:hover, #nav a:active {
	color: #f4911e;
}

#bd {
	background-color: #fff;
  background-image: url(../images/bg-content.gif);
  background-position: 242px;
  background-repeat: repeat-y;

}

#sidebar {
	padding-top: 1em;
}

#sidebar h3 {
	color: #c4dfe0;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 1px;
	text-align: center;
	text-transform: uppercase;
}

#sidebar h4 {
	color: #f4911e;
	margin-left: 2em;
  letter-spacing: -1px;
	text-transform: uppercase;
}

#sidebar ul {
	margin-bottom: 1em;
}

#sidebar li {
	color: #c19b66;
	margin-left: 2em;
	text-transform: lowercase;
}

#sidebar .dashed {
  border-bottom: 1px dashed #f4911e;
	height: 1px;
}

#sidebar .pad-down {
	margin-bottom: 1em;
}

#sidebar .pad-down-extreme {
	margin-bottom: 20em;
}

#ft {
	height: 25px;
}

/* Utility CSS */
.cleafix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
	text-align: right;
}
