/*
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*/



/*Local Layout Styles*/

#wrapper {
	padding-bottom: 7px;
}
.img-right
{
	float: right;
	margin-left: 5px;
}

.img-left
{
	float: left;
	margin-right: 5px;
	margin-left: 30px;
}

#disclaimer {
	font-size: 10px;
}

/* Local Styles for Services Overview */

.clear {
	clear: both;
}

hr {
background-image:url('/media/Divider2.jpg'); 
height: 11px; 
width: 570px;
}

#services {
	text-align: center;
	text-decoration: none;
}
#services a {
	text-decoration: none;
}
#services h2 {
	color: white;
	background-color: #691820;
	padding: 5px;
	margin: 0 0 10px 0;
	border: 1px solid #996267;
	font-size: 16px;
}
#services h2 a {
	color: #fff;
}
#services .left, #services .right {
	width: 200px;
	background-color: #fff;
	border: 1px solid #CCC;
	float: left;
	height: 380px;
	padding: 10px;
	margin-bottom: 20px;
}
#services .description {
	color: #000;
}
#services .left {
	margin-right: 20px;
}

h3#servicessubtitle {
	line-height: 1.5;
	font-size: 17px;
	font-style: italic;
	margin: 70px auto 80px auto;
	text-align: center;
}


.contactkatz p {
	font-weight: bold;
	margin: 5px 0 0 10px;
}

.contactkatz input {
	margin: 0px 0 7px 0px;
	vertical-align: middle;
}

#checkboxes td {
	padding-left: 5px;
}


/* Local Styles for Data Services */
#dataservices {
text-decoration: none;
}

#dataservices a {
	text-decoration: none;
}
#dataservices h3 {
	color: white;
	background-color: #323046;
	padding: 5px;
	margin: 0 0 10px 0;
	border: 1px solid #1D1B28;
	font-size: 16px;
	text-align: center;

}
#dataservices h3 a {
	color: #fff;
}

#dataservices .datacenter {
	background-color: #fff;
	border: 1px solid #CCC;
	clear: both;
	margin-bottom: 20px;
	padding: 10px;
	width: 450px;
}

#dataservices .dataleft {
	width: 205px;
	background-color: #fff;
	border: 1px solid #CCC;
	float: left;
	padding: 10px;
	margin-bottom: 20px;
	margin-right: 20px;
}

#dataservices .dataright {
	width: 205px;
	background-color: #fff;
	border: 1px solid #CCC;
	float: left;
	padding: 10px;
	margin-bottom: 20px;
	margin-right: 20px;
}

#dataservices strong {
color: #333333;
font-size: 1.2em;
}