
/* Basic structure of site */

html,body {
    font-family: Arial Narrow, Helvetica, sans-serif;
    font-size: 13px;
    text-align:left;
    height:95%;
    width:100%;
    padding:0px;
    margin:0px;
    color: #676767;
}



a               {color: #676767; text-decoration: none}
a:link          {color: #676767; text-decoration: none}
a:active        {color: #676767; text-decoration: none}
a:visited       {color: #676767; text-decoration: none}
a:hover         {color: #676767; text-decoration: none}
a.topmenu		{color: #FFFFFF; text-decoration: none;width: 80px;}
a.topmenu:visited		{color: #FFFFFF; text-decoration: none}

table           {font-size: 13px;}
td              {font-size: 13px;} 

div             {margin: 0px;padding: 0px}


img             {border: 0px}    

form            {margin: 0px;padding:0px}
select          {font-family: Arial Narrow, Helvetica, sans-serif;font-size: 13px;color: #7C6F57}
textarea        {font-family: Arial Narrow, Helvetica, sans-serif;font-size: 13px;color: #7C6F57}
input           {font-family: Arial Narrow, Helvetica, sans-serif;font-size: 10px}

h2              {font-size: 13px;
				font-family: verdana; 
                font-weight: bold}

h1 {
	text-decoration: none;
	font-family: verdana;
    font-size: 30px;
    color: white;
    background-color: #284775;
    height: 56px;
    line-height: 50px;
    margin: 0px 0px 10px 0px;
    text-align: center;
  
}

h3 {font-size: 15px; 
    font-weight: bold;
    font-family:verdana;
    text-align: center;
    color:black}



hr  {
    border-width: 0px;
    background: #E3E3E3;
    height: 1px;
}

.b {
   font-weight: bold;
}

.top {
   vertical-align: top
}

.mid {
vertical-align: middle
}

.bot {
    vertical-align: bottom;
}    

.center {
    text-align: center;
    margin: 0px auto 0px auto
}

.right {
    text-align: right;
    margin: 0px 0px 0px auto
}

.left {
    text-align: left;
    margin: 0px auto 0px 0px
}

.topmenu 
{
 	font-family: verdana;
    font-size: 12px;
 	text-align: center;
	background-color: #5D7B9D;
	Color: white;
	width: 100px;   
}

.emergency 
{
	color: Red;
}

.topmenu:hover
{
 	text-align: center;
 	color: White;
 	border-bottom-color:White;
 	border-bottom-style:solid;
 	border-bottom-width:thin;
	width: 100px;
}

.gridheader{
	background-image: url(Images/blue_header_blueBck.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top;
	height: 32px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: gray;
	/*color: #0B333C;*/
	vertical-align: text-top;
	text-align: left;
} 

.gridpage{
	background-image: url(Images/grey_header_greyBck.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top;
	height: 32px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	color: Black;
	/*color: #0B333C;*/
	vertical-align: text-top;
	text-align: center;
} 


.gasB #blueBlueContainer {
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: white;
	/*background-color: #E4F1FF;*/
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.gasB #blueHeader {
	background-image: url(Images/blue_header_blueBck.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top;
	height: 32px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Verdana;
	font-size: medium;
	font-weight: bold;
	font-variant: normal;
	color: #0B333C;
	vertical-align: text-bottom;
	text-align: left;
} 
.gasB #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.gasB #mainContent {
	padding: 0 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0B333C;
}
.gasB #blueFooter {
	padding: 0;
	background-image: url(Images/blue_footer.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 32px;
} 
.gasB #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.gasB #greenHeader {
	background-image: url(Images/green_header_greenBck.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top;
	height: 32px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Verdana;
	font-size: medium;
	font-weight: bold;
	font-variant: normal;
	color: #0B333C;
	vertical-align: text-bottom;
	text-align: left;
}

.gasB #greenFooter {
	padding: 0;
	background-image: url(Images/green_footer.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 32px;
} 

.gasB #greenContainer {
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #E5FCF4;
	position: relative;
	width: 400px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


.gasB #greyHeader {
	background-image: url(Images/grey_header_greyBck.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top;
	height: 32px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Verdana;
	font-size: medium;
	font-weight: bold;
	font-variant: normal;
	color: #0B333C;
	vertical-align: text-bottom;
	text-align: left;
}

.gasB #greyFooter {
	padding: 0;
	background-image: url(Images/grey_footer.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 32px;
} 

.gasB #greyContainer {
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #ECEFF1;
	position: relative;
	width: 400px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.gasB #greyHeaderBlueBck {
	background-image: url(Images/grey_header_blueBck.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top;
	height: 32px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Verdana;
	font-size: medium;
	font-weight: bold;
	font-variant: normal;
	color: #0B333C;
	vertical-align: text-bottom;
	text-align: left;
}
