/*--------{ 5Q Communications -- homepage base CSS }--------*/
/*--------{ created by Heath Gerlock @ 5Q Communications, Inc. 7.2.2007 }-------*/
/*--------{ visit http://www.5Qcommunications.com/ -- five questions that change the web. }--------*/

/* @group Content */

/* @group Wrappers */

#wrapperOuter {
	margin: 0 auto;
	padding: 0;
	width: 995px;
	overflow: visible;
}

#headerContent {
	width: 995px;
	height: 150px;
}

#wrapperContent {
	position: relative;
	padding: 0;
	width: 995px;
}

#wrapperFooter {
	min-height: 150px;
	width: 100%;
	clear: both;
	position: relative;
	background: #131b5c url(/assets/templates/fiveq/images/tile_footer.jpg) repeat-x left top;
}

#footerContent {
	position: relative;
	margin: 0 auto;
	padding: 0;
	min-height: 150px;
	width: 995px;
	background: url(/assets/templates/fiveq/images/spotlight_footer.jpg) no-repeat left top;
	z-index: 500 !important;
}

#utilityInfo {
	width: 995px;
	position: absolute;
	bottom: -90px;
}

#logo {
	position: relative;
	height: 150px;
	width: 1122px;
	margin-left: -127px;
	z-index: 500;
}

#logo a img {
	border: none;
}

/* @end */


/* @group Shared Rules */


img.borderless {
	border: none;
}

img.border {
	border: 1px #000 solid;
}

/* @end */

/* @group Column One */



hr.bottomVerticalSpace {
	width: 100%;
	height: 0;
	display: block;
	clear: both;
	border: 0;
	visibility: hidden;
	background: none;
}

#columnOne {
	width: 460px;
}

#messageBox {
	position: relative;
	padding-bottom: 10px;
	width: 440px;
	border: 1px solid #ffc16f;
	background-color: #fff5e3;
}

#messageBox h2.shadowParent {
	position: absolute;
	left: -1px;
	_left: -12px;
	top: -1px;
	_top: -2px;
	color: #000;
	padding: 10px;
	font-size: 30px;
	font-style: italic;
	font-weight: normal;
}

#messageBox h1.shadowChild {
	position: relative;
	left: 1px;
	_left: 3px;
	top: 1px;
	_top: 3px;
	color: #ccc;
	/* _color: #b3b3b3; */
	padding: 10px;
	font-size: 30px;
	font-style: italic;
	font-weight: normal;
	/* filter: alpha(opacity=20); sets the transparency in IE */
	/* opacity: 0.2; set the transparency in FF & other browsers - not supported in IE */
}

#messageBox p {
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 0 10px 10px 10px;
}

#talk {
	display: block;
	position: relative !important;
	width: 129px;
	height: 78px;
	float: left;
	margin: -1px -60px 0 130px;
	_margin: -1px -60px 0 65px;
	background: url(/assets/templates/fiveq/images/talk.gif) no-repeat;
	z-index: 1000;
}

#person {
	display: block;
	position: relative !important;
	margin: -90px -10px -53px -50px;
	float: right;
	width: 260px;
	height: 310px;
	background-image: url(/assets/templates/fiveq/images/people_woman_1b.png) !important;
	background-image: url(/assets/templates/fiveq/images/people_woman_1.gif);
	background-repeat: no-repeat;
	z-index: 1000 !important;
}
#imageSpacer {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 250px;
	height: 90px;
}


/* @end */

/* @group Column Two */

#columnTwo {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	width: 535px;
	display: block;
}


/* @end */

/* @group social networking links */

#social-box {
    position: absolute;
    left: 735px;
    z-index: 2000;
    top: 6px;
}
#social-box img {
    top: 0;
}
#social-box #social-facebook, #social-box #social-twitter {
    position: relative;
    top: -4px;
    left: -54px;
}


/* @end */

/* @end */
