/* DEFAULT STYLE SHEET */

/* HTML SELECTORS
==================== */
* {
	margin: 0;
	padding:0;
}
body {
	font-size: 76%;
	background: #e6e6e6 url(/images/bg.png) top center no-repeat;
}
body, div, th, td, input, select, textarea {
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
ul, ol {
	margin: 0 0 10px 25px;
}
p {
	margin: 0 0 1em;
}
h1 {
	font-size: 175%;
	color: #86704b;
	margin-bottom: 1em;
}
h2 {
	font-size: 140%;
	margin: 1em 0 .5em;
	color: #86704b;
}
#content div, p, ul, ol {
	font-size: 110%;
}
blockquote.testimonial {
	margin-bottom: 2em;
}
blockquote p {
	background: transparent url(/images/open-quote.gif) no-repeat;
	padding-top: 20px;
	margin-bottom: .8em;
}
.cite {
	padding: 0 2em;
	font: italic 90% Georgia, "Times New Roman", Times, serif;
	color: #999;
}


/* PAGE LAYOUT
==================== */
#top {
	width: 760px;
	/*height: 222px;*/
	background: transparent url(/images/top.png) no-repeat;
	margin: 0 auto 0;
	padding: 0 20px 0 10px;
}
#toplinks {
	width: 740px;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	text-align: right;
}
#banner {
	width: 760px;
	height: 185px;
	border-bottom: 2px solid #86704b;
	background-repeat: no-repeat;
}
.defaultBanner {
	background-image: url(/images/orange-glo.jpg);
}
#logo {
	width: 171px;
	height: 107px;
	background: transparent url(/images/rfid-logo.gif);
	position: absolute;
	margin: 45px 0 0 520px;
}
#tagline {
	width: 233px;
	height: 77px;
	background: transparent url(/images/embracing-complexity.png) no-repeat;
	margin: 20px 0 0 155px;
	position: absolute;
}
#middle {
	width: 760px;
	background: transparent url(/images/middle.gif) repeat-y;
	margin: 0 auto;
	padding: 0 20px 0 10px;
}
#content {
	background: url(/images/content-bg.gif) 0 -20px repeat-y;
	width: 760px;
}
#sidebar {
	width: 170px;
	margin: 0 13px 0 10px;
	padding: 40px 0 10px;
	float: left;
	background: transparent url(/images/more-information.gif) no-repeat;
}
#main {
	float: left;
	width: 527px;
	margin-left: 20px;
	padding: 20px 0;
}
#bottom {
	width: 760px;
	background: transparent url(/images/bottom.png) no-repeat;
	margin: 0 auto;
	height: 70px;
	padding: 0 20px 0 10px;
}
#phone {
	color: #d6c3a1;
	font: bold 20px "Century Gothic", Helvetica, "Myriad Web", sans-serif;
	height: 37px;
	position: absolute;
	line-height: 37px;
	margin-left: 20px;
}
#yourSchedule {
	width: 155px;
	height: 23px;
	background: url(/images/your-schedule.gif) no-repeat;
	margin: 8px 0 0 580px;
	position: absolute;
}
#copyright {
	position: absolute;
	width: 720px;
	margin: 50px 20px 0;
	text-align: center;
	font-size: 90%;
}
#gallery {
	width: 527px;
	height: 467px;
	margin: 20px 0;
}
.flashnotice {
	border: 1px dotted #062d83;
	padding: 20px;
	background: #eee;
	font-weight: bold;
	color: #666666;
}


/* NAVIGATION
==================== */
#navbar {
	width: 738px;
	padding: 7px 10px 0 11px;
	border-bottom: 2px solid #86704b;
	height: 26px;
}

