﻿div.SectionText p
{
	margin:10px;
	padding:0;
}

/* section footer overriding styles */

.FooterContainer
{
	height:0;
	position:relative;
}
.ColumnContainerFooter
{
	position:absolute;
	top:0;
	left:0;
	width:796px;
	height:3px;
	background:url(/images/bgRightFooterColumns.png) no-repeat;
}
#RightFooterWhite
{
	position:absolute;
	bottom:-3px;
	z-index:1;
	width:796px;
	height:3px;
	background:url(/images/bgRightFooterWhite.png) no-repeat;
}
#RightFooterColumns
{
	position:absolute;
	bottom:-3px;
	z-index:1;
	width:796px;
	height:3px;
	background:url(/images/bgRightFooterColumns.png) no-repeat;
}


/* section left column content */
#VideoPlayer
{
	position:relative;
	top:2px;
	left:0px;
	z-index:2;
	margin:5px;
	margin-top:0px;
	width:143px;
	height:113px;
}

.contentpadding
{
	padding:10px 30px;
}

/* content styles */
div.ContentContainerHeader
{
	width:794px;
	height:32px;
	background:url(/images/bgContentContainerHeader.png) repeat-x;
}
div.ContentContainerBody
{
	width:794px;
	min-height:200px;
	background:#FFF;
}
* html div.ContentContainerBody
{
	height:auto !important;
	height:200px;
}

div.ContentContainerHeader h2
{
	margin:0px 10px;
	padding:0px 0px;
	color:#FFF;
	font-family:Tahoma, Helvetica, Arial, Verdana, Sans-Serif;
	font-size:22px;
	font-weight:normal;
	line-height:32px;
}
div.ContentContainerBody p
{
	margin:0px 0px;
//	padding:30px 30px;
	padding:0px 30px;
}

/* content 2 columns */
.ContentColumnContainer
{
	margin-left:1px;
	width:794px;
	background:#FFF url(/images/bgContentColumnContainer.png) repeat-y center top;
}
* html .ContentColumnContainer
{
	position:relative;
}
.ContentColumnContainer h2
{
	margin:0px 10px;
	padding:0px 0px;
	color:#FFF;
	font-family:Tahoma, Helvetica, Arial, Verdana, Sans-Serif;
	font-size:22px;
	font-weight:normal;
	line-height:32px;
}
.ContentColumnGradient
{
	width:794px;
	background:#FFF;
	background:url(/images/bgContentColumnGradient.png) no-repeat right 32px;
}

/**************************************************
* 2 column styles
**************************************************/
.ContentColumnContainer h2
{
	margin:0px 10px;
	padding:0px 0px;
	color:#FFF;
	font-family:Tahoma, Helvetica, Arial, Verdana, Sans-Serif;
	font-size:22px;
	font-weight:normal;
	line-height:32px;
}

/* content left column */
.ContentColumnContainer div.LeftColumn
{
	display:inline;
	float:left;
	width:540px;
}
.ContentColumnContainer div.RightColumn
{
	float:right;
	width:253px;
	background:url(/images/bgContentColumnRightContainer.png) no-repeat center 32px;
}

.ContentColumnContainer div.ColumnHeader
{
	position:relative;
	height:32px;
	background:url(/images/bgContentContainerHeader.png) repeat-x;
}
.ContentColumnContainer p
{
	margin:0px 0px;
	padding:30px 30px;
}
#ContentColumnLeftContainer div.ColumnHeader div.float
{
	display:inline;
	float:left;
	margin:0px 0px;
}
#ContentColumnLeftContainer div.ColumnHeader div.float h2
{
	margin:0px 0px;
	padding:0px 0px;
}
div.ColumnBody p
{
	margin:0px 0px;
	padding:30px 30px;
}


#ContentColumnRightContainer div.ColumnBody div.float
{
	float:left;
	width:145px;
	height:130px;
}
#ContentColumnRightContainer div.ColumnBody p.float
{
	float:left;
	margin:10px 0px 0px 10px;
	padding:0px 0px;
	width:90px;
}

