body
{ /* Make it possible to fit into exactly 1024x768 */
  margin: 0px auto 10px auto; 
  background-color: #E7E9DA;
	background-image: url(../../pics/design/site_bg_repx.gif);
	background-repeat: repeat-x;	
}

body.simple, body.blank, body.print
{
	background: none;
}

.firefox2 body
{
  overflow-y: scroll;  
}

.ie7 html
{
	position: fixed;	
}


#layoutDiv
{
	background-image: url(../../pics/design/site_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;	
	background-color:#E7E9DA;
	width: 1000px;
	margin: auto;	
}

#headerDiv
{
	height: 143px;
	position: relative;
}
#headerDiv span,
#headerDiv a
{
	color: White;	
}
#headerLeftDiv
{
	width: 600px;
	float: left;	
}
#topleftmenuDiv
{
	margin: 75px 0 0 73px;
}

#headerRightDiv
{		
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 72px;
}
.headerLogodummy
{
	display:block;
	position:absolute;
	top: 5px;
	left: 50px;
	width:300px;
	height:50px;

}
.headerLogodummy a
{
	display:block;
	width:100%;
	height:100%;
  line-height:60px;
  text-decoration:none;

}
.headerLogodummy a span
{
  height:100%;
}

#topmenuDiv
{
	margin-top: 35px;	
	float: right;
	text-align: right;
}
#topmenuDiv a
{
	margin-left: 1.5em;
	font-size: 11px;
}
#searchDiv 
{
 margin-top : 40px;
 float: right;
}

#searchDiv  a
{
 margin-top : 40px;
 font-size :16px;
 font-weight:bold;
 margin-left:5px;
}

#centerDiv
{
	margin: auto;
	width: 855px;		
}
#center_column
{
	padding: 10px;
}
#bottomDiv
{
	background-color:#fff;
	width: 855px;	
	margin: auto;
	border-top: solid 18px #E7E9DA;
	margin-bottom: 20px;
}
#bottomDiv .padding
{
	padding: 10px 14px 10px 14px;
}
#bottomDiv .header
{
	height: 32px;
}

#bottomDiv hr
{
	border: none;
	border-top: solid 1px #D9D9D9;	
	height: 0px;
	margin-top: 8px;
	margin-bottom: 10px;
}
#bottomDiv .content
{
	color: #666;
}
#bottomDiv .content div,
#bottomDiv .content a
{
	font-size: 11px;
}
#bottomDiv .content .bigletters
{
	font-size: 20px;
}
#bottomDiv .content .bottommenu
{
	margin-bottom: 24px;
}
#bottomDiv .content .addressInfo
{	
	margin-top: 12px;
}
	
#centersite div.padding,
.centersite div.padding  
{
  padding-left: 95px;
  padding-right: 95px;
}

/*
--------------------------------------------------------------------
ADMIN LAYOUT
--------------------------------------------------------------------
*/
.admin #headerDiv
{
	height: 70px;
}

.admin #left_column
{
	padding: 10px 0 0 10px;
	width: 186px;
}

.admin .centerTable
{
	width: inherit;
}

/*
--------------------------------------------------------------------
ADMINMENU
THIS SOLUTION staticcontrols/adminmenu
--------------------------------------------------------------------
*/

.adminmenu ul.blockMenuLinks
{
  text-align: left;
  list-style: none;
  padding: 0px;
  margin: 0px auto;
  width: 100%;
  background-color: #F1F1F1;
  
}

.adminmenu ul.blockMenuLinks li
{
  margin: 0;
  padding: 3px;
  border-bottom: solid 1px #999;
}

.adminmenu ul.blockMenuLinks li a
{
  display: block;
  width: 135px;
  padding: 2px 2px;
  border-bottom: 1px solid #999;
  color: #000;
  text-decoration: none;
}

.adminmenu ul.blockMenuLinks li a:link, 
.adminmenu ul.blockMenuLinks li a:visited
{
  background-color: #F1F1F1;
  text-decoration: none;
  border: 1px solid #F1F1F1;
}

.adminmenu ul.blockMenuLinks li a:hover
{
  background-color: #CCCCCC;
  text-decoration: none;
  border: 1px solid #999999;
}

.adminmenu ul.blockMenuLinks li a:active
{
  background-color: #E1E1E1;
  text-decoration: none;
  border: 1px solid #999999;
}

/* staticcontrols/adminmenu - submenu items */

.adminmenu ul.blockMenuLinks ul li
{
  padding: 1px 0px 1px 13px;
  border: none
}

.adminmenu ul.blockMenuLinks ul li a
{
  width: 123px;
}

.adminmenu ul.blockMenuLinks ul li ul li a
{
  width: 110px;
}

/*Bottom Menu */

#divbottommenuLeft 
{ 
  float:left; 
  width:inherit;
}
#divbottommenuRight 
{ 
  margin-left:auto; 
  width: 180px; 
  padding: 10px; 
  height:130px;
  background-image: url(../../pics/design/box_dark_bg.gif); 
  background-repeat: repeat-x;
 }
#divbottommenuRighLinkMenu, #divbottommenuRighLinkMenu a 
{ 
  color: white;  
}