
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #f7f7f7;
	margin: 0;
	padding: 0;
	
}


/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}


a.pscroller11:link {color: #333333; text-decoration: none;  cursor: pointer; }
a.pscroller11:visited {color: #333333; text-decoration: none; cursor: pointer; }
a.pscroller11:hover {color: #0a499c; text-decoration: none; cursor: pointer; }
a.pscroller11:active {color: #333333; text-decoration: none; cursor: pointer;}
a.pscroller11:focus {color: #333333; text-decoration: none; cursor: pointer;}


a.pscroller16:link {color: #51666f; text-decoration: none;  cursor: pointer; }
a.pscroller16:visited {color: #51666f; text-decoration: none; cursor: pointer; }
a.pscroller16:hover {color: #ff9000; text-decoration: none; cursor: pointer; }
a.pscroller16:active {color: #51666f; text-decoration: none; cursor: pointer;}
a.pscroller16:focus {color: #51666f; text-decoration: none; cursor: pointer;}

a.pscroller18:link {color: #51666f; text-decoration: none;  cursor: pointer; }
a.pscroller18:visited {color: #51666f; text-decoration: none; cursor: pointer; }
a.pscroller18:hover {color: #ff9000; text-decoration: none; cursor: pointer; }
a.pscroller18:active {color: #51666f; text-decoration: none; cursor: pointer;}
a.pscroller18:focus {color: #51666f; text-decoration: none; cursor: pointer;}


/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
	width: 100%;
	background: #f7f7f7;
	border: 0px solid #ff0000;
	margin: 0px ; /* the auto value on the sides, coupled with the width, centers the layout */
}

.header {
	position: relative;
	width:100%;
	border:0px solid #ff0000;
	margin: 0px;
	padding: 0px;
	height: 85px;
	background: #dbe2e5;
	
}

.logo {
	position: absolute;
	width:358px;
	height: 42px;
	border:0px solid #ff0000;
	margin: 0px;
	padding: 0px;
	left: 20px;
	top: 15px;
	
	
}



.upperrightheader {
	position: absolute;
	border:0px solid #ff0000;
	font: normal 24px arial,helvetica;
	margin: 0px;
	padding: 0px;
	right: 30px;
	top: 25px;
	
	
}

.impressionist {
	position: relative;
	width:100%;
	border:0px solid #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 70px;
	background: #666666;
	
		
}



.navigation_wolovick {
	position: relative;
	width:100%;
	border:0px solid #ff00ff;
	margin: 0px ;
	padding: 0px;
	height: 32px;
	background: #b0b5b7;
	text-align: center;
	z-index: 99999;
		
}

.lowercontent  {
	position: relative;
    	margin: 0 auto;
    	height: 50px;
    	
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #999999 ;
	width: 850px ;
	text-align: center;
	font: normal 12px arial, helvetica;
	line-height: 18px;
	color: #333333;
	background-image: url('images/bkg_bottomcopy.jpg');
}

.content {
	width: 850px;
	margin: 0 auto;
	position: relative;
	padding: 30px 25px 30px 35px;
	z-index: 888;
	border: 0px solid #ff00ff ;
	font: normal 16px arial,helvetica;
	line-height: 20px;
	color: #000000;
}

.content2 {
	width: 850px;
	margin: 0 auto;
	position: relative;
	padding: 20px 25px 20px 35px;
	z-index: 888;
	border: 0px solid #333333 ;
	font: normal 16px arial,helvetica;
	line-height: 20px;
	color: #000000;
}


.pagecontentcontact {
	position: absolute;
	top: 0px;
	left: 500px;
	width: 340px;
	height: 330px;
	padding: 20px;
	font: normal 14px arial,helvetica;
	color: #333333;
	line-height: 18px;
	border: 0px solid #ff0000;
	
}

.tab5 { margin-left: 5 px; }










.pagecontentsecondary {
	padding: 10px 0px 0px 20px;
	font: normal 13px arial,helvetica;
	color: #333333;
	line-height: 20px;
	border: 0px solid #ff0000;
	
}




.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

header .logo, header .plus-menu {
  position: fixed;
}

