@charset "utf-8";
/* CSS Document created by Brandi Jones (bjones@4site.tv) 6/16/08 www.4site.tv */

body {
	background-image:url(images/bkgr_tile.gif);
	background-position:left top;
	background-repeat:repeat-x;
	padding:0px;
	padding-bottom:20px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#4e4e4e;
}

#wrapper {
	width:850px;
	margin:0px auto 0px auto;
}

/*------------------------------typography, misc. elements-----------------------------*/

.clear {
	clear:both;
	height:1px;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top:0px;
}

.noBotMarg {
	margin-bottom:0px;
}

p {
	font-size:11px;
	line-height:17px;
}

h1 {
	font-size:24px;
	line-height:26px;
}

h2 {
	font-size:16px;
	line-height:18px;
}

a:link, a:visited {
	color:#4e4e4e;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/*--------------------------------------layout--------------------------------------*/

img#header {
	display:block;
}

#contentWrapper {
	margin-bottom:20px;
}

#content {
	margin:0px 520px 0px 0px;
	padding:20px 0px 0px 70px;
	z-index:10;
}

/*#feature {
	width:494px;
	height:344px;
	float:right;
}
*/

#feature {
	width:356px;
	height:314px;
	float:right;
	margin-right:75px;
	border:1px solid #d3d3d3;
	padding:30px 0px 0px 34px;
}

#contact {
	background-image:url(images/bkgr_contact.gif);
	width:850px;
	height:168px;
	padding:0px;
	position:relative;
	z-index:10;
}

img.pictures {
	position:absolute;
	z-index:20;
	left: 65px;
	top: -55px;
}

p.address {
	position:absolute;
	left:387px;
	top:78px;
	padding-right:25px;
	border-right:1px solid #dbdbdb;
}

p.contact {
	position:absolute;
	left:566px;
	top:78px;
}



/*--------------------------------------print styles--------------------------------------*/

@media print {
	#wrapper {width:auto; margin:0 0; padding:0; float:none !important;}
	body, p {color:black; background-image:none; background-color:white;}
	a, a:visited {text-decoration:underline;}
	#contact p.address, #contact p.contact {position:static; margin-left:70px;}
}
