@CHARSET "UTF-8";

html {
	text-align: center
}

body {
	font-size: 62.5%; /* 10px */
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans",
		Helvetica, Arial, sans-serif;
	color: #fff;
	line-height: 1.5;
	text-align: left;
}

acronym {
	border: 0;
	color: #780101;
	cursor: help;
}

.accesskey {
	text-decoration: underline;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0
}

h1 {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	color: #990022;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 1em;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	text-align: center;
	color: #990022;
	text-transform: uppercase;
}

.footer-nav-title,
.hbgr {
	background: url("img/heading.png") repeat-x scroll left top transparent;
	color: #fff;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 1em;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	text-align: center;
	color: #990022;
/* 	text-transform: uppercase; */
}

h4 {
	font-size: 1.2em; /* 12px */
	font-weight: bold;
	color: #333;
}

h5 {
	font-size: 1em; /* 10px */
	font-weight: bold;
}

h6 {
	font-size: .75em;
	font-weight: bold;
}

ol {
	list-style: decimal
}

ul {
	list-style: square
}

li {
	margin-left: 30px
}

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset {
	margin-bottom: 10px
}

p {
	font-size: 1.4em;
	/*	overflow: hidden;*/
	padding: 0;
	text-align: left;
}
/*get rid of link states in custom theme - set using
jquery ui instead so ui theme basics are edited in one
place*/
a:focus {
	outline: 1px dotted invert
}

a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

a:link,a:visited {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

#orderDone a:link,#orderDone a:visited {
	color: #990022;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #990022;
	text-decoration: none;
}

.controlPanel #identity p,#header #logo p {
	color: #fff;
	font-size: 1em;
}

.controlPanel #identity p {
	display: inline;
}

#header #logo p {
	font-size: 1.4em;
	font-weight: bold;
}

.featuredContentBottom h2,.featuredContentTop h2 {
	border-bottom: 2px solid #1F3442;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
	margin-bottom: 10px;
}

.warning {
	background-color: red;
	color: white;
	padding: 10px;
	display: block;
}