@charset "utf-8";
/* CSS Document */

/* ======================================================================== */
/* CSS Stylesheet Developed for Exclusive Use by Industrial Automation, LLC */
/* Copyright 2009 Industrial Automation, LLC. All rights reserved.          */
/* ======================================================================== */
/* DESIGN NOTES:                                                            */
/*    Color codes:                                                          */
/*       Light Gray Background: #E4E5CF                                     */
/*       Darkest Red Background: #510000 / #7C0000                                   */
/*       Dark Red: #7C0000 / #B10000                                                 */
/* ======================================================================== */

/* ==================================== */
/* Tag Styles                           */
/* ==================================== */

body {
	background: url(../images/bkgd.gif) top left repeat-x;
	background-color: #E4E5CF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 15px 0px;
}

a:link,
a:hover,
a:active,
a:visited {
	color: #B10000;
	text-decoration: underline;
}

h1 {
	font-size: 21px;
	line-height: 24px;
	font-weight: bold;
	color: #B10000;
	margin: 0px 0px 30px;
	padding: 0px;
}

h2 {
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	color: #B10000;
	margin: 18px 0px 0px 0px;
	padding: 0px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 12px 0px 0px 0px;
	padding: 0px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	display: inline;
	float: left;
	margin: 0px;
	padding-right: 10px;
}

p {
	margin: 0px 0px 13px 0px;
	padding: 0px;
}

.text_body dl {
	margin: 0;
	padding: 0;
}

.text_body dt { 
	font-weight: bolder; 
	padding-top: 10px;
	text-decoration: underline;
}

.text_body dd {
	padding-left: 15px;
	margin: 0;
}

/* ==================================== */
/* Class Styles for Page Layout         */
/* ==================================== */

.main_page {
	margin-left: auto;
	margin-right: auto;
}

.pg_header {
	height: 130px;
	margin: 0px 0px 16px 0px;
	padding: 0px;
	text-align: right;
}

.pagebody {
	border-top: #7C0000 3px solid;
}

.navbar {
	border-bottom: #B10000 1pt solid;
	text-align: right;
}

.logo {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 300px;
}

.search_bar {
	text-align: right;
	margin: 0px;
	padding: 0px 15px 0px 0px;
	width: 600px;
}

.flash {
	border-top: #B10000 2pt solid;
	border-bottom: #B10000 2pt solid;
}

.pg_billboard {
	background-color: #B10000;
	text-align: left;
	border-bottom: #7C0000 3px solid;
}
.pg_billboard embed {
	padding: 0px;
	margin: 0px;
}

.pg_billboard object {
	z-index: 1010;
}

.pg_highlights {
	text-align: left;
}

.pg_highlights .highlight_section {
	width: 300px;
	padding: 25px;
}

.pg_highlights .highlight_section img {
	float: left;
	height: 160px;
	width: 105px;
	margin-right: 10px;
}

.pg_highlights .quick_links {
	width: 150px;
	padding: 25px;
}

.pg_body {
	clear: both;
	padding: 20px;
	text-align: left;
	border-top: #B10000 3pt solid;
}

.main_img {
	margin: 0px;
	padding: 20px;
}

.sec_body {
	padding: 20px 20px 20px 0px;
	text-align: left;
}

.text_body {
	padding: 0px;
	margin: 0px 0px 0px 20px;
}

.pg_footer {
	clear: both;
	border-top: #B10000 1pt solid;
	font-size: 11px;
	color: #B10000;
	padding: 0px;
	margin: 0px;
	line-height: 11px;
}

