 /*div { border: 1px solid #FF0000; } */

* { margin: 0px; padding: 0px; }

body {
	background:#FFF url(../images/bg.jpg) repeat-x;
	font: 12px Arial; 
	line-height: 140%; 
	color: #666;
	padding-top: 20px;
	width: 901px;
	margin: 0 auto;
}


/* ####################### page structure ####################### */

#container { 
	width: 931px;
	margin: 0 auto;
	/*border: 1px solid #000;*/
	float: left;
	position: relative;
	margin-bottom: 70px;
}
#home #container {
	background: url(../images/home-bg-pills.jpg) bottom right no-repeat; 
	padding-bottom: 150px; 
	margin-bottom: 20px;
}

#header { position: relative; }

#header span { height: 238px; display: block; width: 900px; }
#home #header span { 
	height: 343px; display: block; width: 901px;
	background: url(../images/homephoto.jpg) no-repeat;
	/*border: 2px solid #FFFFFF;*/
}

#columnSidebar { 
	padding: 105px 0px 0px 75px; 
	background: url(../images/quote.gif) 0px 105px no-repeat; 
	float: left; 
	width: 150px; 
	clear: both; 
}
#columnCopy { margin-left: 280px; display: block; width: 590px; }
#home #columnCopy { margin-left: 0px; }

#footer {
	padding: 10px 0px 10px 0px;
	color: #666;
	font: 9px Tahoma;
	clear: both;
	border-top: 5px solid #ECECEC;
	width: 98%;
}


/* ####################### header images ####################### */

#header span.photo-about { background-image: url(../images/topphoto-about.jpg); }
#header span.photo-services { background-image: url(../images/topphoto-services.jpg); }
#header span.photo-work { background-image: url(../images/topphoto-work.jpg); }
#header span.photo-clients { background-image: url(../images/topphoto-clients.jpg); }

/*###################### font styles ######################*/

