@charset "utf-8";
/* CSS Document */

body { 
	background:white; 
	color:black; 
	margin:0;
	font-size:11pt;
 }

.clearBoth {
	clear:both;
}

.noPrint {
	display:none;
}

#header { }

#headerContainer {
	width:770px;
	margin:0px;
}

#headerContainer .phoneArea {
	width:175px;
	height:56px;
	float:left;
}

#headerContainer .phoneArea .phoneNumber {
	margin-top:15px;
	text-align:center;
	color:#FFFFFF;
	font-size:19px;
}

.wrapper1 { 
	display:none;
}

#content { 
	margin-left:0; 
     float:none; 
     width:auto; 
}

#comments { }

#searchform {
	display:none;
}

#commentform { display:none }

h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid }
img { page-break-inside:avoid; 
     page-break-after:avoid; }
blockquote, table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }

#middleContainer {
	width:auto;
	margin:0px;
	clear:both;
}

#middleContainer #sidebarContainer {
	width:231px;
	height:1px;
	float:left;
}

#middleContainer #sidebarContainer .sidebarMenu {
	display:none;
}

#middleContainer #contentContainer {
	margin-left:240px 0 0 0;
	width:60%;
	float:left;
	clear:right;

}

#sidebar { }
#footer { }

#footerContainer {
	width:750px;
	margin:0px;
	clear:both;
}

#footerContainer .spacer {
	text-align:center;
	/*margin-left:229px;*/
	width:100%;
}

#footerContainer .copyright {
	text-align:center;
	/*margin-left:229px;*/
	width:100%;
}

.translate_block a {
	display:none;
}