/**************************************************
* 3 column styles
**************************************************/
#Content3ColumnContainer
{
	margin-left:1px;
	width:794px;
	border-top:solid 1px #FFF;
	background:#FFF url(/images/bgContent3ColumnContainer.png) repeat-y center top;
}
#Content3ColumnContainer h2
{
	margin:0px 10px;
	padding:0px 0px;
	color:#FFF;
	font-family:Tahoma, Helvetica, Arial, Verdana, Sans-Serif;
	font-size:22px;
	font-weight:normal;
	line-height:32px;
}
#Content3ColumnContainer div.LeftColumn
{
	display:inline;
	float:left;
	margin-right:1px;
	width:264px;	
}
#Content3ColumnContainer div.CenterColumn
{
	display:inline;
	float:left;
	margin-right:1px;
	width:264px;
}
#Content3ColumnContainer div.RightColumn
{
	display:inline;
	float:left;
	width:264px;
}
#Content3ColumnContainer div.ColumnHeader
{
	position:relative;
	width:264px;
	height:32px;
	background:url(/images/bgContentContainerHeader.png) repeat-x;
}
#Content3ColumnContainer div.ColumnBody
{
	width:264px;
	overflow:hidden;
}
#Content3ColumnContainer p
{
	margin:0px 0px;
	padding:30px 30px;
}
div.Content3ColumnFooter
{
	width:796px;
	height:3px;
	background:url(/images/bgContent3ColumnFooter.png) no-repeat;
}
/*
* html #Content3ColumnContainer
{
	height:auto !important;
	height:450px;
}
*/
#Content3ColumnContainer div.ColumnHeader .AdminButtons
{
	position:absolute;
	top:5px;
	right:5px;
	z-index:1;
}
#Content3ColumnContainer div.ColumnHeader .AdminButtons a
{
	color:#FFF;
}

/**************************************************
* sectionshell master left column styles
**************************************************/
#VideoPlayer
{
	position:relative;
	top:2px;
	left:0px;
	margin:5px;
	margin-top:0px;
	width:143px;
	height:113px;
}
div.titleProductsServices
{
	margin-left:1px;
	width:151px;
	height:20px;
	background:url(/images/titleProductsServices.png) no-repeat;
}

#ServicesHeadline h1
{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}
div.SectionBoxHeader
{
	margin-top:6px;
	width:736px;
	height:6px;
	background:url(/images/SectionBoxHeader.png) no-repeat;
}
div.SectionBoxBody
{
	width:736px;
	background:url(/images/SectionBoxBody.png) repeat-y;
}
div.SectionBoxFooter
{
	width:736px;
	height:6px;
	background:url(/images/SectionBoxFooter.png) no-repeat;
}
div.SectionBoxBody img.BoxPhoto
{
	width:164px;
	height:102px;
	display:inline;
	float:left;
	margin-right:10px;
	margin-left:6px;
	border:solid 1px #bbc4db;
}
div.BoxContent
{
	float:left;
	width:430px;
}
div.BoxContent h2
{
	margin:0;
	padding:0;
	border-bottom:none;
}
div.BoxContent .copy
{
	margin:0px 0px;
	padding:2px 5px;
}

#SectionContainer
{
	min-height:503px;
	overflow:hidden;
}
* html #SectionContainer
{
	height:auto !important;
	height:503px;
}

img.SectionPhoto
{
	clear:right;
	display:inline;
	float:right;
	margin-top:10px;
	margin-left:20px;
	border:solid 1px #3053AD;
}

#SectionGalleryContainer
{
	margin:20px auto;
	width:500px;
}
#SectionGalleryContainer h2
{
	margin:0;
	padding:0;
	text-indent:0;
}
#SectionGallery
{
	width:500px;
	height:200px;
}

/* Careers */
.CareersContent
{
	padding:10px 30px;
}
.CareersContent .PageContent img
{
	clear:right;
	display:inline;
	float:right;
	margin-top:10px;
	margin-left:20px;
	border:solid 1px #3053AD;
}
