 /*div { border: 1px solid #FF0000; } */

/*###################### reset ######################*/

* { margin: 0px; padding: 0px; }
#left li { margin: 0px 0px 10px 20px; line-height: 1.5em; }
#right ul.normal li { padding: 0px 0px 5px 5px; }
	#right ul.normal { padding-left: 20px; margin-bottom: 10px; }
	


/*###################### top-level elements ######################*/

body {
	font-family: Arial; 
	font-size: 12px; 
	line-height: 1.6em; 
	color: #666;
	background: #E0E8F0 url(../images/bg.jpg) center -25px  no-repeat;
}
	
/* ####################### page structure ####################### */

#logo { 
	position: absolute;
	top: 20px;
	left: 20px;
	background: url(../images/logo.gif) no-repeat;
	text-indent: -9999px;
	width: 124px;
	height: 83px;
	overflow: hidden;
}

#wrapper { 	
	margin: 0 auto;
	width: 960px; 
	position: relative;
	background: #FFF;
}
	#home #wrapper { }

#header {
	/*height: auto;*/
	width: 960px;
	margin: 0 auto;
	height: 158px;
	position: relative;
}

#pagebody { 
	width: 960px; 
	padding: 30px 0px 90px 0px;

}
	#home #pagebody { 
		width: 100%; 
		height: auto;
		float: left;
		padding: 0px;
		margin: 0px;
		color: #6C8DA6; 
		line-height: 1.2em;
		}

#masthead { margin-top: 11px; }
	#masthead h1 {	
		float: left;
		display: block;
		height: 46px;
		margin-right: 11px;
		width: 210px;
		background-color: #5287BC;
		padding: 90px 0px 0px 30px;
	}
	
	
#left {
	width: 240px;
	float: left;
	margin-bottom: 250px; /* keeps #right from wrapping around #left, according to the DW 2-col fixed template */
	/*border: 1px dotted #AA0000;*/
	position: absolute;
	top: 330px;
	left: 0px;
}

#right {
	width: 622px;
	margin: 131px 0px 0px 270px;
	/*border: 1px solid #CCC;*/

}
	#home #right { margin: 0px; }
	
#extras {
	padding: 30px;
}

#footer {
	width: 930px;
	height: 20px;
	padding: 14px 0px 5px 30px;
	margin: 0px auto 0px auto;
	color: #FFF;
	background: #85B7D6;
	font: 9px Tahoma;
	clear: both;
}
	#footer a {  }
	#footer a:hover {  }

#home-intro { width: 940px; height: 191px; padding-left: 20px; margin: 0 auto; }
#home-strip { height: 69px; width: 100%; background: url(../images/home-strip.gif) top center no-repeat; }
#home-contentstable { width: 920px; margin: 5px auto 20px auto; }
	#home-contentstable td { vertical-align: top; }
	#home-contentstable a { text-decoration: none; color: #9EAAB1; line-height: 1.6em; }
		#home-contentstable a:hover { text-decoration: none; }

/*###################### font styles ######################*/

