/* Base CSS Document for The Tuscan Group

Author: Jennifer Hoy - Mellonaid
Site design: Mellonaid
Date Created: 04/01/2008
Last Updated: 05/21/2008
Copyright: The Tuscan Group. All rights reserved. */

/*-------------------------
Other global stylesheets
------------------------*/

@import url("tg-navigation.css");
@import url("tg-typography.css");

/*-------------------------
Site layout structure
------------------------*/

body {
	margin: 34px auto 0 auto;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 85%;
	color: #663300;
	background: url(../images/bg-body.gif) repeat-x 0 0 #946133;
	
}
div#body-container {
	display: block;
	width: 943px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	
}
div#header {
	display: block;
	width: 943px;
	height: 229px;
	margin: 0;
	padding: 12px 0 0 0;
	clear: both;
	text-align: left;
	background: url(../images/bg-header.jpg) no-repeat 4px 0;
	
}
div#columns {
	display: block;
	width: 943px;
	margin: 0;
	padding: 0;
	clear: both;
	background: url(../images/bg-columns.gif) repeat-y 4px 42px;
	
}
div#columns div#col-left {
	display: block;
	width: 203px;
	margin: 37px 18px 0 0;
	padding: 0 1px 0 0;
	border-style: none solid none none;
	border-width: 1px;
	border-color: #a7a493;
	float: left;
	position: relative;
	z-index: 2;
	text-align: right;
	
}
div#footer {
	display: block;
	width: 943px;
	height: 41px;
	margin: 0;
	padding: 0;
	clear: both;
	text-align: right;
	color: #996633;
	background: url(../images/bg-footer.gif) no-repeat 4px 0 #946133;
	
}

/*-------------------------
Page elements
------------------------*/

div#header div#flash-banner, div#header object {
	display: block;
	width: 546px;
	height: 224px;
	margin: 0 5px 0 0;
	float: right;
	
}
div#columns div.top {
	display: block;
	width: 943px;
	height: 42px;
	clear: both;
	background: url(../images/top-columns.gif) no-repeat 4px 0;
	
}
div#columns div.bottom {
	display: block;
	width: 943px;
	height: 80px;
	margin: 0 0 -34px 0;
	padding: 0;
	position: relative;
	top: -34px;
	clear: both;
	z-index: 1;
	background: url(../images/bottom-columns.gif) no-repeat 4px 0;
	
}
div.row {
	display: block;
	clear: both;
	
}
div#header img#logo-tuscangroup {
	margin: 53px 0 0 105px;
	padding: 0;
	float: left;
	
}
div#header img#logo-tuscangroupprint {
	display: none;
	
}