/* TOP LEVEL NAV */
ul#nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#nav li {
	float: left;
	position: relative;
	width: 142px;
	height: 26px;
	line-height: 26px;
	margin: 0 7px 0 0;
	padding: 0;
	text-indent: 10px;
	line-height: auto;
	text-transform: uppercase;
	background: #86704b url(/images/tab.gif) no-repeat;
	font-family: "Century Gothic", Helvetica, "Myriad Web", sans-serif;
	font-weight: bold;
}
ul#nav li.last {
	margin-right: 0;
}
ul#nav li.current {
	background: #d6c3a1 url(/images/tab.gif) 0 -26px no-repeat;
}
#nav li:hover, #nav li.over {
	background: #d6c3a1 url(/images/tab.gif) 0 -26px no-repeat;
}
ul#nav a {
	display: block;
	width: 100%;
	font-size: 12px;
	text-decoration: none;
	color: white;
	text-align: left;
}
ul#nav a:hover {
	text-decoration: none;
}

/* SUB-MENUS */
ul#nav li ul {
	visibility: hidden;
	position: absolute;
	list-style: none;
	background: white;
	margin: 0;
	padding: 0;
	border: 1px solid #86704b;
	border-bottom: none;
	font-size: 12px;
	width: 140px;
}
ul#nav li:hover ul, #nav li.over ul {
	visibility: visible;
	z-index: 100;
}
ul#nav li ul li {
	padding: 0;
	margin: 0;
	border: none;
	border-bottom: 1px solid #86704b;
	background: white;
	text-transform: none;
	width: 140px;
	height: 20px;
}
ul#nav li ul a {
	color: #86704b;
	width: 100%;
	background: #eaeaea;
	font-size: 12px;
	line-height: 20px;
}
ul#nav li ul li:hover a, #nav li ul li.over a {
	color: white;
	background: #86704b;
}



/* FORMS
==================== */
.shortInput {
	width: 100px;
}
.medInput {
	width: 200px;
}
.longInput {
	width: 290px;
}
textarea {
	width: 440px;
}
fieldset {
	margin: 10px 0;
	padding: 20px 10px;
	border: 1px solid silver;
}
legend {
	font-weight: bold;
	color: #004961;
	padding: 0 5px;
}
label, span.label {
	margin-right: 10px;
	padding-right: 10px;
	text-align: right;
	width: 120px;
	position: relative;
	float:left;
}
label em, span.label em {
	position: absolute;
	right: 0;
	color: red;
}
.formContainer {
	background: #f3f3f3;
	padding: 5px 10px;
	border: 1px dotted silver;
	margin: 10px 0 20px;
}
.formContainer div {
	margin: .5em 0;
	padding: .25em 0;
	clear: both;
}
.formContainer p.note {
	margin-left: 140px;
	font-size: 90%;
}
.formContainer div.error {
	color: red;
	font-weight: bold;
}
.formContainer div.error input {
	background: #fee;
}

/* TABLES
==================== */
table {
	border-collapse: collapse;
}
table#videotours {
	width: 100%;
	text-align: center;
}
table#videotours td {
	padding-bottom: 1em;
}


/* LINK STYLES
==================== */
a img {
	border: none;
}
a.outline img {
	border: 1px solid #86704b;
}
a.outline:hover img {
	border-color: #d6c3a1;
}
a:link, a:visited {
	text-decoration: underline;
	color: #86704b;
}
a:hover {
	text-decoration: underline;
	color: #d6c3a1;
}
a:active {
	text-decoration: none;
	color: #f90;
}
#toplinks a:link, #toplinks a:visited {
	color: #d6c3a1;
	text-decoration: none;
}
#toplinks a:hover {
	color: white;
}


/* CLASSES
==================== */
.clearing {
	clear: both;
}
.centered {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
img.alignright, div.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
img.alignleft, div.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}
.callout {
	background: #eee;
	border: 1px dotted silver;
	padding: 1em;
	margin: 15px 0;
}
.section {
	margin-bottom: 15px;
}
.button {
	height: 50px;
	margin: 0 0 10px 0;
}
.awardslist strong {
	color: #8cc63f;
}
.inset {
	display: block;
	font-weight: bold;
	margin: 1em;
}
.divider {
	clear: both;
	padding-bottom: 10px;
	border-bottom: 1px dotted #d6c3a1;
	margin-bottom: 10px;
}
.release {
	padding-bottom: 20px;
	border-bottom: 1px dotted #d6c3a1;
	margin-bottom: 20px;
}
span.spacer {
	padding-right: 9px;
}