p { margin: 20px 0px 20px 0px; }
h1 { font: bold 30px "Avenir 55 Roman"; color: #FFF; letter-spacing: -1px; }
h2 { font: bold 24px "Avenir 55 Roman"; color: #798FAC; letter-spacing: -1px; }
h3 { font: bold 16px "Avenir 55 Roman"; color: #798FAC; line-height: 110%; margin: 15px 0px 15px 0px; letter-spacing: -.3px; }
h4 { font: bold 16px "Avenir 55 Roman"; color: #798FAC; line-height: 100%; margin: 5px 0px 5px 0px; letter-spacing: -.3px;  }
h5 { font: bold 16px "Avenir 55 Roman"; color: #798FAC; line-height: 120%; margin: 3px 0px 2px 0px; letter-spacing: -.3px; }
h6 { font: bold 17px "Avenir 55 Roman"; color: #798FAC; line-height: 100%; margin-bottom: 5px; padding: 0px; height: 25px; letter-spacing: -.2px; }

.blue { color: #305F92; }
.white { color: #FFFFFF; }
.small { font: 11px Arial; line-height: 140%; }
.smallest { font: 10px Tahoma; line-height: 120%; }
.lessleading { line-height: 120%; }

.headline { font-weight: bold; text-align: center; text-transform: uppercase; }
.subhead { font-style: italic; text-align: center; }


/*###################### miscellaneous ######################*/

img#logo-print { display: none; }
a img { border: 0px; }
.clear { clear: both; }
.floatright { float: right; margin: 0px 0px 20px 20px; }
	.clickable .floatright { margin: 0px; }
.pagetitlespacer { display: block; height: 140px; }
.center { margin: 0 auto; }

a.rollover { border: 1px solid #FFF; display: block; }
a:hover.rollover { border: 1px solid #CFD67A; }

.padded-10 { padding: 10px; }
.padded-20 { padding: 20px; }
.padded-sidesonly { padding: 0px 20px 0px 20px; }
.padded-left { padding-left: 20px; }
.padded-right { padding-right: 20px; }
.padded-topbottom { padding: 20px 0px 20px 0px; }
.padded-top { padding-top: 20px; }
.padded-bottom { padding-bottom: 20px; }
.bg-green { background: #FAFBF4; }
.bg-black { background-image: url(../images/bg-black-50percent.png); }
.box-a { padding: 10px 20px; background: #F1F6FA; }

.bordered-a { border: 1px solid #292E05; }
.bordered-dullwhite { border: 1px solid #999; }
.border-bottom { border-bottom: 1px solid #666; }

#left form { margin-left: 30px; }
.textfield { border: 1px solid #D7D9DB; background-color: #FFF; color: #ACAC7A; font: 9px Tahoma; width: 177px; height: 18px; padding: 6px 5px 0px 5px; margin: 0px 0px 8px 0px; }
#home .textfield { border: 1px solid #E1E1E1; background-color: #F5F7F9;  }

/* ####################### bios ####################### */

#bioswrapper {  }
#bioswrapper div { padding: 20px; top: 500px; width: 650px; position: absolute; margin-left: -5000px; float: left;  clear: both; }
.bio { padding: 20px; }
.bio img { float: right; margin: 10px 0px 20px 20px; border: 1px solid #E2E2E2; }
.bio h3 { margin: 0px; padding: 0px; }


/* ####################### links ####################### */

a, a:visited { color: #3E6B82; line-height: 130%; text-decoration: underline; cursor: pointer; }
a:active,a:hover { color: #000; text-decoration: underline; }

a.undecorated, a.undecorated:visited { color: #145B70; text-decoration: none; }
a.undecorated:active,a.undecorated:hover { color: #000; text-decoration: underline; }

.linkWhite, .linkWhite:visited { color: #FFF; font: 11px Arial; line-height: 1.5em; text-decoration: none; }
.linkWhite:hover, .linkWhite:active { color: #FC0; text-decoration: underline; }

.linkBlue, .linkBlue:visited { color: #4A6179; font: 12px Tahoma; line-height: 130%; text-decoration: underline; }
.linkBlue:hover, .linkBlue:active { color: #AA0000; text-decoration: underline; }

.linkSmall, .linkSmall:visited { color: #FFF; font: 10px Tahoma; line-height: 1.5em; text-decoration: none; }
.linkSmall:hover, .linkSmall:active { text-decoration: underline; }

.linkGreySmall, .linkGreySmall:visited { color: #666666; font: 10px Tahoma; line-height: 170%; text-decoration: none; }
.linkGreySmall:hover, .linkGreySmall:active { text-decoration: underline; font-weight: bold; }



/* ####################### rollover blocks (jquery) ####################### */

#rolloverblocks { text-align: center; }

#rolloverblocks div a {
	padding: 10px; 
	background: #F1F6FA; 
	margin: 0px 8px 8px 0px; 
	float: left;
	width: 150px;
	border: 1px solid #FFF;
	text-decoration: none;
	text-align: center;
}
#rolloverblocks div a strong {
	text-decoration: none;
	display: block;
	width: 130px;
	height: 100%;
	padding: 8px;
}
#rolloverblocks div a:hover {
	color: #3E6B82;
	background-color: #FFF;
	border: 1px solid #E2E2E2;
	}
#rolloverblocks div.hovered {
	cursor: pointer;
	background-color: /*#E9F0F5*/ #FFF;
	border-color: /*#E2E2E2*/ #E9F0F5;
}
#rolloverblocks div a img { /*float: left;*/ border: 1px solid #E2E2E2; margin: 0 auto; }
	/*#rolloverblocks div a:hover img { border: 1px solid #AA0000; }*/
	
pre.code { text-indent: -9999px; }


/*###################### subnav ######################*/

#subnav {
	width: 238px;
	padding: 0px 0px 30px 0px; 
	margin: 0px 0px 100px 20px;
	/*background-image: url(../images/bg-subnav.png);*/

}

#subnav ul {
	width: 195px;
	margin: 0px;
	padding: 0px 0px 0px 12px;
	list-style-type: none;
}

#subnav ul li { 
	padding: 3px 0px 1px 0px; 
	margin: 0px; 
	width: 185px;
}

#subnav ul a {
	font: bold 16px "Avenir 55 Roman";
	color: #798FAC;
	text-decoration:none;
	padding: 2px 0 8px 0px;
	display: block;
	width: 145px;
	/*background: 0px 9px url(../images/bullet1.gif) no-repeat;*/
}
#subnav ul a:hover {
	text-decoration:none;
	font-weight: bold;
}


/*###################### login ######################*/

#login { position: absolute; top: 250px; left: 0px; float: left;}



/*###################### portfolio ######################*/

#portfoliotable {
	position: absolute;
	top: 350px;
	left: 28px;
	width: 900px;
}
#portfoliotable td { font-size: 11px; line-height: 1.5em; border-bottom: 1px solid #CCCCCC; padding-left: 5px; }
#portfoliotable td.header { padding: 8px 0px 8px 5px; background: #E3EDF2; border-width: 1px; border-style: solid; border-color: #E8F4FF #CBD7E3 #CBD7E3 #FFF; }
#portfoliotable td p { }
#portfoliotable td h3 { margin: 4px 0px 0px 0px; padding: 0px; }
#portfoliotable td.noborder { border: none; }
#portfoliotable td.tallerrow { height: 30px; }
#portfoliotable td.noleftpadding { padding-left: 0px; }


/* ####################### masthead photos ####################### */

#masthead span { width: 709px; height: 136px; display: block; float: left; position: absolute; top: 169px; left: 251px; }

span#masthead-a { background-image: url(../images/masthead-a.jpg); }
span#masthead-b { background-image: url(../images/masthead-b.jpg); }
span#masthead-c { background-image: url(../images/masthead-c.jpg); }
span#masthead-d { background-image: url(../images/masthead-d.jpg); }
span#masthead-e { background-image: url(../images/masthead-e.jpg); }
span#masthead-f { background-image: url(../images/masthead-f.jpg); }

/* ####################### table & table cell formats ####################### */

.tablePadded-a td { padding: 2px 10px 0px 0px; vertical-align: top; }

.tablePadded-b { margin-top: 10px; }
.tablePadded-b td { padding: 0px 10px 5px 0px;  vertical-align: top; }

.tablePadded-c td { padding: 0px 10px 10px 0px;  vertical-align: top; }

.tablePadded-d td { padding: 10px 10px 10px 0px;  vertical-align: top; }

.tablePadded-e td, .tablePadded-f td { padding: 4px 10px 1px 10px;  vertical-align: top; }
	.tablePadded-e h2, .tablePadded-e h4, .tablePadded-e h5, .tablePadded-e h6 { padding: 0px; margin: 0px; }

#tableHome { width: 920px; }
#tableHome td { padding: 20px; }
	#tableHomeleft { width:  }
	#tableHomeright {  }

#tableHomenews td { padding: 5px 0px 5px 0px; }

.tablePipeline td { border: 1px dotted #FFFFFF; font: 12px Arial; padding: 2px 0px 2px 0px; vertical-align: middle; }
.tablePipeline thead td { color: #FFFFFF; padding: 5px; text-align: center; }
.tablePipeline p { margin: 5px 10px 5px 5px; color: #333; }


/* ####################### callouts ####################### */

.calloutpadding { margin: 30px 0px 30px 0px; }

#calloutLatestNews {
	font-size: 11px;
	line-height: 1.1em;
	color: #FFF;
	text-decoration: none;
}
	#calloutLatestNews td { padding: 10px 20px 5px 20px; }
	#calloutLatestNews a { color: #FFF; font: 11px Arial; line-height: 1.3em; text-decoration: none; }
	#calloutLatestNews a:hover { color: #FC0; text-decoration: underline; }

	#calloutLatestNews a.small { font: 10px Tahoma;  }
	#calloutLatestNews a.small:hover { color: #FC0;}


.callout-yellow-a { background:url(../images/bg-yellow-40percent.png); }



/* ####################### vendor rollovers ####################### */

div.vendor {
	float: left;
	margin: 0 6px 6px 0;
	padding: 0;
	width: 206px;
	height: 113px;
}
div.vendor a {
	display: block;
	position: relative;
	margin: 0 0 15px 0;
	padding: 0;
	width: 206px;
	height: 113px;
	overflow: hidden;
	background: #000;
}
div.vendor img {
	position: absolute;
	top: 0;
	left: 0;
	height: 113px;
	width: 206px;
	margin: 0px;
	padding: 0px;
}
