/*==============================================================================*/
/* MEDIA -----------------------------------------------------------------------*/
@media print {
	.printonly {
		display: block;
	}
	.screenonly {
		display: none;
	}
}

@media screen {
	.printonly {
		display: none;
	}
	.screenonly {
		display: block;
	}
}

/*==============================================================================*/
/* OVERRIDES -------------------------------------------------------------------*/
BODY {
	margin: 0;
	padding: 0;
}

P, BODY, TD, DIV, SPAN {
	font-family: "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

P {
	margin: 1em 0;
}

H1 {
	display: block;
	margin: 0;
	text-align: left;
	font-family: "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #132650;
	letter-spacing: -1px;
}

H2 {
	display: block;
	margin: 0;
	text-align: left;
	font-family: "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #132650;
	letter-spacing: -1px;
}

H3 {
	display: block;
	margin: 0;
	text-align: left;
	font-family: "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #132650;
	letter-spacing: -1px;
}

H4 {
	display: block;
	margin: 0;
	text-align: left;
	font-family: "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #132650;
	letter-spacing: -1px;
}

HR {
	color: #d6d6d6;
	background-color: #d6d6d6;
	height: 0;
	border: 0 solid #d6d6d6;
	border-top-width: thin;
}

FORM {
	margin: 0;
	padding: 0;
}

INPUT[type="text"],
INPUT[type="password"],
TEXTAREA {
	border-size: 1px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
INPUT[type="text"],
TEXTAREA {
	/* DO NOT change font-family on [type="password] fields */
	font-family: "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*==============================================================================*/
/* SIZES -----------------------------------------------------------------------*/
.size36	{ font-size: 36px; }
.size30	{ font-size: 30px; }
.size24	{ font-size: 24px; }
.size18	{ font-size: 18px; }
.size16	{ font-size: 16px; }
.size14	{ font-size: 14px; }
.size13	{ font-size: 13px; }
.size12	{ font-size: 12px; }
.size11	{ font-size: 11px; }
.size10	{ font-size: 10px; }
.size9	{ font-size: 9px; }

/*==============================================================================*/
/* LINKS -----------------------------------------------------------------------*/
A:link, A:visited {
	color: #2F76C1;
	text-decoration: none;
}
A:hover, A:active {
	color: #6598CE;
	text-decoration: none;
}

/*==============================================================================*/
/* LAYOUT ----------------------------------------------------------------------*/
#pagewrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

/*==============================================================================*/
/* HEADER ----------------------------------------------------------------------*/
#pageheader {
	position: relative;
	width: 980px;
	height: 76px;
	background: url('/images/main/header.png') no-repeat left top;
}
	#pageheader A#logo {
		position: absolute;
		display: block;
		width: 129px;
		/* use height, padding and overflow to hide text contents */
			height: 0;
			padding-top: 65px;
			overflow: hidden;
		/* end */
		top: 7px;
		left: 14px;
	}

/*==============================================================================*/
/* TOPPER ----------------------------------------------------------------------*/
#pagetopper {
	width: 980px;
	height: 32px;
}
	#pagetopper UL {
		float: right;
		margin: 0 140px 0 0;
		padding: 0;
		list-style-type: none;
	}
	#pagetopper UL LI {
		float: left;
		display: inline;
		padding: 6px 0 0;
		margin-right: 20px;
	}
	#pagetopper A {
		float: left;
		font: bold 12px "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
		text-decoration: none;
	}
		#pagetopper A:link, #pagetopper A:visited {
			color: #2F76C1;
		}
		#pagetopper A:hover, #pagetopper A:active {
			color: #6598CE;
		}

