/*-----------------------------------------------------------------------------
author:    www.danielwriter.com
-----------------------------------------------------------------------------*/

/* =Partners page
-----------------------------------------------------------------------------*/
h3 {
	font-size:145%;
	margin:15px 0 0 0;
	}
	
table img {
	float:left;
	margin:0 10px 0 0;
	border:#000000 solid 1px;
	}
	
.name {
	border-top:#636363 solid 1px;
	padding:15px 0;
	}
	
.phoneNumber {
	font-weight:bold;
	font-size:125%;
	border-top:#636363 solid 1px;
	padding:15px 10px;
	}
	
.webLink {
	border-top:#636363 solid 1px;
	padding:15px 10px;
	}
	
.webLink a {
	color:#ffffff;
	padding:1px 3px;
	font-weight:bold;
	}

.webLink a:link, .webLink a:visited {
	color:#ffffff;
	background:#184169;
	text-decoration:underline;
	}

.webLink a:hover, .webLink a:active {
	color:#ffffff;
	text-decoration:underline;
	background:none;
	}