.contact_info {
	text-align: left;
	padding: 5px 0px 0px 10px;
	margin: 0px;
	font-weight: bold;
}
.contact_info p { line-height:1.4em; margin-bottom:8px; }
.contact_info_small { color:#c84c4c; font-size: 10px; }

.copyright {
	text-align: right;
	padding: 10px 10px 0px 0px;
	margin: 0px;
}

/* ==================================== */
/* Class Styles for Navigation          */
/* ==================================== */

.global_nav {
	width: 450px;
	background: #B10000;
	list-style-type: none;
	margin: 0px;
	padding: 1px 12px 2px 12px;
	text-align: right;
	float: right;
}

.global_nav li {
	display: inline;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 12px 0px 12px;
}

.global_nav a:link,
.global_nav a:active,
.global_nav a:visited {
	color: #fff;
	text-decoration: none;
}

.global_nav a:hover {
	color: #fff;
	text-decoration: underline;
}

.sidenav {
	background-color: #B10000;
	margin-top: 25px;
}

.sidenav td {
	padding: 5px 10px 5px 10px;
	border-top: #ffffff 2px solid;
	border-bottom: #ffffff 2px solid;
}

.sidenav .nav_head {
	background-color: #fff;
	border: #B10000 1pt solid;
	font-size: 14px;
	font-weight: bold;
	color: #B10000;
}

.sidenav .pagelink {
	border-left: #ffffff 1pt solid;
}

.sidenav a:link,
.sidenav a:active,
.sidenav a:visited {
	color: #fff;
	text-decoration: none;
}

.sidenav a:hover {
	color: #fff;
	text-decoration: underline;
}

/* ==================================== */
/* Class Styles for Search Field        */
/* ==================================== */

.search_field {
	border: #B10000 1pt solid;
	padding: 2px 5px 2px 5px;
	margin: 0px;
	vertical-align: top;
	font-size: 12px;
}

.search_button {
	border: #B10000 1pt solid;
	background-color: #B10000;
	margin: 1px 0px 0px 0px;;
	padding: 1px 2px 3px 2px;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	height: 21px;
	vertical-align: top;
}

/* ==================================== */
/* Class Styles for Text Formatting     */
/* ==================================== */


.pg_billboard .about {
	padding: 15px 15px 10px 15px;
	font-size: 13px;
	line-height: 16px;
	color: #FFFFFF;
}

.pg_billboard .about p {
	margin-bottom: 12px;
}

.pg_billboard .about .emphasis {
	font-size: 16px;
	font-weight: bold;
}

.highlight_section h3, .quick_links h3 {
	font-size: 16px;
	font-weight: bold;
	color: #B10000;
	margin: 0px 0px 6px 0px;
	padding: 0px;
}

.highlight_section p {
	margin-bottom: 6px;
}

.link {
	font-size: 11px;
	font-weight: bold;
	color: #B10000;
	text-align: right;
}

.links_list {
	list-style-image: url(../images/bullet.gif);
	padding-left: 10px;
	margin-left: 10px;
}

.links_list a:link, .links_list a:visited, .links_list a:active {
	font-weight: bold;
	text-decoration: none;
}

.links_list a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.appnav {
		border-top: #B10000 1px solid;
		border-bottom: #B10000 1px solid;
		text-align: right;
		padding-top: 3px;
		padding-bottom: 3px;
		margin-top: 6px;
		margin-bottom: 6px;
		color: #666666;
}

.appnav span {
	color: #B10000;
}

.applist a:link,
.applist a:active,
.applist a:visited {
	color: #B10000;
	text-decoration: none;
}

.applist a:hover {
	color: #B10000;
	text-decoration: underline;
}

.gallery_note {
	font-style: italic;
	color: #555555;
}

.gallery_thumbnail {
	padding: 9px;
}

.gallery_nav .navleft {
	float: left;
}

.gallery_nav .navright {
	float: right;
}

.gallery_nav {
	text-align: center;
}

.gallery_caption {
	text-align: center;
}
.highlight {
	font-size: 14px;
	font-weight: bold;
}


/* ==================================== */
/* Homepage Display Slider              */
/* ==================================== */

.ia_slider {
	position:relative;
	width: 450px;
	height: 335px;
	background:#B10000 url(../images/loading.gif) no-repeat 50% 50%;
}
.ia_slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.ia_slider a {
	border:0;
	display:block;
}

.ia_slider .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-42px;
    margin-left:-40px; /* Tweak this to center bullets */
}
.ia_slider .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.ia_slider .nivo-controlNav a.active {
	background-position:0 -22px;
}

.ia_slider .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.ia_slider a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.ia_slider a.nivo-prevNav {
	left:15px;
}

.ia_slider .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.ia_slider .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.ia_slider .nivo-caption a:hover {
    color:#fff;
}
