/* pp Layout CSS */

#wrapper {
	width:830px;
	position:relative;
	
	margin: auto;
	background-color:#FFFFFF;
}



/* banner area*/	

#branding {
	height:202px;
}

#logoarea {
	float:left;
	width:285px;
}

#straparea {
	float:right;
	width:400px;
	height:100px;
	padding-top:50px;
	padding-left:30px;
}

#bannerarea {
	width: 830px;
	background-image:url(../images/banner_home.jpg);
	height:224px;
}

#nav {
	background-image:url(../images/bg_nav.jpg);
	background-repeat:no-repeat;
	width:830px;
	height:37px;
	position: absolute;
	top: 165px;
	left: 4px;
}



/* content*/


#content1 {
	background-color:#FFFFFF;
	width:100%;
	height:100%;
	/*position: relative;*/
}

#content_main {
	background-repeat:repeat-x;
	width:830px;
	height:100%;
	text-align:left;
}

#content_main2 {
	background-repeat:no-repeat;
	width:830px;
	height:100%;
	text-align:left;
}

#content_footer {
	background-image:url(../images/bg_foot.jpg);
	background-repeat:no-repeat;
	width:830px;
	overflow: auto;
	margin: 0 auto;
	padding-top:8px;
	padding-bottom:10px;
	text-align:left;
}

#content_left {
	background-image:url(../images/bg_content.jpg);
	background-repeat:no-repeat;
	width:450px;
	height:100%;
	float:left;
	padding-top:45px;
	padding-left:25px;
	padding-right:40px;
}


#content_whole {
	background-image:url(../images/bg_content_whole.jpg);
	background-repeat:no-repeat;
	width:810px;
	height:100%;
	float:left;
	padding-top:100px;
	padding-left:25px;
	padding-right:40px;
}


#bannerLogos
{
	position: absolute;
	right: 13px;
	top: 370px;
}

/* floated search button on banner*/

#float a {
	background: url(../images/nav_search.jpg) no-repeat left top;
	width: 168px;
	height: 25px;
	position: absolute;
	left: 342px;
	top: 296px;
	z-index: 10;
}

#float a:hover {
	background-position: 0px -25px;
}




/* right panel*/	
	
	
#content_right {
	background-image:url(../images/bg_leftcol.jpg);
	background-repeat:no-repeat;
	width:272px;
	height:100%;
	float:right;
	padding-top:45px;
	padding-left:26px;
}

#reg {
	background-image:url(../images/bg_leftcol2.jpg);
	background-repeat:no-repeat;
	width:268px;
	height:198px;
	float:right;
	padding-top:25px;
	padding-left:35px;
}

#reg2 {
	background-image:url(../images/bg_leftcol2.jpg);
	background-repeat:no-repeat;
	width:268px;
	height:198px;
	float:right;
	padding-top:25px;
	padding-left:35px;
	margin-top:17px
}



/* search panel*/		
		
		
#search {
	background-image:url(../images/bg_search.jpg);
	background-repeat:no-repeat;
	width:510px;
	height:198px;
	float:left;
	padding-left:5px;
	padding-top:25px;
}



/* footer panel with ie 6 hacks*/
	
	
#footer {
	background-image:url(../images/bg_footer.jpg);
	background-repeat:repeat-x;
	width:100%;
	background-color:#FFFFFF;
	padding-top:30px;
	clear:both;
}

#footer_left {
	width:270px;
	height:150px;
	float:left;
	margin-left:11px;
}

* html #footer_left {
	width:250px;
	height:150px;
	float:left;
	display:inline;
	margin-left:11px;
}

#footer_right {
	width:256px;
	height:150px;
	float:right;
	padding-right:23px;
	margin-left:1px;
	margin-right:1px;
}

/* Footer Logos */
ul#footerLogos
{
	clear: both;
	width: 830px;
	overflow: auto;
	margin: 0 auto;
	padding: 10px 0px 20px 0px;
}
ul#footerLogos li
{
	list-style: none;
	float: left;
	margin: 0px 0px 0px 15px;
}
ul#footerLogos li A
{
	border: 0 !important;
	width: auto;
	height: auto;
}
ul#footerLogos li img
{
	border: 0 !important;
}
/* End of footer Logos */

* html #footer_right {
	width:250px;
	height:150px;
	float:right;
	display:inline;
	margin-right:11px;
	margin-left:0px;
	padding:0px;
}

#footer_middle {
	width:265px;
	height:150px;
	float:left;
	margin-left:1px;
}

* html #footer_middle {
	width:250px;
	height:150px;
	float:left;
	display:inline;
	margin-left:1px;
}


/* floats for body images if needed*/

	
#left {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}

#right {
	float:right;
	width:630px;
}

