/* -------------------- shadeDreamMedia style document ------------------------------------------------------ */

body {
	background:#BABCAE;
	margin:0;
	padding:0;
}
#container {
	padding: 20px 0px;
	width:620px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background: url(images/bg_header.gif) no-repeat top;
	height:199px;
	padding:14px 15px 0px 15px;
	cursor:pointer;
}
#bigImage {
	background: url(images/photo_hilltree.jpg) no-repeat;
	height:150px;
}
#logo {
	background: url(images/logo_header.jpg) no-repeat;
	height:32px;
	width:211px;
	margin:5px 0px 0px 300px;
}
#navrcap {
	float:right;
}
#navlcap {
	float:left;
	width:601px;
	background: url(images/nav_spacer.gif) repeat-x;
}
#content {
	background: url(images/content_bg.gif) repeat-y;
	margin:0;
	padding:0;
}
#content-top {
	background: url(images/content_head.gif) no-repeat;
	height:10px;
	clear: both;
	margin:0;
}
#content-bottom {
	background: url(images/content_footer.gif) no-repeat bottom;
	height:15px;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#content p {
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 0px;
	margin: 16px 0px 0px;
}
#content h1 {
	padding: 0px 0px 1px;
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	color: #505050;
	text-transform: capitalize;
	border-bottom: 1px solid #AAAAAA;
	margin: 14px 0px 0px;
}
#content h2 {
	padding: 0px 0px 1px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	color: #505050;
	text-transform: capitalize;
	border-bottom: 1px solid #AAAAAA;
	margin: 17px 0px 0px;
}
#content h3 {
	font: normal 14px/20px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background: #FFFFFF url(images/content_tab_left.gif) no-repeat left bottom;
	margin: 0px;
	padding: 14px 0px 0px 10px;
	border-bottom: 1px solid #7E8077;
	height: 20px;
}
#content h3 span {
	background: #7E8077 url(images/content_tab_right.gif) no-repeat right top;
	height: 20px;
	display:block;
	float:left;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
#content h4 {
	margin: 0px;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #BABCAE;
	padding: 0px;
}
#content input,textarea {
	margin-left: 10px;
	width:275px;
}
#content ul {
	margin:8px 0px 0px;
	padding: 0px;
}
#content ul li {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	list-style: none inside;
	padding: 0px 0px 7px 20px;
	margin: 0px;
	background: url(images/bullet.gif) no-repeat 0px -1px;
}
.indent {
	padding-left: 10px;
}
.hlimage {
	margin: 0px 0px 0px 25px;
}

/* -------------------- left hand content column <---------------------------------------------------------- */

#colleft {
	float: left;
	width: 325px;
	padding: 0px 20px 10px 40px;
}
#colleft p a {
	color:#FF6600;
	text-decoration: none;
	border-bottom: 1px dotted #FF6600;
}
#colleft p a:hover {
	color:#C14D01;
	border-bottom: 1px dotted #C14D01;
}
.prjImg {
	border:thin solid #BABCAE;
	text-align: center;
	padding: 5px;
	background: #EEEEEE;
	display: block;
	float: left;
	margin: 10px 0px;
}
/*.prjImg:hover {
	background: #DDDDDD;
}*/


/* -------------------- right hand subnav column <---------------------------------------------------------- */

#colright {
	float: left;
	width: 175px;
	padding: 0px 40px 10px 20px;
}
#colright ol {
	list-style: none;
	margin: 10px 0px 0px;
	padding:0;
}
#colright ol li {
	padding: 2px 0px;
	margin: 0px;
}
#colright ol li a {
	font: 10px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #FF6600;
	text-decoration:none;
	background: url(images/arrow.gif) no-repeat left;
	padding: 0px 0px 0px 15px;
}
#colright ol li a:hover {
	color:#C14D01;
	background: url(images/arrow.gif) no-repeat 3px;
}


/* -------------------- Footer formatting <----------------------------------------------------------------- */

#footer {
	color:#7D7F75;
	padding: 0px 15px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
#footer a{
	color:#7D7F75;
	text-decoration:none;
}
#footer a:hover{
	color:#333333;
}
#footer ul {
	margin:0px;
	float: right;
}
#footer li {
	display:inline;
	padding: 0px 2px 0px 2px;
}
#copyright {
	float:left;
	width:350px;
}
#certs {
	width:200px;
	float:right;
}

