body {
	font-family:Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #3333CC;
	font-family: Arial;
	font-size:inherit;
}

/* Breadcrumbs */
.dynNav {
	font-family: Arial;
	font-size: 12px;
}

.navbar {
	width:90%;
/*	border:2px solid; */
	padding:0px;
	border-collapse:separate;
	border-spacing:2px;
	border:1px solid #D77100;

	background-color:#FF9966;
}

.navbar td {
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #D77100;
	border-bottom:1px solid #D77100;

	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #3333CC;

	height: 20px;
}

a:hover { color: #ffffff; }
table {
	font-size: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse: collapse;
}

.left {
	float:left;
	text-align:left;
}

.right {
	float:right;
	text-align:right;
}

.clear {
	clear:both;
}

/* Color chart page */
td.colortext {
	width:200px;
	height:25px;
	vertical-align:top;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
.colorchart {
	width:200px;
	height:50px;
	background-repeat:repeat;
}
td.spacer {
	width:10px;
}
table.contact {
	vertical-align:top;
}

th.contact {
	background-image:url(images/grad-bg.png);
	background-repeat:no-repeat;
	background-position:left;
//	background-position:bottom;
	color:#FFFFFF;
	height:30px;
	font-size:18px;
	vertical-align:middle;
	text-align:left;
}

/* Photo bar */
.photo_bar {
	/*max-height:115px;*/
	/*height:85px;*/
	/*width:100%;*/
	background-color: #3333cc;
	/*background-color:#FF9966;*/
  	margin:0;
	/* padding: 6px; */
	padding-left:3px;
	/*padding-right:10px;*/
  	/*margin-top: 15px;*/
  	/*padding:0; */
  	list-style:none;
  	/*line-height:1.4em;*/
	overflow:hidden;
}

.photo_bar li {
  	display:block;
	float:left;
  	margin:5px 0px 5px 10px;
  	padding:0;
	height: auto;
	width: auto;
}

/**
* This allows for 3 lines of text
*/
.photo_bar li.texted {
	height: 135px;
	font-size:11px;
	text-align:center;
	color:fff;

  	margin:5px 1px 4px 1px;
}

.photo_bar td {
  	padding:5px 5px 3px 5px;
	width: auto;
	height: auto;
	font-size:11px;
	text-align:center;
	color:fff;
}

.photo_bar li:hover  {
/*	color: #000;*/
  	padding:0;
}
/*
.photo_bar td img {
	padding: 0px;
	text-align: center;
	margin: 0px;
	/*background: #fff;*
	border: solid 0px #fff;
	max-height:90px;
	/*max-height:60px;*
}
/*
.photo_bar li img {
	padding: 0px;
	text-align: center;
	margin-right: 5px;
	background-color: #fff;
	border: solid 0px #fff;
	max-height:90px;
	/*max-height:60px;*
}
*/
.photo_bar li:hover img {
    /*border-width: 2px;*/
    border-color: #000;
}

.photos {
	padding: 5px;
	margin: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}
