/******************/
/***** global *****/
/******************/
body {
	background: #000 url(/images/column_bg.gif) repeat-y 0px 78px;
	font-size: 11px;
	font-family: Verdana;
	color: #fff;
	line-height: 17px;
	margin: 0px;
}
a {
	color: #696969;
	text-decoration: none !important;
}

/*** HEADER ***/
#header {
	background: #6c6c6c url(/images/header_tall_bg_top.gif) repeat-x top left;
	border-top: 5px solid #be0303;
	height: 73px;
}
#header #logo {
	background: url(/images/header_bg.gif) repeat-x top left;
	padding: 11px 0px 11px 185px;
	width: 635px;
}
#header-shadow {
	background: url(/images/header_tall_shadow.gif) no-repeat top left;
	position: absolute;
	top: 5px;
	left: 820px;
	width: 7px;
	height: 269px;
	font-size: 0px;
}

/*** NAV ***/
#nav {
	margin-left: 180px;
	background: #6c6c6c url(/images/header_tall_bg_bttm.gif) repeat-x top left;
	padding-right: 7px;
}
#nav table {
	background: url(/images/nav_bg.gif) repeat-x top left;
	border-collapse: collapse;
	width: 640px;
}
#nav-btns td {
	height: 35px;
	vertical-align: top;
	text-align: center;
}
#nav table td { padding: 0px; }
#nav td.spacer {
	font-size: 0px;
	background-color: #c60303;
	height: 5px;
}
#nav-btns a {
	display: block;
	margin: 0px auto;
	overflow: hidden
}
a#nav-about			{ width: 131px; }
a#nav-practice	{ width: 132px; }
a#nav-team			{ width: 89px; }
a#nav-contact		{ width: 79px; }

a#nav-about:hover,
a#nav-about.current			{ text-indent: -131px; }
a#nav-practice:hover,
a#nav-practice.current	{ text-indent: -132px; }
a#nav-team:hover,
a#nav-team.current			{ text-indent: -89px; }
a#nav-contact:hover,
a#nav-contact.current		{ text-indent: -79px; }


/*** CONTENT ***/
#content-container {
	background: #000 url(/images/content_bg.gif) repeat-x top left;
	margin-left: 180px;
	padding: 27px 0px 5px 40px;
	min-height: 150px;
}
#content { width: 560px; }
#content a {
	font-family: Georgia;
	color: #ff0000;
}

/*** OTHER ***/
#footer { margin-top: 20px; }
#footer,
#footer a {
	font-size: 11px;
	font-family: Tahoma;
}
#footer a { color: #696969; }
#footer a:hover { color: #fff !important; }
p.title {
	font-size: 2.5em;
	font-family: Georgia;
	padding-top: 5px;
}
p.subtitle {
	font-size: 1.12em;
	font-weight: bold;
}
p.caption {
	font-size: 1.25em;
	font-weight: bold;
	font-family: Georgia;
}
p.note {
	font-weight: bold;
	font-style: italic;
}
hr {
	color: #c60303;
	background-color: #c60303;
	border: none;
}
.link {
	font-family: Georgia;
	color: #ff0000;
}
a.email	{ background: url(/images/icon_email.gif) 0 50% no-repeat; padding:3px 0 3px 16px; margin: 0px; }
a.vcard	{ background: url(/images/icon_vcard.gif) 0 50% no-repeat; padding:3px 0 3px 20px; margin: 0px; }

/****************/
/***** misc *****/
/****************/
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
.clearfix { display:block; }
* html .clearfix { height:1px; }

.caption {
  font-size:10px;
}


/************************/
/***** message area *****/
/************************/
#message-area {
  margin: 0 0 15px 0;
  padding: 10px 10px 10px 32px;
  background-color: #696969;
  border: 1px solid #000;
	color: #fff;
}
#message-area a {
  text-decoration:underline;
}
#message-area a:hover {
  text-decoration:none;
}
#message-area .close {
  padding:5px 0 0 0;
	font-size:10px;
  text-align:left;
}
#message-area li.error a {
  color:#c00;
}
.message-area-success {
  background: url(/images/icon_success.gif) 12px 14px no-repeat;
}
.message-area-error {
  background: url(/images/icon_error.gif) 10px 12px no-repeat;
}

/*-----------*/
/* no script */
#noscript {
  margin:0;
  padding:10px 10px 10px 32px;
  background:#ffcfce url(/images/icon_error.gif) 10px 12px no-repeat;
  border:1px solid #ddd;
  text-align:left;
}


/*****************/
/***** lists *****/
/*****************/
ul.icons {
  list-style:none;
  margin:0;
  padding:0;
}
ul.icons li {
  padding:0;
  margin:.5em 0;
}
ul.icons li a {
  padding:3px 0 3px 20px;
  margin:0;
}
ul.icons li.pdf a   { background:url(/images/icon_pdf.gif)   0 50% no-repeat; }
ul.icons li.doc a   { background:url(/images/icon_doc.gif)   0 50% no-repeat; }
ul.icons li.ppt a   { background:url(/images/icon_ppt.gif)   0 50% no-repeat; }
ul.icons li.xls a   { background:url(/images/icon_xls.gif)   0 50% no-repeat; }
ul.icons li.txt a   { background:url(/images/icon_txt.gif)   0 50% no-repeat; }
ul.icons li.jpg a   { background:url(/images/icon_jpg.gif)   0 50% no-repeat; }
ul.icons li.gif a   { background:url(/images/icon_gif.gif)   0 50% no-repeat; }
ul.icons li.email a { background:url(/images/icon_email.gif) 0 50% no-repeat; }
div.footer-address {
	padding: 11px 0 5px 0;
}
div.contact-address {
	float: left;
	width: 190px;
}