p { margin: 0px 0px 20px 0px; }
h1 { font: 60px "TradeGothic CondEighteen"; height: 85px; color: #3D8CBC; line-height: 110%; letter-spacing: -3px; margin: 20px 0px 0px 0px; font-weight: bold; }
h2, .bigsifr { font: 22px "TradeGothic CondEighteen"; color: #A1C7DE; line-height: 90%; letter-spacing: -1px; margin: 0px 0px 20px 0px; font-weight: bold; }
h3 { font: 16px "TradeGothic CondEighteen"; color: #CCB483; line-height: 110%; letter-spacing: -.5px; margin-bottom: 15px; font-weight: bold; }

a.sifrlink { font-size: 16px; margin: 10px 0px 10px 0px; }
a:hover.sifrlink { color: #333; cursor: hand; }

#columnCopy ul { padding: 0px 10px 20px 10px; margin-left: 3px; }
#columnCopy ul li { margin: 0px 0px 10px 0px; }

.red { color: #AA0000; }
.white { color: #FFFFFF; }
.small { font-size: 10px; line-height: 120%; }

.headline { font-weight: bold; text-align: center; text-transform: uppercase; }
.subhead { font-style: italic; text-align: center; }

#columnFeature li { margin-bottom: 15px; line-height: 110%; }

/*###################### miscellaneous ######################*/

.clear { clear: both; }

#printlogo { display: none; }
#footer #textaddress { display: none; }

.floatright { float: left; margin: 0px 20px 20px 0px; }
.floatright { float: right; margin: 0px 0px 20px 20px; }




/* ####################### home ####################### */

#tableHome { width: 901px; }
#tableHome #columnTagline { padding: 30px; width: 214px; }
#tableHome #columnCopy { padding: 30px 50px 0px 0px; width: 260px;}
#tableHome #columnShadow { }
#tableHome #columnFeature { padding: 0px 15px 0px 40px; background: url(../images/home-bg-feature.jpg) no-repeat; width: 237px; }

/* ####################### AP elements ####################### */

#logo {
	position: absolute;
	left: 55px;
	top: 100px;
	text-indent: -9999px;
	width: 318px;
	height: 43px;
	background-image: url(../images/logo.png);
	
}
#home #logo {
	position: absolute;
	left: 55px;
	top: 130px;
	/*background: url(../images/logo.png) no-repeat;*/
	text-indent: -9999px;
}


/* ####################### links ####################### */

a, a:visited { color: #960; line-height: 130%; text-decoration: underline; }
a:active, a:hover { color: #000; text-decoration: underline; }

.linkBlue, .linkBlue:visited { color: #3D8CBC; text-decoration: none; }
.linkBlue:hover, .linkBlue:active { color: #333;  }

.linkGreySmall, .linkGreySmall:visited { color: #666666; font: 10px Tahoma; line-height: 170%; text-decoration: none; }
.linkGreySmall:hover, .linkGreySmall:active { text-decoration: underline; font-weight: bold; }


/*###################### left ######################*/

#subnav {
	width: 166px;
	padding: 123px 0px 15px 3px; 
}

#subnav ul {
	width: 145px;
	padding: 0px 0px 40px 0px;
	list-style:none;
	/*border: 1px solid #000;*/
}

#subnav ul a {
	color: #FFFFFF;
	text-decoration:none;
	padding: 6px 14px 6px 20px;
	margin: 4px 0px 4px 0px;
	display: block;
	width: 130px;
	font: bold 11px Tahoma;
	background: url(../images/bullet1.gif) 155px 11px no-repeat;
	line-height: 110%;
	text-align: right;
	/*border: 1px solid #FFF;*/
	}
#subnav ul a:hover, #subnav ul a:active {
	text-decoration: underline;
	/*padding: 5px 30px 4px 0px;*/	
	/*width: 133px;*/
}


/* ####################### table & table cell formats ####################### */

.tablePadded-a td { padding: 2px 10px 0px 0px; }

.tablePadded-b { margin-top: 10px; }
.tablePadded-b td { padding: 7px 10px 7px 0px; vertical-align: top;}

.tablePadded-c { margin-top: 10px; }
.tablePadded-c td { padding: 7px 10px 15px 10px; vertical-align: top; border-right: 8px solid #FFF; }
.tablePadded-c p { margin: 7px 0px 11px 0px; line-height: 110%; }

.tablePipeline td { border: 1px dotted #FFFFFF; font: 10px Tahoma; padding: 3px 0px 3px 0px; vertical-align: middle; }
.tablePipeline thead { color: #FFFFFF; }
.tablePipeline p { margin: 0px 5px 0px 5px; }

td .nounderline a { text-decoration: none; color: #990000; line-height: 125%; }
td .nounderline a { text-decoration: underline; }

.tableHomenews { margin-top: 15px; }
.tableHomenews td {
	padding-bottom: 3px;
	color: #F6B025;
	font: bold 9px Tahoma; 
}
.tableHomenews a, .tableHomenews a:visited {
	display: block;
	margin-bottom: 15px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	width: 150px;
}
.tableHomenews a:hover {
	text-decoration: underline;
}


/* ####################### rollover blocks (jquery) ####################### */

#rolloverblocks div {
	padding: 10px; 
	border: 1px solid #C5CCDA; 
	background: #ACC7D7; 
	margin-top: 10px; 
	float: left;
	width: 570px;
}
#rolloverblocks div a {
	text-decoration: none;
	display: block;
	width: 390px;
	height: 19px;
	padding: 25px 8px 8px 8px;
	margin: 0px 0px 0px 140px;
}
#rolloverblocks div a.twolines {
	text-decoration: none;
	display: block;
	width: 390px;
	height: 39px;
	padding: 12px 8px 8px 8px;
	margin: 0px 0px 0px 140px;
}
#rolloverblocks div a:hover {
	cursor: pointer;
	}
#rolloverblocks div.hovered {
	cursor: pointer;
}
#rolloverblocks div img { float: left; border: 1px solid #CCCCCC; }

pre.code { text-indent: -9999px; }

#rolloverblocks .pretty-hover { background-color: #FCC;  }