html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }

div.omega{ margin-right: 0!important; margin-left: 0!important }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }

/* END RESET CSS */


/* fonts.css from the YUI Library: developer.yahoo.com/yui/
   Refer to developer.yahoo.com/yui/3/cssfonts/ for font sizing percentages

  There are three custom edits:
   * remove arial, helvetica from explicit font stack
   * we normalize monospace styles ourselves
   * table font-size is reset in the HTML5 reset above so there is no need to repeat
*/
body { font:12px/1.231 sans-serif; *font-size:small; } /* hack retained to preserve specificity */

select, input, textarea, button { font:99% sans-serif; }

/* normalize monospace sizing 
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
 */
pre, code, kbd, samp { font-family: monospace, sans-serif; }
 

/* 
 * minimal base styles 
 */


body, select, input, textarea { 
  color: #717074; 
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif   
}

/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */ 
h1,h2,h3,h4,h5,h6 {
	color: #B50938;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
}

/* always force a scrollbar in non-IE */ 
html { overflow-y: scroll; }

 
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }
a, a:active, a:visited { color: #B50938; font-weight: bold; text-decoration: none;}
a:hover { color: #444; }

ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; } 

small { font-size: 85%; }
strong, th { font-weight: bold; }

td, td img { vertical-align: top; } 

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { 
  padding: 15px; 
  
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

p{
	margin-bottom: 15px;
}
 
textarea { overflow: auto; } /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }
 
/* webkit browsers add a 2px margin outside the chrome of form elements */  
button, input, select, textarea { margin: 0; }

/* colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { 
	border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red; 
	-webkit-box-shadow: 0px 0px 5px red; 
	box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection{ background: #B50938; color:#fff; text-shadow: none; }
::selection { background:#B50938; color:#fff; text-shadow: none; } 

/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; } 

/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }
 
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }



/* 
 * Non-semantic helper classes 
 */

/* for image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; } 

/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden { position: absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;	
} 

.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }


 /* Primary Styles
    Author: Alex McGibbon, alex@graphicalagency.com
 */

/*Global*/

html{
	background: #E9E3DB;
}

body{
	margin: 0 auto;
	width: 990px;
}

#container{
	background: #fff;
	margin: 10px 0;
	padding: 20px;
	position: relative;
}

/*Header*/
header h1{
	background: url();
	float: left;
	height: 53px;
	margin: 20px;
	width: 260px;
}

header h2{
	float: right;
	width: 290px;
	height: 53px;
	margin: 39px 10px 0 0;
	vertical-align: bottom;
	text-transform: uppercase;
	font-weight: normal;
	text-align: right;
	font-size: 16px;
	font-family: Garamond, Georgia, Times, "Times New Roman", serif;
}

header h3{
	background: url(../images/whatwedo.jpg);
	float: right;
	height: 25px;
	margin: 20px;
	width: 260px;
}
header a#investorLogin{
	color: #4D4E4E;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	background: #E9E3DB;
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
	line-height: 30px;
	font-family: Garamond, Georgia, Times, "Times New Roman", serif; 
}

header nav{
	clear: both;
	background: #B50938;
	overflow: hidden;
}

header nav ul {
	padding-left: 30px;
}

header nav ul li{
	float: left;
}

header nav ul li a{
	display: block;
	float: left;
	color: #fff;
	padding: 10px 27px 10px 27px;
	font-weight: normal;
	font-size: 15px;
	background: url(../images/nav_divider.gif) no-repeat left center;
}

header nav ul li a:hover{
	color: #E9E3DB!important;
}

header nav ul li a:active, header nav ul li a:visited{
	color: #fff;
	font-weight: normal;
} 

header nav ul li.alpha a{
	background: none;
	padding-left: 0;
}

header #contactSearch{
	background: #E9E3DB;
	padding: 5px 10px;
	overflow: auto;
	-webkit-text-size-adjust: none
}

