/* ----- basics ----- */

*{
	margin:0;
	padding:0;
}
html{height: 100%;}
body{
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 68.75%; /* producing an 11 px default */
	line-height: 1.45454545em; /* resulting in 16px line-height */;
	color: #6C4713;
}
select, input {font-size:11px;}
ul{padding:5px 0 5px 20px;}

/* ----- IDS ----- */

#topColor {
	height: 12px;
	width: 100%;
	background-color: #b7a500;
	position: absolute;
	top: 0;
	left: 0;
}
#topColor span {
	width: 33%;
	height: 12px;
	float: left;
	display: block;
}

#container{
	width: 814px;
	position: relative;
	min-height: 100%;
	margin: 0 auto;
	padding: 0 15px;
	text-align: left;
}
* html #container{height: 100%;}
#content{padding: 12px 0 100px 0;}
#header {height: 118px;}
#tiFlashLogo{
	width: 170px;
	height: 102px;
	float: left;
	padding-top: 0;
	margin-right: 15px;
}
.home #tiFlashLogo {margin-right: 9px;}
#logo {
 	float: left;
	width: 260px;
	height: 118px;
}
#clientLogin{
	position: absolute;
	width: 104px;
	height: 23px;
	top: 31px;
	right: 19px;
}
#primary{
	width: 442px;
	margin: 0 0 0 185px;
	position: relative;
	z-index: 5;
	float: left;
	display:inline;
}
#primary_portfolio{
	width: 620px;
	z-index: 5;
	float: right;
}
#admin{
	width: 619px;
	margin: 0 185px;
	position: relative;
	z-index: 5;
}

.portfolio #primary 
{	
	width: 630px;
	margin: 0 0 0 185px;
}
.home #primary{
	width: 627px;
	min-height: 310px;
	padding-top: 45px;
	background: url(../img/bg_homeContent.png) no-repeat 138px 10px transparent;
	margin: 10px 0 0 0;
}

#secondary{
	position: relative;
	top: 47px;
	right: -15px; 
    float: right;
	width: 155px;
	font-size: 10px;
	z-index: 4;
	display:inline;	
}
.home #secondary{top: -30px;}

#navigation{
	position: relative;
	top: 43px; 
	float: left;
	margin: 0 0 0 -627px;
	width: 170px;
	z-index:10;
	display:inline;	
}
#navigation_portfolio
{
	padding-top:43px;
	float: left;
	width: 170px;
	z-index:10;
	display:inline;		
}
/* necessary on pages where the primary column is wider/takes up the rightmost two column areas */
.portfolio #navigation {margin-left: -812px; }

.home #portfolioSpot{
	width: 601px;
	height: 176px;
	margin: 39px 0 5px 45px;
	border: 1px solid #2886a6;
	position: relative;
	z-index: 5;
}
#portfolioFlash {
    margin-top: 1px;
	background: url(../img/bg_portfolioTitleDescender.png) no-repeat 495px 0 #eee8dc;
	width: 100%;
	min-height: 300px;
}
#footer{	
	position: relative;
	margin: -64px auto 0 auto;
	padding: 0;
	height: 50px;
	font-size: 10px;
}
#footer #contact {
	text-align: center;
	color: #999;
	background-color: #fff;
	position: relative;
	top: -5px;
	visibility: hidden;
}
.home #footer #contact {visibility: visible;}
#footer #copyright {
	color: #fff;
	padding: 8px 10px;
	margin:  0;
	background-color: #603d00;
	position: relative;
/*	top: 25px;*/
}

