﻿/************** Global *****************/

#xpagesetupouter {
     background-color:#FFFFFF;
	 position: relative;
     width: 100%;
     
 
}

#xpagesetupinner {
background-color:#FFFFFF;
background-image:url(images/bodyback.jpg);
 background-repeat:repeat-x;
}


#xpagesetup {
     position: relative;
     width: 940px;
     margin: 0 auto 0 auto;
}



/*/////////// START PAGE SETUP STYLES//////////////////////////////////////////////////////////////////////////////////////*/

/* PAGE SETUP 0 */
#xPageSetup0Casing{
	position:relative;
	float:left; /* LEAVE - allows <div style="clear:both;"> to take effect and expand this casing div to height of page*/
	width:100%;/* LEAVE */
	
	
}

#xMainContent0{	
	/* margin-left:20px;
	margin-right:20px;
	margin-top:20px; */
}


/* PAGE SETUP 1 */
#xPageSetup1Casing{
	position:relative;
	float:left; /* LEAVE - allows <div style="clear:both;"> to take effect and expand this casing div to height of page*/
	width:100%;/* LEAVE */
	background:none;
}


#xLeftContent1{
	position:relative;
	float:left;
	width:195px;
	padding-left:14px;
	background-position:top;

}

#xMainContent1{

	position:relative;
	margin-left:220px;
	display:inline-block;


}

/* PAGE SETUP 2 */
#xPageSetup2Casing{
	position:relative;
	float:left; /* LEAVE - allows <div style="clear:both;"> to take effect and expand this casing div to height of page*/
	width:100%; /* LEAVE */
	background:#0099FF;
}


#xMainContent2{

	position:relative;
	background-color:#CC6600;
	margin-right:200px;
}

#xRightContent2{
	position:relative;
	float:right;
	background-color:#6600FF;
	width:200px;
}

/* PAGE SETUP 3 */

#xPageSetup3Casing{
	position:relative;
	float:left; /* LEAVE - allows <div style="clear:both;"> to take effect and expand this casing div to height of page*/
	width:100%; /* LEAVE */
	background:#0099FF;
}


#xLeftContent3{
	position:relative;
	float:left;
	width:200px;
	background-color:#6600FF;
}

#xMainContent3{

	position:relative;
	background-color:#CC6600;
	margin-left:200px;
	margin-right:200px;
}

#xRightContent3{
	position:relative;
	float:right;
	background-color:#6600FF;
	width:200px;
}

/* PAGE SETUP 4 */

#xPageSetup4Head{
position:relative;
left:-5px;
width:950px;
height:172px;
background-image:url(images/content_head.jpg);
}


#xPageSetup4Casing{
	position:relative;
	float:left; /* LEAVE - allows <div style="clear:both;"> to take effect and expand this casing div to height of page*/
	width:100%;/* LEAVE */
	background:url(images/page4back.jpg);
	background-repeat:repeat-x;
	background-position:top;	
}


#xMainContent4
{
	position:relative;	    
    padding-top:5px;
    margin-left:15px;	
    width:600px;
}

#xRightContent4{
	position:relative;
	float:right;	
	width:315px;
}

html>body div#xMainContent4{
	margin-right:3px; /*add 3px to Firefox/netscape*/
}

/*/////END PAGE SETUP STYLES//////////////////////////////////////////////////////////////////////////////////////////*/


#xheader {
     position: relative;
     width: 940px;
     height: 135px;
     background-repeat:no-repeat;
z-index:100;
}

#xprintheader {
     display:none;
}

#xheaderadmin {
     position: relative;
     width: 940px;
     height: 135px;
	 background-repeat:no-repeat;
	 z-index:100;
}


#xnav
{
 position: absolute;
 top:86px;
 right:12px;
}

#xnavadmin
{
 position: absolute;
 top:50px;
 right:10px;
}

#xcontentback 
{
	background:#ffffff;
	width:940px;
	float:left;
	position:relative;	
}

#xcontent
{
 margin:0; 
}

#xfooter 
{
background-image:url(images/footer_shim.jpg);
height:140px;
 position:relative;
 width:100%;
 color:#ffffff;
 font-size:10px;
}


#xfooter a
{
	color:#555555;
	font-size:11px;
}

#xfooter a:hover
{
	color:#555555;
	font-size:11px;
	text-decoration:underline;
}