/*==============================================================================*/
/* MORE STUFF ------------------------------------------------------------------*/
#morestuff {
	position: absolute;
	z-index: 1000;
	left: 0;
	top: -202px;
	width: 976px; /* 980px - padding */
	height: 199px; /* 202px - padding */
	padding: 0 2px 3px 2px;
	background: url('/images/morestuff/body.png') no-repeat left top;
}
	#morestuff #morestuffbutton {
		position: absolute;
		display: block;
		right: 20px;
		bottom: -29px;
		width: 120px;
		/* use height, padding and overflow to hide text contents */
			height: 0;
			padding-top: 29px;
			overflow: hidden;
		/* end */
		background: url('/images/morestuff/tab.png') no-repeat;
		cursor: pointer;
	}
		#morestuff #morestuffbutton.off {
			background-position: 0 0;
		}
		#morestuff #morestuffbutton.on {
			background-position: 0 -29px;
		}
	#morestuff DIV.column {
		float: left;
		position: relative;
		width: 25%;
		height: 179px;
		overflow: hidden;
		margin: 10px 0;
		padding: 0;
		background: url('/images/morestuff/div.png') repeat-y left top;
	}
		#morestuff DIV.column:first-child {
			background: none;
		}
		#morestuff DIV.column DIV.padding {
			padding: 0 10px;
		}
		#morestuff DIV.column DIV.footer {
			position: absolute;
			bottom: 0;
			right: 10px;
			text-align: right;
		}
	
/*==============================================================================*/
/* NAVBAR ----------------------------------------------------------------------*/
#navbar {
	position: absolute;
	width: 505px; /* 365px + (10px * [number of tabs]) */
	height: 31px;
	left: 175px;
	top: 18px;
	overflow: hidden;
}
	#navbar UL {
		float: left;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#navbar UL LI {
		float: left;
		display: inline;
		padding: 0;
		margin-right: 10px;
	}
	#navbar A {
		display: block;
		height: 0;
		margin: 0;
		padding-top: 31px;
		overflow: hidden;
		background: transparent url('/images/main/navbar.png') no-repeat;
	}
		/* Widths */
		#navbar LI#tab1 A { width: 51px; }
		#navbar LI#tab2 A { width: 83px; }
		#navbar LI#tab3 A { width: 85px; }
		#navbar LI#tab4 A { width: 110px; }
		#navbar LI#tab5 A { width: 100px; }

		/* States: off */
		#navbar LI#tab1 A { background-position: 0 0; }
		#navbar LI#tab2 A { background-position: -51px 0; }
		#navbar LI#tab3 A { background-position: -134px 0; }
		#navbar LI#tab4 A { background-position: -219px 0; }
		#navbar LI#tab5 A { background-position: -323px 0; }		

		/* States: on */
		#navbar LI#tab1 A:hover { background-position: 0 -31px; }
		#navbar LI#tab2 A:hover { background-position: -51px -31px; }
		#navbar LI#tab3 A:hover { background-position: -134px -31px; }
		#navbar LI#tab4 A:hover { background-position: -219px -31px; }
		#navbar LI#tab5 A:hover { background-position: -323px -31px; }		

	 	/* States: at */
		#navbar.tab1 LI#tab1 A { background-position: 0 -62px !important; }
		#navbar.tab2 LI#tab2 A { background-position: -51px -62px !important; }
		#navbar.tab3 LI#tab3 A { background-position: -134px -62px !important; }
		#navbar.tab4 LI#tab4 A { background-position: -219px -62px !important; }
		#navbar.tab5 LI#tab5 A { background-position: -323px -62px !important; }		

/*==============================================================================*/
/* SEARCH BOX ------------------------------------------------------------------*/
#searchbox {
	position: absolute;
	display: block;
	width: 173px;
	height: 23px;
	left: 771px;
	top: 22px;
	overflow: hidden;
}
	#searchbox INPUT#searchinput {
		position: absolute;
		width: 140px; /* 150px - padding */
		height: 19px; /* 23px - padding */
		left: 0;
		top: 0;
		padding: 4px 5px 0 5px;
		margin: 0;
		border: none;
		background-color: transparent;
		font: 14px "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
		color: #666;
	}
	#searchbox INPUT#searchbutton {
		position: absolute;
		width: 11px;
		height: 11px;
		right: 1px;
		top: 1px;
		padding: 6px;
	}

/*==============================================================================*/
/* DOMMENU ---------------------------------------------------------------------*/
/*.domMenu_menuBar {
	float: right;
}
.domMenu_menuElement {
	padding: 3px 7px;
	border-left: 1px solid #c6c6c6;
	background-color: #132650;
	font: bold 12px "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}
	.domMenu_menuElement * {
		font: bold 12px "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	}
	.domMenu_menuElementHover {
		background-color: #283e6f;
		color: #fff;
	}
.domMenu_subMenuBar {
	border-width: 0 2px 2px 1px;
	border-style: solid;
	border-color: #132650;
}
.domMenu_subMenuElement {
	background-color: #283e6f;
	padding: 5px 10px;
}
	.domMenu_subMenuElement, .domMenu_subMenuElement DIV {
		color: #fff;
		font-size: 12px;
	}
.domMenu_subMenuElementHover {
	background-color: #132650;
	padding: 5px 10px;
}
	.domMenu_subMenuElementHover, .domMenu_subMenuElementHover DIV {
		color: #fff;
		font-size: 12px;
	}*/