#footer a:link, #footer a:visited
{
	color:#fff;
	text-decoration:none;	
}
#footer a:hover, #footer:active
{
	color:#fff;
	text-decoration:underline;
}
#hidden_links
{
    display:none;
}  
/* ----- CLASSES ----- */
span.blu {background-color: #4d86a2;}
span.red {background-color: #ad2120;}
span.yel {background-color: #b7a500;}
span.small {font-size:10px;}

tr.portfolioRow td
{
	padding:5px 20px;
}

#secondary a .project {font-weight: normal}

.hide{ display:none; }
.show{ display:block; }

div.roundBox{
	width: 441px;
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	background: url(../img/bg_roundBox_top.jpg) no-repeat top left #f1ede4;
}
div.roundBoxPortfolio{
	width: 620px;
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	background: url(../img/bg_roundBoxPortfolio_top.jpg) no-repeat top left #f1ede4;
}
div.roundBox .bottom {
	padding-bottom: 20px;
	margin-bottom: 0 !important;
	background: url(../img/bg_roundBox_bottom.jpg) no-repeat bottom left transparent;
}
div.roundBox .bottomButton 
{
	text-align:center;
	font-size:12px;
	font-weight:bold;
	display:block;
	width: 441px;
	padding: 0 0 20px 0;
	margin-bottom: 0 !important;
	background: url(../img/bg_roundBox_bottom.jpg) no-repeat bottom left transparent;
}
div.roundBox .bottomLink
{
	text-align:left;
	font-size:12px;
	font-weight:bold;
	display:block;
	width: 421px;
	padding: 0 0 20px 20px;
	margin-bottom: 0 !important;
	background: url(/img/bg_roundBox_bottom.jpg) no-repeat bottom left transparent;
}
div.roundBoxPortfolio .portfolio 
{
	text-align:left;
	font-size:12px;
	font-weight:bold;
	display:block;
	width: 600px;
	padding: 0 0 20px 20px;
	margin-bottom: 0 !important;
	background: url(../img/bg_roundBoxPortfolio_bottom.jpg) no-repeat bottom left transparent;
}

div.figure {
	width: 156px;
	position: relative;
	right: 15px;
}
div.figure span {
	display: block;
	line-height: 13px;
	margin-bottom: 2px;
	padding: 0;
}


/* ----- HEADINGS ----- */

h2{	font: normal 24px/24px Syntax, Helvetica, sans-serif;}
.home #portfolioSpot h2 {
	position: absolute;
	top: -79px;
	left: 1px;
	z-index: 1;
	width: 210px;
	height: 76px;
	background: url(../img/bg_portfolioSpotHome.png) no-repeat top left transparent;
	text-indent: -9999px;
	border: 0;
}
h2#portfolioTitle {
	background: url(../img/bg_portfolio.png) no-repeat top left transparent;
	width: 216px;
	height: 75px;
	text-indent: -9999px;
	position: absolute;
	top: 54px;
	right: 15px;
}
#primary h2 {
	margin: 1px 0 9px 1px;
}

h3{	font: bold 14px/18px Syntax, Helvetica, sans-serif;}
.roundBox h3{padding: 0 20px;}



/* ----- PARAGRAPHS ----- */

#primary p{
    margin: 7px 0 8px 0;
}
.home #primary p{
	margin-left: 160px;
	margin-bottom: 0;
	position: relative;
	z-index: 8;
}
.home #primary p.moreLink {
	text-align: right;
	margin-bottom: 9px;
	margin-right: 6px;
	position: relative;
}
.home #primary p.moreLink.shortLine {
	top: -6px;
}
div.roundBox p {
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 0 !important;
}
div.roundBox p.note {
	font-size: 10px;
	text-align: right;
}

#secondary #homeStatement img {
	position: relative;
	left: -28px;
	z-index: 4;
}

/* ----- LISTS ----- */

#navigation ul, #navigation_portfolio ul{
	list-style: none;
	margin-left: 1px;
	padding:0;
}
#navigation ul ul, #navigation_portfolio ul ul{margin: 3px 0 19px 13px; padding:0;}
/*#navigation ul ul{display: none;}*/
.portfolio #nav-get ul,
.are #nav-are ul {display:block;}

#navigation li, #navigation_portfolio li {margin-bottom: 2px; z-index:10;}


/* ----- DEFINITIONS ----- */

