body {
	background:url(/images/body-sub-bg.gif) top repeat-x;
	margin:0;
	padding:0 0 15px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#555;
}
body.home {
	background:url(/images/body-bg.gif) top repeat-x;
}
p {
	line-height:2em;
	margin:0 0 20px 0;
}
a {
	color:#BE774B;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
h1 span {
	display:none;
}
#header {
	width:860px; 
	margin:0 auto; 
	height:132px;
}
#header h1 {
	background-image:url(/images/bainbridge-logo.gif); 
	background-repeat:no-repeat; 
	width:273px; 
	height:77px; 
	padding:0; 
	margin:0;
	float:left;
	position:relative;
	top:8px;
}
#header h1 a {
	display:block;
	width:273px; 
	height:77px;
}
#header #top-links {
	float:right;
	position:relative;
	top:11px;
}
#header #top-links a {
	color:#822F2F;
	text-decoration:underline;
	padding:0 5px;
}
#header #top-links a:hover {
	text-decoration:none;
}

/* Top Navigation */
#nav {
	width:860px; 
	float:left; 
	position:relative; 
	z-index:100;
	top:15px;
}
#nav ul {
	float:left;
	padding:0;
	margin:0;
	list-style:none;
}
#nav ul li {
	margin:0;
	padding:0;
	display:inline;
	float:left;
	height:40px;
	width:140px;
}
#nav ul li a {
	display:block;
	width:140px;
	height:40px;
	line-height:36px;
	text-align:center;
	color:#A33F01;
	text-decoration:none;
	background-position:bottom;
	background-repeat:no-repeat;
	font-weight:bold;
}
#nav ul li ul {
    background-position:bottom;
    background-repeat:no-repeat;
    padding-bottom:2px;
    width:140px;
}
#nav ul li ul li {
	margin:0;
	padding:0 2px;
	display:block;
	float:none;
	height:auto;
	width:136px;
}
#nav ul li ul li a {
	display:block;
	width:116px;
	text-align:left;
	line-height:normal;
	height:auto;
	padding:8px 10px;
	color:#fff;
	text-decoration:none;
	background:none;
	font-weight:normal;
	font-size:.9em;
}
#nav ul li ul li a:hover {
	display:block;
	width:116px;
	text-align:left;
	line-height:normal;
	height:auto;
	padding:8px 10px;
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	font-size:.9em;
}
#nav ul li a:hover, #nav ul li:hover a, #nav ul li.sfHover a {
	background-position:center;
}
#nav ul li a.current, #nav ul li:hover a.current, #nav ul li.sfHover a.current {
	background-position:top;
}
#nav ul li a span {
	display:none;
}
#nav ul li#strategy-consulting a { background-image:url(/images/nav-red-bg.png); }
#nav ul li#capital-advisory a { background-image:url(/images/nav-yellow-bg.png); }
#nav ul li#about-bainbridge a { background-image:url(/images/nav-green-bg.png); }
#nav ul li#contact-us a { background-image:url(/images/nav-blue-bg.png); }

#nav ul li#strategy-consulting ul li a, 
#nav ul li#capital-advisory ul li a, 
#nav ul li#about-bainbridge ul li a,
#nav ul li#contact-us ul li a {
    background-image:none;
}
#nav ul li#strategy-consulting ul { background-image:url(/images/sub-nav-red-bg.png); background-color:#81302F; } 
#nav ul li#strategy-consulting ul li a { border-bottom:solid 1px #9A5555; }
#nav ul li#strategy-consulting ul li a:hover { background-color:#9A5555; } 

#nav ul li#capital-advisory ul { background-image:url(/images/sub-nav-yellow-bg.png); background-color:#DEA438; } 
#nav ul li#capital-advisory ul li a { border-bottom:solid 1px #E5B761; }
#nav ul li#capital-advisory ul li a:hover { background-color:#E5B761; } 

