@charset "utf-8";
/* CSS Document */
#content {
	clear: both;
	background-color: #FFFFFF;

}

div#left {
	padding-top: 1em;
	float: left;
	width: 21%;
	text-align: left;
	border-bottom: solid 2em #fff;
}

/* LEFT NAV LIST */

ul#leftnav li a,ul#leftnav li a
{
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
}

ul#leftnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#leftnav li { 
	display: inline; }

ul#leftnav li a {
	color: #fff;
	display: block;
	background: #0083A9;
	border-bottom: solid 1px #fff;
	width: 120px;
	font-weight: 700;
	padding-top: .5em;
	padding-right: 0;
	padding-bottom: .5em;
	padding-left: 2em;
}

ul#leftnav li a.t1 {
	background: #339933; 
}

ul#leftnav li a.t2 {
	background: #0066CC;
}

ul#leftnav li a.t3 {
	background: #6666CC;
}

ul#leftnav li a:hover {
	background: #00ADD0;
	color: #FFFFFF;
}

ul#leftnav li a.t1:hover {
	background: #66cc33;
}

ul#leftnav li a.t2:hover {
	background: #75A0D5;
}

ul#leftnav li a.t3:hover {
	background: #9292DA;
}


ul#leftnav li a#current
{
	color: #fff;
	background: #00ADD0;
}

ul#leftnav li a#t1current
{
	color: #fff;
	background: #66cc33;
}

ul#leftnav li a#t2current
{
	color: #fff;
	background: #75A0D5;
}

ul#leftnav li a#t3current
{
	color: #fff;
	background: #9292DA;
}

/* SUB LEFT NAV LIST */
ul#subleftnav
{
	margin: 0 0 0 13px;
	list-style-type: none;
	padding: 0;
}

ul#subleftnav li { display: inline; }

ul#subleftnav li a
{
	display: block;
	color: #666;
	padding: .2em 0 .3em 25px;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	height: auto;
	width: 107px;
	background-color: #fff;
	font-weight: normal;
}

ul#subleftnav li a:hover 
{
	background-color: #fff;
	color: #000;
	font-weight: 900;
}

ul#leftnav li a#subcurrent
{
	color: #000;
	font-weight: 900;
}

/*Swatch Blurbs*/
#swatchblurb {
	width: 75%;
	float: left;
	text-align: center;
	list-style-type: none;
	margin: 0 auto;
	padding-top: 0.5em;
}

/* CMF */
#cmf {
	width: 75%;
	float: left;
	text-align: center;
	list-style-type: none;
	margin: 0 auto;
	padding-top: 0.5em;
}


#cmf p {
	padding-top: 1em;
	padding-left: 3.75em;
	padding-right: 3em;
	line-height: 1.25em;
	text-align: left;
	float: left;
}

#cmf p a {
	text-decoration: none;
	color: #00549F;
}

#cmf p a:hover {
	text-decoration: underline;
	color: #00549F;
}
#cmf ul.swatch {
	list-style: none;
	clear: both;
}
#cmf ul.swatch li {
	padding-left: .5em;
	padding-right: .5em;
	padding-top: 1em;
	float: left; 
	width: 80px; 
	height: 100%;
}
#cmf ul.swatch li a {
	text-decoration: none;
	color: #000;
}
#cmf li {
	font-size: .8em;
}
#cmf ul.swatch li a:hover {
	color: #000;
	text-decoration: none;
}
#cmf ul.swatch li a img {
	border: none;
}

/* Tall Thumbnails*/
#cmf ul.tallitem {
	list-style: none;
}
#cmf ul.tallitem li {
	padding-left: 1.5em;
	padding-right: 1.5em;
	padding-top: 1em;
	float: left; 
}
#cmf ul.tallitem li a {
	text-decoration: none;
	color: #666;
}

#cmf ul.tallitem li h5 {
	text-decoration: none;
	color: #00549F;
	font-weight: 900;
}

#cmf ul.tallitem li h6 {
	text-decoration: none;
	color: #000;
}

