/**************/
/* Common CSS */
/**************/

body {
	background-image: url(../_img/BackgroundTile.jpg);
	background-repeat: repeat-x;
	background-color: #04658E;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

form
{
	margin:0px;
	padding:0px;
}

body,
td,
th, 
intput,
textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #000000;
	line-height: 1.6em;
}

h1,
h2,
h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#04658E;
	text-transform:lowercase;
	margin:0px 0px 16px 0px;
	padding:0px;
}

h1
{
	font-size:30px;
}

h2
{
	font-size:20px;
	margin:10px 0px 10px 0px;
}

h3
{
	font-size:16px;
	margin:10px 0px 10px 0px;
}


p
{
	margin:0px;
	padding:0px 0px 16px 0px;
}

img 
{
	border-width:0px;
}

a
{
	color: #04658E;
	text-decoration:none;
}

ul
{
	list-style-type:none;
	margin:0px 0px 20px 20px;
	padding:0px;
}

	ul li
	{
		background-image: url(../_img/Bullet.gif);	
		background-repeat:no-repeat;
		background-position: 0px 5px;
		padding:0px 0px 5px 20px;
	}

select,
input
{
	border: solid 1px #454140;
	width:245px;
}

input[type="image"],
input[type="checkbox"]
{
	width:auto;
	border: 0px;
}


select.short,
input.short
{
	width:100px;
}

span.required
{	
	color: #04658E;
	font-size:10px;
}

textarea
{
	border: solid 1px #454140;
	width:355px;
}

th
{
	text-align:right;
	padding-right:10px;
}


#PrintFooter
{
	display:none;
}

.breadCrumb
{
	text-transform:lowercase;
}

/***************************************/
/* Styles pertaining to overall layout */
/***************************************/

/* Header - containing logo, menu, and banner */
table#Header
{
	width:970px;
	margin-top:45px;
}

	img#Logo
	{
		margin-left:29px;
	}

	div#HomeBanner
	{
		margin-top: 21px;
	}
	
	div#Banner
	{
		margin-top: 21px;
	}


/* Home page main content section */
table#HomePage
{
	width:970px;
	background-color:#FFFFFF;
}

	table#HomePage h1
	{
		font-size:30px;
	}

	table#HomePage td.Content
	{
		vertical-align:top;
		padding:15px 30px 30px 30px;
	}
	
	table#HomePage .pageButtonsHome
	{
		margin-top:10px;
	}

	table#HomePage td.Featured
	{	
		vertical-align:top;
		background-image: url(../_img/FeaturedBackground.gif);
		background-repeat:no-repeat;
		width: 421px;
		height:300px;
	}

#TopSideLeft,
#TopSideRight
{
	width:14px;
	vertical-align:top;
}

#TopSideLeft
{
	background-image: url(../_img/ContentTileLeft.png);
	background-repeat:repeat-y
}
#TopSideRight
{
	background-image: url(../_img/ContentTileRight.png);
	background-repeat:repeat-y
}

/*
#BackgroundGradientContainer
{
	width:998px; 
	text-align:left;
}

#BackgroundGradient
{
	position:absolute;
	width: 998px;
	background-image: url(../_img/ContentTile.png);
	background-repeat:repeat-y; 
	z-index:-1;
}
*/

