/*

Theme Name: Togawa Smith Martin
Description: A theme built for the Togawa Smith Martin site
Version: 1
Author: Brennan Roberts

*/

/* Reset the browser defaults */

@import url('library/css/reset.css');

body {
	color: #000;
	font-family: Calibri, "Gill Sans", "Gill Sans MT", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 9pt;
		
}
p {
	padding: 0 9px 20px 0;
	line-height: 120%;
}
h2 {
	border-bottom: 1px solid #939308;
	color: #fff;
	font-size: 9pt;
	height: 22px;
	margin: 0 9px 10px 0;
	overflow: hidden;
}
h2 span.greenBox {
	background-color: #939308;
	display: block;
	float: left;
	height: 100%;
	line-height: 22px;
	text-transform: uppercase;
}
h2 span.lPad {
	padding-left: 5px;
}
h4 {
	color: #939308;
}
a {
	color: #811416;
	text-decoration: none;
}


#wrap {
	width: 762px;
	height: 457px;
	margin: 70px auto;
}
.nav {
	clear: both;
	height: 23px;
}
.barBox {
	height: 23px;
	width: 118px;
	margin: 0 5px 0 4px;
	background-color: #A1A3A4;
	float: left;
	overflow: hidden;
	display: inline;
}
.barBox a, .barBox span{
	font-size: 9pt;
	text-transform: uppercase;
	color: #fff;
	vertical-align: middle;
	line-height: 22px;
	padding-left: 4px;
	font-weight: bold;
	display: block;
}
.barBox span {
	cursor: default;
}
#bottomLogoBox {
	width: 499px;
	background-color: #939308;
	text-align: center;
	color: #fff;
	letter-spacing: 3px;
	word-spacing: 5px;
}
.content {
	height: 438px;
	overflow: hidden;
	margin-bottom: 12px;
	position: relative;
}
.column {
	margin: 0 5px 0 4px;
	float: left;
	clear: right;
	display: inline;
}
.oneCol {
	width: 118px;
}
.twoCol {
	width: 245px;
}
.threeCol {
	width: 372px
}
.fourCol {
	width: 499px;
}
.fiveCol {
	width: 626px;
}
.sixCol {
	width: 753px;
}
.colBord {
	border-right: 1px solid #a1a3a4;
}
.colBord.full {
	height: 438px;
}
.colTopPad {
	padding-top: 52px;	
}


.scrollBox {
	overflow: hidden;
	position: relative;
}
.scrollBoxControls {
	color: #811416;
	margin-top: 5px;
	text-transform: uppercase;
	margin-right: 6px;
}
.scrollBoxControls .scroll {
	float: left;
}
.scrollBoxControls .updown {
	float: right;
}
.scrollBoxControls .scrollUp {
	height: 9px;
	width: 16px;
	background: url(library/images/scrollArrows.jpg) no-repeat;
	display: block;
	float: left;
}
.scrollBoxControls .scrollDown {
	height: 9px;
	width: 16px;
	display: block;
	background: url(library/images/scrollArrows.jpg) no-repeat -16px 0px;
	float: left;
	margin-left: 4px;
}

.scrollBoxControls .disabled {
	opacity: .7;
	filter: alpha(opacity = 70);
	zoom: 1;
}