/*==============================================================================*/
/* BODY LAYOUT -----------------------------------------------------------------*/
TABLE#pagebody {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

/*==============================================================================*/
/* LEFTBAR ---------------------------------------------------------------------*/
TABLE#pagebody TD#pageleftbar {
	width: 200px; /* 221px - padding - border */
	padding: 0 20px 0 0;
	border-right: 1px solid #d6d6d6;
}
TABLE#pagebody TD#pageleftbar UL {
	margin: 0;
	padding: 0;
	/*padding-left: 18px;*/
}
	/*TABLE#pagebody TD#pageleftbar UL:first-child {
		padding-left: 0;
	}*/
	TABLE#pagebody TD#pageleftbar UL LI {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
		TABLE#pagebody TD#pageleftbar UL LI.at {
			background-color: #fff;
			border: 1px solid #e3e3e3;
		}
		TABLE#pagebody TD#pageleftbar UL LI A {
			display: block;
			padding: 5px;
			font: bold 14px "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
			letter-spacing: -1px;
			text-decoration: none;
		}
			TABLE#pagebody TD#pageleftbar UL LI A:link, TABLE#pagebody TD#pageleftbar UL LI A:visited {
				color: #2F76C1;
			}
			TABLE#pagebody TD#pageleftbar UL LI A:hover, TABLE#pagebody TD#pageleftbar UL LI A:active {
				color: #6598CE;
			}
		TABLE#pagebody TD#pageleftbar UL LI A.selected {
			background-color: #4a81b9;
		}

/*==============================================================================*/
/* MAIN ------------------------------------------------------------------------*/
TABLE#pagebody TD#pagemain {
	padding: 0 0 75px 20px;
}
	#pagewrapper.home TABLE#pagebody TD#pagemain {
		padding-right: 20px;
	}
/*==============================================================================*/
/* RIGHTBAR --------------------------------------------------------------------*/
#pagewrapper.home TABLE#pagebody TD#pagerightbar {
	width: 225px; /* 246px - padding - border */
	padding: 0 0 0 20px;
	border-left: 1px solid #d6d6d6;
}

/*==============================================================================*/
/* FOOTER ----------------------------------------------------------------------*/
#pagefooter {
	position: relative;
	min-height: 59px;
	margin-top: 40px;
	padding: 10px;
	border-top: 1px solid #d6d6d6;
	font: 14px "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	color: #aaa;
	text-align: center;
}
	#pagefooter DIV#logo {
		position: absolute;
		right: 0;
		top: 0;
		width: 115px;
		height: 59px;
		margin: 30px 0;
		background: url('/images/main/footerlogo.png') no-repeat;
	}
	#pagefooter UL {
		display: inline;
		margin: 0;
		padding: 0;
		list-style-type: none;
		overflow: none;
	}
		#pagefooter UL LI {
			display: inline;
			margin: 0 1px;
			font: 14px "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
			color: #aaa;
		}
		#pagefooter UL LI:first-child {
			margin-left: 0;
		}
	#pagefooter A:link, #pagefooter A:visited {
		color: #aaa;
		text-decoration: none;
	}
	#pagefooter A:hover, #pagefooter A:active {
		color: #ccc;
		text-decoration: none;
	}

/*==============================================================================*/
/* SUBNAV BOX ------------------------------------------------------------------*/
DIV.subnavbox {
	position: relative;
	background: #c8d7dc url('/images/subnavbox/body.png') no-repeat left top;
	width: 200px;
	margin-top: 33px;
}
	DIV.subnavbox:first-child {
		margin-top: 0;
	}
	DIV.subnavbox DIV.outer {
		background: url('/images/subnavbox/top.png') no-repeat left top;
	}
		DIV.subnavbox DIV.inner {
			padding: 10px 11px 12px;
			background: url('/images/subnavbox/bottom.png') no-repeat left bottom;
		}
DIV.subnavbox DIV.stars {
	position: absolute;
	width: 74px;
	height: 33px;
	right: 0;
	bottom: -27px;
	background: url('/images/subnavbox/stars.png') no-repeat left bottom;
}

/*==============================================================================*/
/* GREEN BOX -------------------------------------------------------------------*/
DIV.greenbox {
	background: #d4e7ad url('/images/greenbox/body.png') no-repeat left top;
	width: 225px;
	margin-top: 20px;
}
	DIV.greenbox:first-child {
		margin-top: 0;
	}
	DIV.greenbox DIV.outer {
		height: 100%;
		background: url('/images/greenbox/top.png') no-repeat left top;
	}
		DIV.greenbox DIV.inner {
			height: 100%;
			padding: 10px 11px 12px;
			background: url('/images/greenbox/bottom.png') no-repeat left bottom;
		}
DIV.greenbox H1 {
	display: block;
	margin-bottom: 0.8em;
	font: bold 18px "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #d306c7;
}
DIV.greenbox HR {
	color: #c7d9a2;
	background-color: #c7d9a2;
	height: 0;
	border: 0 solid #c7d9a2;
	border-top-width: thin;
}

/*==============================================================================*/
/* FULL GREEN BOX --------------------------------------------------------------*/
DIV.fullgreenbox {
	background: #d4e7ad url('/images/fullgreenbox/body.png') no-repeat left top;
	width: 740px;
}
	DIV.fullgreenbox:first-child {
		margin-top: 0;
	}
	DIV.fullgreenbox DIV.outer {
		height: 100%;
		background: url('/images/fullgreenbox/top.png') no-repeat left top;
	}
		DIV.fullgreenbox DIV.inner {
			height: 100%;
			padding: 10px 11px 12px;
			background: url('/images/fullgreenbox/bottom.png') no-repeat left bottom;
		}
DIV.fullgreenbox H1 {
	display: block;
	margin-bottom: 0.8em;
	font: bold 18px "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #d306c7;
}
DIV.fullgreenbox HR {
	color: #c7d9a2;
	background-color: #c7d9a2;
	height: 0;
	border: 0 solid #c7d9a2;
	border-top-width: thin;
}

/*==============================================================================*/
/* WHITE BOX -------------------------------------------------------------------*/
DIV.whitebox {
	background: #eaeaea url('/images/whitebox/body.png') no-repeat left top;
	width: 225px;
	margin-top: 20px;
}
	DIV.whitebox:first-child {
		margin-top: 0;
	}
	DIV.whitebox DIV.outer {
		height: 100%;
		background: url('/images/whitebox/top.png') no-repeat left top;
	}
		DIV.whitebox DIV.inner {
			height: 100%;
			padding: 10px 11px 12px;
			background: url('/images/whitebox/bottom.png') no-repeat left bottom;
		}
DIV.whitebox H1 {
	display: block;
	margin-bottom: 0.8em;
	font: bold 18px "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #d306c7;
}
DIV.whitebox HR {
	color: #e3e3e3;
	background-color: #e3e3e3;
	height: 0;
	border: 0 solid #e3e3e3;
	border-top-width: thin;
}

/*==============================================================================*/
/* FULL WHITE BOX --------------------------------------------------------------*/
DIV.fullwhitebox {
	background: #eaeaea url('/images/fullwhitebox/body.png') no-repeat left top;
	width: 740px;
}
	DIV.fullwhitebox:first-child {
		margin-top: 0;
	}
	DIV.fullwhitebox DIV.outer {
		height: 100%;
		background: url('/images/fullwhitebox/top.png') no-repeat left top;
	}
		DIV.fullwhitebox DIV.inner {
			height: 100%;
			padding: 10px 11px 12px;
			background: url('/images/fullwhitebox/bottom.png') no-repeat left bottom;
		}
DIV.fullwhitebox H1 {
	display: block;
	margin-bottom: 0.8em;
	font: bold 18px "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #d306c7;
}
DIV.fullwhitebox HR {
	color: #c7d9a2;
	background-color: #c7d9a2;
	height: 0;
	border: 0 solid #c7d9a2;
	border-top-width: thin;
}

/*==============================================================================*/
/* HEADING ---------------------------------------------------------------------*/
DIV.heading {
	position: relative;
	height: 46px;
	overflow: visible;
}
	DIV.heading H1 {
		position: absolute;
		height: 41px; /* 59px - padding */
		left: 0;
		top: -13px;
		padding: 18px 10px 0 80px;
		font: bold 18px "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
		letter-spacing: -1px;
		color: #fff;
	}
DIV.heading.medium {
	width: 473px;
}
	DIV.heading.medium H1 {
		width: 383px; /* 473px - padding */
		background: url('/images/heading/md.png') no-repeat left top;
	}
DIV.heading.large {
	width: 739px;
}
	DIV.heading.large H1 {
		width: 649px; /* 739px - padding */
		background: url('/images/heading/lg.png') no-repeat left top;
	}

/*==============================================================================*/
/* BREADCRUMB ------------------------------------------------------------------*/
DIV.breadcrumb {
	width: 100%;
	overflow: hidden;
	font: 11px "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
}
	DIV.breadcrumb UL {
		margin: 0 auto;
		padding: 0;
		list-style-type: none;
	}
	DIV.breadcrumb LI {
		display: inline;
		padding: 0;
		padding: 0 10px 0 6px;
		background: transparent url('/images/breadcrumb/div.gif') no-repeat right center;
	}
		DIV.breadcrumb LI:first-child {
			padding-left: 0;
		}
		DIV.breadcrumb LI.last {
			/*background: none;
			padding-right: 0;*/
		}
	DIV.breadcrumb LI A:link, DIV.breadcrumb LI A:visited {
		color: #666;
		text-decoration: none;
	}
		DIV.breadcrumb LI A:hover, DIV.breadcrumb LI A:active {
			color: #999;
			text-decoration: underline;
		}

/*==============================================================================*/
/* COLORS ----------------------------------------------------------------------*/
.gray {
	color: #666;
}
.error {
	color: #f00;
}
.fieldnote {
	font-size: 10px;
	color: #777;
}

/*==============================================================================*/
/* PLACEHOLDER -----------------------------------------------------------------*/
DIV.placeholder {
	width: 1px;
	height: 1px;
	font-size: 0;
}

/*==============================================================================*/
/* WRAP FLOA -------------------------------------------------------------------*/
/* When an element floats, it is affected by and affects surrounding elements	*/
/* unless you contain it within .wrapfloat, which blocks it off perfectly.		*/
/*------------------------------------------------------------------------------*/
.wrapfloat {
	display: block;
	width: 100%;
	overflow: hidden;
}

/*==============================================================================*/
/* TEXT ------------------------------------------------------------------------*/
.indent {
	margin-left: 20px;
}

/*==============================================================================*/
/* TABLES : LIST ---------------------------------------------------------------*/
TABLE.tbllist {
	table-layout: fixed;
	background-color: #fff;
	border-collapse: collapse;
}

TABLE.tbllist TH {
	padding: 4px 8px 4px 8px;
	background-color: #999;
	background-image: url(/images/interface/th-off.gif);
	border-color: #ccc #999 #999 #ccc;
	border-width: 1px;
	border-style: solid;
}
	TABLE.tbllist TH, TABLE.tbllist TH * {
		font-family: "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		line-height: normal;
		color: #666;
		text-align: left;
	}

TABLE.tbllist TH.sort {
	background-color: #666;
	background-image: url(/images/interface/th-on.gif);
	border-color: #b0b0b0 #999 #999 #999;
}
	TABLE.tbllist TH.sort, TABLE.tbllist TH.sort * {
		color: #fff;
	}

TABLE.tbllist TD {
	padding: 4px 8px 4px 8px;
	border-bottom: 1px solid #ccc;
}
	TABLE.tbllist TD, TABLE.tbllist TD * {
		font-family: "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	TABLE.tbllist TD.sort {
		background-color: #e3e3e3;
	}
	TABLE.tbllist TR.invisible {
		background: #FFE5BD url('/images/interface/invisible-bg.gif');
	}

/*==============================================================================*/
/* TABLES : PRICE LEVELS -------------------------------------------------------*/
TABLE.tblpricelevels {
	border-collapse: collapse;
	border-spacing: 0;
}
	TABLE.tblpricelevels TH, TABLE.tblpricelevels TD {
		padding: 5px 10px;
		border: 1px solid #ccc;
		white-space: nowrap;
	}
	TABLE.tblpricelevels TH {
		background-color: #e3e3e3;
		font-weight: bold;
		text-align: left;
	}

/*==============================================================================*/
/* TABLES : FORM ---------------------------------------------------------------*/
TABLE.tblform {
	border-collapse: collapse;
	border-spacing: 0;
}
	TABLE.tblform TD {
		vertical-align: top;
		padding: 3px 6px 3px 0;
	}
		TABLE.tblform TD:first-child {
			padding-top: 6px;
			white-space: nowrap;
		}

/*==============================================================================*/
/* PAGE LISTS & NAVIGATION -----------------------------------------------------*/
TABLE.pagenavbar {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
		.listnavtop TABLE.pagenavbar {
			border-bottom: 1px solid #ccc;
		}
		.listnavbottom TABLE.pagenavbar {
			border-top: 1px solid #ccc;
		}
	TABLE.pagenavbar TD.cell {
		padding: 5px 5px;
	}
	TABLE.pagenavbar TD.disabled {
		background-color: transparent !important;
	}

TABLE.pagenav {
	margin: 1px 0;
	border-collapse: collapse;
	border-spacing: 0;
}
	TABLE.pagenav TD {
		width: 1.5em;
		height: 1.5em;
		vertical-align: middle;
		text-align: center;
		cursor: pointer;
	}
		TABLE.pagenav TD A {
			font-size: 12px;
			color: #0d3259;
			text-decoration: none;
		}
	TABLE.pagenav TD.previous {
		height: 100%;
		background: url(/images/pagenav/arrow-left.png) no-repeat center 6px;
		border: 1px solid #ccc;
	}
	TABLE.pagenav TD.next {
		height: 100%;
		background: url(/images/pagenav/arrow-right.png) no-repeat center 6px;
		border: 1px solid #ccc;
	}
	TABLE.pagenav TD.selected {
		background-color: #0d3259;
	}
		TABLE.pagenav TD.selected A {
			color: #fff;
		}

/*==============================================================================*/
/* CART ------------------------------------------------------------------------*/
TABLE#cart {
	/*table-layout: fixed;*/
	border: 1px solid #ccc;
}

TABLE#cart TH {
	font-weight: bold;
	font-size: 12px;
	padding: 2px 10px;
	background-color: #ccc;
	border-bottom: 1px solid #999;
	color: #333;
}

TABLE#cart TD.row {
	border-bottom: 1px solid #ccc;
	padding: 2px 10px;
	font-size: 12px;
	border-right: 1px solid #e3e3e3;
}

TABLE#cart TD.subrow {
	padding: 2px 10px;
	font-size: 12px;
	font-weight: bold;
}

/*==============================================================================*/
/* ORDER -----------------------------------------------------------------------*/
.header_bar {
	background-color: #e3e3e3;
	border: solid 1px #ccc;
	padding: 7px 10px;
	font-size: 15px;
	font-weight: bold;
	color: #132650;
}

.header_bar_subtext {
	font-size: 11px;
	font-weight: normal;
	color: #333;
}

.discount_desc {
	margin: 6px 0 0;
	border: 1px solid #E8C872;
	background-color: #FFF5D8;
}

.discount_desc TD {
	/*padding: 3px 5px;*/
	color: #412500;
	font-weight: normal;
	font-size: 11px;
}