#nav ul li#about-bainbridge ul { background-image:url(/images/sub-nav-green-bg.png); background-color:#80A23B; } 
#nav ul li#about-bainbridge ul li a { border-bottom:solid 1px #9AB563; }
#nav ul li#about-bainbridge ul li a:hover { background-color:#9AB563; } 

#nav ul li#contact-us ul { background-image:url(/images/sub-nav-blue-bg.png); background-color:#7BA9DA; } 
#nav ul li#contact-us ul li a { border-bottom:solid 1px #96BBE2; }
#nav ul li#contact-us ul li a:hover { background-color:#96BBE2; } 

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 39px; /* match top ul list item height */
	z-index: 999;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
/* End Top Navigation */

#header form {
	float:right; 
	width:291px; 
	margin:0; 
	padding:3px 0 0 0; 
	font-size:100%;
}
#header form .search {
	background-image:url(/images/search-field-bg.gif); 
	background-repeat:repeat-y; 
	background-position:right; 
	background-color:#fff; 
	border:1px solid #ECEAD8; 
	border-right:0;
	color:#CFCCB2; 
	width:181px; 
	height:12px; 
	padding:7px 0 9px 8px; 
	margin:0; 
	position:relative; 
	float:left; 
	font-size:1em;
}
#header form .search-btn {
	position:relative; 
	float:right;
}

#home-top {
	width:860px; 
	margin:0 auto; 
	padding:11px 0; 
	height:229px;
}
#home-top #rotator {
	width:560px; 
	height:229px; 
	float:left;
	position:relative;
}
#home-top #help-menu {
	width:290px; 
	height:229px; 
	float:right; 
	background-image:url(/images/help-menu-bg.png); 
	background-repeat:no-repeat; 
	background-position:bottom;
}
#home-top #help-menu h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal; 
	color:#A33F01; 
	font-size:1.5em; 
	padding:39px 0 22px 71px; 
	margin:0;
}
#home-top #help-menu .selections {
	padding:12px 14px 0 14px;
}
#home-top #help-menu .selections div {
    border:1px solid #CDCBB1; 
    margin:0 0 15px 0; 
    position:relative;
}
#home-top #help-menu .selections div#capability {
    z-index:1;
}
#home-top #help-menu .selections div#business {
    z-index:100;
}
#home-top #help-menu .selections div div {
    position:absolute; 
    top:21px; 
    left:-1px; 
    border:1px solid #CDCBB1; 
    width:260px; 
    background-color:#fff; 
    display:none;
    margin:0;
}
#home-top #help-menu .selections div div a {
    color:#A84A0F; 
    display:block; 
    padding:4px 6px;
    text-decoration:none;
}
#home-top #help-menu .selections div div a:hover {
    background-color:#ecead8;
}
a.select {
    display:block;
    color:#A84A0F; 
    text-decoration:none; 
    height:21px; 
    line-height:21px; 
    width:246px;
    padding:0 6px;
    background-image:url(/images/dropdown-icon.gif);
    background-repeat:no-repeat;
    background-position:right -32px;
}
a.select:hover {
    background-position:right 2px;
}

#help-menu label {
	font-weight:bold; 
	padding:0 0 11px 0; 
	margin:0; 
	color:#9C3A01; 
	display:block;
}
#help-menu select {
	font-size:12px; 
	color:#A84A0F; 
	width:260px; 
	padding:4px; 
	border:1px solid #CDCBB1; 
	margin:0 0 15px 0;
}

#intro {
	width:826px; 
	margin:0 auto; 
	padding:28px 17px 0 17px;
}
#intro h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal; 
	color:#A33F01; 
	font-size:1.5em; 
	margin:0 0 12px 0; 
	padding:0;
}