header #contactSearch p{
	float: left;
	line-height: 24px;
	font-family: Garamond, Georgia, Times, "Times New Roman", serif;
	font-size: 16px!important;
	color: #989898;
	text-transform: uppercase;
	margin-bottom: 0;
	width: 500px;
}

header #contactSearch p a{
	color: #989898;
	font-weight: normal;
}

header #contactSearch form{
	float: right;
	width: 300px;
}

html.lte7 header #contactSearch form{
	margin-top: -15px;
}

header #contactSearch form #SearchForm_SearchForm_action_results {
	float: right;
	background: none;
	border: none;
	font-size: 14px;
	font-weight: bold;
}

header #contactSearch form #Search {
	float: left;
	width: 250px;
}

header #contactSearch form #Search input{
	width: 100%;
	border: 1px solid #bbb;
	padding: 3px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

footer {
	margin: 15px 30px;
	overflow: hidden;
}

footer nav{
	float: left;
}

footer nav ul li{
	display: block;
	float: left;
	padding-right: 10px;
	border-right: 1px solid;
	margin-right: 10px;
}

footer #copyrightInfo, footer #LinkLove{
	clear: right;
	float: right;
	text-align: right;
}

/**Pages**/
#topImages{
	margin: 20px 0;
	overflow: hidden
}

#largeImageHolder{
	float: left;
	margin-right: 20px;
}

#Menu2{
	width: 139px;
	float: left;
	margin: 0 20px 0 0;
	font-size: 14px;
	border-right: 1px solid #B50938;
}

#Menu2 li {
	margin-bottom: 10px;
	padding-left: 1px;
}

#Menu2 li a{
	font-weight: normal!important;
}

#Menu2 li ul{
	margin: 10px 0 20px 20px;
	list-style: none;
}

#content{
	width: 540px;
	float: left;
	margin-right: 20px;
}

.wideContent{
	width: 700px!important;
}

#content h1{
	font-size: 20px;
	margin-bottom: 15px;
}

#latest h3{
	font-size: 18px;
	margin-bottom: 5px;
}

#latest article{
	overflow: hidden;
	border-bottom: 1px solid #aaa;
	padding: 10px 0;
}

#latest article p{
	margin-bottom: 0;
}

#latest article h4{
	font-size: 14px;
}

#latest article img{
	float: left;
	margin: 0 10px 10px 0;
}

#pullquote{
	background: #B50938;
	padding: 10px;
	margin: 0 0 10px 10px;
	width: 220px;
	float: right;
	color: #fff;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 16px;
}

#latest{
	width: 180px;
	float: left;
	padding: 10px 20px;
	background: #E9E3DB;
}

div.peopleList{
	float: left; width: 180px;
}

div.peopleList h3{
	font-size: 14px;
	margin-bottom: 10px;
	
}

/**homepage**/

#main{
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
}

#hero{
	margin: 20px 0;
	height: 340px;
	background: #E9E3DB;
	position: relative;
}
#latestTransaction {
	position: relative;
	width: 240px;
}
#cyclenav {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 10000;
}

#transactionnav{
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 10000;
	width: 60px!important;
	padding: 0!important;
	margin: 0!important;
}


#cyclenav a, #transactionnav a{
	display: block;
	float: left;
	height: 10px;
	width: 10px;
	text-indent:-99999px;
	background: #777;
	background: rgba(255,255,255,0.75);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 5px;
	outline: none!important;
}

#transactionnav a{
	background: #999!important;
}

#cyclenav a.activeSlide{
	background: #fff;
	background: rgba(255,255,255,1);
}

#transactionnav a.activeSlide{
	background: #444!important;
}

div.pane{
	position: absolute;
	top: 0;
	left: 0;
	width: 940px;
	height: 340px;
	background: #E9E3DB;
}
#latestTransaction{
	position: relative;
}
.transaction{
	position: absolute;
	top: 0;
	left: 0;
}