/* Back page main content section */
table#BackPage
{
	width:970px;
	background-color:#FFFFFF;
}
	table#BackPage td#Side
	{
		vertical-align:top;
		background-image: url(../_img/SideTile.jpg);
		background-repeat:repeat-y;
		width:215px;
	}
	
	#SideMenuTop
	{
		width:206px;
		height:21px;
		background-image: url(../_img/SideMenuTop.png);
		position:absolute;
		margin-left:9px;
		margin-top:-21px;
	}
	
	
	table#SideMenu
	{
		width:215px;
	}
	
	table#SideMenu .ContactInfo
	{
		padding:15px 15px 10px 30px;
		color:#FFFFFF;
	}
	
	table#SideMenu .ContactInfo h2
	{
		margin-top:20px;
		color: #FFFFFF;
		font-size: 18px;
		
	}
	
	table#SideMenu .ContactInfo a
	{
		color: #FFFFFF;
	}
	
	table#SideMenu .links
	{
		background-image: url(../_img/SideMenuTile.jpg);
		background-repeat:repeat-y;
		padding:0px 15px 20px 20px;
		
	}
	
	table#SideMenu .links a
	{
		font-size: 14px;
		color:#FFFFFF;
		text-transform:lowercase;
		text-decoration:none;
		display:block;
		padding:5px 5px 5px 10px;
	}
	
	table#SideMenu .links .childLink
	{
		padding-left:30px; 
		background-image: url(../_img/Hyphen.gif);
		background-repeat:no-repeat;
		background-position: 20px 15px;
		line-height:1.2em;

	}
	
	table#SideMenu .links a:hover,
	table#SideMenu .links a.current
	{
		background-color: #1D7599;
	}
	
	table#SideMenu .footer
	{
		background-image: url(../_img/SideMenuFoot.jpg);
		background-repeat:no-repeat;
		height:6px;
	}
	

	table#BackPage td.Content
	{
		vertical-align:top;
		padding:30px 30px 30px 30px;
	}
	
	table#BackPage td.Images
	{
		padding-top:30px;
		padding-right:15px;
		vertical-align:top;
	}
	
	table#BackPage td.Images img
	{
		margin-bottom:30px;
	}

/* Footer section */
table#Footer
{
	background-image: url(../_img/FooterBackground.jpg);
	background-repeat:no-repeat;
	width:998px;
	height:49px;
}

	table#Footer a
	{
		color: #9AC1D1;
		font-size: 11px;
		text-decoration: none;
	}
	
	table#Footer td.footerLinks
	{
		padding-left:34px;
	}
	
	table#Footer td.developedByLogisto
	{
		text-align:right;
		padding-right:34px;
	}
	

/***************************************/
/* Styles pertaining to specific pages */
/***************************************/

/* Styles pertaining to the home page featured items */

div#FeaturedItemNav
{
	position:absolute;
	margin-left:345px;
	margin-top:5px;
}

div.FeaturedItem
{
	padding:5px 30px 30px 30px;
	color:#FFFFFF;
	width: 351px;
	height:230px;
	position:absolute;

}

div.FeaturedItem div
{
	margin-top:15px;
}

div.FeaturedItem img
{
	margin-top:5px;
	padding-left:10px;
	float:right;	
}

div.FeaturedItem p
{
	
}

div.FeaturedItem h2
{
	/*display:inline;*/
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	width:307px;
	line-height: 1.2em;
}

div.FeaturedItem a
{
	color:#FFFFFF;
}

/* Styles pertaining to the profile listing page */

div.ProfileListItem
{
	width:50%; 
	float:left; 
	margin-bottom:10px;
	vertical-align:bottom;
}


	div.ProfileListItem img
	{
		margin-right:15px;
	}
	
	div.ProfileListItem h2
	{
		margin-top:30px;
		margin-bottom:4px;
	}
	
	div.ProfileListItem a
	{
		display:block;
	}
	
	div.ProfileListItem em a
	{
		margin-top:5px;
		font-style:normal;
		font-size:14px;
	}

img.largeProfilePhoto
{
	margin-bottom:0px;
}

/* Styles pertaining to the expertise page */
div.ServiceCategory
{
	clear:both;
}

	div.ServiceCategory h2
	{
	}

	div.ServiceCategory ul
	{
		width: 216px;
		float:left;
		margin:0px 0px 10px 10px;
	}


/* Styles pertaining to the news page */
div.NewsListItem
{
	background-color: #F2F2F2;
	padding:15px 15px 15px 15px;
	margin-bottom:6px;
}
	div.NewsListItem h2
	{
		font-size:16px;
		padding:0px;
		margin:0px 0px 10px 0px;
	}

	div.NewsListItem p
	{
		padding:0px;
		margin:0px
	}
	
	div.NewsListItem em
	{
		float:right;
		font-style:normal;
		font-size:14px;
	}


/* Styles pertaining to the publications categories page */

table#PublicationSearch
{
	background-image: url(../_img/SearchBackground.jpg);
	background-repeat:no-repeat;
	width:216px;
	height:83px;
	vertical-align:middle;
}

