﻿#banner
{
	float:left;
}

#mainNav
{
	float:left;
	margin-top:65px;
}

h3
{
	color:#5379B7;
	font-size:13px;
	font-weight:normal;
}

li
{
	padding-bottom:10px;
}

#ie7scale
{
    background:url(/App_Themes/Default/Images/InteriorBackNew.jpg) center top no-repeat #5b7f97;
    border:1px solid #5b7f97;
    padding-left:0.5%;
}

#container
{
	background: url('/App_Themes/Default/Images/InteriorBackground2.jpg') top right no-repeat #FFFFFF;
	position:relative;
	font-family:Arial;
}

.InteriorBanner
{
	background-color:#c4cbd1;
	color:#d0d6db;
	clear:both;
	font-size:75px;
	height:76px;
	position:relative;
}

	.InteriorBannerText
	{
		color:White;
		font-size:38px;
		line-height:30px;
		padding-top:45px;
		position:absolute;
		top:0px;
		left:0px;
		text-align:right;
		width:652px;
	}

#Content
{
	color:#646464;
	float:left;
	font-size:11px;
	height:370px;
	line-height:19px;
	padding:0px 100px 0px 115px;
	overflow:auto;
	width:455px;	
}

	#Content a
	{
		color:#5379b7;
		text-decoration:none;
	}
	
		#Content a:hover
		{
			color:#7b98ac;
		}
	
	#Content ul
	{
		margin-left:15px;	
	}

#SubNav
{
	background-color:#d1d6da;
	float:right;
	height:205px;
	margin-top:75px;
	padding:13px 0px 13px 18px;
	position:absolute;
	right:0px;
	top:121px;
	width:272px;
}
	
	#SubNav ul li
	{
		margin:5px 0px;
	}
	
	#SubNav ul li a
	{
		color:#7b98ac;
		font-size:11px;
		font-weight:bold;
		text-decoration:none;	
	}

#footer
{
	clear:both;
}

/* CSS for the contact page */
.half
{
    margin-bottom:10px;
}

.full
{
    float:left;
    width:100%;
}

/* CSS for the profile page */
#profileMain
{
	float:left;
	font-weight:bold;
	line-height:18px;
	margin-bottom:10px;
	width:190px;
}

	.profileName
	{
		color:#5379b8;
		font-size:14px;	
	}

#profileAdditional
{
	float:right;
	line-height:15px;
	margin-left:15px;
	padding:0px 15px 12px 15px;
	width:160px;
}

	.additionalHeader
	{
		color:#5379b8;
		display:block;
		font-weight:bold;
		line-height:10px;
		padding-top:12px;
	}


	#letterSearch a
	{
		padding-right:20px;
	}

#keywordSearch input
{
	font-size:9px;
	height:14px;
	width:134px;
}

.greyBox select
{
	font-size:9px;
	height:20px;
	margin-bottom:5px;
	width:140px;
}

.greyBox
{
	font-size:10px;
	padding-bottom:2px;
}

.greyBox .SearchButton
{
	color:#5379b7;
	text-decoration:none;
}

.greyBox .SearchButton:hover
{
	cursor:hand;
}

.SearchButton:hover
{
	cursor:pointer;
}

/* CSS For submit a resume page */
.textField
{
	float:left;
	height:25px;
	width:75%;
}

	.textField input
	{
		width:153px;
	}

.label
{
	float:left;
	padding-right:10px;
	text-align:left;
	width:19%;
	clear: left;
}

/* CSS for EmployeeDirectory.aspx */
.gvStyle td
{
	padding:3px 20px;
	vertical-align:top;
}

.gvHeader th
{
	padding-left:19px;
	text-align:left;
}

.clear { clear: both; }