/* \*/
* html #lbxtlc, * html #lbxtrc {height: 1%;}
* html #abxtlc, * html #abxtrc {height: 1%;}
* html #cbxtlc, * html #cbxtrc {height: 1%;}
* html #rbxtlc, * html #rbxtrc {height: 1%;}
* html #sbxtlc, * html #sbxtrc {height: 1%;}
* html #mbxtlc, * html #mbxtrc {height: 1%;}
/* */


/* ---LEFT CONTENT ROUND BOX CODE--- */
#lbxbox
	{
	position: relative;
	margin-left: 5px;
	margin-top: 5px;
	padding: 0;
	text-align: left;
	width:35%;				/* <-- use this to tie width to viewport size */
	width: 315px;				/* <-- use this for a set width */
	background-color: #072235;
	}

#nbxbox
	{
	position: relative;
	margin-left: 5px;
	margin-top: 5px;
	padding: 2px;
	line-height: 1.4em;
	text-align: left;
	width:80%;				/* <-- use this to tie width to viewport size */
	width: 400px;				/* <-- use this for a set width */
	background-color: transparent;
	}

#bbxbox
	{
	position: relative;
	margin-left: 5px;
	margin-top: 5px;
	padding: 2px;
	line-height: 1.4em;
	text-align: left;
	width:80%;				/* <-- use this to tie width to viewport size */
	width: 550px;				/* <-- use this for a set width */
	background-color: transparent;
	}
 
#lbxcontent
	{
	/*color: #777777;*/
	color: #ffffff;
	padding:10px 15px 10px 15px;
	line-height: 3em;
	}
	
#lbxcontentfeat
	{
	padding: 5px 5px 5px 10px;
	}

#lbxcontentfeat font
	{
	color:#ffffff;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.3em;
	font-family: helvetica, geneva, arial, sans-serif;
	}
		
#lbxcontent p
	{
	color:#ffffff;
	font-size: 14px;
	line-height: 1.5em;
	font-family: arial, helvetica, sans-serif;
	}

#lbxcontent h1,h2,h3,h4 {
	margin-top: 5pt;
	margin-bottom: 8pt;
	padding-bottom: 3px;
	font-family: georgia, 'Times New Roman', Times,'Lucida Sans', 'Lucida Sans Unicode', serif;
	font-weight: bold;
	color: #BBB;
	width: 100%;
}

#lbxcontent h1 {font-size: 20pt;}
#lbxcontent h2 {font-size: 18pt;}
#lbxcontent h3 {
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	color: #222222;
	border: none;
	margin-top: 0px;
}

#lbxcontent h4 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	border: none;
}
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#lbxtlc, #lbxtrc, #lbxblc, #lbxbrc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#lbxtlc
	{
	background-image:url(../i/lbxtlc.gif);
	background-position: 0% 0%;
	}

#lbxtrc
	{
	background-image:url(../i/lbxtrc.gif);
	background-position: 100% 0%;
	}
	
#lbxblc
	{
	background-image:url(../i/lbxblc.gif);
	background-position: 0% 100%;
	}

#lbxbrc
	{
	background-image:url(../i/lbxbrc.gif);
	background-position: 100% 100%;
	}

#lbxtb, #lbxbb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#lbxtb
	{
	background-image:url(../i/lbxtb.gif);
	background-position: 0% 0%;
	}

#lbxbb
	{
	background-image:url(../i/lbxbb.gif);
	background-position: 50% 100%;
	}
	
#lbxrb
	{
	background-image:url(../i/lbxr.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lbxlb
	{
	background-color: #1E4A67;
	background-image:url(../i/lbxl.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}

#lbxcontent a,
#lbxcontent a:visited  {
	color:#FF7000;
	text-decoration:none;
}

#lbxcontent a:hover  {
	text-decoration:underline;
	color:#FF7000;
}
/* ---END LEFT CONTENT ROUND BOX CODE--- */


/* ---AD DISPLAY LEFT CONTENT ROUND BOX CODE--- */
#abxbox
	{
	position: relative;
	margin-left: 0px;
	margin-top: 5px;
	padding: 0;
	text-align: left;
	width:80%;				/* <-- use this to tie width to viewport size */
	width: 235px;				/* <-- use this for a set width */
	background-color: #133f4a;
	color:#fff;
	}

#abxcontent
	{
	padding:15px;
	}
	
#abxcontent ul li
{
	display:inline;
}

#abxcontentfeat
	{
	padding: 5px 5px 5px 10px;
	}
		
#abxcontent p
	{
	color:#fff;
	font-size: 1em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	}

#abxcontent h1,h2,h3,h4,h5 {
	margin-top: 5pt;
	margin-bottom: 8pt;
	padding-bottom: 3px;
	font-family: georgia, 'Times New Roman', Times,'Lucida Sans', 'Lucida Sans Unicode', serif;
	font-weight: normal;
	color: #fff;
	width: 100%;
	border-bottom: 1px solid #CCC;
}

