@charset "utf-8";

/* 
** CSS Document
**
** Created by Stratum Systems (www.stratumsystems.net) for Crawford Paterson Campbell & McNeill, 2009
**
*/

@import url("cpcm_common.css");
 
body {
	background-color: #2c4c7a ;
}

#banner_link {
	display: block;
	width: 960px;
	margin: auto;
	height: 149px;
	text-decoration: none;
}

#nav {
	width: 960px;
	height: 40px;
	margin: auto;
}

#main_menu {
	list-style: none;
	padding: 0;
}

#main_menu li {
	margin: 0;
	padding: 0;
	background: white;
	float: left;
}

#main_menu li a {
	display: block;
	height: 40px;
	background-image: url(layout/page_nav.jpg);
	background-repeat: no-repeat;
}

#home {	width: 75px; background-position: 0 0; }
#home:hover { background-position: 0 -40px; }
#home.active {background-position: 0 -80px; }

#about_us {	width: 95px; background-position: -75px 0; }
#about_us:hover { background-position: -75px -40px; }
#about_us.active {background-position: -75px -80px; }

#our_services {	width: 115px; background-position: -170px 0; }
#our_services:hover { background-position: -170px -40px; }
#our_services.active {background-position: -170px -80px; }

#firm_profiles { width: 115px; background-position: -285px 0; }
#firm_profiles:hover { background-position: -285px -40px; }
#firm_profiles.active {background-position: -285px -80px; }

#links { width: 70px; background-position: -400px 0; }
#links:hover { background-position: -400px -40px; }
#links.active {background-position: -400px -80px; }

#contact { width: 90px; background-position: -470px 0; }
#contact:hover { background-position: -470px -40px; }
#contact.active {background-position: -470px -80px; }

#page_wrap {
	background-color: #271f0b;
	background-image: url(layout/page_hbg.png);
	background-position: left top;
	background-repeat: repeat-x;
}

#page {
	background-image: url(layout/page_top.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#page .contents {
	margin: auto;
	width: 960px;
	text-align: left;
	color: #ccbc96;
	margin-top: 20px;
}

#page .contents .address {
	margin-left: 20px;
}

ul.profiles {
	list-style: none;
	list-style-image: none;
	padding-left: 0;
}

ul.profiles li {
	padding: 0;
	margin: 0;
	border-bottom: 1px dotted #5F460C;
}

ul.profiles li.sectionheader {
	color: white;
	padding: 0.5em;
	padding-left: 10px;
	border-bottom: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: normal;
	color: white;
}

ul.profiles li a {
	display: block;
	padding: 0.5em;
	padding-left: 30px;
}

ul.profiles li a.active {
	background-image: url(layout/check_on_brown.png);
	background-position: 5px center;
	background-repeat: no-repeat;
}

ul.profiles li a.active:hover {
	background-image: url(layout/w_check_on_lbrown.png);
}

ul.profiles li a:hover {
	background-color: #8F773E;
	color: white;
}

.profiles_scroller {
	position: relative;
	overflow: hidden;
}

.profiles_scroller .inner {
	background: url(layout/click_a_name.png) left center no-repeat;
	height: 300px;
}

.profile .top {
	background-image:url(layout/brown_rbox_620_top.png);
	background-repeat: no-repeat;
	padding-top: 1px;
}

.profile .bottom {
	background-image:url(layout/brown_rbox_620_bot.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 40px;
}

.profile .position {
	text-transform:uppercase;
	font-style: italic;
	margin: 0 20px 0 20px;
	padding: 0;
	color: #8F773E;
	border-top: 1px solid #8F773E;
	/*
	color: #436A8E;
	border-top: 1px solid #436A8E;
	*/
}

.profile h3 + .position {
	margin-top: -20px;
}

#main_menu {
	margin: 0;
	padding: 0;
}

#footer_wrap {
	height: 225px;
	background: url(layout/page_bottom_hbg.png) left top repeat-x;
}

#footer {
	height: 225px;
	background: url(layout/page_footer_bg.jpg) center top repeat-x;
}

#footer .contents {
	margin-top: 150px;
}


.copyright {
	font-size: 10pt;
	color: #6A7E99;
}

.stratum_systems {
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	margin: 0 0.5em 0 0.5em;
}

.stratum_systems a {
	font-weight: normal;
	color: #6A7E99;
	text-decoration: none;
}

.stratum_systems a:hover {
	color: white;
}

.stratum_systems .design,
.stratum_systems .by,
.stratum_systems .stratum {
	color: #233D5F;
}

.stratum_systems a:hover .design,
.stratum_systems a:hover .stratum {
	color:#C9AC64;
}

.stratum_systems a:hover .by {
	color: white;
}
