/* All page content except for footer
 **************************************************************/


#header {
	clear: both;
	position: relative;
	height: 29px;
	margin: 0 auto;
	background: #48525B url(../images/structure/nav2.bmp) repeat-x bottom left;
	border-bottom: 2px solid #48525B;
	background-color: #48525B;
	
}


#headerImg {
  margin: 0 auto;
  /*height: 143px;*/
  height: 143px;
  background: url(../images/structure/header_imageV2.jpg) no-repeat top left;
}



#site-name  
{
    text-align:left;   
    /*z-index: 2; */
    padding-left: 10px; 
    padding-top: 10px; 
    background-color: transparent; 
    /*color: #C02720; */
    color:#ffffff;
    font-size: 34px;
    font-family:arial, sans-serif;
    border:0px solid red;
    width:400px;
    float:left;
}

#site-slogan {
    /*z-index: 1;*/ 
    left: 15px; 
    padding-top: 10px; 
    padding-left: 40px;  
    background-color: transparent; 
    /*color: #C02720; */
    color:#ffffff;
    font-size: 24px;
    font-family:arial, sans-serif;
    border:0px solid red;
    height:30px
}

#site-Banner  
{
    text-align:right;   
    padding-right: 10px; 
    padding-top: 5px; 
    /*color: #C02720; */
    position: relative;
    
}



#menu {
  margin: 0 auto;
  background: #3B5D77 url(../images/structure/nav.bmp) repeat-x top left;
  height:29px;
}



#page {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 6em;
  text-align: left;
  
 
  min-height:600px;
  
}

* html #page
{
     height:600px;
}


#columns {
  margin: 0 auto;
}


/* Column widths */
.width {
  width: 776px;
}

.widthPad {
  width: 746px;
}

.width25 {
  width: 24%;
}

.width25 {
  width: 181px;
}


.width50 {
  width: 48%;
}

.width73 {
  width: 73%;
}

.width75 {
  width: 75%;
}

.width100 {
  width: 100%;
}


/**************************************************************
   Footer
 **************************************************************/


#footer {
  clear: both;
  float: left;
  width: 100%;
  height: 5em;
  margin-top: -5em;
}

#footer #bg {
  position: relative;
  height: 5em;
  margin: 0 auto;
  background: #49525B url(../images/structure/header.gif) repeat-x bottom left;
}

#footer #bg ul {
  float: right;
  margin: 3em 1em 0 0 !important;
  margin: 3em 0.5em 0 0;
  padding: 0;
  
}

#footer #bg ul li {
  display: inline;
  list-style: none;
  float: left;
}

#footer #bg a {
  color: #fff;
  font-weight:bold;
   float: left;
  
  
  
}

#footer #bg a.last {
  padding-right: 0;
  border-right: 0;
}

#footer #bg a:hover {
  color: #ccc;
  font-weight:bold;
}

#footer #bg img {
  position: absolute;
  top: 6%;
  left: 10px;
}

#footer #bg p 
{
  float:left;
  top: 6%;
  left: 10px;
}





/**************************************************************
   Submenu Styles
 **************************************************************/

ul.submenu1,
ul.submenu2 {
  margin: 0 0 20px 0;
  padding: 0;
  list-style:none;
}

ul.submenu1 li a,
ul.submenu2 li a {
  display: block;
  height: auto !important;

  /* Start hide from IE Mac \*/
  height: 1%;
  /* End hide from IE Mac */

  padding: 1px 5px 1px 20px;
}


ul.submenu2 li a {
  color: #426F85;
  background: url(../images/structure/submenu2.gif) no-repeat 3px 50%;
}





/**************************************************************
   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;
}

.alignTop {
  vertical-align: top;
}

.alignMiddle {
  vertical-align: middle;
}

.alignBottom {
  vertical-align: bottom;
}

.lightBlueBg {
  background-color: #EAF2F5;
}

.dark {
  color: #353E47;
}


