/* Copyright Hiltonian Media (www.hiltonian.com) */

/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}



body {
	font-size: small;
	color: #808284;
	font-family: Helvetica, "Lucida Grande", Arial, sans-serif;
}

a {
	color: #0B039A;
}

a:hover {
	text-decoration: none;
}

p, h1, h2, h3, dt, dd, li, cite {
	margin-bottom: 1em;
	line-height: 1.5em;
}



dt {
	margin-bottom: 0;
	font-weight: bold;
}

#content ul {
	list-style-type: square;
	display: block;
	list-style-position: outside;
	margin-left: 40px;
	margin-bottom: 1em;
}

#content ol {
	list-style-type: decimal;
	display: block;
	list-style-position: outside;
	margin-left: 40px;
	margin-bottom: 1em;
}

#content li {
	display: list-item;
	margin-bottom: 0.5em;
}



strong {
	font-weight: bold;
}

em {
	font-style: italic;
}



#header h1 {
	font-size: 1.9em;
	font-weight: bold;
	text-transform: uppercase;
}








#content h1 {
	background-color: #FBED3F;
	font-size: 1.2em;
	font-weight: bold;
	min-height: 13px;
	color: #0B039A;
	border: 1px solid #1F2975;
	position: absolute;
	padding: 6px 14px;
	line-height: 1em;
	top: 185px;
	left: 220px;
}
* html #content h1 {
	height: 13px;	
}
/*#content h1 {
	font-size: 1.7em;
	clear: both;
	padding: 0 10px;
}*/
#content h1 .tl {
	background-image: url(../graphics/h1_corners.gif);
	width: 13px;
	height: 13px;
	font-size: 0;
	position: absolute;
	top: -1px;
	left: -1px;
}
#content h1 .tr {
	background-image: url(../graphics/h1_corners.gif);
	background-position: 13px 0px;
	width: 13px;
	height: 13px;
	font-size: 0;
	position: absolute;
	top: -1px;
	right: -1px;
}
#content h1 .bl {
	background-image: url(../graphics/h1_corners.gif);
	background-position: 0px 13px;
	width: 13px;
	height: 13px;
	font-size: 0;
	position: absolute;
	bottom: -1px;
	left: -1px;
}
#content h1 .br {
	background-image: url(../graphics/h1_corners.gif);
	background-position: 13px 13px;
	width: 13px;
	height: 13px;
	font-size: 0;
	position: absolute;
	bottom: -1px;
	right: -1px;
}



h2 {
	margin: 1em 0 0 0;
	font-weight: bold;
}



label {
	font-weight: bold;
}

.left {
	float: left;
	clear: left;
	margin: 0 10px 0 10px;
}

.right {
	float: right;
	clear: right;
	margin: 0 0 10px 10px;
}

p.tagline {
	font-weight: bold;
	color: #0B039A;
}

p.emergency {
	font-weight: bold;
	color: #0B039A;
	font-size: 2em;
}


table.products {
	border: none;
	width: 99%;
}

table.products tr, table.products td {
	border: none;
	vertical-align: top;
}


table.products tr.prod1 td,
table.products tr.prod2 td,
table.products tr.prod3 td {
	width: 135px;
	max-width: 135px;
}

table.products tr.prod2 td {
	background-image: url(../graphics/td.prod2.gif);
	background-position: left top;
	background-repeat: repeat-y;
	padding: 6px;
}

table.products tr.prod2 td a {
	color: #0B039A;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 123px;
}

table.products tr.prod3 td {
	background-image: url(../graphics/td.prod3.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 6px;
}

table.products tr.prod3 td a {
	color: #808284;
	text-decoration: none;
	font-size: 0.8em;
	display: block;
	width: 123px;
}