/* ========================
Albion Capital Partners
CSS by Guy Lillico
27-05-2008 
======================== */

@import url("reset.css");

img	{
	border:none;
}

a:hover img {
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;	
	}

.clear	{
	padding:0;
	margin:0;
	line-height:0;
	height:0;
	width:0;
	clear:both;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 62.5%;
	color: #333333;
}

p {
	line-height: 150%;
	text-align: left;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
}

strong { font-weight: bold; }

h3 { font-size: 1.4em; font-weight: bold; }
h4 { font-size: 1.3em; font-weight: bold; }
h5 { font-size: 1.2em; font-weight: bold; }

/**********************************
Container
**********************************/
#container {
	background-color: #fff;
	width: 760px;
	margin: auto;
	text-align: center;
}

/**********************************
Header
**********************************/
#header {
	text-align: center;
	padding: 20px 0 11px 0;
	width: 100%;
}

/**********************************
Flash
**********************************/
#flash {
	width: 760px;
	height: 220px;
	display: block;
	margin: 0;
}

/**********************************
Navigation
**********************************/
#nav {
	background-color: #317f89;
	text-align: left;
	color: #FFF;
}
.print_nav {
	display:none;
	}

#nav, #nav ul {
	/* applied to all lists in navigation */
	list-style: none; /* hide bullet points */
	margin: 0;
	padding: 0;
	height: 42px;
	margin-bottom: 2px;
}

#nav li {
	/* applied to all list items in nav */
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px; /* collapse borders */
	margin-right: -1px;
	position : relative; /* required - used to position subs */
}

#nav li ul {
	/* second level subs */
	left: -9999em;
	position : absolute; /* required - positions subs in parent list item */
}

#nav li ul ul {
	left: -9999em;
	margin-left: 201px; /* position sub to right of parent */
	top: 0;
}

#nav li a {
	display : block;
	height: 42px;
	overflow: hidden;
	text-decoration : none;
	text-indent: -999px;
}	
#nav li a:hover { background-position: 0 -43px !important;}	

#nav li ul a {
	background-color : #fff;
	border : 1px solid #000;
	color : #666;
	display : block;
	font-size: 12px;
	height: auto;
	text-decoration : none;
	text-indent: 0;
	padding : 0 5px;
	width: 190px; /* set to base width minus padding (example: 200px - 5px -5px = 190px) */
}	
#nav li ul a:hover { background-color : #f6eade; color : #ee820d; }	

/* hide subs on current list */
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -9999em;
}

/* show subs on hover */
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* images */
#nav-home { background: url('../images/nav/nav-home.gif') no-repeat 0 0; width: 117px; }
#nav-management { background: url('../images/nav/nav-management.gif') no-repeat 0 0; width: 210px; }
#nav-services { background: url('../images/nav/nav-services.gif') no-repeat 0 0; width: 158px; }
#nav-links { background: url('../images/nav/nav-links.gif') no-repeat 0 0; width: 125px; }
#nav-contact { background: url('../images/nav/nav-contact.gif') no-repeat 0 0; width: 153px; }

/**********************************
Content
**********************************/
#content {
	width: 100%;
	margin: 0;
	display: block;
}

.peoplecontent {
	margin:0;
	padding: 10px;
	text-align: left;
	font-size: 1.2em;
	line-height: 150%;
	}
	.peoplecontent h1 {
	font-size: 2.4em;
	color: #317f89;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
	margin: 10px 0;
	}

#maincontent {
	margin-right: 240px;
	padding: 10px;
	text-align: left;
}

#maincontent h1 {
	font-size: 2.4em;
	color: #317f89;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
	margin: 10px 0;
}

#maincontent h2 {
	color: #888888;
	font-size: 1.2em;	
	margin: 10px 0;
	line-height: 150%;
}

#maincontent ul {
	list-style-type: none;
	line-height: 150%;
	text-align: left;
	margin: 0;
	margin: 15px 0;
	padding: 0;
}

#maincontent p,
#maincontent ul li {
	font-size: 1.2em;
	line-height: 150%;
}

#maincontent ul li {
	background: url('../images/core/list-item.gif') 0 4px no-repeat;
	padding-left: 20px;
	margin-bottom: 7px;
}

#maincontent a {
	color: #317f89;
}

#maincontent a:hover {
	color: #174F56;
	text-decoration: none;
}

#subcontent {
	float: right;
	width: 230px;
	padding: 0px;
	padding-top: 12px;
	text-align: left;
}

#subcontent h2 {
	color: #343961;
	font-size: 2.4em;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 31px;
}

.contact-map img {
	border:1px solid #888;
	padding:1px;
	}
#contact ul li {
	margin: 10px 0;
	padding: 1px 0 7px 33px;
	color: #666666;
}

#contact ul li.item-phone {
	font-size: 1.4em;
	background: url('../images/core/icon-phone.gif') 0 0 no-repeat;
}

#contact ul li.item-fax {
	font-size: 1.4em;
	background: url('../images/core/icon-fax.gif') 0 0 no-repeat;
}

#contact ul li.item-address {
	font-size: 1.2em;
	background: url('../images/core/icon-address.gif') 0 0 no-repeat;
	line-height: 150%;
}

#contact {
	background: #eeeeee;
	border: 1px solid #d6d7df;
	padding: 15px;
}

.content_block_link {
	padding-bottom: 16px;
}


/**********************************
Footer
**********************************/

#clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	visibility: hidden;
	border: none;
    margin: 0;
	padding: 0;
    background: transparent;
}
#footer {
	clear: both;
	background-color: #FFF;
	font-size: 1.1em;
	padding: 14px 0 12px 0;
}

#footer a {
	text-decoration: none;
	color: #666666;
}

#footer a:hover {
	text-decoration: underline;
	color: #174F56;
}

#footer img {
	float: right;
}

/**********************************
Profile
**********************************/
	
.profile {
	background: #eeeeee;
	border: 1px solid #d6d7df;
	padding:20px 0 20px 0;
	text-align:center;
	margin-bottom:15px;
	width:190px;
	float:right;
	}
	.profile img {
		padding:1px;
		border:1px solid #ccc;
		}

.content_intro img {
	margin:0 15px 15px 0;	
	border:1px solid #ccc;
	padding:1px;
	}
