@charset "utf-8";
body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:100%;
	margin:0;
}

p {
	font-size:0.75em;
	color:#505050;
	margin:7px 0;
}

a {
	color:#560f13; /* Burgandy */
	text-decoration:none;
	font-size:.85em;
	font-weight:bold;
}

td {
	font-size:0.75em;
	color:#505050;
}
a:hover {
	color:#ac5833;
	text-decoration:none;
}

h1,h2,h3,h4 {
	font-size:.9em;
	color:#505050;
	margin:5px 0px 3px 0px;
	font-weight:bold;
}

h1 {
	font-size:1em;
}

ul {
	list-style:square;
	color:#505050;
	font-weight:normal;
	font-size:0.8em;
}

ul li {
	list-style:square;
	list-style-image:url(../images/bullet.gif)
}

hr {
	border:0;
	background-color:#b6774e;
	color:#b6774e;
	height:1px;
	margin:6px 5px 6px 0px;
	outline:none;
	
}

.box {
	width:400px;
	border:#999 1px solid;
	background:#E2E2E2;
	padding:5px;
}

.clear-left {
	clear:left;
}

.clear-right {
	clear:right;
}

.clear-both {
	clear:both;
}

.text-center {
	text-align:center;
}

.text-justify {
	text-align:justify;
}

.light-brown {
	color:#b6774e;
}

.dark-brown {
	color:#6c2d36;
}

.dark-brown-bullets {
	list-style-image:url(../images/bullet_dark.gif);
}

#background-wrapper {
	background:url(../images/bg.gif) no-repeat right top;
	width:1350px;
	height:900px;
	overflow:hidden;
	margin:0 auto;
}

#wrapper {
	width:990px;
	margin:100px auto 0 auto;
	padding:0;
}

#header {
	width:970px;
	height:35px;
	margin:50px 10px 0 10px;
	padding:0;
	display:block;
	z-index:2;
	position:relative;
}

#content {
	width:950px;
	min-height:450px;
	margin:10px 10px 0 10px;
	padding:5px 5px 5px 35px;
	display:block;
	background-color:#FFF;
	z-index:1;
	position:relative;
}

#content .sb-inner  {background:#fff;}
#content .sb-shadow {background:#999;}


#footer {
	width:970px;
	margin:0px;
	padding:5px 10px;
	font-size:0.85em;
	color:#666;
	text-align:center;
}

#footer a {
	color:#666;
	text-decoration:none;
	font-weight:normal;
}

#footer a:hover {
	color:#505050;
}

#logo {
	border:none;
	float:left;
	margin-right:20px;
	width:300px;
}

#left {
	float:left;
	margin:10px 10px 10px 0;
	width:420px;
	overflow-y:auto;
	overflow-x: hidden;
	padding-right: 5px;
	visibility: visible;
}

#left a {
	font-size:1em;
}

#left .col {
	width:160px;
	float:left;
}

#left .col ul {
	margin:0 0 0 5px;
	padding:0px;
}

.portfolio-copy {
	height:310px;
	display:block;
}

.portfolio-copy h2 {
	color:#666;
	font-size:0.8em;
	font-weight:normal;
	margin:5px 0;
}

.portfolio-copy h3 {
	color:#666;
	font-size:0.85em;
	font-weight:bold;
	margin:5px 0;
}

.portfolio-copy ul{
	list-style:square;
	color:#333;
	font-size:0.75em;
	font-weight:normal;
	line-spacing:1.3em;
	
}


#right {
	float:left;
	margin:10px 0;
	width:500px;
}

#image-fade {
	display:inline;
	list-style:none;
	list-style-type:none;
	margin:0;
	padding:0;
}

#image-fade li {
	list-style:none;
}

#image-fade img {
	padding:0px 0px 0px 40px;
	margin:15px 0px;
}

.smaller-image {
	margin-left:40px;
}

#popup a {
	color:#505050;
	font-weight:bold;
	font-size:1em;
	cursor:help;
}

	