@import url('reset.css');
/* 
	Main CSS doc for The Firm Design Group | Copyright 2009
	Created By Lift. (http://www.liftinteractive.com)
*/

/*
	Font-sizes. Browser default is 16px. Set body to 75%, which is equal to 12px and, therefore, 1em is 12px.
		9px		: 0.75em
		10px	: 0.8333em
		11px	: 0.9167em
		12px	: 1.0em
		13px	: 1.0833em
		14px	: 1.1667em
		15px	: 1.25em
		16px	: 1.3333em
		17px	: 1.4167em
		18px	: 1.5em
		19px	: 1.5833em
		20px	: 1.6667em
		21px	: 1.75em
		22px	: 1.8333em
		23px	: 1.9167em
		24px	: 2.0em
		25px	: 2.0833em
		26px	: 2.1667em
		27px	: 2.25em
		28px	: 2.3333em
		29px	: 2.4167em
		30px	: 2.5em
		31px	: 2.5833em
		32px	: 2.6667em
*/

/*
	Palette
	
*/

/*
**	=global
************************/
body					{ background:#1d1d1d url('../img/bg-body.jpg') repeat center 0; color:#7f7f7f; font-family:helvetica,arial,sans-serif; font-size:75%; margin:0; padding:0; }
a						{ color:#7f7f7f; text-decoration:none; }
a:hover					{ color:#fff; }
a img, img				{ border:0; }
p,ul,ol,
h1,h2,h3,h4,h5,h6		{ margin-bottom:1em; }
h1,h2,h3,h4,h5,h6		{ color:#E1002E; font-weight:normal; margin-bottom:0.5em; }
h1 a,h2 a,h3 a,
h4 a,h5 a,h6 a			{ color:#E1002E; }
h1 a:hover,h2 a:hover,
h3 a:hover,h4 a:hover,
h5 a:hover,h6 a:hover	{ color:#000; }
strong, b				{ font-weight:bold; }
em, i					{ font-style:italic; }



/*
**	structure (=page, =copyright)
************************/
#page,
#copyright				{ clear:both; margin:0 auto; overflow:hidden; width:865px; }
#page					{ background:transparent url('../img/blk-alpha-40.png') repeat 0 0; font-size:1em; min-height:600px; }
#copyright				{ margin-top:1em; font-size:0.9167em; }
#copyright p			{ color:#4D4D4D; text-transform:lowercase; }



/*
**	=branding
************************/
#branding				{ float:left; margin:90px 13px 0 0; width:257px; }
#branding h1			{ margin:0; }
#branding h1 a			{ background:url('../img/logo-tfd.png') no-repeat 0 0; display:block; height:19px; text-indent:-9999em; width:257px; }


/*
**	=nav
************************/
#nav					{ display:inline; float:left; margin:10px 0 0 95px; padding:0; text-transform:lowercase; }
#nav li					{ float:left; font-size:0.9167em; list-style-type:none; margin-right:10px; padding:0; }
#nav li.last			{ margin:0; }
#nav a.current			{ color:#fff; }


/*
**	=sub-nav
************************/
/*float:right; width:162px*/
#subnav					{ float:right; font-size:0.9167em; text-align:right; margin:15px 0 0; text-transform:lowercase; width:162px; }
#subnav h3				{ background:#4D4D4D; color:#fff; clear:both; float:right; margin:0; padding:2px 5px 1px 0; width:157px; } /* width:162px; */
#subnav h3 a			{ color:#fff; }
#subnav ul				{ float:right; margin:7px 0 3px; }
#subnav li				{ display:inline; float:right; margin:0 5px 5px 0; width:75px; }
#subnav a.current		{ color:#fff; }


/*
**	=content
************************/
#content				{ background:transparent url('../img/logo-symbol.png') no-repeat 545px 90px; float:left; padding:0 65px 30px 0; width:530px; }
#content a				{ color:#E1002E; }
#content a:hover		{ color:#666; }


/* main-content */
#main-content			{ background:#fff; color:#000; float:left; height:481px; overflow:hidden; padding:0 18px 18px 17px; width:494px; } /* width:530px; */
.news #main-content,
.content #main-content	{ padding-top:90px; min-height:391px; height:auto; }
#main-content h2		{ font-size:2em; font-weight:bold; line-height:1; margin:0 0 1.25em; text-transform:uppercase; }
.home #main-content h2	{ display:none; }
#main-content h3		{ color:#000; margin-bottom:0.1667em; }
#main-content h3 a		{ color:#000; }


/* sub-content */
#sub-content			{ float:left; margin-top:14px; position:relative; width:100%; }
#caption				{ color:#fff; width:320px; }
#pagers					{ position:absolute; right:0; top:0; max-width:181px; }
/*#pagers					{ width: expression((document.body.clientWidth > 181)? "181px" : "auto"); } /* for max-width in IE */
#pagers a				{ background:#3c3c3c; display:block; float:left; height:13px; margin:0 0 5px 5px; overflow:hidden; text-indent:-9999em; width:13px; }
#pagers a.activeSlide	{ background:#fff; }