﻿/************** Global *****************/


#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 */
	background:none;
	
}

#xMainContent0{
	
	
	
}


/* 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:absolute;
	height:100%;
	float:left;
	left:-13px;
	background-color:#ffffff;
	
}

#xMainContent1{

	position:relative;	
	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 */
#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:none;
	background:url(images/pagesetup4back.jpg);
	background-position:left;
	background-repeat:repeat-y;
}

#xLeftContent4{
	position:absolute;
	float:left;
	width:211px;
	
}

#xMainContent4{

	position:relative;
	margin-left:220px;
	display:inline-block;
	

}

/*
html>body div#xMainContent4{
	margin-left:223px; /*add 3px to Firefox/netscape*/
/*}*/

/*/////END PAGE SETUP STYLES//////////////////////////////////////////////////////////////////////////////////////////*/


#xheader {
     position: relative;
     width: 940px;
     height: 110px;
     background-image:url(images/headerback.jpg);
     background-repeat:no-repeat;
	 color:#5a5a5a;
	 z-index:100;
	 background-color:#000000;
}

#xheader1or4 {
     position: relative;
     width: 940px;
     height: 140px;
     background-image:url(images/headerback1or4.jpg);
     background-repeat:no-repeat;
	 color:#5a5a5a;
	 z-index:100;
	 background-color:#000000;
}




#xloginbox 
{
    position:relative;
    right:25px;
    top:20px;
 
    
}

#xprintheader {
     display:none;
}

#xheaderadmin {
     position: relative;
     width: 940px;
     height: 110px;
     background-image:url(images/headerbackadmin.jpg);
     background-repeat:no-repeat;
	 z-index:100;
}

#xheaderadmin1or4 {
     position: relative;
     width: 940px;
     height: 140px;
     background-image:url(images/headerback1or4.jpg);
     background-repeat:no-repeat;
	 z-index:100;
}

#xlogo{
	position:absolute; 
	left:20px; 
	top:24px;
}

#xlogoadmin
{
    position:absolute; 
	top:8px; 
}

#xnav
{
 position: absolute;
 top:40px;
 right:20px;
}

#xnavadmin
{
 position: absolute;
 top:50px;
 right:20px;
}

#xnav li
{
	padding:0;
	margin:0;
}

#xnav ul
{
	padding:0;
	margin:0;
}

#xnavadmin li
{
	padding:0;
	margin:0;
}

#xnavadmin ul
{
	padding:0;
	margin:0;
}


#xcontentback {
	position:relative;
	width:940px;
	margin: 0 auto 0 auto;
	float:left;
	background-color:#ffffff;
}

#xcontent
{
 margin:0 0 0 0;
}



#xfooter {
 position:relative;
 width:940px;
 height:97px;
 color:#ffffff;
 font-size:10px;
 background-color:#000000;
}

#xfooter a{
	color:#ffffff;
	font-size:11px;

}

#xfooter a:hover{
	color:#ffffff;
	font-size:11px;
	text-decoration:underline;

}

.xstdbottom
{
    position:relative;
    left:10px;
}



