﻿/************** Global *****************/


#xpagesetup {
     position: relative;
     width: 928px;
     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:url(images/pagesetup0back.jpg);
	background-position:top;
	
}

#xMainContent0{
	
	margin: 0 10px;
	
	
}


/* 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 */

/* FOR THE HOME PAGE ONLY - ALMOST NO CSS REQRUIED*/
#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:none;
}


#xMainContent3{
	
	
	
}

/* 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 */
}

#xPageSetup4Inner{

	background:url(images/pagesetup4back.jpg);
	background-position:top;
	float:left; /* LEAVE - allows <div style="clear:both;"> to take effect and expand this casing div to height of page*/
	width:100%;/* LEAVE */
	padding-top:25px;

}


#xRightContent4{
	position:relative;
	float:right;
	width:260px;
}

#xMainContent4{

	position:relative;
	margin-right:310px;
	margin-left:35px;

}



/*
html>body div#xMainContent4{
	margin-left:223px; /*add 3px to Firefox/netscape*/
/*}*/

/*/////END PAGE SETUP STYLES//////////////////////////////////////////////////////////////////////////////////////////*/


#xheader {
     position: relative;
     width: 928px;
     height: 177px;
     background-image:url(images/headerback.jpg);
     background-repeat:no-repeat;
	 color:#5a5a5a;
	 z-index:100;
}

#xprintheader {
     display:none;
}

#xheaderadmin {
     position: relative;
     width: 928px;
     height: 177px;
     background-image:url(images/headerbackadmin.jpg);
     background-repeat:no-repeat;
	 color:#5a5a5a;
	 z-index:100;
}

#xlogo{
	position:absolute; 
	left:25px; 
	top:60px;
}

#xnav
{
 position: absolute;
 top:96px;
 left:410px;
}

#xnav li
{
	padding:0;
	margin:0;
}

#xnav ul
{
	padding:0;
	margin:0;
}

#xnavadmin
{
 position: absolute;
 top:110px;
 left:340px;
}

#xnavadmin li
{
	padding:0;
	margin:0;
}

#xnavadmin ul
{
	padding:0;
	margin:0;
}



#xcontentback {
	position:relative;
	background-repeat:repeat-y;
	width:928px;
	margin: 0 auto 0 auto;
	float:left;
}

#xcontent
{
 margin:0 0 0 0;
 
}

#xfooter {
 position:relative;
 background-repeat:repeat-x;
 background-position:top;
 width:928px;
 height:75px;
 color:#004387;
 font-size:11px;
}

#xfooter a{
	color:#205a94;
	font-size:11px;

}

#xfooter a:hover{
	color:#205a94;
	font-size:11px;
	text-decoration:underline;

}





