/*
Katz Brunner Website
home.css - CSS specific to the home page of the site, optimized for standards-compliant browsers
January 23, 2008
*/

@import url(/dev/styles/global/reset.css); /* Global Reset Styles */
@import url(/dev/styles/global/typography.css); /* Global Typography Styles */
@import url(/dev/styles/global/layout.css); /* Global Layout Styles */
@import url(/dev/styles/global/global.css); /* Global Miscellaneous Styles */

/*Local Typography Styles*/

#callouts h4 a {
	color: #fff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	margin-left: 10px;
	overflow: visible;
	text-decoration: none;
}

#callouts h4 a:hover {
	text-decoration: underline;
}

#callouts dl {
	color: #333;
	font-size: 1.1em;
	line-height: 1em;
}

#callouts dl a {
	color: #333;
	display: block;
	text-decoration: none
}

#callouts dt {
	font-weight: bold;
}

#callouts dd.more {
	text-align: right;
}

#callouts dd.more a {
	color: #603;
	font-weight: bold;
	text-decoration: none;
}

#callouts dd.more a:hover {
	text-decoration: underline;
}

/*Local Layout Styles*/

#wrapper {
	height: 301px;
}

#wrapper h2 {
	background-image: url(../images/home/solutions.jpg);
	background-repeat: no-repeat;
	height: 243px;
	margin-left: 13px;
	margin-top: 6px;
	text-indent: -9999px;
	width: 751px;
}

#callouts {
	background-image: url(../images/home/callbg2.gif);
	background-repeat: repeat-y;
	margin-left: 5px;
	margin-top: 7px;
	padding-left: 22px;
}

#callouts div {
	float: left;
	margin-right: 4px;
	width: 185px;
}

#callouts div h4 {
	background-image: url(../images/home/callbg.gif);
	background-color: #64131a;
	height: 22px;
	padding-top: 5px;
}

#callouts h4 a {
}

#callouts div dl {
	background-color: #ccc;
	padding: 10px;
}

#callouts div dt {
	height: 38px;
}

#callouts div dd.desc {
	height: 45px;
}

#callouts dd.more {
	margin-top: 10px;
}
