/*--------------------------------------------
coded by iFace
All Rights Reserved
---------------------------------------------*/



/*--------------------------------------------
BoDy STyLeS
---------------------------------------------*/
body {
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;

  height: 100%;
  }
  

   
/*--------------------------------------------
Layout Containers
---------------------------------------------*/

#container {
  padding: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  }
  
#mainWrap {
	padding-bottom: 8px;
	background-color: #fff;
	}
  
#pagediv {background: #fff;}



/*--------------------------------------------
RoLLOVeR MeNU
---------------------------------------------*/
#home
{
float:left; 
  display: block; 
  width: 370px;
  height: 20px;
  font-size:11px;
 text-align:center;
  color:#666;
  padding-top:8px;
  background: url("gui/images/menu.gif") no-repeat 0 0;
 }


#home a
{
	color:#fff;
	font-face:verdana;
	font-size:12px;
	font-weight:none;
	text-decoration:none;
}


#home a:hover {
  text-decoration: none;
  color:#b9c9fe;
  }
  
  
/*
#home:hover
{ 
  background-position: 0 -28px;
}
*/

#home span
{
  display: none;
}





/*--------------------------------------------
Headers
---------------------------------------------*/
	
    
#headerWrap {

  width: 100%;
  height: 55px;
  background: #fff url(gui/images/headertop.jpg) top left;
  margin: 0;
  padding: 0;
  }
  
#header_top {
  width: 960px;
  margin-left:auto;
  margin-right:auto;
  } 
  #headerLogo {
  float: left;
  margin-top: 0px;
  }
  #headerMenu {
  float: right;
  width:50%;
  margin-top:22px;
  line-height:12px;
  }

#buttonBarWrap {
  width: 100%;
  height: 47px;
  background: url(gui/images/menubar.gif) top left;
  margin: 0;
  padding: 0;
  }
#buttonBar_bottom {
  width: 960px;
  margin-left:auto;
  margin-right:auto;
  }
#buttonBar {
  float: left; 
  }

.header_nav {
  font-size:11px;
  color: #666;
  font-weight:none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
   }
.header_nav a {
  color: #b9c9fe;
  font-weight:none;
   text-decoration: underline;
  }
.header_nav a:hover {
  text-decoration: underline;
  color: #fff;
  }
  
  

/*--------------------------------------------
White Content
---------------------------------------------*/
  
#thepage {
  text-align: left;
  background-color: #ffffff;
  padding: 0;
  }
#thepage a {
  color: #039;
  text-decoration: none;}
#thepage a:hover {
  color: #039;
  text-decoration: underline;}
  
  

/*---------------------- Left Content */
  
#pageContent {	
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFF;
  }
  
  
#content_left {
	float: left;
	width: 695px;
	padding-bottom: 90px;
	margin-top: 40px;
  }
#content_left a {
  color: #039;
  text-decoration: underline;
  }
#content_left a:hover {
  color: #0000ff;
  text-decoration: underline;
  }

  


/*---------------------- Right Navigation */
  
#content_right {
	float: right;
	width: 235px;
	margin-top: 41px;
	text-align:right;
	
}
#content_right h2 {
  color: #ffa200;
  font-size: 24px;
  font-weight: normal;
  margin-top: -5px;}

#sideNav {
	background: #f9f9f9;
	padding: 15px;
	border: 1px solid #d1d1d1;
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
  }
#sideNav h2 {
  color: #000;
  font-size: 24px;
  font-weight: normal;
  margin-top: -5px;}
#sideNav ul {
  list-style: none;
  margin-left: 0px;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  padding:0;
  margin:0;
  }
#sideNav a {
  color: #000;
  text-decoration: none;}
#sideNav a:hover {
  color: #000;
  text-decoration: underline;
  }
    
#sideNav_header {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  margin: 0 0 10px 0;
  }
  
  #sideNav_header a {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 10px 0;
  text-decoration:underline;
  }
  
   #sideNav_header a:hover {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 10px 0;
  text-decoration:none;
  }
  
#sideLinks {
  font-size: 11px;
  font-family:  verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 25px;
  padding:0;
  
  }  
  
  
  
  
  #sideNavPhone {
  background: #ffffff;
  padding: 8px;
  border: 1px solid #d1d1d1;
  margin-bottom: 20px;
  font-size: 11px;
  text-align:center;
  }
  
  

/*--------------------------------------------
Footer
---------------------------------------------*/

#bottomPad{
   padding-top: 35px;
  padding-bottom: 35px;
  }

#footerContainer-blk {
  width: 100%;
  background: #171717;
  text-align:left;
  
  }
#footerContainer-wht {

  width: 100%;
  background: #fff;
 
  }

#footerContent {
  width: 960px;
  text-align: left;
  padding-top:15px;
  padding-bottom:15px;
  margin-left: auto;
  margin-right: auto;
  font-family: verdana;
  font-size:10px;
  color: #666;
  }

#footerContent a {
  color: #b9c9fe;
   font-family: verdana;
  font-size:11px;
  text-decoration: underline;
  }
#footerContent a:hover {
  color: #fff;
  text-decoration: underline;
  }

#footerIMG {
float:right;
width:450px;
text-align:right;
font-size:9px;
font-family: verdana;
text-decoration:none;
}

#footerIMG a {
	font-size:9px;

}
  
/*--------------------------------------------
Text Classes
---------------------------------------------*/

