/* CSS Document */

/* 
	CENTERS BACKGROUND HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 50% 0 no-repeat;
	CENTERS BACKGROUND VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 50% no-repeat;
	BACKGROUND CLINGS TO LEFT BROWSER EDGE:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;

	BACKGROUND DOES NOT REPEAT:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;
	BACKGROUND REPEATS VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-y;
	BACKGROUND REPEATS HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-x;

 */

body {
	background: #061a3a url(/images/bg_body.jpg) 0 0 repeat-x;
	margin-top: 50px;
	padding: 0;
	font-family: trebuchet MS;
}
div#center {
	text-align:center;
}
.center {
	text-align:center;
}
/*  Accessibility Navigation - blank 2x1px images with links to the Content area  */
#AccessibilityNav{
	width: 960px;
	min-width: 960px;
	}
#AccessibilityNav img{
	border:none;
}
/*  message for users with old Browsers - links to update Browsers  */
p#older_browsers {
	display: none;
}
/*  Company name invisible but to old browsers and Search Engines  */
div#CompanyName {
	display: none;
}
.input {
	clear:both;
	padding:5px 0;
}
.input label {
	display:block;
	width:86px;
	float:left;
}
.input input {
	float:left;
}

/* ************************************----------- HEADER -----------************************************ */
div#Header {
	margin-top: 0;
	width: 960px;
	min-width: 960px;
	
}


/* ************************************----------- CONTENT AREA -----------************************************ */
* html #Container { /*  This hack allows IE to read it but not Mozilla or Firefox  */
	margin-left: 0px;
}
table#Container {
	width: 960px;
	min-width: 960px;	
	background: #ffffff url(/images/bg_container.jpg) 0 0 no-repeat;
}
html>body table#Container { /*  This hack allows Netscape to read it but not IE - IE will take the previous values  */

	min-width: 960px;
}

/* ************************************----------- LEFT COLUMN -----------************************************ */
/*  Background for the left column is specified here  */
td#LeftColumn {
/*
	background: #1751ad url(/images/bg_left_column2.jpg) 0 0  no-repeat;
	border-right: solid 1px #d66c1d;
*/
	background: #7A7A7A url(/images/bg_left_column3.jpg) 0 0  no-repeat;
	border-right: solid 1px #666;
}
/* **************----------- NAVIGATION -----------**************** */

/* ----------- 	NAVIGATION LINKS ----------- */

	/* LEVEL ONE */
	ul.Menu	{ 
		position:relative;
		width: 210px;
		margin: 15px 5px 0 5px;
		padding:0;
		list-style:none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	ul.Menu li	{
		zoom: 1;
	}
	ul.Menu a:hover {
		color: #ffab3c;
	/*
		background-color:#4876c3;
	*/
		background-color:#061A3A;
	}
	ul.Menu a:active {
		color: #ffab3c;
		background-color:#fff;
	}
	ul.Menu li a {
/*
		color: #FFFFFF;
		border-bottom:1px dashed #4674ff;
*/
		color: #000;
		border-bottom:1px dashed #666;
		text-decoration: none;
		font-weight: bold;
		font-size: 0.8em;
		display: block;
		text-transform:uppercase;
		padding:6px 5px;
	}
	ul.Menu li.hover,
	ul.Menu li:hover {
		position: relative;
	}
	ul.Menu li.hover > a {
	/*
		color: #ffab3c;
	*/
		color: #fff;
	}
	ul.Menu li li.hover > a {
		color: #ffab3c;
	}
	
	
	ul.Menu ul {
		width:660px;
		visibility:hidden;
		position:absolute;
		top:0;
		left:100%;
		margin:0;
		padding:0;
		list-style:none;
		background:#FAF5ED;
		border:1px solid #D66C1D;
	}
	ul.Menu ul li {
		font-weight:normal;
		color:#D66C1D;
		border-bottom:none;
		float:none;
		width:200px;
		float:left;
		padding:0 10px;
	}
	ul.Menu ul li.clear {
		clear:both;
	}
	ul.Menu ul li a {
		padding:14px 5px 4px 5px;
		display:inline-block;
		color:#061A3A;
		width:190px;
		border-bottom:1px solid #ccc;
	}
	ul.Menu ul li a:hover {
		background-color:transparent;
		color:#D66C1D;
	}
	ul.Menu ul ul {
		position:static;
		margin: 0px;
		padding:0;
		list-style:none;
		border:none;
		width:180px;
	}
	ul.Menu ul ul li {
		float:none;
		border:none;
	}
	ul.Menu ul ul a {
		font-size:10px;
		font-weight:normal;
		text-transform:capitalize;
		border:none;
		padding:2px 2px;
		line-height:10px;
		border-bottom:1px dotted #ddd;
	}
	ul.Menu li:hover ul {
		visibility:visible;
	}



	/* ======== small flyout menu styles ========== */
	/* LEVEL TWO */

	ul.Menu ul.subTwo {
		width:220px;
		visibility:hidden;
		position:absolute;
		top:0;
		left:100%;
		margin:0;
		padding:0;
		list-style:none;
	}
	ul.Menu ul.subTwo li {
		font-weight:normal;
		color:#000;
		border-bottom:1px solid #ccc;
		float:none;
		padding:0;
		width:220px;
	}
	ul.Menu ul.subTwo li a {
		width:210px;
		padding:4px 5px;
		display:inline-block;
		border:none;
	} /* IE 6 & 7 Needs Inline Block */
	
	/* LEVEL THREE */

	ul.Menu ul.subTwo ul {
		left:100%;
		top:0;
		margin: 0px;
		padding:0;
		list-style:none;
	}
	ul.Menu li:hover > ul {
		visibility:visible;
	}



/* ************************************----------- MAIN COLUMN -----------************************************ */
td#MainColumn {
	background: #ffffff url(/images/bg_main_column.jpg) 0 0  repeat-x;
}
div#ContentResources {
	background: url(/images/bg_content_resources.jpg) 100% 0  no-repeat;
}
div.Content {
	padding: 20px;
}
div.Content p, div.Content li, div.Content td p, div.Content li li{
	font-size: 1em;
		line-height: 1.65em;
}
div.Content li li {
	font-size: 1em !important;
}
/*   myproduct admin menu  */
div#AdminMenu {
	margin: 10px;
	padding: 5px;
	border: solid 1px #cdd7e8;
}
div#AdminMenu a {
	color: #000000;
	font-size: 0.75em;
}
div#AdminMenu a:hover {
	color: #000000;
	text-decoration: none;
}

