﻿body 
{
    background-color:White;
    font-family:Myriad Web Pro;
    color:#7c747c;
    margin: 0; 
    padding: 0; 
}
.DriverHeader
{
    font-size:22pt;
    font-weight:bold;    
}
.HeaderArea
{
  background-color:#967a42; 
  margin-top:-10px; 
  margin-right:-20pt; 
  margin-left:-5pt;
  height:50pt;
}
.Header
{
    width:800px;
    margin-left:auto;
    margin-right:auto;
}
#HeaderCompanyName
{ 
    text-align:left;
    float:left; 
    color:White; 
    width:100pt;
    margin-top:+25pt; 
    font-family:Myriad Web Pro;
    font-size:22pt; 
}

#HeaderCompanyName a:link {color:White; text-decoration: none; }
#HeaderCompanyName a:active {color:White; text-decoration: underline; }
#HeaderCompanyName a:visited {color:White; text-decoration: none; }
#HeaderCompanyName a:hover {color:White; color:black; }

.Slogan
{
    text-align:right;
    float:right; 
    color:White; 
    width:275pt;
    margin-top:+20pt; 
    margin-right:0pt;
    font-family:Myriad Web Pro; 
}

.MenuArea
{
    background-color:#d7cfb3; 
    border: solid 1pt white;
    margin-right:-20pt;
    margin-left:-5pt;
}
.MenuBarParent
{
    width:800px;
    margin-right:auto;
    margin-left:auto;
}
.MenuBarLoginStatus
{
   
   
}
.MenuBar
{
    width:400px;
    text-align:left;
    font-family:Myriad Web Pro;
    height:20pt;
    font-size:10pt;    
}

.MainPhotoArea
{
   background-color:#7c745f;
   margin-right:-20pt;
   margin-left:-5pt;
   margin-bottom:0px;
}

.MainPhoto
{
   width:800px;
   margin-left:auto;
   margin-right:auto;
   overflow:hidden;
   border-left-color:#bebaaf;
   border-right-color:#bebaaf;
   border-left-style:dotted;
   border-right-style:dotted;
}

.MainContentArea
{
  background-color:White;
  margin-right:-20pt;
  margin-left:-5pt;
}
.MainContent
{
   width:800px;
   overflow:hidden;
   margin-left:auto;
   margin-right:auto;
   border-left-color:#bebaaf;
   border-right-color:#bebaaf;
   border-left-style:dotted;
   border-right-style:dotted;
   border-bottom-style:dotted;
   border-bottom-color:#bebaaf;
}
#footer
{
   width:800px;
   margin-left:auto;
   margin-right:auto;
   text-align:center;
}

#footer a:link {color: #857356; text-decoration: none; }
#footer a:active {color: #857356; text-decoration: underline; }
#footer a:visited {color: #857356; text-decoration: none; }
#footer a:hover {color: #857356; color:black; }

.GalleryMainPage
{
    text-align:center;
    width:100%;
    margin-left:4px;
}
.BrandLogosPage
{
	width:100%;
	margin-left:10px;
}

.BrandLogoLinks:hover
{
    /* With out this block the border around the photo doesn't work, must be related to the autoresizing*/
    display:block;    
    border: solid 1px #967a42;
}
.BrandLogoLinks
{
    /* With out this block the border around the photo doesn't work, must be related to the autoresizing*/
    display:block;    
    border: solid 3px White;
}

.GalleryPhotoLink
{
    /* With out this block the border around the photo doesn't work, must be related to the autoresizing*/
    display:block;    
    border: solid 3px #d7cfb3;
}
.GalleryPhotoLink:hover
{
    /* With out this block the border around the photo doesn't work, must be related to the autoresizing*/
    display:block;    
    border: solid 3px #967a42;
}



.EditContent
{
    background-color:Blue;
   border-left-style:dotted;
   border-right-style:dotted;
}

/* Login popout */

.modalBackground 
{
        background-color:#000;
        filter:alpha(opacity=70);
        opacity:0.7;
}

.ClosePopOutButton
{
	border: none;
}


.TitleDragPanel
{
	cursor: move;
	text-align:center;
	font-family: Myriad Web Pro;
	font-weight: bold; 
	color: Black; 
	font-size:medium;
    background-color:#967a42;
    height:20px;
    top:-15px;
}

.TitleClose
{
	cursor:pointer;
	float:right;
	background-color:#967a42;
	height:20px;
}


BottomPopOutClose a:link
{
	text-decoration: none;
}
BottomPopOutClose a:hover 
{
	font-weight: bold;
	text-decoration: none;
	color:#967a42;
}

.BottomPopOutClose
{
	font-family: Myriad Web Pro;
	font-weight: bold; 
	color: #ffffff; 
	font-size:medium;
    background-color:#967a42;
    text-align:center;
    height:20px;
}

.ContactUsPanel
{
    width:300px;     
  /* background-color:#967a42;*/
   background-image:url(../images/EnergyLogo.jpg)
*/
}
.TextField
{
    /*background-color:#d7cfb3;*/
    color:#7c747c;
}
.TextBoxWaterMark
{
   /* background-color:#d7cfb3;*/
    color:#7c747c;
}

/*Begin Services Control Style*/

.ServiceBlocks
{
    border-bottom:dotted 1px #bebaaf;
    overflow:hidden;
}
.ServiceIcons
{
    float:left;
    /*
    height:55pt;
    margin-top:auto;
    margin-bottom:auto;
*/
    text-align:center;
    width:95px;
}
.ServiceText
{
    float:right;
    font-size:10pt;
    width:240px
}

/* end Services Control Style*/



.PageContentLeft
{
    float: left;
    width:350px;   
}
.PageContentRight
{
    float: right; 
    margin-left:10px;
    width:420px
}

.PhotoPageTitles
{
    text-align:center;
    text-decoration: underline;
    color:White;
    font-size:18pt;
}
.PageContentTitle
{
    text-align:center;
    text-decoration: underline;
    font-size:18pt;
}

