/**************************************************************
   All page content except for footer
 **************************************************************/

#content {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
/*  margin-bottom: 5em;*/
}


/**************************************************************
   Top menu and logo
 **************************************************************/

#header {
	clear: both;
	position: relative;
	height: 2.2em;
	margin: 0 auto;
	background: #48525B url(../images/header.jpg) repeat-x bottom left;
	border-bottom: 2px solid #48525B;
	background-color: #48525B;
}


#header ul {
  margin: 0.7em 0.5em 0 0 !important;
  margin: 0.7em 0.1em 0 0;
  padding: 0;
  float: right;
}

#header ul li {
  display: inline;
  list-style: none;
}

#header ul li a {
  float: left;
  padding: 0 0.7em;

  position: relative;
  font: 600 1.1em arial, sans-serif;
  letter-spacing: 0.01em;
  line-height: 0.8em !important;
  line-height: 1em;

  color: #ffffee;
  border-right: 1px solid #4D5760;
}

#header ul li a.last {
  padding-right: 0;
  border-right: 0;
}

#header ul li a:hover {
  color: #3B5D77;
}



/**************************************************************
   Header Image/Flash Movie
 **************************************************************/

#headerImg {
  margin: 0 auto;
  height: 143px;
}


/**************************************************************
   Page Content
 **************************************************************/

#page {
  clear: both;
  float: left;
  width: 100%;
  text-align: left;
  font: 400 1.2em arial, sans-serif;
}

#columns {
  margin: 0 auto;
}


/* Column widths */
.width {
  width: 776px;
}

.widthPad {
  width: 746px;
}

.width25 {
  width: 24%;
}

.width50 {
  width: 48%;
}

.width73 {
  width: 73%;
}

.width75 {
  width: 75%;
}

.width100 {
  width: 100%;
}
#mobiannounce {
	margin:auto;
	position:relative;
	left:17px;
}

/**************************************************************
   Footer
 **************************************************************/


#footer {
  clear: both;
  position: relative;
  float: left;
  width: 100%;
  height: 5em;
  margin-top: 1em;
  margin-bottom: -1.6em;
}

#footer #bg {
  position: relative;
  height: 5em;
  margin: 0 auto;
  background: #49525B url(../images/footer.jpg) repeat-x bottom left;
}

#footer #bg ul {
  float: right;
  margin: 1em 1em 0.4em 0 !important;
  margin: 1em 0.5em 0 0;
  padding: 0;
}

#footer #bg ul li {
  display: inline;
  list-style: none;
}

#footer #bg ul li a {
  float: left;
  padding: 0 1em;

  font: 400 1em arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 0.8em !important;
  line-height: 1em;

  color: #4D5760;
  border-right: 1px solid #4D5760;
}

#footer #bg ul li a.last {
  padding-right: 0;
  border-right: 0;
}

#footer #bg ul li a:hover {
  color: #DDE;
}

#footer #bg a:hover {
  color: #DDE;
}

#footer #bg img {
  position: absolute;
  top: 6%;
  left: 10px;
}

#footer #bg p {
	line-height: 1.3em;
	clear: both;
	text-align: center;
	color: #FFFFFF;
}



/**************************************************************
   Add 
 **************************************************************/

#add {
  clear: both;
  position: relative;
  width: 100%;
  text-align: left;
}

#add table {
  border: 1px solid #000000;
  background: #A5C6F8;
}


/**************************************************************
   Generic Display 
 **************************************************************/


.block {
  display: block;
}

.clear {
  clear: both;
}

.marginRight {
  margin-right: 15px;
}

.paddingLeft {
  padding-left: 5px;
}

.paddingRight {
  padding-right: 5px;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignCenter {
  text-align: center;
}

.alignTop {
  vertical-align: top;
}

.alignMiddle {
  vertical-align: middle;
}

.alignBottom {
  vertical-align: bottom;
}

.lightBlueBg {
  background-color: #EAF2F5;
}

.dark {
  color: #353E47;
}