#home-lower {
	background-image:url(/images/lower-home-bg.gif); 
	background-repeat:repeat-x; 
	background-position:top; 
	padding:29px 0 15px 0;
}
#home-lower #modules {
	width:860px; 
	margin:0 auto; 
	background-image:url(/images/lower-home-lines.gif); 
	background-position:center; 
	background-repeat:repeat-y; 
	color:#777; 
	padding:1px 0;
}
#home-lower #modules .left {
	width:252px; 
	float:left; 
	padding:0 17px;
}
#home-lower #modules .middle {
	width:252px; 
	padding:0 18px; 
	float:left;
}
#home-lower #modules .middle img {
    height:69px; 
    width:69px; 
    float:left; 
    margin:0 10px 0 0;
}
#home-lower #modules h3 {
	font-size:1.2em; 
	color:#DEA438; 
	font-weight:normal; 
	margin:0 0 13px 0;
}
#home-lower #modules p {
	margin:0;
}
a.more {
	background:url(/images/more-bullet.gif) left no-repeat; 
	padding:0 0 0 18px;
}
#home-lower #modules .right {
	width:252px; 
	float:left; 
	padding:0 17px;
}
#home-lower #modules .right h3 {
	margin:0 0 4px 0;
	color:#80A23B
}
#recent-news {
	padding:0 0 21px 0;
}
#recent-news p {
	margin:0; 
	padding:7px 0; 
	border-bottom:1px solid #ddd;
	line-height:1.3em;
	float:left;
	width:252px;
}
#recent-news p span {
	float:left;
	width:47px;
	padding-right:2px;
}
#recent-news p a {
	color:#777;
	text-decoration:none;
	float:left;
	width:201px;
}
#recent-news p a:hover {
	text-decoration:underline;
	color:#80A23B;
}
a.rss {
	background:url(/images/rss-icon.gif) left no-repeat; 
	padding:1px 0 1px 20px; 
	line-height:20px;
	float:left;
	margin-top:10px;
}

#footer {
	background-image:url(/images/footer-bg.gif); 
	background-repeat:repeat-x; 
	background-position:top;
	
}
#footer div {
	width:826px; 
	margin:0 auto; 
	padding:15px 17px 0 17px;
}
#footer div.clear {
	clear:both;
	font-size:0;
	width:826px; 
	margin:0; 
	padding:0;
}
#footer p {
	position:relative;
	margin:0;
}
#footer p.copy {
	float:left;
}
#footer p.links {
	float:right;
}
#footer a {
	padding:0 5px;
	color:#555;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
.clear {
	clear:both;
	font-size:0;
}

#content {
	width:860px; 
	margin:1px auto; 
	background-image:url(/images/left-column-bg.gif); 
	background-repeat:repeat-y; 
	background-position:left;
}
#left-column {
	width:200px; 
	float:left; 
	background-image:url(/images/left-column-red.gif); 
	background-position:top; 
	background-repeat:no-repeat;
}
#left-column.yellow {
	background-image:url(/images/left-column-yellow.gif); 
}
#left-column.blue {
	background-image:url(/images/left-column-blue.gif); 
}
#left-column.green {
	background-image:url(/images/left-column-green.gif); 
}
#left-column ul {
	padding:17px 0 40px 0;
	margin:0;
	list-style-type:none;
	float:left;
}
#left-column ul li {
	padding:0;
	margin:0;
	float:left;
	width:200px;
	z-index:0;
}
#left-column ul li h2 {
	display:block;
	padding:10px 12px 5px 12px;
	margin:0;
	font-weight:bold;
	color:#822F2F;
	font-size:1.2em;
}

