﻿/* BODY (START) */

	/* Body for general info pages */
	.BodyBlank
	{
		background-color:White;
	}
	
/* BODY (END) */

/* HEADER AND FOOTER TEXT/IMAGES (START) */

	/* SE Logo in page headers that acts as a link back to the homepage */
	.ALogo
	{
		border:0px;
	}
	
	/* Header Text */
	.PHeader
	{
		color:white;
		font-family:Arial;
		font-size:9pt;
		text-align:left;
	}
	
	/* Footer Text */
	.PFooter
	{
		color:#808080;
		font-family:Arial;
		font-size:9pt;
		text-align:center;
	}
	
	/* Header text as links */
	.AHeader
	{
		color:white;
		font-family:Arial;
		font-size:9pt;
		text-align:left;
		text-decoration:none;
	}
	
	/* Header text as links */
	.AHeader:hover
	{
		color:black;
	}
	
	/* Footer text as links */
	.AFooter
	{
		color:#808080;
		font-family:Arial;
		font-size:9pt;
		text-align:center;
		text-decoration:none;
	}
	
	/* Footer text as links */
	.AFooter:hover
	{
		color:black;
	}

/* HEADER AND FOOTER TEXT/IMAGES (END) */
	
/* GENERAL PAGE HEADERS (START) */

	/* Home Page Header */
	.DivHomeHeader
		{
			padding:10px;
			background-color:#e8ad4f;
			background-image:url(http://www.springerenterprise.com/Images/HeaderPhotos/H01.png);
			background-position:center;
			background-repeat:no-repeat;
			width:1000px;
			height:160px;
			margin:0 auto;
			position:relative;
			right:0%;
			left:0%;
		}
		
	/* Client Page Header */
	.DivClientHeader
		{
			padding:10px;
			background-color:#6FA9D1;
			background-image:url(http://www.springerenterprise.com/Images/HeaderPhotos/C01.png);
			background-position:center;
			background-repeat:no-repeat;
			width:1000px;
			height:160px;
			margin:0 auto;
			position:relative;
			right:0%;
			left:0%;
		}
		
	/* Technician Page Header */	
	.DivTechHeader
		{
			padding:10px;
			background-color:#9DB9C3;
			background-image:url(http://www.springerenterprise.com/Images/HeaderPhotos/T01.png);
			background-position:center;
			background-repeat:no-repeat;
			width:1000px;
			height:160px;
			margin:0 auto;
			position:relative;
			right:0%;
			left:0%;
		}
		
	/* About Page Header */	
	.DivAboutHeader
		{
			padding:10px;
			background-color:#99B4A1;
			background-image:url(http://www.springerenterprise.com/Images/HeaderPhotos/A01.png);
			background-position:center;
			background-repeat:no-repeat;
			width:1000px;
			height:160px;
			margin:0 auto;
			position:relative;
			right:0%;
			left:0%;
		}
		
	/* Footer Page Header */	
	.DivFooterHeader
		{
			padding:10px;
			background-color:#BFBFBF;
			background-image:url(http://www.springerenterprise.com/Images/HeaderPhotos/F01.png);
			background-position:center;
			background-repeat:no-repeat;
			width:1000px;
			height:160px;
			margin:0 auto;
			position:relative;
			right:0%;
			left:0%;
		}

/* GENERAL PAGE HEADERS (END) */

/* GENERAL PAGE CONTAINERS (START) */

	/* Home Page Container */
	.DivHomePage
		{
			padding:10px;
			background-color:#e8ad4f;
			width:1000px;
			margin:0 auto;
			position:relative;
			right:0%;
			left:0%;
		}
		
	/* Client Page Container */
	.DivClientPage
		{
			padding:10px;
			background-color:#6FA9D1;
			width:1000px;
			margin:0 auto;
			position:relative;
			right:0%;
			left:0%;
		}
		
	/* Technician Page Container */	
	.DivTechPage
		{
			padding:10px;
			background-color:#9DB9C3;
			width:1000px;
			margin:0 auto;
			position:relative;
			right:0%;
			left:0%;
		}
		
	/* About Page Container */
	.DivAboutPage
		{
			padding:10px;
			background-color:#99B4A1;
			width:1000px;
			margin:0 auto;
			position:relative;
			right:0%;
			left:0%;
		}
		
	/* Footers Page Container */
	.DivFooterPage
		{
			padding:10px;
			background-color:#BFBFBF;
			width:1000px;
			margin:0 auto;
			position:relative;
			right:0%;
			left:0%;
		}

/* GENERAL PAGE CONTAINERS (END) */

/* GENERAL PAGE SPACERS (START) */

	/* Home Page Container */
	.DivHomeSpacer
		{
			background-color:#e8ad4f;
			width:1020px;
			height:20px;
			margin:0 auto;
			position:relative;
			right:0%;
			left:0%;
		}

	/* Home Page Container */
	.DivClientSpacer
		{
			background-color:#6FA9D1;
			width:1020px;
			height:20px;
			margin:0 auto;
			position:relative;
			right:0%;
			left:0%;
		}

	/* Home Page Container */
	.DivTechSpacer
		{
			background-color:#9DB9C3;
			width:1020px;
			height:20px;
			margin:0 auto;
			position:relative;
			right:0%;
			left:0%;
		}

	/* Home Page Container */
	.DivAboutSpacer
		{
			background-color:#99B4A1;
			width:1020px;
			height:20px;
			margin:0 auto;
			position:relative;
			right:0%;
			left:0%;
		}

/* GENERAL PAGE SPACERS (END) */

/* TEXT FORMATTING (START) */

	/* Plain text */
	.PPlain
	{
		font-family:Arial;
		font-size:12pt;
		color:Black;
	}
	
	/* Plain text as a link, underlined */
	.PPlainAU
	{
		font-family:Arial;
		font-size:12pt;
		color:White;
		text-decoration:underline;
	}
	
	/* Plain text as a link, not underlined */
	.PPlainA
	{
		font-family:Arial;
		font-size:12pt;
		color:White;
		text-decoration:none;
	}
	
	/* Plain text as a link, not underlined */
	.PPlainA:hover
	{
		color:black;
	}
	
	/* Plain text as a link, underlined */
	.PPlainAUG
	{
		font-family:Arial;
		font-size:12pt;
		color:#404040;
		text-decoration:underline;
	}
	
	/* Plain text as a link, not underlined */
	.PPlainAUG:hover
	{
		color:black;
	}
	
	/* Plain text as a link, not underlined */
	.PPlainAG
	{
		font-family:Arial;
		font-size:12pt;
		color:#404040;
		text-decoration:none;
	}
	
	/* Page titles */
	.PPageTitle
	{
		font-family:Arial;
		font-size:24pt;
		color:Black;
		text-align:center;
	}
	
	/* Page titles Small */
	.PPageTitleSmall
	{
		font-size:14pt
	}
	
	
	/* Mission statement */
	.PMissionStatement
	{
		font-family:Trebuchet;
		font-size:14pt;
		color:#405e69;
		padding-left:210px;
		padding-right:210px;
	}
	
	/* Department title */
	.PSectionTitle
	{
		font-family:Arial;
		font-size:14pt;
		color:Black;
		padding-left:20px;
		padding-right:20px;
	}
	
	/* Department title */
	.PSectionTitleA
	{
		font-family:Arial;
		font-size:14pt;
		color:Black;
		padding-left:20px;
		padding-right:20px;
		text-decoration:none;
	}
	
	/* Department description */
	.PSectionDescription
	{
		font-family:Arial;
		font-size:12pt;
		color:Black;
		padding-left:50px;
		padding-right:50px;
		vertical-align:middle;
	}

/* TEXT FORMATTING (END) */

/* TEXT - TESTIMONIALS (START) */

	/* Testimonial Salutation */
	.PTestimonialSalutation
	{
		font-family:Arial;
		font-size:13pt;
		color:Black;
		margin-left:100px;
		margin-right:20px;
	}
	
	/* Testimonial Description */
	.PTestimonialDescription
	{
		font-family:Arial;
		font-size:12pt;
		color:#2E5888;
		padding-left:200px;
		padding-right:200px;
	}
	
	/* Testimonial Signature */
	.PTestimonialSignature
	{
		font-family:Arial;
		font-size:13pt;
		color:Black;
		margin-left:700px;
		margin-right:20px;
	}
	
/* TEXT - TESTIMONIALS (END) */

/* CLIENT SERVICES (START) */

	/* Service Description Container */
	.ClientServicesDescriptionContainer
	{
		vertical-align:middle;
	}
	
	/* Service Description */
	.ClientServicesDescription
	{
		font-family:Arial;
		font-size:12pt;
		color:#2E5888;
		padding-left:50px;
		vertical-align:middle;
	}
	
	/* Service Images */
	.ClientServiceImg
	{
		padding-left:10px;
	}
	
/* CLIENT SERVICES (END) */

/* HOMEPAGE (START) */

	/* Homepage image */
	.ImgIntro
	{
		float: left;
		margin-right: 8px;
		margin-bottom: 8px;
	}
	
	/* Department description */
	.PHomepageIntro
	{
		font-family:Arial;
		font-size:12pt;
		color:Black;
		padding-left:310px;
		padding-right:310px;
		vertical-align:middle;
		width:400px;
		text-align:left;
	}
	
/* HOMEPAGE (END) */

/* SEAN MOBILE (START) */
	
/* SEAN MOBILE (END) */

/* SEFE (START) */

	/* SEFE Description Container */
	.SEFEDescriptionContainer
	{
		vertical-align:middle;
		width:800px;
	}
	
	/* SEFE Description */
	.SEFEDescription
	{
		font-family:Arial;
		font-size:12pt;
		color:black;
		padding-left:50px;
		vertical-align:middle;
	}
	
	/* SEFE Images */
	.SEFEImg
	{
		padding-left:10px;
	}
	
/* SEFE (END) */

/* SETE (START) */

	/*  */
	.SETEHeader
	{
		text-align:center;
		font-family:Arial;
		font-size:12pt;
		border-style:solid;
		border-width:2px;
		border-bottom-color:rgb(137,165,175);
		border-left:none;
		border-right:none;
		border-top:none;
	}
	
	/*  */
	.SETECategory
	{
		text-align:center;
		font-family:Arial;
		font-size:10pt;
		color:rgb(66,97,127);
		padding-left:10px;
		padding-right:10px;
		padding-top:5px;
		padding-bottom:5px;
		width:10%;
		text-transform:uppercase;
	}
	
	/*  */
	.SETESymptom
	{
		text-align:left;
		font-family:Arial;
		font-size:10pt;
		color:rgb(66,97,127);
		padding-left:0px;
		padding-right:10px;
		padding-top:5px;
		padding-bottom:5px;
		width:35%;
	}
	
	/*  */
	.SETESolution
	{
		text-align:left;
		font-family:Arial;
		font-size:10pt;
		color:rgb(66,97,127);
		padding-left:25px;
		padding-right:10px;
		padding-top:5px;
		padding-bottom:5px;
		width:55%;
	}
	
/* SETE (END) */