A {text-decoration: none;color:white;}



TD.nav {font:14px "Arial"; color:white;}
	
		.blueline {
			height:1px;
			width:100%;
			background-color: #51B6D4;
			margin-top: 5px;
			margin-bottom: 7px;
		}
				
		.breadcrumb {
			color:#51B6D4;
		}
		
		.caption {
			color: #4B5955; font-size: 10px; font-family: Verdana;
			text-align: center;
			display: block;
		}
				
		.collage {
			width:100%;
		}
		
		.column-1-2 {
			width:50%;
			background-color: #D2691E;
			//border: dotted 1px yellow;
		}
		
		.column-1-3 {
			width:33%;
			background-color: #D2691E;
			//border: dotted 1px yellow;
		}
		
		.column-1-4 {
			width:25%;
			background-color: #D2691E;
		}
		
		.column-2-3 {
			width:67%;
			background-color: #D2691E;
			//border: dotted 1px yellow;
		}
		
		.column-3-4 {
			width:75%;
			background-color: #D2691E;
			//border: dotted 1px yellow;
		}
		
		[class*='column'] {
		  float: left;
		}
		
		.contactinfo {
			margin-left:50px;
			padding-top:10px;
			text-align: left;
			font-size: 20px;
			font-family: Verdana;
			color: white;
		}
		
		.container {
			width:732px;
			height:680px;
			margin-left:auto;
			margin-right:auto;
			display:block;
			background-color:#4B5955;
			position:relative;
			top:0px;
		}
		
		.darklink {
			text-decoration: none;
			color:#51B6D4;
		}
		
		.footer {
			border:dotted 1px aqua;
			height:30px;
			width:100%;
			position: relative;
			top: 410px;
		}
		
		.footerimage {
			display:block;
			margin-left: auto;
			margin-right: auto;
			margin-top: 30px;
		}
		
		.gridarea {
			width:100%;
			background-color: #D2691E;
			border-bottom: solid 1px #51B6D4;
		}
		
		.gridcell {
			//border:solid 1px black;
			height:183px;
			padding:29px;
			//margin:10px;
			//margin-left:auto;margin-right:auto;display:block;
		}
		
		.headerdot {
			position:relative;top:5px;
			width:40px;
		}
		
		.headertext {
				color: black; font-size: 24px; font-family: Arial;
				margin-top: 10px;
				margin-bottom: 20px;
		}
		
		.inactivelink {
			color: #51B6D4; font-size: 10px; font-family: Verdana;  font-weight: bold;
			line-height:7px;
		}
		
		.indicator {
			color: #ECC242; font-size: 6px; font-family: Verdana;  
		}
		
		.leaf {
			color: #ECC242; 
		}
		
		.menuarea:after	{
			  content: "";
			  display: table;
			  clear: both;
		}
		
		.menucat { 
			color: #4B5955; 
			font-size: 10px; font-family: Verdana;  font-weight: bold;
		  line-height:2px;}
		  
		.menucat2 { 
			color: black; 
			font-size: 11px; font-family: Verdana;  font-weight: bold;
		  line-height:2px;}  
		
		.menucon {
			font-size: 9px; font-family: Verdana; text-align: right;
		  line-height:2px;
		}
		
		.menudot {
			position:relative;top:5px;
			width:20px;
		}
		
		.menuheading {
			margin-top: 6px;
			margin-bottom: 3px;
			margin-left: auto;
			margin-right: auto;
			color: white; font-size: 14px; font-family: Arial;  text-decoration: none;
		}
		
		.menusub {
			color: white; font-size: 10px; font-family: Verdana;  
			line-height:7px;
		}
		
		.orangeline {
			height:1px;
			width:100%;
			background-color: #D2691E;
		}
		
		P {
			font:12px "Arial"; color:#4B5955;
			text-indent: 20px;
		}
		
		.pageheading {
			font:20px "Arial"; color:white;
		}
		
		.resume { color: black; font-size: 11px; line-height: 17px; font-family: Verdana }

		 
		.show_hide {
		    color: white; font-size: 16px; font-family: Arial; text-decoration: none;
		
		}
		
		.slidingDiv {
			border-radius:10px;
			z-index:0; 
			margin-top:0px;
			border:dotted 1px #4B5A55;
			margin-left: auto;
			margin-right: auto;
			
		}
		
		.smallprint {
			
			font:10px "Arial"; 
		}
		
		*, *:after, *:before {
		  -webkit-box-sizing: border-box;
		  -moz-box-sizing: border-box;
		  box-sizing: border-box;
		}