#left-column ul li a {
	display:block;
	padding:10px 12px;
	text-decoration:none;
	font-weight:bold;
	color:#822F2F;
}
#left-column ul li a:hover, #left-column ul li a.current {
	text-decoration:underline;
}
#left-column ul li ul {
	padding:0 0 4px 0;
	margin:0;
	list-style-type:none;
	float:left;
}
#left-column ul li ul li {
	padding:0;
	margin:0;
	float:left;
	width:200px;
	z-index:0;
}
#left-column ul li ul li a {
	display:block;
	padding:5px 12px 5px 30px;
	text-decoration:none;
	font-weight:normal;
	color:#822F2F;
	background-image:url(/images/arrow-bullet.gif);
	background-repeat:no-repeat;
	background-position:20px 9px;
}
#left-column ul li ul li a:hover, #left-column ul li a.current {
	text-decoration:underline;
}
#content-column {
    width:639px; 
	float:left; 
	padding:23px 0 5px 20px;
    min-height:400px;
}
.three #content-column {
	width:371px; 
	padding:23px 18px 5px 20px;
}
#content-column h1, #modal-content h1 {
	margin:0 0 13px 0; 
	border-bottom:1px solid #ECEAD8; 
	font-size:1.5em; 
	color:#993801; 
	font-weight:normal; 
	padding:0 0 7px 0;
}

#content-column.press h1 {
    border:0; 
    margin: 0 0 4px 0;
}
#content-column h2 {
	font-size:1.2em; 
	font-style:italic; 
	font-weight:normal; 
	color:#BE774B; 
	margin:0 0 13px 0;
}
#content-column h3 {
	font-size:1.2em; 
	font-weight:normal; 
	color:#A33F01; 
	padding:5px 0 5px 0;
	margin:0 0 0px 0;
}
#content-column h4 {
	font-size:1.1em; 
	font-weight:bold; 
	color:#A33F01; 
	padding:5px 0 5px 0;
	margin:0 0 0px 0;
}

#content-column ul, #content-column ol {
	line-height:2em;
	margin-top:0;
	margin-bottom:20px;
}
#content-column ul li {
}
#content-column ol.terms li {
    padding-bottom:10px;
}
p.top {
	border-top:1px solid #ECEAD8;
	text-align:right;
	clear:both;
}
p.top a {
	background-image:url(/images/top-icon.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:10px;
}
p.top .return { float:left; }
p.top .return a { padding:0; background:none; }
#right-column {
    width:250px; 
    float:right; 
    padding:7px 0 10px 20px;
}
.three #right-column {
	padding:50px 0 20px 0;
}
#right-column h2 {
	font-size:1.2em; 
	color:#993801; 
	background-color:#E6E3CB; 
	padding:10px 12px 10px 14px; 
	margin:0; 
	font-weight:bold;
	font-style:normal;
}
#right-column .testimonial {
	border:1px solid #E6E3CB; 
	border-top:0; 
	background-image:url(/images/quote-open-bg.gif); 
	background-repeat:no-repeat; 
	background-position:left top; 
	padding:28px 8px 0 17px; 
	margin:0 0 19px 0;
}
#right-column .testimonial p {
	color:#C28057; 
	font-style:italic; 
	background-image:url(/images/quote-close-bg.gif); 
	background-position:right bottom; 
	background-repeat:no-repeat; 
	padding-right:9px; 
	margin:0 0 5px 0;
}
#right-column .testimonial p.author {
	color:#9C3A01; 
	font-weight:bold; 
	line-height:1.6em; 
	margin:0 0 10px 0;
	padding:0;
	font-style:normal;
	background:none;
}
#right-column .featured-article {
	border:1px solid #E6E3CB; 
	border-top:0; 
	margin:0 0 19px 0;
}
#right-column .featured-article img {
	height:110px; 
	width:246px;
	margin:1px
}
#right-column .featured-article p {
	color:#C28057; 
	font-style:italic; 
	padding:3px 17px; 
	margin:0 0 5px 0;
}
#right-column .featured-article a {
    text-decoration:none;
}
#right-column .featured-article a:hover {
    text-decoration:underline;
}
#content-column .news-item h2 {
	font-size:1.2em; 
	font-style:normal; 
	font-weight:bold; 
	color:#C4813E; 
	margin:0;
	line-height:1.3em;
}
#content-column .news-item h2 a {
    font-size:1em;
    text-decoration:none;
}
#content-column .news-item a {
    font-size:.9em;
}
#content-column .news-item h2 a:hover {
  text-decoration:underline;
}