div.pane p{
	position: absolute;
	width: 66%;
	background: #fff;
	background-color: rgba(255,255,255,0.9);
	padding: 20px;
	font-family: Garamond, Georgia, Times, "Times New Roman", serif;
	font-size: 24px;
	color: #B50938;
	bottom: 50px;
	right: 0;
}

html.lte7 div.pane p{
	background: #fff;
	background:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5FFFFFF,endColorstr=#E5FFFFFF);
    zoom: 1;
}

div#pane1{
	background: url(../images/pane1.jpg);
}

div#pane2{
	background: url(../images/pane2.jpg);
}

div#pane3{
	background: url(../images/pane3.jpg);
}

div#homepageFeatures div{
	width: 270px;
	padding: 15px;
	background: #E9E3DB;
	float: left;
	margin-right: 20px;
}

div#homepageFeatures div.omega{
	margin-right: 0;
}

div#homepageFeatures div h3{
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: normal;
}

div#homepageFeatures div#latestNews h3{
	margin-bottom: 10px;
}

div#homepageFeatures div h4{
	font-size: 14px;
	margin-bottom: 5px;
}

div#homepageFeatures div article{
	border-bottom: 1px dashed #aaa;
	padding: 10px 0;
}

div#homepageFeatures div article p{
	margin-bottom: 0;
}

div#homepageFeatures div article img{
	float: left; margin-right: 10px;
}

div#homepageFeatures div#latestTransaction img{
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
}

div#homepageFeatures div#latestTransaction dt, div#homepageFeatures div#latestTransaction dd{
	float: left;
}

div#homepageFeatures div#latestTransaction div{
	padding: 0;
}

div#homepageFeatures div#latestTransaction dt{
	clear: both;
	width: 110px;
	padding: 5px 0;
}

div#homepageFeatures div#latestTransaction dd{
	width: 140px;
	border-bottom: 1px dashed #aaa;
	padding: 5px;
	color: #B50938;
}

div#homepageFeatures div#expertise img{
	margin-bottom: 20px;
}

div#homepageFeatures div#WhatWeDo img{
	margin-bottom: 20px;
}

div#homepageFeatures div#latestNews img{
	margin-bottom: 20px;
}

/*ClientsTable*/

table#Clients {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 12px;
	width: 100%;
	margin: 0 0 20px 0;
}

table#Clients tr{
	background: #E9E3DB;
}

table#Clients tr td{
	padding: 5px 10px;
	border-bottom: 2px solid #e0afb7;
}

table#Clients tr th{
	background: rgba(216,208,199,1);
	padding: 10px 10px 10px 20px;
	text-align: left;
	color: #B50938;
}

.CompanyColumn{ font-weight: bold;}

.WebsiteColumn{ text-align: right!important; }

table#Clients .header {
	background: url(../images/bg.png) no-repeat 5px 13px #d8d0c7;
	background-repeat: no-repeat;
}
table#Clients .headerSortUp {
	background-image: url(../images/desc.png);
	background-color: #c6beb5;
}

table#Clients .headerSortDown {
	background-image: url(../images/asc.png);
	background-color: #c6beb5;
}

/*transactionHolder*/

div.transactionHolder{
	background: #fff;
	text-align: center;
	width: 220px;
	height: 220px;
	float: left;
	margin: 0 20px 20px 0;
	-moz-box-shadow: 2px 2px 5px #aaa;
	-webkit-box-shadow: 2px 2px 5px #aaa;
	box-shadow: 2px 2px 5px #aaa;
	opacity: .3;
	outline: none!important
}

html.ie div.transactionHolder{
	border: 1px solid #aaa;
	width: 218px;
	height: 218px;
}

div.transactionHolder:hover, div.transactionHolder:active{
	opacity: 1;
}

div.transactionHolder img{
	margin-bottom: 10px;
}

div.transactionHolder p{
	text-align: left;
	margin-bottom: 0!important;
}

