/* Layout */
*
{
	margin: 0;
	padding: 0;
}
body
{
	font: normal 12px/1.5em "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	text-align: center;
	color: #FFF;
	background: #785255 url("../_images/layout/bg_body.gif") repeat-x 0 0;
}
div#page
{
	margin: 0 auto 0;
	padding: 0 0 20px;
	width: 797px;
	text-align: left;
	overflow: hidden;
}
div#infobar
{
	padding: 0 5px;
	height: 25px;
	font-size: 10px;
	line-height: 22px;
	text-align: right;
}
div.sidebar
{
	padding: 11px 0 0;
	float: left;
}
ul.navigation
{
	margin: 5px 0 0 15px;
	text-transform: uppercase;
	list-style-type: none;
}
ul.navigation li
{
	margin: 0;
	display: inline;
}
ul.navigation a
{
	display: block;
	text-decoration: none;
	line-height: 23px;
}
body.home ul.navigation a.home,
body.about ul.navigation a.about,
body.departments ul.navigation a.departments,
body.services ul.navigation a.services,
body.studio2000 ul.navigation a.studio2000,
body.contact ul.navigation a.contact
{
	font-weight: bold;
	color: #FFF;
}

ul.callouts
{
	position: absolute;
	top: 264px;
	margin: 0 0 0 3px;
	padding: 2px 2px 0;
	list-style-type: none;
	background: #000;
	width: 179px; /* For IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 175px; /* Actual Value */
}
html>body ul.callouts
{
	width: 175px; /* For Opera */
}
ul.callouts li
{
	margin: 0;
	display: inline;
}
ul.callouts a
{
	display: block;
	opacity: 0.8;
	-moz-opacity: 0.8;
}
ul.callouts a:hover
{
	opacity: 1.0;
	-moz-opacity: 1.0;
}
ul.callouts img
{
	margin: 0 0 2px;
	padding: 0;
	vertical-align: bottom;
	border: 0;
}
div.content
{
	padding: 0 0 10px;
	width: 580px;
	float: right;
	background: url("../_images/layout/bg_content.gif") no-repeat bottom right;
}
div.content-inner
{
	padding: 0 5px;
	float: none;
	width: auto;
	height: auto !important;
	height: 700px;
	min-height: 700px;
	background: url("../_images/layout/bg_content-inner.gif") no-repeat 0 0;
}
div.content-inner2
{
	padding: 25px;
}
div.footer
{
	margin: 0 0 0 240px;
	padding: 5px 0 0;
	clear: right;
	font-weight: bold;
	font-size: 10px;
	color: #D0BA99;
}

/* General */
p
{
	margin: 0 0 1em;
}
h1
{
	margin: 0 0 1em;
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
}
h2
{
	margin: 2em 0 1em;
	font-weight: normal;
	font-size: 16px;
}
h2 span {
	font-size: 10px;
	color: #D0BA94;
}
strong.important {
	font-size: 120%;
	line-height: 1.4em;
}
ul, ol
{
	margin: 0 0 2em 4em;
}
ul li, ol li
{
	margin: 0 0 0.5em;
}
/*
ul.nav
{
	margin: 0 0 10px 10px;
	padding: 5px;
	float: right;
	list-style: none;
	border: 1px solid #D0BA99;
	background: #785255;
}
*/
ul.nav
{
	margin: 0 -15px 0 0;
	list-style: none;
	overflow: hidden;
}
ul.nav li
{
	display: inline;
	margin: 0;
	padding: 0;
}
ul.nav li a
{
	margin-right: 15px;
	float: left;
}
a
{
	color: #D0BA99;
}
a:hover
{
	color: #FFF;
}
a.linkTitle
{
	text-decoration: none;
	color: #FFF;
}

/* Classes */
div.image
{
	margin: 0 0 15px 20px;
	float: right;
	padding: 1px;
	background: url("/_images/layout/bg_image.gif") repeat 0 0;
	border: 1px solid #000;
}
div.image img
{
	border: 1px solid #333;
}
img.feature
{
	border-style: solid;
	border-color: #000;
	border-top-width: 2px;
	border-right-width: 0;
	border-bottom-width: 2px;
	border-left-width: 0;
}

ul.departments
{
	margin: 2em -32px 0 0;
	list-style-type: none;
}
ul.departments li
{
	margin: 0;
	display: inline;
}
ul.departments li a
{
	display: inline;
	margin: 0 31px 20px 0;
	float: left;
	border: 2px solid #000;
}
ul.departments li a img
{
	border: 0;
}

table.vendors
{
	margin: 0 0 2em;
	width: 100%;
}
table.vendors td
{
	padding: 0.5em 1em;
}
table.vendors td.link
{
	width: 200px;
	white-space: nowrap;
}