#content-column p.date {
  font-size:.9em;
  color:#B1B09E;
  font-weight:bold;
  margin:0 0 3px 0;
}
#content-column.article p.date, #content-column.job p.date {
  font-size:.9em;
  color:#B1B09E;
  font-weight:bold;
  margin:-7px 0 10px 0;
}
.news-item {
  margin:0 0 0 0; 
  padding:20px 0 20px 0; 
  border-bottom:1px solid #ecead8;
  width:578px;
  float:left;
}
.news-item p {
    margin:0;
}
.news-item img {
    border:1px solid #ecebd9;
}
.news-item .summary {
    float:left; 
    width:440px;
}
.news-item .news-img {
    float:right; 
    width:122px;
    padding:10px 0 0 0;
}
ul.news-nav {
    width:630px;
    padding:5px 4px 43px 5px;
    margin:0;
    list-style:none;
	background-image:url(/images/news-top-bg.gif); 
	background-repeat:no-repeat; 
	background-position:right top;
    /*position:relative;*/
    float:left;
}
ul.news-nav li {
	margin:0;
	padding:0;
	display:inline;
	float:left;
	height:41px;
	width:315px;
}
ul.news-nav li a {
	display:block;
	width:300px;
	height:41px;
	line-height:37px;
	padding-left:15px;
	color:#A33F01;
	text-decoration:none;
	background-position:bottom;
	background-repeat:no-repeat;
	font-weight:bold;
}
ul.news-nav li a.current {
	background-position:top;
}
ul.news-nav li a#ctl00_cphMain_from { background-image:url(/images/news-nav-yellow-bg.png); }
ul.news-nav li a#ctl00_cphMain_about { background-image:url(/images/news-nav-red-bg.png); }

.news-container {
    background-image:url(/images/news-middle-bg.gif); 
    background-repeat:repeat-y; 
    background-position:right; 
    margin:0 0 20px 0;
    float:left;
}
.news-list {
    margin-top:-50px; 
    padding:0 30px 20px 30px;
    float:left;
}
.news-footer {
    background-image:url(/images/news-bottom-bg.gif); 
    background-repeat:no-repeat; 
    background-position: right bottom; 
    font-size:0; 
    height:12px;
    float:left;
    width:639px;
}
.news-links {
    text-align:right;
}
.news-links a {
    padding:3px 0 3px 22px; 
    margin-left:10px; 
    background-position:left; 
    background-repeat:no-repeat;
}
.news-links a.pdf { background-image:url(/images/pdf.gif); }
.news-links a.print { background-image:url(/images/printer-icon.gif); }
.news-links a#email-friend { background-image:url(/images/email-icon.gif); }

/* Search page styles */
.alertBox{
	background-color: #fff9f9;
	border: 1px solid #ffd4d4;
	border-right:0;
	border-left:0;
	margin: 10px;
	padding: 2px;
}

#contentSub .alertBox h1.errorHeader{
	color:#FF0000;
	font-size:14px;
	font-weight:bold;
	margin: 10px;
}

.alertBox ul {
	margin: .8em;
	margin-left: 2em;
}

.error{
	color: #FF0000;
}

.msg, .search_fileSize, .search_truncatedMsg, .search_link, .search_hitCount {
	color: #008000;
}

.search_container{
	padding-top:15px;
	list-style-type:none;
	margin-left:5px;
	padding-left:5px;
	padding-right:10px;
	border-top:1px solid #ecead8;
}
.search_container li {
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #ecead8;
}
.search_hitCount{
	font-size: smaller;
}

.search_summary{
    line-height:1.5em;
}

.search_term{
	font-weight: bolder;
	background-color:#ecead8;
}

