/* CSS Document */
/* Design - Mark Abrams 2/2009 */
/* Reset tags */
@import url(reset.css);

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5em;
	background-color: #FFF;
	background-image: url(../images/layout/watermark.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #636363;
	}

/* Page Layout - float center  */

#header{
	position: absolute;
	height: 150px;
	width: 780px;
	top: 0px;
	left: 50%;
	margin-left: -390px;
	background-image: url(../images/layout/amy-meier-design.gif);
	background-repeat: no-repeat;
	background-position: center center;
	}

#content {
	position: absolute;
	left:50%;
	width:780px;
	top:150px;
	z-index: 2;
	height: auto;
	visibility: visible;
	margin-left: -390px;
	padding-top: 1px;
 	}
 
#contentCol {
	width:660px;
	min-height: 410px;
	margin-right: auto;
	margin-left: auto;

}
 #footer {
	text-align: center;
	clear: both;
	height: 100px;
	width: 780px;
	background-image: url(../images/layout/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 1em;
}
#footerContent {
	margin-top: 2.5em;
	font-size: 11px;
}
#footerLinks {
	font-size: 75%;
	margin-top: -1px;
}
#footerContent a {
	color: #666;
	text-decoration: none;
}
.alt {
	display: none;
}
p {
	padding-bottom: 1em;
}
h1 {
	font-size: 160%;
	color: #369;
	height: 20px;
}

h2 {
	font-size: 120%;
	color: #369;
	padding-bottom: 0.5em;
	text-align: left
}

.center {
	text-align: center;
}
.clear {
	clear: both;
	float: none;
}

#title-image {
	display: block;
	padding-bottom: 1em;
}

.image-right {
	float: right;
	margin-left: 2em;
}

.homeBanner {
	margin-top: 50px;
	margin-bottom: 50px;
}
.portfolioBlock, .processBlock {
	clear: both;
	display: none;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
 }
.portfolioBlock table{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
 }
 .portfolioCopy{
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0em;
	padding-bottom: 0px;
	padding-left: 0px;
}
.portfolioImage{
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0px;
	padding-left: 1.0em;
	height: 311px;
	width: 446px;
	vertical-align: top

}
.numberLinks a{
	text-decoration: none;
}
 
#content #contentCol .center.flash {
	margin-top: -20px;
}
.testimonials {
	text-align: justify;
}
.text-right {
	text-align: right;
}
.testimonial-signer    {
	font-style: oblique;
	text-align: right;
	margin-top: -1em;
	margin-bottom: 1em;

}
blockquote {
	margin-right: 2em;
	margin-left: 2em;
}
#contentCol ul li {
	padding-left: 2.5em;
	background-image: url(../images/layout/bullet.png);
	background-repeat: no-repeat;
	background-position: 10px 0.4em;
	list-style-type: none;
	margin-bottom: 0.5em;
	list-style-position: outside;
}
#press {
	width: 210px;
	height: 300px;
	display: table;
	float: left;
}
.pressBlock {
	float: right;
	padding-left: 1em;
	display: none;
	height: 300px;
	width: 420px;
}
#press #imageNav {
	padding-top: 60px;
}

#press a img {
	border: 1px solid #333;
	margin-right: 0.2em;
}
#press a:hover img {
	border: thin solid #900;
}
#content #contentCol #press #pressLink {
	margin-top: 0.7em;
}

a {
	text-decoration: none;
	color: #333;
	text-transform: capitalize;
}
a:hover {
	color: #900;
	}
a img {
	border: 1px solid #333;
}
#footerContent a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -4px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.processBlock a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
