@charset "utf-8";

/* ELEMENTS */
body {
	font: 12px/1.4 Arial, Helvetica, sans-serif;
	background: rgb(205, 213, 223);
	margin: 0;
	padding: 0;
	color: rgb(0, 0, 0);
}

a img {
	border: none;
}

a:link {
	color: rgb(0, 0, 0);
	text-decoration: underline;
}

a:visited {
	color: rgb(10, 10, 10);
	text-decoration: underline;
}

a:hover,a:active,a:focus {
	text-decoration: none;
}

div {
	padding: 0;
	margin: 0;
}

h1,h2,h3,h4,h5,h6,p {
	margin-top: 0;
}

h1,h2,h3,h4,h5,h6,legend {
	color: rgb(4, 45, 90);
	font-weight: bold;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

h4,h5,h6 {
	font-size: 13px;
	margin-bottom: 0;
}

h5,h6 {
	font-size: 12px;
}

h6 {
	color: rgb(0, 0, 0);
}

hr {
	border: 0;
	color: rgb(2, 68, 139);
	background-color: rgb(2, 68, 139);
	height: 1px;
	clear: both;
}

fieldset {
	padding: 0 10px 10px 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

legend {
	font-weight: bold;
	margin: 10px 0;
}

ol,ul {
	margin-top: 0;
}

/* LAYOUT */
#container {
	width: 700px;
	background: rgb(255, 255, 255);
	margin: 0 auto;
}

#header {
	background: rgb(2, 68, 139) url(../img/header-background.jpg) no-repeat	top left;
	color: rgb(255, 255, 255);
	position: relative;
	height: 145px;
	width: 700px;
}

#header-phone {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	left: 515px;
	top: 115px;
	width: 170px;
	text-align: right;
}

#header-tagline {
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	left: 16px;
	top: 117px;
	width: 480px;
}

#menu {
	background-color: rgb(2, 68, 139);
	height: 24px;
}

#content {
	padding: 15px 15px 0 15px;
}

#footer {
	font-size: 10px;
	height: 25px;
	margin-top: 30px;
	padding: 0 0 10px 0;
	position: relative;
}

#footer,#footer a {
	color: rgb(4, 45, 90);
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer-contact {
	left: 15px;
	top: 12px;
	position: absolute;
	width: 480px;
}

#footer-copyright {
	font-size: 9px;
	left: 500px;
	top: 0;
	position: absolute;
	width: 180px;
}

/* SPECIFIC IDS & CLASSES */ 

/* Vendor */

div.vendor-box {
	page-break-inside: avoid;
}

h1.vendor-category, h2.vendor-category {
	border-bottom: 1px solid rgb(4, 45, 90);
}

div.vendor-logo-caption {
	font-weight: bold;
	font-style: italic;
	margin: 0;
	margin-top: 2px;
	text-align: center;
}	

/* Message */
div#message {
	text-align: center;
	border: 1px solid rgb(128, 128, 128);
	margin-bottom: 1ex;
	background-color: rgb(245, 245, 245);
}

div#message ul {
	list-style: none;
	margin: 3px;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}
