/*
*******************************************************************

Title:			about.css
Browser(s):		Safari, Firefox, IE

Author:			Andy Davis (www.raddsigns.com)
Created:		03.24.2009
Last modified:	04.04.2009

Don't steal, yo!

*******************************************************************
*/

#about-content {
	width: 940px;
	clear:both;
	margin: 30px 0 30px 0;
	position: relative;
}

#about-column1 {
	width: 700px;
	display: block;
	float: left;
}

.about-subcolumn {
	width: 320px;
	display: block;
	float: left;
	margin: 0 0 50px 0;
}

.about-headline {
	margin: -8px 0 60px 0;
}

#about-content p {
	font: normal 12px Helvetica, Arial, sans-serif;
	color: #aaaaaa;
	line-height: 20px;
	margin-bottom: 20px;
}

#about-content p strong {
	color: #CCC;
}

.about-subcolumn ul {
	margin-bottom: 20px;
}

.about-subcolumn li {
	list-style-type: square;
	margin: 0 0 5px 30px;
	color: #aaaaaa;
}

.about-subcolumn li strong {
	color: #CCC;
}

span.strike {
	text-decoration: line-through;
}

/****************************************************** ABOUT COMPANY ***/

h6.about-title {
	font: bold 14px Helvetica, Arial, sans-serif;
	color: #448ccb;
	margin-bottom: 14px;
}

/****************************************************** ABOUT ANDY ***/

.about2 {
	width: 260px;
	padding-left: 60px;
	background: url(../images/column-sep.png) no-repeat;
}


/****************************************************** SIDEBAR ***/

#about-column2 {
	width: 160px;
	display: block;
	float: left;
	margin: -30px 0 0 35px;
}

#about-column2 p {
	line-height: 20px;
}

#about-column2 p strong {
	font: bold 14px Helvetica, Arial, sans-serif;
	color: #9ebece;
	margin-bottom: 15px;
	display: block;
}

#hire-us p {
	margin-bottom: 4px;
	line-height: 18px;
}

a.hire-btn {
	width: 90px;
	height: 18px;
	display: block;
	background: url(../images/hire-btn.gif) no-repeat;
	padding: 8px 0 8px 0;
	color: #fff;
	text-decoration: none;
	margin: 15px 0 40px 0;
	text-align: center;
}

a.hire-btn:hover {
	background-position: -90px 0;
}

#about-column2 img {
	border: 8px solid #000;
	margin: 0px 0 45px 0;
}

p.about-address {
	margin-top: -15px;
}
