@charset "UTF-8";
/************************************/
/*  Clifford Chance Main Style Sheet */
/************************************/


/* Reset default CSS stylings */
* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0 0;
	padding: 0 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link, 
a:visited {
	color: #8397a8;
	text-decoration: none;
}
a:hover, 
a:active {
	color: #da6d4e;
}
a img {
	border: none;
}
.printOnly {
	display: none;
}
.clear {
	clear: both;
}
.show {
	display: inline;
}
.hide {
	display: none;
}


/************************************/
/* Main Styles */
/************************************/
body {
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, verdana, sans-serif;
	background: url(../../media/images/global/bg_mainShadow.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #d6d6d6;
	font-size: 12px;
	color: #2e3235;
}

/*   Dark Overlay   */
#contactOverlay {
	opacity: 0.7;
	filter: alpha(opacity=70);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 1000;
}
#overlay_container {
	margin: 0 auto;
	width: 540px;
}
#overlay_content,
#overlay_window {
	position: fixed;
	top: 100px;
	z-index: 1002;
}
#overlayForm {
	background-color: #fff;
	padding: 20px;
	width: 540px;
}
#overlayForm a.close_overlay:link,
#overlayForm a.close_overlay:visited {
	position: absolute;
	right: 5px;
	top: 5px;
	background-color: #787878;
	color: #fff;
	padding: 1px 3px;
	line-height: 12px;
}
#overlayForm a.close_overlay:hover,
#overlayForm a.close_overlay:active {
	background-color: #000;
}

/************************************/
/* Container Styles */
/************************************/
div#siteWrapper {
	background-color: #ffffff;
	width: 750px;
	margin: 0px auto 0px auto;
}

/************************/
/* Header Styles */
/************************/
div#header {
	background-image: url(../../media/images/global/simply_more_worldly.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 750px;
	height: 68px;
}

div#header h1 {
	background-image: url(../../media/images/global/cc_logo.gif);
	background-repeat: no-repeat;
	height: 61px;
	width: 141px;
}
div#header h1 a {
	display: block;
	height: 68px;
	width: 329px;
}
div#header h1 span {
	display: none;
}
div#headerImage {
	width: 750px;
	height: 270px;
	overflow: hidden;
}
div#headerImage img {
	width: 750px;
	height: 270px;
}
/************************/
/* Main Navigation */
/************************/
div#navigation {
	width: 750px;
	height: 15px;
	background-color: #8397a8;
	padding: 5px 0px 0px 0px;
	font-size: 10px;
	overflow: hidden;
	clear: both;
}
div#navigation ul {
	width: 720px;
	list-style: none;
	margin: 0px 0px 0px 20px;
	overflow: hidden;
}
div#navigation ul li {
	margin: 0px 0px 3px 0px;
	float:left;
	text-align:center;
	padding: 0px 8px;
	min-width: 54px;
}
div#navigation ul li.first {
	text-align: left;
	padding-left: 0px;
	min-width: 45px;
	width: 45px;
}
div#navigation ul li.large {
	min-width: 91px;
	width: 91px;
}
div#navigation ul li.last {
	text-align: right;
	min-width: 50px;
	width: 50px;
	padding-right: 0px;
}
div#navigation ul li a:link,
div#navigation ul li a:visited {
	color: #ffffff;
}
div#navigation ul li a:hover,
div#navigation ul li a:active,
div#navigation ul li a.active,
div#navigation ul li.active a {
	color: #2e3235;
}


/************************/
/* Utility Links */
/************************/
div#utilityLinks {
	text-align: right;
	height: 29px;
	overflow: hidden;
	font-size: 10px;
	margin-bottom: 10px;
	color: #2e3235;
}
div#utilityLinks ul {
	margin: 10px 10px 0px 0px;
	list-style: none;	
}
div#utilityLinks ul li {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
}
div#utilityLinks ul li.last {
	float: right;
	border-right: none;
	margin-right: 10px;
	padding-right: 0px;
}

div#utilityLinks a:link,
div#utilityLinks a:visited {
	color: #8397a8;
}
div#utilityLinks a:hover,
div#utilityLinks a:active {
	color: #da6d4e;
}


/************************/
/* Main Content */
/************************/
div#contentWrapper {
	width: 750px;
	background-color: #ffffff;
	background-image: url(../../media/images/global/bg_mainContent.gif);
	background-repeat: repeat-y;
	float: left;
}
div#mainContent {
	float: left;
	width: 518px;
	margin: 20px;
}
div.narrativeText {
	width: 478px;
}
div.narrativeText p {
	margin-bottom: 15px;
	line-height: 1.5em;
}

div.narrativeText h2 {
	font-size: 22px;
	font-weight: normal;
	color: #da6d4e;
	margin-bottom: 10px;
}
div.narrativeText h3 {
	font-size: 17px;
	font-weight: normal;
	color: #2e3235;
	margin-bottom: 5px;
}
div.narrativeText h4 {
	color: #2e3235;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 3px;
}
div.narrativeText h5 {
	
}
div.narrativeText strong {
	font-weight: bold;
}
div.narrativeText ul {
	margin: 0px 0px 10px 15px;
	
}
div.narrativeText ul li {
	margin: 0px 0px 5px 0px;
	line-height: 1.5em;
}
div.narrativeText ol {
	margin: 0px 0px 10px 17px;	
}
div.narrativeText ol li {
	margin: 0px 0px 5px 0px;
	line-height: 1.5em;	
}
div.narrativeText blockquote {
	
}
div.narrativeText div.imageContainer {
	float: left;
	margin: 0px 20px 10px 0px;
}

div.narrativeText a img{
	float: left;
	margin-right: 10px;
}

/************************/
/* Sidebar Items */
/************************/
div#sidebar {
	background-color: #8397a8;
	float: left;
	width: 158px;
	padding: 20px 17px 20px 17px !important;
	padding: 20px 0px 20px 0px;
	font-size: 11px;
	line-height: 1.4em;
	color: #d6d5c8;
}
div#sidebar h4 {
	font-size: 18px;
	font-weight: normal;
	color: #d6d5c8
}
div#sidebar img {
	margin: 8px 0px 4px 0px;
}
div#sidebar img.testimonial {
	margin: 10px 0px;
}
div#sidebar img.icon {
	margin: 0px 0px 0px 4px;
}
div#sidebar a:link,
div#sidebar a:visited {
	color: #FFFFFF;
	font-size: 10px;
}
div#sidebar a:hover,
div#sidebar a:active {
	color: #d6d5c8;
}
div#sidebar p {
	margin-bottom: 5px;
}


/************************/
/* Footer Styles */
/************************/
div#footer {
	background-color: #d6d6d6;
	width: 750px;
	text-align: center;
	font-size: 10px;
	color: #6d7072;
	margin:  0px auto 20px auto;
	clear: both;
}
div#footer a:link,
div#footer a:visited {
	text-decoration: none;
	color: #2e3235;
}
div#footer a:hover,
div#footer a:active {
	color: #da6d4e;
}

div#footer ul {
	list-style: none;
	padding: 10px 0px 0px 180px;
}
div#footer ul li {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px 10px 0px 0px;
	border-right: 1px solid #2e3235;
}
div#footer ul li.first {
	
}
div#footer ul li.last {
	border-right: none;
}