h1 {
	color:#002a6c;
	font-size: 1.3em;
	background: url(/images/bg_page_title.gif) 0 0px  no-repeat;
	font-weight:normal;
	padding: 20px 0 20px 50px;
	text-transform:uppercase;
	font-family: "Times New Roman", Times, Georgia, serif;
	
	font-variant:small-caps;
}
H2 {
	color:#002a6c;
	font-size: 1em;
	font-weight:normal;
	font-weight:bold;
}
H3 {
	color:#000000;
	font-size: 0.9em;
	font-weight:bold;
}
/* 
p.quote {
	font-size: 0.75em;
	font-weight:bold;
}
p.Address {
	font-size: 0.75em;
}


td#MainColumn p, td#MainColumn ul, td#MainColumn ol {
	font-size: 0.75em;
	line-height: 1.25em;
}
html>body div#Content td {
	font-size: 0.75em;
	line-height: 1.25em;
}
*/ 
div.Content .SmallText {
	font-size: 0.75em;
	text-align:right;
	color: #000000;
	margin: 0 10px;
}
div.Content a, div.Content a:visited {
	color:#d66c1d;

}
div.Content a:hover {
	color:#d66c1d;
	text-decoration: none;
}
table#JumpLinks {
	background-color: #faf5ed;
	padding-left: 5px;
}
.picture {
	background-color:#f9f9f9;
	border:1px solid #ccc;
	padding:4px;
	font:11px/1.4em Arial, sans-serif;
	text-align:center;
}
.picture img {
	display:block;
	float:none;
	border:1px solid #ccc;
	vertical-align:middle;
	margin:0;
	margin-bottom:3px;
}
.picture.right {
	margin:0.5em 0 0.5em 0.8em;
	float:right;
}
.picture.left {
	margin:0.5em 0.8em 0.5em 0;
	float:left;
}
.picture.center {
	width:360px;
	margin:0 auto;
}
.picture.center img {
	display:inline;
	
}
a img {
	border:none; 
}
.niceTable {
	border-collapse:collapse;
	border:1px solid #061A3A;
	width:80%;
}
.niceTable th,
.niceTable td {
	border:1px solid #061A3A;
	padding:6px;
}
#sitemap {
}
#sitemap li {
	font-size:12px;
}



table.pumpPage {
	width:100%;
}
table.pumpPage td {
	text-align:center;
	padding:15px 0;
}
table.pumpPage a img {
	padding:1px;
}
table.pumpPage a:hover img {
	border:1px solid #061a3a;
	padding:0;
}

/* ************************************----------- FOOTER -----------************************************ */
div#ContactUs {
	width: 960px;
	min-width: 960px;
	background: #680100 url(/images/bg_footer.jpg) 0 0  repeat-x;
	border-top:1px solid #ddd;
	height:43px;
}
div#ContactUs p {
	font-size: 1.75em;
	font-weight: bold;
	color:#ffffff;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
div#copyright {
	width: 960px;
	min-width: 960px;
}
div#copyright p {
	font-size: 0.65em;
	color:#ffffff;
	margin: 0px;
}
div#copyright a {
	color:#d66c1d; 
}
div#copyright a:hover {
	color:#d66c1d; 
	text-decoration: none;
}