.search_title a {
    line-height:1.5em;
	font-weight:bold;
}
.search_truncatedMsg, .search_searchInfo {
	font-size: smaller;
}
.searchField {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.loading {
	color:#CFCCB2;
}
.loading img {
     height:24px;
     width:24px;
     margin:7px 4px -7px 0;
}

form.contact p {
    margin:0 0 10px 0;
}

img.executive {
    margin:8px 15px 5px 0;
    border:5px solid #ecebd9;
    float:left;
    height:142px;
    width:120px;
}


/*datepicker*/
/* Main Style Sheet for jQuery UI date picker */
.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Arial, Verdana, sans-serif;
	background: #ffffff url(/images/ffffff_40x100_textures_01_flat_0.png) 0 0 repeat-x;
	font-size: 1.0em;
	border: 4px solid #e6e3cb;
	width: 15.5em;
	padding: 2.5em .5em .5em .5em;
	position: relative;
}
.ui-datepicker-div, #ui-datepicker-div {
	z-index: 9999; /*must have*/
	display: none;
}
.ui-datepicker-inline {
	float: left;
	display: block;
}
.ui-datepicker-control {
	display: none;
}
.ui-datepicker-current {
	display: none;
}
.ui-datepicker-next, .ui-datepicker-prev {
	position: absolute;
	left: .5em;
	top: .5em;
	background: #ecebd9 url(/images/ecebd9_40x100_textures_03_highlight_soft_75.png) 0 50% repeat-x;
}
.ui-datepicker-next {
	left: 14.6em;
}
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
	background: #822f2f url(/images/822f2f_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
