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

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

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

Don't steal, yo!

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

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

#contact-column1 {
	width: 520px;
	display: block;
	float: left;
}

#contact-column2 {
	width: 340px;
	display: block;
	margin-left: 80px;
	float: left;
}

/****************************************************** COLUMN 1 ***/

.contact-headline {
	margin: -8px 0 30px 0;
	font-size: 18px;
	line-height: 26px;
}

#contact-column1 p {
	font: normal 13px Helvetica, Arial, sans-serif;
	color: #aaaaaa;
	line-height: 22px;
	margin-bottom: 20px;
}

a.brief-btn {
	width: 234px;
	height: 16px;
	display: block;
	background: url(../images/brief-btn.gif) no-repeat;
	padding: 8px 0;
	text-decoration: none;
	color: #fff;
	text-align: center;
}

a.brief-btn:hover {
	background-position: -234px 0;
}

/****************************************************** COLUMN2 2 ***/

.column160 {
	width: 160px;
	display: block;
	float: left;
	margin-top: 25px;
}

.column160 p {
	line-height: 20px;
	color: #a7a9ac;
}

.column160 p span {
	font-weight: bold;
	line-height: 25px;
}

.column20 {
	width: 20px;
	display: block;
	float: left;
}

.column340 {
	width: 340px;
	display: block;
	margin-top: 30px;
	background-color: #061D28;
}

.column340 p {
	padding: 15px;
	font-size: 11px;
	line-height: 16px;
	color: #a7a7a7;
}

#contact-content p strong {
	color: #9ebece;
	font-size: 14px;
	line-height: 20px;
}

p.vcard {
	padding-top: 0;
}

p.vcard a {
	font: bold 12px "HelveticaNeue-Light", "HelveticaNeue", Helvetica, Arial, sans-serif;
	color: #b7b48d;
	text-decoration: underline;
	background: url(../images/vcard-icon.gif) no-repeat left;
	padding-left: 35px;
}

p.vcard a:hover {
	color: #fff;
	text-decoration: none;
}

blockquote.contact-notice p {
	width: 520px; 
	padding: 12px 0 15px 0;
	border-top: dotted 1px #274755;
	border-bottom: dotted 1px #274755;
	font-size: 10px!important;
	font-style: italic!important;
	color: #a7a9ac;
	line-height: 14px!important; 
	margin-top: 45px;
}