/* layout and positioning */


#p1wrapper {
	width: 701px;
	margin: 0 auto 0 auto;
	padding-bottom			: 5px;
	padding-left			: 6px;
	padding-right			: 6px;
}

#wrapper {
	width: 701px;
	text-align: left;
	margin: 0 auto 0 auto;
	background-color		: #fff;
}

#pathway
{
	padding-top			: 3px;
	padding-bottom		: 3px;
}

#header
{
	padding-top			: 5px;
	padding-bottom		: 5px;
}

#sitelogo
{
	float				: left;
	width				: 510px;
}

#topBarMenu
{
	
}

#verticalMenu
{
	padding-left		: 114px;
	padding-top			: 30px;
}

#headerImg {
	background				: url(../images/header-1.jpg) no-repeat;
	height					: 189px;
	width					: 701px;
	overflow				: hidden;
	float					: left;
}

#headerImg2 {
	background				: url(../images/header-2.jpg) no-repeat;
	height					: 189px;
	width					: 701px;
	overflow				: hidden;
	float					: left;
}
#headerImg3 {
	background				: url(../images/header-3.jpg) no-repeat;
	height					: 189px;
	width					: 701px;
	overflow				: hidden;
	float					: left;
}
#searchAndMenu
{
	background				: #fff url(../images/search-and-menubar.png) no-repeat;
	background-position		: 4px 0px;
	height					: 41px;
	width					: 701px;
	float					: left;
}

#leftNav
{
	width					: 212px;
	float					: left;
	padding-left			: 20px;
	padding-top				: 10px;
	padding-right			: 10px;
	
}

#mainContent
{

	padding-right			: 20px;
	padding-top				: 10px;
	width					: 420px;
	float					: right;
}

#wNavContent
{
	width					: 701px;
	background				: url(../images/main-content-bg.png) repeat-y;
	float					: left;
}


#footerBorder
{
	height					: 50px;
	width					: 701px;
	float					: left;
	background				: #fff url(../images/footer-separator.png) no-repeat;
	
	
}

#copyRight
{
	float					: left;
	width					: 701px;
	text-align				: center;
	background-color		: white;
	height					: 20px;

}

#bottomMenu
{
	float					: right;
	width					: 450px;
	margin-top				: 15px;
}


.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}


#searchBox
{
	padding-left		: 20px;
	padding-top			: 10px;
	float				: left;
	width				: 221px;
}

#topMenuBox
{
	
}



/* Clear fix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