#abxcontent a:link, #abxcontent a:visited {color: #ff6d00;}
#abxcontent a:hover {color: #be1b23;}

#abxcontent h1 {color: #fff; font-size: 20pt;}
#abxcontent h2 {color: #fff; font-size: 18pt;}
#abxcontent h3 {color: #fff; font-size: 16pt;}
#abxcontent h4 {color: #fff; font-size: 14px;}
#abxcontent h5 {font-family: arial, helvetica, sans-serif; color: #fff; font-size: 10px;}
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#abxtlc, #abxtrc, #abxblc, #abxbrc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#abxtlc
	{
	background-image:url(../i/abxtlc.gif);
	background-position: 0% 0%;
	}

#abxtrc
	{
	background-image:url(../i/abxtrc.gif);
	background-position: 100% 0%;
	}
	
#abxblc
	{
	background-image:url(../i/abxblc.gif);
	background-position: 0% 100%;
	}

#abxbrc
	{
	background-image:url(../i/abxbrc.gif);
	background-position: 100% 100%;
	}

#abxtb, #abxbb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#abxtb
	{
	background-image:url(../i/abxtb.gif);
	background-position: 0% 0%;
	}

#abxbb
	{
	background-image:url(../i/abxbb.gif);
	background-position: 50% 100%;
	}
	
