
/* --------------------------------------------------------------------------------------------
-	LTC ARCH Styles 
--------------------------------------------------------------------------------------------- */

/* import CSS reset style sheet to get rid of most browser defaults... */

@import url(CSS-Reset.css);

/* define default styling for text 

	NOTE: This rule should NEVER contain properties which affect the box model - since this would 
		   be applied to every element on the page (with really nasty results).
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	text-transform: none;
	color: #474131;
	text-decoration: none;
	/*	background-color: #99B9C4;   set dynamically from db */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body strong {
	font-weight: bold;
	}

/* give paragraphs more spacing */
p, ul {
	margin-top: 6px;
}	
/* for unordered lists, set a display style */


ol.abc, ol.abc li {
	list-style:lower-alpha;
	list-style-position: outside;
	margin: 0 1.5em;	
	/*list-style-image: url(../images/icon-list-blue-dot.jpg);
	list-style-position:inside;*/
}

ol.num, ol.num li {
	list-style: decimal;
	list-style-position: outside;
	margin: 0 1.5em;
	/*list-style-image: url(../images/icon-list-blue-dot.jpg);
	list-style-position:inside;*/
}

ol, ol li {
	list-style: decimal;
	list-style-position: outside;
	margin: 0 1.5em;
	/*list-style-image: url(../images/icon-list-blue-dot.jpg);
	list-style-position:inside;*/
}

ul, ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 1.5em;	
	/*list-style-image: url(../images/icon-list-blue-dot.jpg);
	list-style-position:inside;*/
}


ul.circle, ul.circle li {
	list-style-type: circle;
	list-style-position: outside;
	margin: 0 1.5em;	
	/*list-style-image: url(../images/icon-list-blue-dot.jpg);
	list-style-position:inside;*/
}

/* define overides for ALL anchors */
a { 
	text-decoration:underline;
	color: #265282;
}
/* hover color overide...for most of website   */
a:hover {
	text-decoration:underline;
	color: #3067A5;
}

/* override for h1 color/size...  */
h1 {
	color: #5F7189;  /*#265282;*/
	font-size: 12px;
	line-height: 14px;
	font-weight:bold;
	margin-top: 6px;
	margin-bottom: 6px;
}

/* override for h2 color/size...  */
h2 {
	color: #5F7189; /*#6D88A2;*/
	font-size: 11px;
	line-height: 13px;
	font-weight:bold;
	margin-top: 14px;
	margin-bottom: 12px;
}

/* override for h3 color...  */
h3 {
	color: #5F7189; /*   #5f7189;   #365BB3   color:#006699;*/
	font-weight:bold;
	margin-top: 6px;
}

/* definitions of classes */ 

.peoplecontent {
	margin: 0;
	padding: 18px;
	border: 0;
	}
	
.peopleheader{
	overflow: hidden;
	position: relative;
	}	
	
.peoplegroup {
	float: left;
	margin: 0;
	padding: 69px 0 0 414px;
	font-size: 10px;
	line-height: 12px;	
	letter-spacing: 4px;
	}
	
.peoplename {
	float: left;
	margin:0;
	padding: 35px 0 0 23px;
	font-size: 20px;
	line-height: 24px;
	}

.peoplenamenews {
	float: left;
	margin:0;
	padding: 35px 0 0 23px;
	font-size: 20px;
	line-height: 48px;
	}
		
.peopleposition {
	float: left;
	margin:0;
	padding: 8px 0 0 23px;
	font-size: 12px;
	line-height: 14px;
	} 
			
.headerpics {
	position: absolute;
	top: 104px;
	right: 0;
	width: 230px;
	height: 58px;
	margin: 0;
	padding: 0;
	
	}

#peoplelistnav div {
	background-color: #ffffff;
	}

#peoplelistnav img {
	cursor: s-resize;
	padding:0;
	margin:0;
	border:0;
}

#peoplelistnav li {
	list-style-type: none;
	margin:3px 0 0 1.5em;
	display:block;
	overflow:visible;
	height:auto;
	}
	
#peoplelistnav a {
	display: block;
	height: 17px;
	border: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #ABA750;
	font-weight: bold;
	font-size: 10px;
	}
	
#peoplelistnav a.navsection {
	color: #333333;
	background-color: #F4F5F9;
	text-indent: 24px;
	cursor: pointer;
	}			
	
	
#projectlistnav div {
	background-color: #ffffff;
	}

#projectlistnav img {
	cursor: s-resize;
	padding:0;
	margin:0;
	border:0;
}

#projectlistnav li {
	list-style-type: none;
	margin:3px 0 5px 1.5em;
	display:block;
	overflow:visible;
	height:auto;
	
	

	}

#projectlistnav li a {
	list-style-type: none;
	margin:3px 0 0 1.5em;
	display:block;
	padding:0;
	

	}
	
#projectlistnav a {
	display: block;
/*	height: 17px;*/
	border: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	/*color: #5156A8;*/
	color: #ABA750;
	font-weight: bold;
	font-size: 10px;
	}
	
#projectlistnav a.navsection {
	color: #333333;
	background-color: #F4F5F9;
	text-indent: 24px;
	cursor: pointer;
	margin:8px 0 0 0;
	}			

/* ====== styles for the site main navigation in the left-hand sidebar ========= */


.nav_container {
	margin: 0;
	padding: 0 30px 10px 5px;
	border: 0;
}

.nav_item {
	margin: 0;
	padding: 0 0 4px 0;
	border: 0;	
}

.nav_item a, .nav_item a:hover {
	display: block;
	height: 12px;
	width:101px;
	border: none;
	margin: 0;
	padding: 3px 0 2px 0;;
	text-decoration: none;
	text-indent: 18px;
	color: #333333;
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
	background-image:  url(../images/navigation/bg-tile-navigation.jpg); 
	}

#index .nav_item a, #index .nav_item a:hover {
	background-image:  url(../images/navigation/bg-tile-navigation-index.jpg);
}

/* ====== styles for button-style interior navigation links ========= */
	
 a.interior_navigation,  a.interior_navigation:hover {
	display: block;
	height: 17px;
	width:230px;
	border: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-indent: 20px;
	color: #333333;
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
	background-image:  url(../images/navigation/bg-tile-interior-navigation.jpg); 
}

/* ====== styles for grey links like CLICK TO ENLARGE PHOTO on project.cfm ========= */
.greylink {
	display: block;
	height: 17px;
	width:230px;
	border: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-align: center;
	color: #333333;
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
}

/* ====== styles for the bottom-of-page links (copyright and link to icoastalnet etc. ) ========= */	
.bottomtext {
	color: #FFFFCC;  /* #265282; #FEF4D3; */
	font-size: 10px;
	line-height: 12px;
	font-weight:bold;
	text-decoration:none;
}

/* normal color overide...for bottomtext class children   */
.bottomtext a {
	text-decoration:underline;
	color: #FFFFCC;
}

/* hover color overide...for bottomtext class children   */
.bottomtext a:hover {
	text-decoration:underline;
	color: #FFFFFF;
}

.textcontainer { 
float: left; 
width: 190px; 
height: 260px; 
background: none; 
margin: 20px 0 0 20px !important;
margin: 20px 0 0 10px; line-height: 20px;
}

.column { float: left; width: 175px; height: 334px; margin: 20px 0 0 20px !important; margin: 20px 0 0 10px; line-height: 18px; }

/*.cfdebug { display: none; }*/