/*==============================================================================*/
/* TABS ------------------------------------------------------------------------*/
TABLE.tabs {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
TABLE.tabs TD {
	/* no padding for any <td>, unless subclasses add it back in */
	padding: 0;
}
TABLE.tabs TD.at, TABLE.tabs TD.off {
	padding: 3px 10px;
	border: 1px solid #999;
	cursor: pointer;
}
	TABLE.tabs TD DIV.inset {
		font: 11px Arial, Helvetica, san-serif;
		text-align: center;
		white-space: nowrap;
		line-height: 1.1em;
	}
TABLE.tabs TD.at {
	border-bottom: 1px solid #fff;
	background-color: #fff;
}
	TABLE.tabs TD.at DIV.inset {	
		/* can be used in conjunction with ".inset" to apply left and right graphics */
		font-weight: bold;
		color: #000;
	}
TABLE.tabs TD.off {
	background-color: #ccc;
}
	TABLE.tabs TD.off DIV.inset {	
		/* can be used in conjunction with ".inset" to apply left and right graphics */
		color: #333;
	}
TABLE.tabs TD.endcap {
	border-bottom: 1px solid #999;
	/*background-color: #fff;*/
}
	TABLE.tabs TD.endcap DIV {
		width: 5px;
	}
TABLE.tabs TD.div {
	border-bottom: 1px solid #999;
	/*background-color: #fff;*/
}
	TABLE.tabs TD.div DIV {
		width: 2px;
	}

/*==============================================================================*/
/* VIEW TOGGLE -----------------------------------------------------------------*/
UL#viewtoggle {
	float: right;
	display: block;
	width: 70px;
	height: 29px;
	margin: 0 0 14px;
	padding: 0;
	list-style-type: none;
}
UL#viewtoggle LI {
	float: left;
	width: 35px;
	height: 29px;
	margin: 0;
	padding: 0;
}
UL#viewtoggle A {
	display: block;
	width: 35px;
	height: 0;
	margin: 0;
	padding-top: 29px;
	overflow: hidden;
	background: transparent url('/images/buttons/viewtoggle.png') no-repeat;
}
	/* States: off */
	UL#viewtoggle LI#grid A { background-position: 0 0; }
	UL#viewtoggle LI#list A { background-position: -35px 0; }

	/* States: on */
	UL#viewtoggle.grid LI#grid A { background-position: 0 -29px; }
	UL#viewtoggle.list LI#list A { background-position: -35px -29px; }

/*==============================================================================*/
/* LISTS -----------------------------------------------------------------------*/
UL.noindent, OL.noindent {
	margin-left: 1.5em;
	padding: 0;
}
UL.nop, OL.nop {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
UL.spaced LI, OL.spaced LI {
	margin-top: 1em !important;
}
	UL.spaced LI:first-child, OL.spaced LI:first-child {
		margin-top: 0 !important;
	}

/*==============================================================================*/
/* FILES -----------------------------------------------------------------------*/
UL.files {
	margin-left: 0;
	padding: 0;
}
	UL.files LI, UL.files.icon16x16 LI {
		display: block;
		min-height: 16px;
		padding: 1px 0 0 21px;
		list-style-type: none;
	}
		UL.files LI.pdf, UL.files.icon16x16 LI.pdf {
			background: url('/images/fileicons/16x16/pdf.png') no-repeat;
		}
		UL.files LI.doc, UL.files.icon16x16 LI.doc {
			background: url('/images/fileicons/16x16/doc.png') no-repeat;
		}
		UL.files LI.xls, UL.files.icon16x16 LI.xls {
			background: url('/images/fileicons/16x16/xls.png') no-repeat;
		}
		UL.files LI.image, UL.files.icon16x16 LI.image {
			background: url('/images/fileicons/16x16/image.png') no-repeat;
		}
		UL.files LI.document, UL.files.icon16x16 LI.document {
			background: url('/images/fileicons/16x16/document.png') no-repeat;
		}
		UL.files LI.html, UL.files.icon16x16 LI.html {
			background: url('/images/fileicons/16x16/html.png') no-repeat;
		}
	UL.files.icon32x32 LI {
		display: block;
		min-height: 32px;
		margin: 0.5em 0;
		padding: 0 0 0 37px;
		list-style-type: none;
	}
		UL.files.icon32x32 LI.pdf {
			background: url('/images/fileicons/32x32/pdf.png') no-repeat;
		}
		UL.files.icon32x32 LI.doc {
			background: url('/images/fileicons/32x32/doc.png') no-repeat;
		}
		UL.files.icon32x32 LI.xls {
			background: url('/images/fileicons/32x32/xls.png') no-repeat;
		}
		UL.files.icon32x32 LI.link {
			background: url('/images/fileicons/32x32/link.png') no-repeat;
		}


/********************************************************************************/
/* ALTERNATING ROW COLORS														*/
/********************************************************************************/
.rowcolor {
	background-color: #D8E1F2;
}

.pullquote {
   
    margin: 5px;
}
 
.pullquote:before {
    content: '\201c';
    font-size: xx-large;
    font-weight: bold;
	

}
 
.pullquote:after {
    content: "\201d";
    font-size: xx-large;
    font-weight: bold;
	line-height:10px;
	position:relative;
	top:6px;
}


