﻿body
{
	background: #F0F1F3 url(Images/body-bg.png) repeat-y;
	padding: 0;
	margin: 0;
	font-family: Arial;
	font-size: 10px;
	color: #666;
}

#site-container
{
	width: 1000px;
	position: relative;
	padding: 93px 0 0;
}

#image-randomizer
{
	height: 310px;
	position: relative;
}
	#menu-2
	{
		background: url(Images/menu-2-bg.png);
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: 300;
		padding: 15px 20px;
		list-style: none;
		margin: 0;
		width: 240px;
	}
		#menu-2 li
		{
			display: block;
		}
		#menu-2 li.header
		{
			color: #fff;
			text-transform: uppercase;
			font-size: 12px;
			padding: 5px;
		}
			#menu-2 a
			{
				border-top: 1px solid #676566;
				display: block;
				padding: 4px 0;
				color: #fff;
				text-decoration: none;
			}
			#menu-2 a:hover
			{
				color: #00ADEF;
			}
			#menu-2 a:before
			{
				content: "> ";
				font-weight: bold;
			}
		
#logo
{
	background: url(Images/logo.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 263px;
	height: 93px;
}

#site-name
{
	position: absolute;
	top: 6px;
	left: 270px;
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #4C4C4C;
}

#menu-1
{
	position: absolute;
	top: 64px;
	left: 258px;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 100;
}
	#menu-1 li.root
	{
		float: left;
		position: relative;
		padding: 0 2px;
	}
		#menu-1 a.root
		{
			background: url(Images/menu-1-bg.png) no-repeat 0 29px;
			display: block;
			_display: inline;
			height: 29px;
			line-height: 29px;
			text-decoration: none;
			color: #000;
			font-size: 11px;
			padding: 0 10px;
		}
			#menu-1 li a.root .after,
			#menu-1 li a.root .before
			{
				display: none;
				position: absolute;
				top: 0;
				width: 2px;
				height: 29px;
			}
			#menu-1 li a.root .after { left: 0; }
			#menu-1 li a.root .before { right: 0; }
		#menu-1 a.root:hover,
		#menu-1 li.active a.root
		{
			background: url(Images/menu-1-bg.png) repeat-x;
			color: #00ADEF;
		}
			#menu-1 li a.root:hover .after,
			#menu-1 li.active a.root .after,
			#menu-1 li a.root:hover .before,
			#menu-1 li.active a.root .before
			{
				display: block;
			}
			#menu-1 li a.root:hover .after,
			#menu-1 li.active a.root .after
			{ background: url(Images/menu-1-bg.png) 0 -29px; }
			#menu-1 li a.root:hover .before,
			#menu-1 li.active a.root .before
			{ background: url(Images/menu-1-bg.png) 0 -58px; }
	
	.sub-menu
	{
		position: absolute;
		display: none;
		top: 29px;
		left: 0;
		background: #F9F9F9;
		list-style: none;
		padding: 0 0 1px;
		margin: 0;
		border-bottom: 5px solid #E1E1E1;
	}
		.sub-menu li
		{
			float: none;
			padding: 0;
			border-bottom: 1px solid #DDD;
		}
			.sub-menu a
			{
				position: relative;
				display: block;
				color: #000;
				display: block;
				font-size: 11px;
				padding: 0 25px 0 12px;
				text-decoration: none;
				white-space: nowrap;
				min-width: 130px;
				height: 16px;
				line-height: 16px;
			}
			.sub-menu a:after
			{
				content: ">";
				position: absolute;
				font-weight: bold;
				right: 10px;
				top: 0;
				color: #878787;
			}
			.sub-menu a:hover,
			.sub-menu a:hover:after
			{
				color: #00ADEF;
				background: #E6E6E6;
			}

#home-content
{
	background: #fff url(Images/home-content-bg.png) repeat-x;
	position: relative;
	padding: 20px 15px;
	font-size: 12px;
}
	#menu-3
	{
		background: #DDDEE2 url(Images/menu-3-bg.png) repeat-y;
		width: 315px;
		position: absolute;
		right: 0;
		top: 0;
		padding: 15px 20px;
		width: 240px;
		border-left: 1px solid #A7A8AC;
	}

#menu-4
{
	float: left;
	margin: 5px 0;
}

#menu-5
{
	float: right;
	margin: 5px 0;
}
	#menu-5 a
	{
		color: #000;
		text-decoration: none;
	}
	#menu-5 a:hover
	{
		text-decoration: underline;
	}

#content-container
{
	background: #fff;
}

#menu-6
{
	float: left;
	border-top: 1px solid #ddd;
	padding: 0;
	margin: 36px 13px 20px 0;
	list-style: none;
	width: 247px;
}
	#menu-6 a
	{
		border-bottom: 1px solid #ddd;
		padding: 0 5px;
		height: 19px;
		line-height: 19px;
		text-decoration: none;
		color: #000;
		font-size: 11px;
		display: block;
	}
	#menu-6 a:before
	{
		content: "> ";
		color: #0F3F6F;
		font-weight: bold;
	}
	#menu-6 a:hover,
	#menu-6 a:hover:before
	{
		color: #00ADEF;
		background: #ECECEC;
	}

#content-area
{
	float: left;
	width: 713px;
	border-left: 1px solid #DDD;
	margin: 36px 0;
	padding-left: 15px;
	font-size: 12px;
}

/* Module overrides */

#personnel-departments a.selected { color: #00ADEF !important; }
#personnel-departments a { color: #333333 !important; }
#personnel-departments a:hover { color: #00ADEF !important; }
.ContactHighlight { color: #00ADEF !important; }
