/* TNDV.com */

	html, body{ 
		margin:0; 
		padding:0; 
		text-align:center; 
		font: 11px Verdana, Arial, Georgia, sans-serif;
		font-weight: normal;
		color: #ffffff;
		background: #333333;
		background-repeat: repeat-y; 
		background-position: top center; 
		background-image: url(images/bg.page.jpg);
		}

/****** Text, Links ******/	
		
	p {
		margin: 0px 10px 10px 10px;
		font: 10px Verdana, Arial, Georgia, sans-serif;
		font-weight: normal;
		color: #C5CBE4;
		line-height: 18px;
		}

	a:link {
		color: #829cf5;
		text-decoration: underline;
		}

	a:visited {
		color: #4E6AC8;
		text-decoration: underline;
		}

/****** Headings ******/

	h1 {
		margin: 0px 0px 10px 0px;
		font: 16px Trebuchet MS, Arial, Helvetica, sans-serif;;
		font-weight: normal;
		color: #ffffff;
		border-top: 1px solid #2C324B;
		border-bottom: 1px solid #2C324B;
		padding: 8px 0 8px 50px;
		background-color:#080E25;
		background-repeat: no-repeat; 
		background-position: left; 
		background-image: url(images/icon.jpg); 
		}

	h2 {
		font: 11px Trebuchet MS, Arial, Helvetica, sans-serif;;
		font-weight: normal;
		color: #ffffff;
		padding: 8px 0px 5px 25px;
		border-bottom: 1px solid #2C324B;
		margin: 0px 8px 0px 8px;
		background-repeat: no-repeat; 
		background-position: left; 
		background-image: url(images/icon.newspaper.gif);
		}

	h2.news {
		font: 11px Trebuchet MS, Arial, Helvetica, sans-serif;;
		font-weight: normal;
		color: #ffffff;
		padding: 8px 0px 5px 25px;
		border-bottom: 1px solid #2C324B;
		margin: 0px 8px 0px 8px;
		background-repeat: no-repeat; 
		background-position: left; 
		background-image: url(images/icon.newspaper.gif);
		}
		
	h2.pdfs {
		font: 11px Trebuchet MS, Arial, Helvetica, sans-serif;;
		font-weight: normal;
		color: #ffffff;
		padding: 8px 0px 8px 25px;
		border-bottom: 1px solid #2C324B;
		margin: 0px 8px 0px 8px;
		background-repeat: no-repeat; 
		background-position: left; 
		background-image: url(images/icon.pdf.gif);
		}
		
	h2.phone {
		font: 11px Trebuchet MS, Arial, Helvetica, sans-serif;;
		font-weight: normal;
		color: #ffffff;
		padding: 8px 0px 8px 25px;
		border-bottom: 1px solid #2C324B;
		margin: 0px 8px 0px 8px;
		background-repeat: no-repeat; 
		background-position: left; 
		background-image: url(images/icon.phone.gif);
		}
		
	h2.email {
		font: 11px Trebuchet MS, Arial, Helvetica, sans-serif;;
		font-weight: normal;
		color: #ffffff;
		padding: 8px 0px 8px 25px;
		border-bottom: 1px solid #2C324B;
		margin: 0px 8px 0px 8px;
		background-repeat: no-repeat; 
		background-position: left; 
		background-image: url(images/icon.email.gif);
		}

	h2.mapit {
		font: 11px Trebuchet MS, Arial, Helvetica, sans-serif;;
		font-weight: normal;
		color: #ffffff;
		padding: 8px 0px 8px 25px;
		border-bottom: 1px solid #2C324B;
		margin: 0px 8px 0px 8px;
		background-repeat: no-repeat; 
		background-position: left; 
		background-image: url(images/icon.mapit.gif);
		}

/****** Copy Photos ******/
	
	.photos {
		display:block;
		padding: 5px 5px 5px 5px;
		margin: 0px 5px 0px 0px;
		background: #080E25;
		color: #333;
		border: 1px solid #2C324B;
		text-decoration: none;
		}

/****** Backgrounds ******/

	.flash {
		background-repeat: no-repeat; 
		background-position: top center; 
		background-image: url(images/flash.holder.jpg);
		}