#abxrb
	{
	background-image:url(../i/abxr.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#abxlb
	{
	background-color: #133f4a;
	background-image:url(../i/abxl.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}

/* ---END AD DISPLAY LEFT CONTENT ROUND BOX CODE--- */


/* ---AD DISPLAY RIGHT CONTENT ROUND BOX CODE--- */
#cbxbox
	{
	position: relative;
	margin-left: -8px;
	margin-right: 0px;
	margin-top: 5px;
	padding: 0;
	text-align: left;
	width:80%;				/* <-- use this to tie width to viewport size */
	width: 350px;				/* <-- use this for a set width */
	background-color: #fff;
	}

#cbxcontent
	{
	padding:15px;
	}
	
#cbxcontent ul li
{
	display:inline;
}

#cbxcontentfeat
	{
	padding: 5px 5px 5px 10px;
	}
		
#cbxcontent p
	{
	color:#777;
	font-size: 1em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	}

#cbxcontent h1,h2,h3,h4 {
	margin-top: 5pt;
	margin-bottom: 8pt;
	padding-bottom: 3px;
	font-family: georgia, 'Times New Roman', Times,'Lucida Sans', 'Lucida Sans Unicode', serif;
	font-weight: normal;
	color: #666;
	width: 100%;
	border-bottom: 1px solid #CCC;
}

#cbxcontent h1 {font-size: 20pt;}
#cbxcontent h2 {font-size: 18pt;}
#cbxcontent h3 {font-size: 16pt;}
#cbxcontent h4 {font-size: 14px;}
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#cbxtlc, #cbxtrc, #cbxblc, #cbxbrc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#cbxtlc
	{
	background-image:url(../i/cbxtlc.gif);
	background-position: 0% 0%;
	}

#cbxtrc
	{
	background-image:url(../i/cbxtrc.gif);
	background-position: 100% 0%;
	}
	
#cbxblc
	{
	background-image:url(../i/cbxblc.gif);
	background-position: 0% 100%;
	}

#cbxbrc
	{
	background-image:url(../i/cbxbrc.gif);
	background-position: 100% 100%;
	}

#cbxtb, #cbxbb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#cbxtb
	{
	background-image:url(../i/cbxtb.gif);
	background-position: 0% 0%;
	}

#cbxbb
	{
	background-image:url(../i/cbxbb.gif);
	background-position: 50% 100%;
	}
	
#cbxrb
	{
	background-image:url(../i/cbxr.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#cbxlb
	{
	background-color: #fff;
	background-image:url(../i/cbxl.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}

/* ---END AD DISPLAY RIGHT CONTENT ROUND BOX CODE--- */


/* ---RIGHT CONTENT ROUND BOX CODE--- */

/* SERIOUSLY!! needed for IE6 */
* html #rbxbox { width:540px; }

#rbxbox
	{
      	z-index: 0;
	position: relative;
	margin-left: 10px;
	margin-top: 5px;
	padding: 2px;
	line-height: 1.4em;
	text-align: left;
	width:97%;				/* <-- use this to tie width to viewport size */
	width: 535px;				/* <-- use this for a set width was 550px*/
	background-color: #072235;
	}

#rbxcontent
	{
	padding:10px;
	min-height:200px;
	height:auto !important;
	height:200px;
	}
	
#rbxcontent ul li
{
	display:inline;
}

#rbxcontentfeat
	{
	padding: 5px 5px 5px 10px;
	}
		
#rbxcontent p
	{
	color:#444;
	font-size: 1em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	}

#rbxcontent h1,h3,h4 {
	margin-top: 5pt;
	margin-bottom: 8pt;
	padding-bottom: 3px;
	font-family: georgia, 'Times New Roman', Times,'Lucida Sans', 'Lucida Sans Unicode', serif;
	font-weight: normal;
	color: #666;
	width: 100%;
	border-bottom: 1px solid #CCC;
}

#rbxcontent h1 {font-size: 20pt;}
#rbxcontent h3 {
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	border: none;
}
#rbxcontent h4 {font-size: 14px;}
	
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#rbxtlc, #rbxtrc, #rbxblc, #rbxbrc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#rbxtlc
	{
	background-image:url(../i/rbxtlc.gif);
	background-position: 0% 0%;
	}

#rbxtrc
	{
	background-image:url(../i/rbxtrc.gif);
	background-position: 100% 0%;
	}
	
#rbxblc
	{
	background-image:url(../i/rbxblc.gif);
	background-position: 0% 100%;
	}

#rbxbrc
	{
	background-image:url(../i/rbxbrc.gif);
	background-position: 100% 100%;
	}

#rbxtb, #rbxbb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#rbxtb
	{
	background-image:url(../i/rbxtb.gif);
	background-position: 0% 0%;
	}

#rbxbb
	{
	background-image:url(../i/rbxbb.gif);
	background-position: 50% 100%;
	}
	
#rbxrb
	{
	background-image:url(../i/rbxr.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#rbxlb
	{
	background-color: #1E4A67;
	background-image:url(../i/rbxl.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}

/* ---END RIGHT CONTENT ROUND BOX CODE--- */



/* ---ADMIN TOP CONTENT ROUND BOX CODE--- */

#arbxbox
	{
	position: relative;
	margin-left: 10px;
	margin-top: 5px;
	padding: 2px;
	line-height: 1.4em;
	text-align: left;
	width:90%;				/* <-- use this to tie width to viewport size */
	width: 610px;				/* <-- use this for a set width was 550px*/
	background-color: transparent;
	}

#arbxcontent
	{
	padding:10px;
	}
	
#arbxcontent ul li
{
	display:inline;
}

#arbxcontentfeat
	{
	padding: 5px 5px 5px 10px;
	}
		
#arbxcontent p
	{
	color:#777;
	font-size: 1em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	}

#arbxtlc, #arbxtrc, #arbxblc, #arbxbrc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#arbxtlc
	{
	background-image:url(../i/rbxtlc.gif);
	background-position: 0% 0%;
	}

#arbxtrc
	{
	background-image:url(../i/rbxtrc.gif);
	background-position: 100% 0%;
	}
	
#arbxblc
	{
	background-image:url(../i/rbxblc.gif);
	background-position: 0% 100%;
	}

#arbxbrc
	{
	background-image:url(../i/rbxbrc.gif);
	background-position: 100% 100%;
	}

#arbxtb, #arbxbb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#arbxtb
	{
	background-image:url(../i/rbxtb.gif);
	background-position: 0% 0%;
	}

#arbxbb
	{
	background-image:url(../i/rbxbb.gif);
	background-position: 50% 100%;
	}
	
#arbxrb
	{
	background-image:url(../i/rbxr.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#arbxlb
	{
	background-color: #fff;
	background-image:url(../i/rbxl.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}

/* ---END ADMIN TOP RIGHT CONTENT ROUND BOX CODE--- */
	
	
/* ---ADMIN TRANSACTION CONTENT ROUND BOX CODE--- */

#atbxbox
	{
	position: relative;
	/*margin-left: 5px;
	margin-top: 5px;*/
	margin: 5px;
	padding: 2px;
	line-height: 1.4em;
	text-align: left;
	width: 90%;				/* <-- use this to tie width to viewport size */
	width: 570px;				/* <-- use this for a set width was 550px*/
	background-color: transparent;
	}

#atbxcontent
	{
	padding:10px;
	}
	
#atbxcontent ul li
{
	display:inline;
}

#atbxcontentfeat
	{
	padding: 5px 5px 5px 10px;
	}
		
#atbxcontent p
	{
	color:#777;
	font-size: 1em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	}

#atbxtlc, #atbxtrc, #atbxblc, #atbxbrc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#atbxtlc
	{
	background-image:url(../i/rbxtlc.gif);
	background-position: 0% 0%;
	}

#atbxtrc
	{
	background-image:url(../i/rbxtrc.gif);
	background-position: 100% 0%;
	}
	
#atbxblc
	{
	background-image:url(../i/rbxblc.gif);
	background-position: 0% 100%;
	}

#atbxbrc
	{
	background-image:url(../i/rbxbrc.gif);
	background-position: 100% 100%;
	}

#atbxtb, #atbxbb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#atbxtb
	{
	background-image:url(../i/rbxtb.gif);
	background-position: 0% 0%;
	}

#atbxbb
	{
	background-image:url(../i/rbxbb.gif);
	background-position: 50% 100%;
	}
	
#atbxrb
	{
	background-image:url(../i/rbxr.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#atbxlb
	{
	background-color: #fff;
	background-image:url(../i/rbxl.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}

/* ---END ADMIN TRANSACTION CONTENT ROUND BOX CODE--- */


/* ---SEARCH CONTENT ROUND BOX CODE--- */
#sbxbox
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 0;
	text-align: left;
	width:80%;				/* <-- use this to tie width to viewport size */
	width: 760px;				/* <-- use this for a set width */
	background-color: #fff;
	}
 	
#sbxcontent
	{
	padding:15px;
	}

#sbxcontent h1
	{
	color:#666;
	font-weight: bold;
	font-size: 1.2em;
	font-family: helvetica, geneva, arial, sans-serif;
	}
		
#sbxcontent p
	{
	color:#333;
	font-size: 1em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	}
	
#sbxcontent font
	{
	color:#be1b23;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.3em;
	font-family: helvetica, geneva, arial, sans-serif;
	}
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#sbxtlc, #sbxtrc, #sbxblc, #sbxbrc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#sbxtlc
	{
	background-image:url(../i/sbxtlc.gif);
	background-position: 0% 0%;
	}

#sbxtrc
	{
	background-image:url(../i/sbxtrc.gif);
	background-position: 100% 0%;
	}
	
#sbxblc
	{
	background-image:url(../i/sbxblc.gif);
	background-position: 0% 100%;
	}

#sbxbrc
	{
	background-image:url(../i/sbxbrc.gif);
	background-position: 100% 100%;
	}

#sbxtb, #sbxbb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#sbxtb
	{
	background-image:url(../i/sbxtb.gif);
	background-position: 0% 0%;
	}

#sbxbb
	{
	background-image:url(../i/sbxbb.gif);
	background-position: 50% 100%;
	}
	
#sbxrb
	{
	background-image:url(../i/sbxr.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#sbxlb
	{
	background-color: #fff;
	background-image:url(../i/sbxl.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
/* ---END SEARCH CONTENT ROUND BOX CODE--- */



/* ---NAV STYLING --- */
#MainMenu 
{
	height:27px;
	background: url("../i/bmid_008.gif");
	margin:0;
	border:0;
}
#tab 
{
	margin:0;
	top:0;
}
#tab ul 
{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#tab li 
{
display:inline;
	float:left;
	margin:0;
	padding:0;
}
#tab a 
{
	background:#000000 url("../i/bright_008.gif") no-repeat right top;
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
}
#tab a span 
{
	display:block;
	background:url("../i/bleft_008.gif") no-repeat left top;
	padding:0 20px 0 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11;
	color:#FFFFFF;
	font-weight:bold;
	line-height:27px;
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
	border-color:#000000;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color:#000000;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
.dropmenudiv
{
	position:absolute;
	top:0;
	float:left;
	display:block;
	visibility:hidden;
	border:0 solid #330066;
	background: url("../i/bmid_008.gif");
	color:#FFFFFF;
	z-index:100;
	text-decoration:none;
	padding:0;
}
.dropmenudiv ul 
{
	margin:0;
	padding:0;
	list-style:none;
}
.dropmenudiv li 
{
	display:inline;
	margin:0;
	padding:0;
}
.dropmenudiv a:link, .dropmenudiv a:visited
{
	width:180px;
	margin:0;
	padding:0;
	display:block;
	border:0 solid #000000;
	color:#FFFFFF;
	background:url("../i/bleft_008.gif") no-repeat left top;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
.dropmenudiv a span 
{
	float:left;
	display:block;
	line-height:27px;
	background:url("../i/bright_008.gif") no-repeat right top;
	padding:0 20px 0 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11;
	color:#FFFFFF;
}
.dropmenudiv a span 
{
	float:none;
}
.dropmenudiv a:hover
{
	border:0 solid #000000;
	background-position:left bottom;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#000000;
}
.dropmenudiv a:hover span 
{
	background-position:right bottom;
	color:#000000;
	font-weight:bold;
}

/* --- END NAV SYLING HERE --- */


/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/

.virtualpage, .virtualpage2, .virtualpage3{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
}

.paginationstyle{ /*Style for demo pagination divs*/
width: 250px;
text-align: center;
padding: 2px 0;
margin: 10px 0;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
border: 1px solid black;
color: navy;
background-color: white;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #000;
background-color: #FEE496;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #000;
background-color: yellow;
}
