.small {font-size: smaller;}
.xsmall {font-size: xx-small;}
#content {
	position: relative;
	width: 700px;
    margin-left: 10px; /* breathing space for the text */
	padding: 5px 5px 5px 10px; /* breathing space for the text, keep everything off the borders */
	text-align: justify;
	float: left;
}
#footer {
	width: 850px;
	position: relative;
    margin-left: 10px; /* breathing space for the text */
    margin-right: 10px; /* to position the content area to the left of the navigation */
	margin-top: 10px; /* to position footer low enough to accommodate entire sidebar */
	padding: 5px 10px 10px 10px; /* space to separate navigation and content */
	text-align: center;
	clear: both;
}
#header {
	position: relative;
    margin-right: 10px; /* to position the content area to the left of the navigation */
    margin-left: 10px; /* breathing space for the text */
	padding: 5px 10px 10px 10px; /* space to separate navigation and content */
	text-align: left;
}
#masterdiv {
	width: 850px;
	top: 175px;
	background: #ffffff;
	color: #000000;
	border: 2px solid #000000;
	margin: 0;
	padding: 5px;
	height: 20px;
}
#masterdiv a {
	color: #000099;
	text-decoration: none;
}
#masterdiv a:hover {
	color: #B86B3F;
	text-decoration: none;
}
#masterdiv a:visited {
	color: #0033cc;
	text-decoration: none;
}
#nofade {
	filter: alpha (opacity=100);
	width: 400px; 
	background-color: #ffd8d8;
	border: 2px solid #000000;
	padding: 10px 10px 10px 10px; /*space to separate navigation and content*/
	text-align: left;
	margin-left: 5%;
	margin-right: auto;
	position: relative;
}
#sidebar  {
	margin: auto 0 0 0;
	height: 100%;
	width: 144px;
	position: relative;
	float: right;
	padding: 5px 10px 5px 5px; /* breathing space for the text, keep everything off the borders */
}
#wrapper {
	width: 900px; 
	margin: 0 auto; 
	text-align: left; 
	background-color: #ffffe2;
	filter: alpha (opacity=75); /* opacity originally 50 */
	border: solid 5px;
}
a {
	color: #000099;
	text-decoration: underline;
}
a:hover {
	color: #B86B3F;
	text-decoration: underline;
}
a:visited {
	color: #0033cc;
	text-decoration: underline;
}
a.calltoaction,a.calltoaction:hover,a.calltoaction:visited {
	color: #000099;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
}
a.nodeco {
	color: #000099;
	text-decoration: none;
}
a.nodeco:hover {
	color: #B86B3F;
	text-decoration: none;
}
a.nodeco:visited {
	color: #0033cc;
	text-decoration: none;
}
body {
	background-attachment: fixed;
	background-color: #ffffff;
	background-image: url(hai-mountain-back.jpg);
	background-repeat: no-repeat;
	background-position: top center; 
	color: #000000;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	margin: 25px 25px 25px 25px;
	overflow: scroll;
	text-align: center;
	height: 100%;
}
body.portfoliopopup {
	background-color: #edddac;
	background-image: none;
	color: #000000;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	margin: 25px 25px 25px 25px;
	text-align: left;
}
dd {margin-bottom: 10px;}
dl {margin-left: 25px;}
dt,strong,b {font-weight: bold;}
em,i {font-style: italic;}
h1,h3,h4 {
	text-align: center;
	font-family: "Graphite Light", Verdana, Arial, Geneva, Helvetica, sans-serif;
}
h3.left { /* used on wordpress tutorial pages */
	text-align: left;
	font-family: "Graphite Light", Verdana, Arial, Geneva, Helvetica, sans-serif;
}
hr {
	color: #000000;
	width: 75%;
	text-align: center;
}
html {height: 100%;}
li {margin-bottom: 5px;}
td {
	color: #000000;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}
td.client {
	text-align: left;
	vertical-align: top;
	width: 50%;
}
td.contactinfo {
	text-align: left;
	vertical-align: top;
}
td.left {
	font-size: smaller;
	text-align: left;
}
th.contactinfo {
	text-align: left;
	vertical-align: top;
}
ul#menu{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	position: relative;
	display: block;
}
ul#menu li {
	cursor: pointer;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0px;
	text-align: center;
	width: 120px;
	display: block;
	float: left;
}
