@charset "utf-8";
/* CSS Document */

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	/* background-color: #147dff; */
	background: #ffffff url(../images/gradient.jpg) repeat-x;
}

h1 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #004990;
	text-transform: capitalize;
}

h2 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #004990;
	text-transform: capitalize;
	margin-bottom: -10px;
	margin-top: -5px;
}

#container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ffffff;
}

#main {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 480px;
}

td.indexleft {
	width: 200px;
}

td.indexright {
	width: 560px;
}

#header {
	background-image: url(../images/header_logo.jpg);
	background-repeat: no-repeat;
	height: 140px;
	padding-bottom: 5px;
}

#navbar {
	background-image: url(../images/header_navbar.jpg);
	background-repeat: no-repeat;
	height: 28px;
	color: white;
	text-align:center;
}

#banner {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #004990;
}
p.navbar {
	padding-top: 7px;
}

#footer {
	background-image: url(../images/footer_bar.jpg);
	background-repeat: no-repeat;
	height: 28px;
	color: white;
	text-align:center;
	font-size: 11px;
}

p.footer {
	padding-top: 7px;
}

#contact_right {
	float: right;
	width: 200px;
	border: 1px solid #E79925;
	background: #efefef;
	padding: 8px;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: underline;
}

a.nowhitelinks {
	color: black;
}

a:hover.nowhitelinks {
	color: black;
}

a.black {
	color: black;
	text-decoration: underline;
}

a:hover.black {
	color: blue;
	text-decoration: none;
}

a.blue {
	color: blue;
	text-decoration: none;
}

a:hover.blue {
	color: blue;
	text-decoration: underline;
}

img.order {
	border-width: thin;
	border-color: #004990;
	margin-left: 20px;
	marign-right: 20px;
}