#cmf ul.tallitem li p {
	text-decoration: none;
	color: #666;
}

#cmf ul.tallitem li a:hover {
	color: #000;
}

#cmf ul.tallitem li a img {
	border: none;
}

#cmf ul.wideitem {
	list-style: none;
}

#cmf p {
	padding-top: 1em;
	padding-left: 3.75em;
	padding-right: 3em;
	line-height: 1.25em;
	text-align: left;
	float: left;
}

#cmf p a {
	text-decoration: none;
	color: #00549F;
}

#cmf p a:hover {
	text-decoration: underline;
	color: #00549F;
}

#cmf ul.wideitem li {
	padding-left: .75em;
	padding-right: 2em;
	padding-top: 1em;
	float: left; 
	width: 200px; 
	height: 100%;
}
#cmf ul.wideitem li a {
	text-decoration: none;
	color: #666;
}
#cmf ul.wideitem li a:hover {
	color: #000;
}
#cmf ul.wideitem li a img {
	border: none;
}








#cmf ul.thumbnail{
position: relative;
z-index: 0;
list-style: none; 
}

#cmf ul.thumbnail li{
	padding-left: .75em;
	padding-right: 2em;
	padding-top: 1em;
	float: left; 
	width: 200px; 
	height: 100%;
}

#cmf ul.thumbnail li a{
	text-decoration: none;
	color: #666;
	}
	
#cmf ul.thumbnail li:hover{
background-color: transparent;
z-index: 50;
}

#cmf ul.thumbnail li span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

#cmf ul.thumbnail li span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

#cmf ul.thumbnail li:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}













/* Client Logos*/
#cmf ul.logos {
	list-style: none;
}
#cmf ul.logos li {

	padding-top: 1em;
	float: left; 
	width: 200px; 
	height: 100%;
}
#cmf ul.logos li a {
	text-decoration: none;
	color: #666;
}
#cmf ul.logos li a:hover {
	color: #000;
}
#cmf ul.logos li a img {
	border: none;
}

/* Items Large - Wide */
#itemL {
	width: 75%;
	margin: 0 auto;
	padding-top: 1em;
}
#itemL h2 {
	line-height: .1em;
}
#itemL img {
	border: none;

}
#itemL a {
	text-align: left;
}

/* Items Large- Tall */
#itemT {
	width: 75%;
	margin: 0 auto;
	padding-top: 1em;
}
#itemT h2 {
	line-height: .1em;
}
#itemT img {
	border: none;
}
#itemT a {
	text-align: left;
}
/* Items Large- Tall Column Shared */
#itemTa{
	width: 33%;
	margin: 0 auto;
	padding-top: 1em;
	float: left;
}
#itemTa h2 {
	line-height: .1em;
}
#itemTa img {
	border: none;
}
#itemTa a {
	text-align: left;
}

/* Items Large- Tall Column Shared 2*/
#itemTa2 {
	margin: 0 auto;
	padding-top: 7em;
	float: left; 
	padding-right: 2em; 
	padding-left: 2em; 
	}
#itemTa2 h2 {
	font-weight: bold;
	text-align: left;
	font-size: 1.1em;
}

/* US Map */
#usmap {
	margin-left: 0;
	margin-right: 0;
	float: left;
	padding-top: 1em;
}

/* About */
#about{
	width: 70%;
	w/idth: 75%;
	float: right;
	text-align: left;
	padding-top: 1em;
	padding-right: 4em;
	background-image: url(../images/tantealtrans.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom:  2em solid #fff;
}

#about h2{
	color: #00549F;
	font-size: 1.4em;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}

#about h3{
	color: #666;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

#about p {
	margin: 0px;
	line-height: 1.25em;
	padding-top: 0px;
	padding-right: 7em;
	padding-bottom: 2em;
	padding-left: 0px;
}

#about a {
	text-decoration: none;
	color: #003478;
}

#about a:hover {
	text-decoration: underline;
}