dt a, dd{padding-left: 20px;}
dt{font: bold 14px/18px Helvetica, sans-serif;}
dt.blu a{background: url(../img/bullet_blu.png) no-repeat 0 3px transparent;}
dt.red a{background: url(../img/bullet_red.png) no-repeat 0 3px transparent;}
dt.yel a{background: url(../img/bullet_yel.png) no-repeat 0 3px transparent;}
dd{margin-bottom: 20px;}


/* ----- IMAGES ----- */

img{border:0;}
a img{
	border: 0;
	text-decoration: none;
}
#secondary img {
	margin-bottom: 5px;
	margin-left: 2px;
}
.home #portfolioSpot img{
	width: 290px;
	background-color: #eee;
	margin: 5px 5px 6px 5px;
	float: left;
}


/* ----- BREAK ----- */

hr{ display:none; }


/* ----- TEXT FORMATTING ----- */

strong{font-weight: bold}
em{font-style: italic}


/* ----- FORMS ----- */

.roundBox form{
	text-align: right;
	padding: 0 20px 10px 20px;
}


/* ----- LINKS ----- */

a, a:visited{color: #4c7d92; text-decoration:none; font-weight:normal;}
a:active, a:hover, a:focus{color: #4c7d92; text-decoration:underline; font-weight:normal;}
a:focus {outline: none;}

a.selected, a.selected:visited{color: #4c7d92; text-decoration:none; font-weight:bold;}
a.selected:active, a.selected:hover, a.selected:focus{color: #4c7d92; text-decoration:underline; font-weight:bold;}
a.selected:focus {outline: none;}

.portfolioSearchResults
{
	padding:0 0 10px 20px;	
	display:block;
}
th.portfolioHeader
{
	background-color:#754e00;	
	padding:5px 20px;
	color:#fff;
	font-weight:bold;
}
th.portfolioHeader a:link, th.portfolioHeader a:visited
{
	color:#fff;
	font-weight:bold;
	text-decoration:none;	
}
th.portfolioHeader a:hover, th.portfolioHeader a:active
{
	color:#fff;
	font-weight:bold;
	text-decoration:underline;		
}
.portfolio table
{
	background-color:#f1ede5;
}
.portfolio td
{
	padding-right:20px;
}

dt a{
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: inherit;
	padding-top: 0;
}

/*#navigation a,*/
p.moreLink a,
.figure a{text-decoration: none;}

/*.are #nav-are a, 
.do #nav-do a,
.portfolio #nav-get a,
.resources #nav-resources a,
.contact #nav-contact a {font-weight: bold;}

#navigation ul ul a{font-weight: normal !important;}*/

.figure a {
	font-weight: bold;
	color: inherit;
}

#logo a {
	display: block;
	width: 248px;
	height: 51px;
	margin-top: 22px;
	text-indent: -9999px;
	background: url(../img/logo_tiSmall.png) no-repeat 1px 0 transparent;
}
.home #logo a {
	width: 256px;
	height: 73px;
	margin-top: 47px;
	margin-left: 0;
	background: url(../img/logo_tiLarge.png) no-repeat top left transparent;
}
#clientLogin a {
	display: block;
	text-indent: -9999px;
	width: 104px;
	height: 23px;
	background: url(../img/button_clientLogin.png) no-repeat top left;
}

p.moreLink a{
	padding-right: 10px;
	background: url(../img/arrow_tinyBlue.png) no-repeat 100% 80% transparent;
}



/* ------ sIFR ----- */

/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

/*
.sIFR-hasFlash h1 {
	visibility: hidden;
}*/

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 24px;
	line-height: 26px;
}
#primary .sIFR-hasFlash h2 {margin-bottom: 0;}

.roundBox .sIFR-hasFlash  h3 {padding: 0}
.sIFR-hasFlash dt a {
	visibility: hidden;
	letter-spacing: 0px;
	cursor: pointer;
	line-height: 16px;
	background-position: 0 2px;
}

/*
.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
*/

/* ------ portfolio ----- */
#portfolioContentLeft {float:left;}
#portfolioContentRight {
	float:right;
	width:100px;
}

/* ---------- clearfix hack for floated content ------ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */