/* Basic stylesheet for Savastano Kaufman & Company
 * URL: http://www.savastanokaufman.com/
 * CSS: savastanokaufman-style.css
 * NOTES: For dropdown ("suckerfish") styles, please
 *        see savastano-suckerfish.css!
 */

body {
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 13px;
	text-align: center;
	background: #fdfce4;
}

h1 {
	font-family: 'Georgia', 'Times New Roman', 'Times', serif;
	font-weight: normal;
	font-style: oblique;
	font-size: 18px;
}

h2 {
	font-size: 13px;
}

em {
	font-weight: bold;
	font-style: oblique;
}

p {
	line-height: 21px;
}

p a {
	color: blue;
	text-decoration: none;
}
	p a:hover {
		border-bottom: 1px dotted;
		color: #5151EE;
	}

h1 a {
	color: blue;
	text-decoration: none;
}
	h1 a:hover {
		border-bottom: 1px dotted;
		color: #5151EE;
	}

.cb:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.mainContainer {
	margin: 0 auto;
	width: 802px;
	text-align: left;
}

.mainContainer > div {
	margin-bottom: 8px;
	border: 1px solid #706b26;
}

.banner {
	width: 800px;
	height: 100px;
	background: url('../images/sav-banner.png');
	cursor: pointer;
}

.navigation {
	background-color: #0278be;
}

	.navigation a {
		display: block;
		float: left;
		margin-left: 10px;
		height: 27px;
		line-height: 27px;
		color: #fff;
		text-decoration: none;
	}

	.navigation a:hover {
		color: #c2d6ff;
	}

.slideshow {
	position: relative;
	width: 800px;
	height: 163px;
	background: url('../images/slideshow/slideshow-01.png');
}

.slideshow img {
	visibility: hidden;
}

.leftContentArea {
	float: left;
	width: 509px;
	padding: 0 20px 10px 20px;
	margin-right: 8px;
	background: #e9cc94;
}

.rightContentArea {
	float: left;
	width: 221px;
	padding: 0 10px 10px 10px;
	background: #e9cc94;
}

ul.newsUpdates {
	padding-left: 25px;
	list-style-type: square;
}

	ul.newsUpdates li {
		margin-bottom: 10px;
		font-family: 'Georgia', 'Times New Roman', 'Times', serif;
		font-size: 13px;
		line-height: 16px;
	}

.footer {
	font-size: 12px;
	padding: 5px 0px;
	text-align: center;
	background: #e9cc94;
}

.subTitle {
	float: left;
	margin-right: 8px;
	padding: 10px;
	width: 360px;
	height: 98px;
	font-family: 'Georgia', 'Times New Roman', 'Times', serif;
	font-style: oblique;
	background-color: #0278be;
	color: #fff;
}

.subTitle h1 {
	font-style: normal;
	font-size: 26px;
	margin: 3px 0;
}

.subImage {
	float: left;
	width: 410px;
	height: 118px;
}

.affiliateLogo {

}

.brickAndMortar {

}

ul.generalList {
	list-style-type: disc;
	padding-left: 20px;
	line-height: 21px;
}

ul.generalList li {
	margin-bottom: 15px;
}

.quoteBox {
	margin-top: 10px;
	font-family: 'Georgia', 'Times New Roman', 'Times', serif;
	font-style: oblique;
	line-height: 25px;
	text-align: justify;
}

.quotation {
/*	display: block;*/
	font-size: 30px;
	font-family: 'Georgia', 'Times New Roman', 'Times', serif;
	margin: 0 5px;
	width: 15px;
	height: 10px;
	color: gray;

	position: relative;
	top: 10px;
	line-height: 10px;
}

ol li {
	margin-bottom: 20px;
}
