/* Talk in a Box specific styles */

.header {
	height: 207px;
}

.topBlock {
	background: #6ecf00;
	height: 102px;
}

.leftBlock {
	background: url('../images/left-background.gif') repeat-y;
}

ul.nav {
	list-style: none; 
	list-style-type: none;
}

.nav li {
	display: block;
	height: 34px;
	width: 167px;
	margin-top: 1em;
	background: url('../images/nav-button.gif') no-repeat;
	padding: 10px 0 0 22px;
	color: #ffff99;
	font-weight: bold;
	list-style: none;
}

.nav li a {
	color: #fff;
	text-decoration: none;
}

.nav li a:visited {
	color: #eee;
}

.nav li a:hover {
	color: #fff;
	text-decoration: underline;
}

.quoteOne {
	background: url('../images/quote-1.gif') no-repeat;
	margin-left: 210px; 
	margin-top: -83px;
	height: 145px;
	width: 175px;
	text-align: center;
	padding: 0;
	color: #8426a3;
}
.quoteTwo {
	background: url('../images/quote-2.gif') no-repeat;
	margin-left: 390px; 
	margin-top: -110px;
	height: 145px;
	width: 175px;
	text-align: center;
	padding: 0;
	color: #8426a3;
}
.quoteThree {
	background: url('../images/quote-3.gif') no-repeat;
	margin-left: 570px; 
	margin-top: -187px;
	height: 145px;
	width: 175px;
	text-align: center;
	padding: 0;
	color: #8426a3;
}

#main ul li {
	margin-left: 3em;
	margin-bottom: 0.5em;
}

.footerWrapper {
	background: url('../images/footer-bg.gif') repeat-x;
	height: 145px;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 20px;
}

.quoteFooter {
	background: url('../images/quote-4.gif') no-repeat;
	height: 145px;
	width: 175px;
	text-align: center;
	padding: 0 0 0 0;
	color: #8426a3;
	margin-top: 19px;
	float: left;
}

.footer {
	background: #8426a3;
	color: #fff;
	text-align: center;
	padding: 20px 20px 0px 20px;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer a:visited {
	color: #eee;
}


.footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.copyright {
	padding-right: 5px;
	border-bottom: 1px solid #f15c2c;
}

/* Overrides */
div.last {
	border-right: 7px solid #f15c2c;
}

body {
	margin: 0;
	background-color: /*#f15c2c*/;
}

.container {
	background: #fff;
	width: 750px;
}

blockquote {
	font-size: 1.1em;
	color: #222;
	margin-bottom: 0px;
}