/** 
  * ======================================================
  * $Workfile: $
  * $Revision:$
  * $Date: $
  * $Author: $
  * $Archive: $
  * ======================================================
  * Change History:
  * 1.00 initial revision
**/

/* begin basic html elements */
html {
	background: #dbdbdb url(/Assets/images/3-17/bg_body.gif) top repeat-x;
}

body {
	color: #000;
}

h2 {
	color: #000;
}

a {
	color: #3d7dbe;
}

a:hover {
	color: #000;
}
/* end basic html elements */





.divUtilNav {
	background: url(/Assets/images/3-17/bg_utilNav_02.gif) 0 0 repeat-y;
}
	
	.divUtilNav a {
		color: #fff;
	}
	
	.divUtilNav a:hover {
		color: #f8f1d4;
	}

/* begin header */
div.divHeader {
	color: #fff;
}
	
	div.divHeader a {
		color: #fff;
	}
	
	div.divHeader a:hover {
		color: #f8f1d4;
	}
	
	div.divLanguages {
	}
	
		div.divLanguages ul a {
		}
		
		.divLanguages h2 a {
			background: url(/Assets/images/3-17/arrowOpen.gif) right no-repeat;
		}
		
		.divLanguages h2 a:hover {
		}
		
		.divLanguages h2.languagesOpened a {
			background: url(/Assets/images/3-17/arrowClosed.gif) right no-repeat;
		}
			
	.ulLanguages {
	}
		
		.ulLanguages li a {
		}
		
		.ulLanguages li.active a {
		}
	
	h1.h1Siteheader {
	}
	
	div.divAddress {
		background: url(/Assets/images/3-17/bg_address.png) 0 0 no-repeat;
	}
	
	div.divContact {
	}
		
		div.divContactContent {
		}
			
			a.emailLink {
			}
	
	span.spanMap {
		border-color: #fff;
	}
/* end header */





div.divClearHeader {
	background: url(/Assets/images/3-17/bg_divClearHeader_02.gif) left top no-repeat;
}





/* begin main body */
div.divBody {
}
	
	/* begin left nav */
	div.divNavMenu {
		background: url(/Assets/images/3-17/bg_nav_02.gif) bottom left no-repeat;
		border-color: #005438;
	}
		
		div.divNavBottom {
			background: #fff url(/Assets/images/3-17/bg_navBottom_02.gif) top left no-repeat;
		}
		
		#nav {
			background-color: #fff;
			border-color: #ccc;
		}
		
			#nav li {
			}
				
				#nav li a {
					color: #003061;
				}
				
				#nav li a:hover {
					color: #000;
				}
				
				#nav li.active {
				}
				
				#nav li.active a {
					color: #882511;
				}
				
				#nav li ul {
				}
				
				#nav li ul li {
				}
					
					#nav li ul li a,
					#nav li.active ul li a {
						color: #003061;
					}
					
					#nav li ul li a:hover {
						color: #000;
					}
					
					#nav li.active a:hover,
					#nav li.active ul li a:hover {
						color: #000;
					}
					
					#nav li ul li.active a {
						color: #882511;
					}
	/* end left nav */
	
	/* content */
	div.divContent {
		background-color: #fff;
	}
		
		div.divTextBody h2 {
		}
		
		/* div pods */
		div.divPodContainerTop {
			background: url(/Assets/images/3-17/bg_divPodTop.gif) left bottom no-repeat;
		}
		
		div.divPodContainerBottom {
			background: url(/Assets/images/3-17/bg_divPodBottom.gif) left top no-repeat;
		}
		
		div.divPodContainer {
			background: url(/Assets/images/3-17/bg_divPod.gif) left top repeat-y;
		}
		
			div.divPod,
			div.divOfficeHours {
			}
				
				div.divPod h2,
				div.divOfficeHours h2 {
				}
				
				span.spanDays {
				}
				
				span.spanHours {
				}
				
				div.divPod ul,
				div.divPod a {
				}
				
					
				div.divPod ul li {
				}
					
				div.divPod a:hover {
				}
				
				span.spanMore a {
				}
		
		div.divBottomLinks {
			background-color: #fff;
		}
		
		/* footer */
		div.divFooter {
			background: url(/Assets/images/3-17/bg_footer.gif) left bottom no-repeat;
		}
			
			div.divFooter a {
				color: #bb0022;
			}
			
			div.divFooter a:hover {
				color: #000;
			}
			
			div.divLNFooterLogo {
			}
/* end main body */