﻿/*  govMEnew.master */
body 
{
	background-color: #022b59; /* dark blue margins */
}
#wrapFluid /*90% of page, centered, with min-width */
{
    position: relative;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 0px;
	width: auto;
    min-width: 714px;
   	height: auto; /* real browsers */
	height: 100%; /* IE6: treated as min-height*/
	min-height: 100%; /* real browsers */
}
#main 
{
    text-align:left;
	float:left;
	width: 100%; 
    background-color: #FDF9ED;
   	height: auto; /* real browsers */
	height: 85%; /* IE6: treated as min-height*/
	min-height: 730px; /* real browsers */
}
#header 
{
    background-color: #FDF9ED; /* off-white */
	height:120px;
	border-top-style: solid;
	border-top-color: #BE540D;
	border-top-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #BE540D;
	border-bottom-width: 1px;
}
#footer 
{
	clear:both;
	text-align: center;
    background-color: #FDF9ED;
	border-bottom-style: solid;
	border-bottom-color: #BE540D;
	border-bottom-width: 2px;
}
#content { /*area for content*/
   padding: 10px;
   background: #FDF9ED;
   height: auto !important; /* real browsers */
   height: 100%; /* IE6: treated as min-height*/
   min-height: 500px; /* real browsers */
}
.minHeightProp
{
   height: 400px;
   float: right;
   width: 1px;
}
.clearHeightProp
{
   clear: both;
   height: 1px;
   overflow: hidden;
}
a.govMElogoLink /* govME logo at top left of page */
{
	background-image: url("../Images/govMElogo.jpg");
	height: 74px;
	width: 199px;
   	float: left;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
}
a.COTlogoLink /* mountain logo at top right of page */
{
	background-image: url("../Images/COTLogoLink.gif");
	height: 74px;
	width: 53px;
   	float: right;
   	margin-right: 10px;
}
.wrapGovLogoTitle
{
	float: left;
}
.fadeLine
{
	width: 312px;
	height: 1px;
	margin-left: 3px;
}
.logo
{
	float: right;
	width: 223px;
	height: 74px;
	margin-top: -75px;
}
.topLinks
{
   	text-align: right;
	width: 99%;
	margin: 0px 10px 0px 0px;
	height: 18px;
    font-size: 10px; 
    color:#6886a5;
}
.loggedInAs
{
	margin: 0px 10px 0px 0px;
	float: right;
}
.footerLinks
{
    font-size: 12px; 
    color:#022b59; /* 6886a5*/
    text-decoration: none;
}
.footerLinks:hover
{
	text-decoration:underline;
}
.WaRelaySvcsInfo
{
    font-size: 12px; 
    color:#022b59; /* 6886a5*/
    text-decoration: none;
}
.copywrite
{
    font-size: 10px; 
    display: inline;
}
.subTitle
{
	font-family: Trebuchet MS;
	font-size: 12px;
	font-style: italic;
	font-weight:bold;
	color: #BE540D;
	margin: auto auto 0px 10px;
}
.pageTitle
{
	font-family: Trebuchet MS;
	font-size: 18px;
	font-weight: bold;
	line-height:normal;
	color: #BE540D;
	margin: 20px auto 0px 5px;
}
.tagLine
{
	font-family: Trebuchet MS;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #BE540D;
	margin-left:10px;
	margin-bottom: 0px;
	float: left;
}
.wrapper
{
	clear: both;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px;
	border: 0;
	width: 100%;
	height: 78px;
}
.wrapTagLoginAs
{
	clear: both;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px;
	border: 0;
	width: 100%;
	height: 14px;
}
/* The following positioning elements MUST BE inside a <div> with clear:all to work! */
.left
{
	float: left;
	margin-left: 10px;
	margin-bottom: 0;
}
.center
{
	margin: auto;
    width: auto;
}
.right
{
	float: right;
	margin-right: 10px;
}
.rightFloat
{
	float: right;
}
/* END The following positioning elements MUST BE inside a <div> with clear:all to work! */

/* END fluidMasterPage.master header links */

