@charset "utf-8";
/* CSS Document */

/*  
Website Name: DC Development
Website: http://www.dcdevelopmentindy.com
Description: A website for Indianapolis-based DC Development
Version: Splash
Author: Brad Huff
Author: http://www.apartmentonefifteen.com/

	DC Development
	http://www.dcdevelopmentindy.com/

	This website was designed and built by Brad Huff, Apartment Onefifteen
	

 */



/***********************************************************************
	1 - STYLES
************************************************************************/

* { margin: 0; padding: 0; border: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #999999;
	line-height: 20px;
	background-color: FFFFFF;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-position: top;
}

a {
	color: #669966;
	text-decoration:none;
}

a:hover { text-decoration: underline; }

.container {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 620px;
	height: 330px;
	margin-left: -310px;
	margin-top: -165px;
}

.padding { padding-left: 132px; position: relative;}

.left {float:left }

.right {float:right }

.replace {
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

h1 {
	background-image: url(images/sprite.png);
	height: 48px;
	width: 620px;
	margin-bottom: 30px;
}

h2 {
	font-weight: normal;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 24px;
}

p { padding-bottom: 30px }

.horizontal {
	background-image: url(images/horizontal.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

.mom {
	background-image: url(images/sprite.png);
	background-position: 0px -60px;
	height: 80px;
	width: 59px;
	position: absolute;
	left: 132px;
	top: 0px;
}

.mom:hover { background-position: 0px -140px; }

.ndf { 
	background-image: url(images/sprite.png);
	background-position: -60px -60px;
	height: 80px;
	width: 109px;
	position: absolute;
	left: 297px;
	top: 0px;
}

.ndf:hover { background-position: -60px -140px; }

.tps { 
	background-image: url(images/sprite.png);
	background-position: -180px -60px;
	height: 80px;
	width: 118px;
	position: absolute;
	left: 493px;
	top: 0px;
}

.tps:hover { background-position: -180px -140px; }

.dci {
	position: absolute;
	left: 40px;
	bottom: 40px;
	background-image: url(images/sprite.png);
	background-position: -300px -60px;
	height: 40px;
	width: 94px;
}

.dci:hover { background-position: -300px -140px; }

.noscript-warning {
	font-style: italic;
	color: red;
}