div.transactionHolder a{
	display: block;
	height: 100%;
	padding: 20px;
	font-weight: normal;
	color: #717074;
}

/*TOMBSTONE*/

div#tombstone{
	height: 400px;
	width: 360px;
	padding: 20px;
	-moz-box-shadow: 2px 2px 5px #aaa;
	-webkit-box-shadow: 2px 2px 5px #aaa;
	box-shadow: 2px 2px 5px #aaa;
	margin: 0 auto;
	overflow: hidden;
}

div#cboxLoadedContent div#tombstoneContainer{
padding: 0 50px 32px 50px;
width: 350px;
overflow: hidden;
}

div#tombstoneContainer dl{
	overflow: hidden;
	margin: 20px 0;
}

div#tombstoneContainer dt{
	clear: both;
}

div#tombstoneContainer dt, div#tombstoneContainer dd{
	width: 165px;
	float: left;
	padding: 5px 0;
}


div#tombstoneContainer dd{
	border-bottom: 1px dashed #aaa;
	padding: 5px;
	color: #B50938;
}

div.transactionPage ul{
	list-style: none;
	margin: 20px 0;
}

div.transactionPage ul li.prev{
	float: left;
}

div.transactionPage ul li.next{
	float: right;
}

/* NEWSPAGE */

.latest-news #Sidebar{
	width: 220px;
	float: right;
	margin: 0 0 20px 0; }

.latest-news #Sidebar .WidgetHolder {
	background: #E9E3DB;
	padding: 20px;
	margin-bottom: 20px;
}

.latest-news #Sidebar .WidgetHolder h3{
	font-size: 16px;
	margin-bottom: 10px;
}

.latest-news #Sidebar .SubscribeRSSWidget p{
	margin-bottom: 0;
}

.latest-news #BlogContent{
	width: 698px;
	float: left;
	margin: 0 0 0 2px;
}

.latest-news #BlogContent .blogSummary{
	margin: 0 0 20px 0;
	border-bottom: 1px dashed #aaa;
	overflow: hidden;
}

.latest-news #BlogContent .blogSummary img{
	float: left;
	margin: 0 20px 20px 0;
}

.latest-news #BlogContent h2{
	font-size: 18px;
	margin-bottom: 10px;
}

.latest-news #BlogContent h3{
	font-size: 16px;
	margin-bottom: 10px;
}

.latest-news #BlogContent .meta{
	font-size: 11px;
}

#content form div.text{
	width: 220px;
	float: left;
	clear: left;
	margin: 0 20px 10px 0;
}

#content form div.text input{
	border: 1px solid #aaa;
	width: 208px;
	padding: 5px;
}

#content form div.textarea textarea{
	width: 448px;
	border: 1px solid #aaa;
	padding: 5px;
	height: 120px;
}

p.contactnotes{
	font-size: 11px;
	margin-top: -20px;
}

#Breadcrumbs{
	background: #E9E3DB;
	padding: 8px;
	margin-bottom: 20px
}

#Breadcrumbs p{
	margin-bottom: 0;
}

/*SearchResults*/
.SearchResultsPage h2{
	font-size: 18px;
	margin: 20px 0 10px 0;
}

.SearchResultsPage h3{
	font-size: 16px;
	margin-bottom: 10px;
}

.SearchResultsPage h3 a{
	font-weight: normal;
}

.SearchResultsPage .result, .SearchResultsPage p.searchQuery{
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #aaa;
	overflow: hidden;	
}

#PageNumbers p{
	float: right;
}

div#map_canvas{
	margin: 0 20px 0 0; float: left;
}

/*
 * Media queries for responsive design
 * These follow after primary styles so they will successfully override. 
 */

@media all and (orientation:portrait) { 
  /* Style adjustments for portrait mode goes here */
  
}

@media all and (orientation:landscape) { 
  /* Style adjustments for landscape mode goes here */
  
}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
  
  
  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you
     j.mp/textsizeadjust 
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}