/*****************************************************************************************/
/*							Eric Meyer's Reset CSS										 */

	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td, input {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		vertical-align: baseline;
		text-align: left;
		font-weight: normal;
		font-family: Verdana, Geneva, sans-serif;
	}
	/* remember to define focus styles! */
	:focus {
		outline: 0;
	}
	body {
		color: black;
		background: white;
	}
	ol, ul {
		list-style: none;
	}
	/* tables still need 'cellspacing="0"' in the markup */
	
	/*
	table {
		border-collapse: separate;
		border-spacing: 0;
	}
	caption, th, td {
		text-align: left;
		font-weight: normal;
	}
	*/
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: "";
	}
	blockquote, q {
		quotes: "" "";
	}
/*																						 */
/*****************************************************************************************/
.orange { color: #FF9C00; }
.blue { color: #0055C4; }
.black { color: #000!important; } 
.imgLoad { background: url(../img/imgload.gif) center no-repeat; }
.underline { text-decoration: underline; }
.marginBottom_none { margin-bottom: 0; } 
ul.noList {
	color: #fff;
	line-height: 1.3em;
	font-size: 0.7em;
	margin-left: 22px;
	}
.left {
	display: block;
	float: left;
	}

/*
	Header Styles
*/
h1 { color: #000; font-size: 1.2em; margin-bottom: 10px; }
h2 { color: #000; font-size: 0.9em; margin: 7px 0 3px; }
h3 { color: #000; font-size: 0.8em; line-height: 1.2em; font-weight: bold; }

/*
	Common Tags
*/
.clearer {
	width: 100%;
	height: 1px;
	position: relative;
	clear: both;
	}
/*****************************************************************************************/
/*									BODY SECTION										 */
#body {
	width: 955px;
	padding: 0;
	padding-top: 25px;
	position: relative;
	clear: both;
	}
	
	/*
	Container Header
	*/
	.containerHeader {
		width: 955px;
		height: 37px;
		position: relative;
		}
		
		.containerHeader_left {
			width: 9px;
			height: 37px;
			background: url(../img/headerBKG_left.jpg) no-repeat;
			float: left;
			}
			
		.containerHeader_right {
			width: 10px;
			height: 37px;
			background: url(../img/headerBKG_right.jpg) no-repeat;
			float: right;
			}
		
		.containerHeader_content {
			width: 936px;
			height: 37px;
			background: url(../img/headerBKG_slice.jpg) repeat-x #F90;
			float: left;
			position: relative;
			}
			
			.containerHeader_content
				h1 {
					font-size: 13px;
					color: #000;
					font-weight: normal;
					line-height: 35px;
					text-indent: 8px;
					margin: 0;
					padding: 0;
					}
	
	/*
	CONTAINER - wraps content
	*/
	#body
		#container {
			width: 951px;
			border-left: 1px solid #e0e0e0;
			border-right: 1px solid #e0e0e0;
			position: relative;
			margin: 0 auto;
			clear: both;
			}
			
		#container 
			a.backAnchor {
				font-size: 0.8em;
				color: #0055C4;
				display: block;
				text-decoration: none;
				padding: 5px;
				
				DISPLAY: NONE;
				}
				
			#container a.backAnchor:hover { text-decoration: underline; }

	#containerFooter {
		width: 953px;
		height: 10px;
		background: url(../img/container_footer_953.jpg) no-repeat;
		clear: both;
		margin-bottom: 35px;
		margin-left: 1px;
		}
			
/*****************************************************************************************/
/*									FOOTER SECTION										 */

#footer {
	width: 955px;
	height: 50px;
	padding: 0;
	padding: 10px 0;
	position: relative;
	clear: both;
	}
	
	/*
		FOOTER NAV
	*/

	ul.footerLinks {
		width: 499px;
		margin: 0 auto;
		display: block;
		}
	
	ul.footerLinks 
		li {
		float: left; 
		display: inline;
		color: #efefef;
		}
		
		ul.footerLinks a {
			display: block;
			text-align: center;
			padding: 1px 3px; 
			color: #2f1f0b;
			font-size: 11px;
			}
			
			ul.footerLinks a:hover {
				text-decoration: underline;
				}
				
	.credits {
		width: 955px;
		clear: left;
		display: block;
		margin-top: 20px;
		text-align: center;
		font-size: 0.7em;
		}
		
		.credits a { 
			color: #2f1f0b;
			font-size: 11px;
			}
		
	.seals {
		width: 955px;
		text-align: center;
		
		display: none;
		}
		
		.seals_ssl, .seals_authorize {
			height: 100px;
			display: inline;
			margin: 0 15px 0 0; 
			}
	
