/*
--------------------------------------------------
PanamaxCapital.com PAGE STYLES
Last revised 7 June 2010
--------------------------------------------------
Individual page styles
Assign ID to <body> and prepend to declarations
*/
/*
--------------------------------------------------
HOME
--------------------------------------------------
*/


/*
--------------------------------------------------
SERVICES
--------------------------------------------------
*/


/*
--------------------------------------------------
COMMITMENT
--------------------------------------------------
*/


/*
--------------------------------------------------
CONTACT
--------------------------------------------------
*/
/* vCard */
.vcard	{
		position: relative;
		margin: 5em 0 0;
		}
.vcard .adr	{
		margin-bottom: 1em;
		}
.tel span, .fax span, .email span:first-child {
		color: #4C5481; /* custom blue */
		font-weight: bold;
		font-size: 12px;
		font-family: "Gill Sans", "Gill Sans MT", "Trebuchet MS", Arial, sans-serif;
		}

/*
--------------------------------------------------
REFERRERS
--------------------------------------------------
*/
#referrers #content {
		width: 100%;
		}
#referrers table	{
		border: .1em solid #D4D4E9; /* Navy 25% */
		}
#referrers table th, table td {
		border-bottom: .1em solid #D4D4E9; /* Navy 25% */
		}
#referrers table th {
		font-size: .75em;
		text-align: left;
		text-transform: uppercase;
		letter-spacing: .1em;
		padding: .5em 1em;
		border-right: .4em double #FFA280; /* OrangeRed 50% */
		}
#referrers table td {
		font-size: .9375em;
		padding: .4em .8em;
		}
#referrers table a {
		border-bottom-style: dotted !important;
		}
#referrers #footer {
		margin-left: 2em;
		}
/*
--------------------------------------------------
SITE MAP
--------------------------------------------------
*/
#sitemap #content h2 {
		color: #333; /* Very dark grey */
		font-weight: bold;
		font-size: 1em;
		text-transform: uppercase;
		letter-spacing: .1em;
		margin: 2em 0 0;
		}
#sitemap #content h2.title {
		color: #4C5481; /* custom blue */
		font-weight: normal;
		font-size: 16px;
		line-height: 1.5;
		text-transform: none;
		letter-spacing: normal;
		margin: .75em 0;
		}
#sitemap #cities {
		position: relative;
		bottom: auto;
		left: auto;
		margin: 0;
		}