table#PublicationSubscribe
{
	background-image: url(../_img/SubscribeBackground.jpg);
	background-repeat:no-repeat;
	width:215px;
	height:67px;
	vertical-align:middle;
}

table#PublicationSearch td.sideForm,
table#PublicationSubscribe td.sideForm
{
	padding:0px 0px 10px 30px;
	color: #FFFFFF;
	font-size: 16px;
	text-transform:lowercase;
}

table#PublicationSearch td.sideForm input,
table#PublicationSubscribe td.sideForm input
{
	width: 120px;
}

table#PublicationSearch td.sideForm .button
{
	margin-bottom:-5px;
	margin-left: 6px;
}
table#PublicationSubscribe td.sideForm .button
{
	margin-bottom:-7px;
	margin-left: 64px;
}

div#PublicationCategoriesList img
{
	margin-bottom:4px;
}

/* Styles pertaining to the publication page */
div.PublicationListItem
{
	background-color: #F2F2F2;
	padding:10px 10px 10px 10px;
	margin-bottom:6px;
}
	div.PublicationListItem h2
	{
		font-size: 16px;
		padding:0px;
		margin:0px 0px 0px 0px;
	}

	div.PublicationListItem p
	{
		padding:0px;
		margin:0px
	}
	
	div.PublicationListItem em
	{
		float:right;
		font-style:normal;
		font-size:14px;
	}

/*Styles pertaining to the careers page*/

div.CareersListItem
{
	margin-top:6px;
	vertical-align:top;
	clear:both;
	background-color: #F2F2F2;
	height:121px;
	
}

	div.CareersListItem a
	{

	}
	
	div.CareersListItem img
	{
		margin:0px;
		padding-right:6px;
		background-color: #FFFFFF;
	}
	
	div.CareersListItem h2
	{
		padding-top:15px;
		margin-top:0px;
		margin-left:140px;
	}
	
	div.CareersListItem p
	{
		margin-left:140px;
		padding-right:18px;
	}
	
	div.CareersListItem p p
	{
		margin:0px;
		padding:0px;
	}
	
	div.CareersListItem em
	{
		display:block;
		float:right;
		margin:15px 20px 0px 0px;
		font-style:normal;
		font-size:14px;
	}

/*Styles pertaining to the careers page*/

div#Jobs
{
	margin-top:20px;
	border-top: solid 1px #CCCCCC;
	padding:0px 15px 0px 15px;
}

	div.JobListItem
	{
		border-bottom: solid 1px #CCCCCC;
		padding-bottom:15px;
	}
	
	div.JobListItem h2
	{
		margin:0px;
		padding:0px;
		padding-top:15px;
	}
	
	div.JobListItem p
	{
		margin:0px;
		padding:10px 0px 10px 0px;
	}
	
	div.JobListItem p p
	{
		margin:0px;
		padding:0px;
	}
	
	div.JobListItem a.applynow
	{
		font-style:normal;
		font-size:14px;
	}

/*Styles pertaining to the apply online page*/
table#ContactUsForm,
table#ApplyOnlineForm
{
}

table#ContactUsForm td,
table#ContactUsForm th,
table#ApplyOnlineForm td,
table#ApplyOnlineForm th
{
	padding-bottom:5px;
	vertical-align:top;
}

/*styles pertaining to the inside mullins photos section*/

div.galleryImage
{
	width:33%;
	float:left;
	padding-top:0px;
	padding-top:20px;
}

div.galleryImage a img
{
	width:186px;
	height:109;
	border: solid 4px #FFFFFF;
}

div.galleryImage a:hover img
{
	border: solid 4px #04628A;
}

/* tool tip help*/

a.info
{
    position:relative; /*this is the key*/
    z-index:24; 
    color:#04658E;
    text-decoration:none;
	cursor:help;	
}

a.info:hover
{
	z-index:25; 
	/*background-color:#ff0*/
}

a.info span
{
	display: none
}

a.info:hover span
{	/*the span will display just on :hover state*/
    display:block;
	top:-2em; left:0em; width:15em;
    position:absolute;
    padding:5px;
    border:2px solid #04658E;
    background-color:#fff; 
    color:#000;
    text-align: center;
}