.ui-datepicker-next a, .ui-datepicker-prev a {
	text-indent: -999999px;
	width: 1.3em;
	height: 1.4em;
	display: block;
	font-size: 1em;
	background: url(/images/888888_7x7_arrow_left.gif) 50% 50% no-repeat;
	border: 1px solid #ecebd9;
	cursor: pointer;
	text-decoration:none;
}
.ui-datepicker-next a, .ui-datepicker-prev a {

}
.ui-datepicker-next a {
	background: url(/images/888888_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:hover {
	background: url(/images/ffffff_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:hover {
	background: url(/images/ffffff_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:active {
	background: url(/images/ffffff_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:active {
	background: url(/images/ffffff_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-header select {
	border: 1px solid #ecebd9;
	color: #555555;
	background: #ecebd9;
	font-size: 1em;
	line-height: 1.4em;
	position: absolute;
	top: .5em;
	margin: 0 !important;
}
.ui-datepicker-header option:focus, .ui-datepicker-header option:hover {
	background: #822f2f;
}
.ui-datepicker-header select.ui-datepicker-new-month {
	width: 7em;
	left: 2.2em;
}
.ui-datepicker-header select.ui-datepicker-new-year {
	width: 5em;
	left: 9.4em;
}
table.ui-datepicker {
	width: 15.5em;
	text-align: right;
}
table.ui-datepicker td a {
	padding: .1em .3em .1em 0;
	display: block;
	color: #555555;
	background: #ecebd9 url(/images/ecebd9_40x100_textures_03_highlight_soft_75.png) 0 50% repeat-x;
	cursor: pointer;
	border: 1px solid #ffffff;
	text-decoration:none;
}
table.ui-datepicker td a:hover {
	border: 1px solid #ecebd9;
	color: #ffffff;
	background: #822f2f url(/images/822f2f_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
table.ui-datepicker td a:active {
	border: 1px solid #ecebd9;
	color: #ffffff;
	background: #822f2f url(/images/822f2f_40x100_textures_02_glass_65.png) 0 50% repeat-x;
}
table.ui-datepicker .ui-datepicker-title-row td {
	padding: .3em 0;
	text-align: center;
	font-size: .9em;
	color: #222222;
	text-transform: uppercase;
}
table.ui-datepicker .ui-datepicker-title-row td a {
	color: #222222;
}
.ui-datepicker-cover {
	display: none;
	display/**/: block;
	position: absolute;
	z-index: -1;
	filter: mask();
	top: -4px;
	left: -4px;
	width: 193px;
	height: 200px;
}



.btn { 
    background-image:url(/images/btn-bg.gif); 
    background-repeat:no-repeat; 
    height:28px; 
    width:85px; 
    font-family:Arial, Helvetica, sans-serif; 
    font-size:12px; 
    color:#fff; 
    border:0; 
    cursor:pointer; 
}


table.tablesorter {
	font-family:arial;
	background-color: #dfdcbe;
	margin:0 0px 15px 0;
	width: 100%;
	text-align: left;
	font-size:.9em;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #ecead8;
	color:#555;
	border: 1px solid #eee;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image:url(/images/arrows.gif);
	background-repeat: no-repeat;
	background-position:-50px -50px;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #555;
	padding: 4px;
	background-color: #fff;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F2F0E4;
}
table.tablesorter thead tr .headerSortUp {
	background-position:right -11px;
}
table.tablesorter thead tr .headerSortDown {
	background-position:right 9px;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #dfdcbe;
}
table.tablesorter a {
  border:0;
  text-decoration:underline;
}
table.tablesorter a:hover {
  text-decoration:none;
}

ul.list li {
    line-height:1.5em; padding-bottom:8px;
}
ul.list li span {
    font-size:.9em; font-style:italic; color:#999;
}
ul.list li a {
    font-weight:bold;
}


.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -150px;
    width: 300px;
    
    background-color: #fff;
    color: #333;
    border: 1px solid #822f2f;
    padding: 0 20px 5px 20px;
}

.jqmOverlay { background-color: #000; }

#mail-friend-form {
  padding:10px 0;
}
#confirmation {
  padding:20px 0; display:none;
}
#modal-content {
    min-height:360px; 
    padding:10px 0;
}
#modal-content p {
    margin:0 0 10px 0;
}
#modal-content p.buttons {
    text-align:right; 
    margin:0;
    padding:10px 0 0 0;
}
#modal-title {
    background-color:#822f2f; 
    background-image:url(/images/modal-header-bg.gif); 
    background-position:top; 
    background-repeat:repeat-x; 
    color:#fff; 
    padding:6px 10px; 
    margin:0 -20px 0 0;
    font-weight:bold; 
    width:320px; 
    float:left;
    position:relative;
    left:-20px;
}
#modal-title span {
    float:left;
}
#modal-title img {
    float:right; 
    height:11px; 
    width:11px; 
    cursor:pointer;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
}

#images { position:relative; z-index:0; }
#images img { width:560px; height:229px; }
#img-nav { position:absolute; top:194px; left:435px; z-index:1; }
#img-nav a { background: #000; text-decoration: none; display:block; height:25px; width:25px; line-height:25px; text-align:center; color:#fff; margin:0 5px 0 0; float:left; font-size:1.2em; filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50; }
#img-nav a.activeSlide { filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80; }
#img-nav a:focus { outline: none; }

.transactions { width:638px; float:left; padding:0 0 10px 0; }
.transactions img { float:left; padding:0 15px 10px 0; width:180px; height:240px; }

.expertise { width:639px; float: left; margin: 0 0 20px 0; padding:0 0 20px 0; border-bottom:1px solid #ECEAD8; }
.expertise div.left { width:305px; float:left; }
.expertise div.right { width:305px; float:right; }
.expertise p { margin:0 0 5px 0; }

.addresses { float:right }
#content-column .addresses h3 { font-size:1.2em; font-weight:normal; color:#A33F01; padding:5px 0 5px 0; margin:0 0 0px 0; }
.addresses p { line-height:1.5em; }

#ctl00_cphMain_divPaging { float:left; width:578px; padding:20px 0 0 0; text-align:center; font-size:.9em; }
.previous { float:left; position:relative; width:70px; }
.pages { float:left; width:438px; font-weight:bold; color:#c0b09e; }
.next { float:right; position:relative; width:70px; }

form.apply p { margin:0 0 10px 0; }
form.apply p.norm { margin:0 0 20px 0; }