/*****************************************************************************
* Author: Chris Lawrence                                 LJG Partners 6/9/2008
* SENTRE PARTNERS Projects css elements
*****************************************************************************/

h1.contact_h1 {padding-bottom: 20px;}
h2.contact {padding-bottom: 5px;}
table.contact_table {width: 100%;}

table.contact_table td.contact_spacer {
	border-top: 1px solid #CCCCCC;
	width: 1px;
	background-color: #CCCCCC;
}

table.contact_table td.contact_content {
	border-top: 1px solid #CCCCCC;
	width: 25%;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #333333;
	font-family: Arial, sans-serif;
}

table.contact_table td.contact_left {
	padding-right: 10px;
}
table.contact_table td.contact_right {
	padding-left: 15px;
	border-left: 1px solid #CCCCCC;
}
table.contact_table td.contact_center {
	padding-left: 15px;
	padding-right: 10px;
	border-left: 1px solid #CCCCCC
}

div.contact_name {
	font-family: Georgia, sans-serif;
	font-size: 15px;
	margin: 0 0 5px 0;
}

div.contact_address {margin: 5px 0 10px 0;}
div.contact_title {margin: 5px 0 10px 0;}
div.contact_email {margin: 5px 0 5px 0;}
div.contact_link {margin: 10px 0 5px 0;}
div.contact_link a:hover {color: #690;}

div.contact_mobile {
	margin: 5px 0 5px 0;
	padding-left: 20px;
	line-height: 16px;
	background-image: url(../img/contact/contact_mobile.gif);
	background-repeat: no-repeat;
	background-position: left middle;
}
div.contact_fax {
	margin: 5px 0 5px 0;
	padding-left: 20px;
	line-height: 16px;
	background-image: url(../img/contact/contact_fax.gif);
	background-repeat: no-repeat;
	background-position: left middle;
}
