﻿div#wrapper
{
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

div#navigation
{
	position: relative;
	float:left;
	top: 128px;
	left:13px;
}
div#secondMenu
{
	position: absolute;
	
	top: 100px;
	left: 8px;
	z-index:2;
}

div#utilities
{
	position: absolute;
	top: 427px;
	left:8px;
	z-index:1;
}

div#utilities a
{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}


div#navigation a img
{
    display: none;
}



#page {
  clear: both;
  float: left;
  width: 100%;
  text-align: left;
  
}


#pageContent {
  margin: 0 auto;
}

div#footer {
  clear: both;
  float: left;
  width: 100%;
  height: 12px;
  margin-top: 0px;
  
}

div#footer #bg {
  position: relative;
  /*height: 93px;*/
  margin: 0 auto;
  /*background: url(_images/footer2.jpg) no-repeat top left;*/
}




div.sectionsettings 
{
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #888;
    border: solid 1px #000000;
    padding: 3px;
   
}

.width {
  /*width: 766px;*/
  width: 100%;
  text-align:left;
}

.widthPad {
  /*width: 766px;*/
  width: 100%;
  text-align:left;
}

.width25 {
  width: 24%;
}

.width50 {
  width: 48%;
}

.width73 {
  width: 73%;
}

.width75 {
  width: 75%;
}

.width100 {
  width: 100%;
}
.block {
  display: block;
}

.clear {
  clear: both;
}

.marginRight {
  margin-right: 0px;
}

.paddingLeft {
  padding-left: 5px;
}

.paddingRight {
  padding-right: 5px;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignTop {
  vertical-align: top;
}

.alignMiddle {
  vertical-align: middle;
}

.alignBottom {
  vertical-align: bottom;
}

.lightBlueBg {
  background-color: #E9EAEB;
}

.dark {
  color: #353E47;
}
a
{
	text-decoration:none;
	color:Black;
}

a:Visited
{
	color:Black;
}


