﻿/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
	font-family: verdana, Arial, sans-serif;
}

body {
	font-size: 13px;
	color: black;
	background-color: #ececec;
}

h1, h2 {
	margin-bottom: 20px;
	color: #333333;
}

h1 {
	font-size: 1.6em;
	color: #003c9b;
}

h2 {
	font-size: 1.36em;
}

h3 {
	font-size: 1.2em;
	color: #636363;
}

p, blockquote, ol, ul {
	margin-bottom: 20px;
	line-height: 1.67em;
}

ol, ul {
	list-style: none;
}

ol {
	margin-left: 3em;
	list-style: outside decimal;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}


.link {
	color: #0000FF;
	text-decoration: underline;
	font-size: 1.2em;
}

.link:hover {
	color: red;
}

.currentpg {
	color: black;
	text-decoration: none;
}

.hide {
	visibility: hidden;
}

/* Logo */

#logo {
	padding: 1px 0 140px 0;
	background: url(images/b2bheader.jpg) no-repeat center bottom;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #FFFFFF;
}

#logo h1 {
	position: absolute; left: 662px; top: 50px; z-index: 1;
	width: 140px;
	font-size: 1.3em;
	text-align: center;
	color: #EDB307;
	font-weight: bold;
	border: none;
}

/* Page */

#page {
	width: 860px;
	margin: 0 auto;
	background-color: white;
	/* background: url(images/img02.jpg) no-repeat; */
}

/* Left */

#left {
	float: left;
	width: 160px;
	padding: 20px;
}

#left h2 {
	margin-bottom: 1em;
	padding-right: 6px;
	border-right: 4px solid #000000;
	text-transform: uppercase;
	text-align: right;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}

#left ul {
	line-height: 3em;
}

#left li {
	text-align: left;
}

#left a {
	padding: 20px 20px 20px 6px;
	font-family: "Arial Black";
	text-decoration: none;
	font-size: 1em;
	color: white;
	background: url(images/button.jpg) no-repeat left center;
}

#left a:hover {
	font-family: "Arial Black";
	font-size: 1em;
	text-decoration: none;
	color: red;
}

#left .currentpg {
	font-family: "Arial Black";
	padding: 5px 5px 5px 6px;
	color: #003c9b;
	text-decoration: none;
	border: #edb307 2.5px solid;
	background: white;
}

#left2 a {
	padding: 20px 20px 20px 6px;
	font-family: "Arial Black";
	text-decoration: none;
	font-size: 1em;
	color: white;
	background-image:none;
}

#left2 a:hover {
	font-family: "Arial Black";
	font-size: 1em;
	text-decoration: none;
	color: red;
}

#left2 h2 {
	margin-bottom: 1em;
	padding-right: 6px;
	border-right: none;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
}

/* Center */
/*
#center {
	float: left;
	width: 418px;
	padding: 21px;
}
*/
/* Right */

#right {
	float: left;
	width: 620px; /* was 160 */
	padding:20px 20px 0px 20px; 
}

#right h2 {
	margin-bottom: 1em;
	padding-left: 6px;
	border-left: 4px solid #000000;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}

#right ul {
	padding-left: 40px;
	line-height: 1.82em;
	list-style-type: disc;
}

#right li {
	padding-left: 0px;
	background: url(images/img04.gif) no-repeat left center;
}

#right a {
	text-decoration: none;
	font-size: .85em;
}

#right a:hover {
	text-decoration: underline;
}

#right .link {
	color: #0000FF;
	text-decoration: underline;
	font-size: 1.2em;
}

#right .link:hover {
	color: red;
}


/* FootNav */
#footnav {
	width: 860px;
	height: 15px;
	padding: 0px 0px 15px 0px;
	background: white center; 
	text-align:center;
	margin: 0 auto;
}

#footnav a {
	text-decoration: underline;
	color: blue;
}

#footnav a:hover {
	color: red;
}

/* Footer */

#footer {
	width: 860px;
	height: 15px;
	padding: 5px 0px 5px 0px;
	background: #003c9b center;
	margin: 0 auto;
}

#footer p {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .125em;
	font-size: .77em;
	font-weight: bold;
	color: white;
}

#footer a {
	text-decoration: none;
	color: #000000;
}

/* Counter */
#counter {
visibility: hidden;
margin: 0 auto;
}
