/* File: pegasus.css */

html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
}
p {
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 0.7em;
}
input, select {
	margin: 2px;
}
td, th {
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 0;
}
th {
	text-align: center;
	font-weight: bold;
}
.lf {
	text-align: left;
}
ol, ul {
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 0.4em;
	margin-left: 0.2em;
	text-indent: 0px;
	padding: 0px;
}
li {
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 0.3em;
	margin-left: 0.2em;
	text-align: left;
	text-indent: 0px;
	padding: 0px;
}
h6 {
	font-size:13px;
}
h5 {
	font-size:14px;
}
h4 {
	font-size:15px;
}
h3 {
	font-size:16px;
}
h2 {
	font-size:16px;
}
h1 {
	font-size:17px;
}
h1, h2, h3, h4 {
	margin-top: 0;
	margin-bottom: 0.5em;
	color: #000066;
}
h5, h6 {
	color:#000066;
	margin-top: 0em;
	margin-bottom: 0.3em;
}
h1 {
	text-align: center;
}
h1, h2, h3, h4, h6 {
	font-weight: bold;
}
h5 {
	font-style: italic;
}
h5.ctr {
	text-align: center;
}
h1.ruled {
	margin-top: 0.5em;
	padding: 2px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
h2.ruled {
	margin-top: 0.5em;
	padding: 2px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
img.featured {
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
}
b, strong {
	font-weight: bolder;
}  /* relative to the parent */
i, cite, em, var, address, blockquote {
	font-style: italic;
}
pre, tt, code, kbd, samp {
	font-family: monospace;
}
span.sm {
	font-size:9px;
	font-weight: normal;
}
span.sm-rd {
	font-size:9px;
	color: #FF0000;
}
span.md {
	font-size:10px;
}
span.phone {
	font-size:17px;
	font-weight: bold;
	color: #0000EE;
	text-align: center;
}
span.alt {
	font-size:9px;
}
span.hl {
	background:#ff0;
	font-weight: bold;
}
span.h6 {
	font-size:13px;
	color:#000066;
	font-weight: bold;
}
span.hl a:visited {
	color:blue;
}
span.h1font {
	font-size:17px;
	color: #000066;
	font-weight:bold;
}
span.reg {
	font-size:11px;
	font-weight: normal;
}
.title {
	font-size:13px;
	font-weight: bold;
}
table.hl {
	background-color: #FFFFCC;
	padding: 5px;
	border: 1px solid #000000;
}
table.app {
	text-align: center;
}
td.psel {
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px none #999999;
	text-align: center;
	vertical-align: middle;
}
td.psel-l {
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px none #999999;
	text-align: left;
	vertical-align: middle;
}
th.psel {
	border-top: 1px solid #999999;
	border-right: 1px none #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px none #999999;
	text-align: center;
	vertical-align: middle;
}
th.psel-l {
	border-top: 1px solid #999999;
	border-right: 1px none #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px none #999999;
	text-align: left;
	vertical-align: middle;
}
th.psel-hd {
	border-top: 1px solid #999999;
	border-right: 1px none #999999;
	border-bottom: 1px none #999999;
	border-left: 1px none #999999;
	text-align: center;
	vertical-align: middle;
}
td.pad {
	padding: 25px;
}
td.major {
	font-size:16px;
	font-weight:bold;
	color:#006;
	text-align: center;
	background:#ddd;
	border: 1px solid black;
	padding: 5px;
}
td.h1 {
	font-size:17px;
	font-weight:bold;
	color:#006;
	text-align: center;
	background:#ffc;
	border: 1px solid black;
	padding: 5px;
}
td.h2 {
	text-align: center;
	background:#ffc;
	border: 1px solid black;
	padding: 5px;
}
td.h2-left {
	text-align: left;
	background:#ffc;
	border: 1px solid black;
	padding: 5px;
}
td.h3 {
	text-align: left;
	background:#ffc;
	border: 1px solid black;
	padding: 5px;
}
td.sm {
	font-size:9px;
	text-align:center;
}
td.sm-lf {
	font-size:9px;
	text-align:left;
}
td.na {
	font-size:9px;
	background-color: #EEEEEE;
}
td.a {
	font-weight: bold;
	background-color: #DDDDEE;
	text-align: center;
}
td.b {
	font-weight: bold;
	background-color: #FFFFCC;
	text-align: center;
}
td.bl {
	font-weight: bold;
	background-color: #FFFFCC;
	text-align: left;
}
td.nbr {
	border-right-style: none;
}
td.nbrb {
	border-right-style: none;
	font-weight: bold;
}
td.nbl {
	border-left-style: none;
}
td.gap {
	border-right-style: none;
	border-left-style: none;
}
tr.gap {
	border-right-style: none;
	border-left-style: none;
}
td.status {
	font-size:9px;
	color:#F00;
}
td.nopad {
	margin: 0px;
	padding: 0px;
}
pre {
	white-space: pre;
}
address {
	margin-left: 3em;
}
blockquote {
	margin-left: 3em;
	margin-right: 3em;
	margin-top: 0px;
	margin-bottom: 0px;
}
ul, dir {
	list-style: disc;
}
ol {
	list-style: decimal;
}
menu {
	margin: 0;
}              /* tight formatting */
li {
	margin-left: 2.5em;
}
dt {
	margin-bottom: 0;
}
dd {
	margin-top: 0;
	margin-left: 3em;
}
/*hr { border-top: solid }        /* 'border-bottom' could also have been used */

a:link {
	color: blue;
}          /* unvisited link */
a:visited {
	color: red;
}        /* visited links */
a:active {
	color: lime;
}        /* active links */
/* setting the anchor border around IMG elements
   requires contextual selectors */

a:link img.featured {
	border: 1px solid blue;
}
a:visited img.featured {
	border: 1px solid red;
}
a:active img.featured {
	border: 1px solid lime;
}
span.sup {
	vertical-align:super;
	font-size:x-small;
}
td.search {
	font-size:15px;
	line-height: 18px;
	font-weight:bold;
	color:#000066;
}
p.search {
	font-size:15px;
	line-height: 18px;
	font-weight:bold;
	color:#000066;
}
p.menuhd {
	font-size:14px;
	font-weight:bold;
	color:#000066;
	vertical-align: bottom;
}
p.motto1 {
	font-size:12px;
	font-weight:bold;
	color:#000066;
}
p.leftcategory {
	font-size:14px;
	font-weight:bold;
	color:#000066;
	padding:12px 0px 0px 6px;
}
td.category {
	background-color:#ccc;
	border-bottom:1px solid #333;
	vertical-align: bottom;
}
a:link {
	color:#0000FF;
	text-decoration:underline;
}
a:visited {
	color:#9900FF;
	text-decoration:underline;
}
a:hover {
	color:#0000FF;
	text-decoration:none;
}
a.lm {
	display: block;
	padding: 2px 0px 2px 8px;
	font-size:11px;
	color: #9C3;
	text-decoration:none;
	background-color:#dde;
	height:auto;
	line-height:14px;
	width:150px;
	border-bottom:1px solid #333;
}
a.lm2 {
	display: block;
	padding: 2px 0px 2px 8px;
	font-size:11px;
	color: #9C3;
	text-decoration:none;
	background-color:#ccf;
	height:auto;
	line-height:14px;
	width:150px;
	border-bottom:1px solid #333;
}
a.lm3 {
	display: block;
	padding: 2px 0px 2px 8px;
	font-size:11px;
	color: #c00;
	text-decoration:none;
	background-color:#ccf;
	height:auto;
	line-height:14px;
	width:150px;
	border-bottom:1px solid #333;
	font-style: italic;
}
a.lm:link {
	padding:2px 0px 2px 8px;
	font-size:11px;
	color:#006;
	text-decoration:none;
	background-color:#dde;
	border-bottom:1px solid #333;
}
a.lm2:link {
	padding:2px 0px 2px 8px;
	font-size:11px;
	color:#006;
	text-decoration:none;
	background-color:#ccf;
	border-bottom:1px solid #333;
}
a.lm3:link {
	padding:2px 0px 2px 8px;
	font-size:11px;
	color:#c00;
	text-decoration:none;
	background-color:#dde;
	border-bottom:1px solid #333;
}
a.lm:visited {
	padding: 2px 0px 2px 8px;
	font-size:11px;
	color: #006;
	text-decoration:none;
	background-color:#dde;
	border-bottom: 1px solid #333;
}
a.lm2:visited {
	padding: 2px 0px 2px 8px;
	font-size:11px;
	color: #006;
	text-decoration:none;
	background-color:#ccf;
	border-bottom: 1px solid #333;
}
a.lm3:visited {
	padding: 2px 0px 2px 8px;
	font-size:11px;
	color: #c00;
	text-decoration:none;
	background-color:#dde;
	border-bottom: 1px solid #333;
}
a.lm:hover, a.lm2:hover, a.lm3:hover {
	padding: 2px 0px 2px 8px;
	font-size:11px;
	color: #fff;
	background-color:#66f;
	border-bottom: 1px solid #333;
}
a.ssl {
	font-size: 8px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: center;
}
p.dis {
	font-size: 9px;
	color:#ff0000;
}
p.greet {
	color:#ff0000;
}
p.main {
	font-size: 17px;
	font-weight: bold;
}
p.head {
	font-size: 14px;
	font-weight: bold;
}
p.up {
	font-size: 11px;
	color:#0000FF;
}
p.field {
	font-size: 11px;
	color:#000000;
}
p.td_sm {
	font-size: 7px;
	color:#000000;
	text-align: center;
}
p.instk {
	padding: 4px;
	font-weight: bold;
	text-decoration:none;
	background-color:#9f9;
}
h6.instk {
	padding: 4px;
	text-decoration:none;
	background-color:#9f9;
}
p.spord {
	padding: 4px;
	text-decoration:none;
	background-color:#ff9;
}
a.pdf {
	padding-left: 20px;
	background-image: url(images/pdficon_small.gif);
	background-position: left center;
	background-repeat: no-repeat;
	 }
.list {
	list-style-image: url(images/abullet.gif);
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
}
.menu {
	border-width: 2px;
	border-color: #333366;
	border-style: solid;
	padding: 10px;
}
.hmenu, .lmenu {
	background-color:#ccc;
}
.subscribe a.sub {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 5px;
	margin: 0px;
	color: #006;
	text-decoration:none;
}
.hmenu .p2 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px;
	margin: 0px;
	font-weight: normal;
}
.hmenu a.hm1 {
	padding: 3px 3px;
	color: #006;
	background-color:#bbb;
	text-decoration:none;
	border: 1px solid #ccc;
}
.hmenu a:hover.hm1 {
	color: #FFFFFF;
	background-color:#66f;
}
.hmenu a.hm2 {
	font-weight: bold;
	padding: 3px 3px;
	color: #006;
	background-color:#FFFF00;
	text-decoration:none;
	border: 1px solid #f00;
}
.hmenu a:hover.hm2 {
	color: #FFFFFF;
	background-color:#66f;
}
.hmenu a.hm3 {
	padding: 3px 3px;
	color: #c00;
	background-color:#bbb;
	text-decoration:none;
	border: 1px solid #ccc;
	font-style: italic;
}
.hmenu a:hover.hm3 {
	color: #FFFFFF;
	background-color:#66f;
}
table.ctr {
	text-align: center;
}
table.headfoot {
	background-color:#ccc;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
table#header{
	margin: 0px;
	padding: 2px;
	border: 0px;
	background-image: url(images/flag-04-130h.gif);
	background-repeat: no-repeat;
	background-color:#ccc;
}
table#header2{
	margin: 0px;
	padding: 2px;
	border: 0px;
	background-image: url(images/flag-04-wb-130h.gif);
	background-repeat: no-repeat;
	background-color:#ccc;
}

#FreeShippingDivID a {
	position:absolute;
	height: 50px;
	width: 125px;
	top: 0px;
	left: 0px;
	text-decoration: none;
}

#FreeShippingDivID a i { visibility: hidden; }

table#motto {
	margin: 0px;
	padding: 2px;
	border: 0px;
	background-color:#ccc;
}
#sslseal {
	width: 140px;
	margin: 5px auto 5px 5px;
	text-align: center;
	padding: 0px;
}

#badge_container {
padding:0px;
margin:0px;
height:38px !important;
padding-left:0px !important;
}

 @media print {
table#header, table#motto, td#lmenu, div.hmenu, div.np {
	display: none;
	}
}
