@charset "UTF-8";

/* ===== COLORS ================================================== */

.headerblue { color: #2B3787; }

.drkgray { color: #333; }

.red { color: #830000; }

/* ===== BASE ================================================== */


html,
body {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	width: 930px;/*	text-align:left; */
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#2B3787;
}

h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#333;
}

#container {
	width: 930px;
	background-color: #FFFFFF;
	margin-left: 60px;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* ===== HEADER ================================================== */

#header {
	width: 930px;
	height: 61px;
	margin: 0px;
}
#header h1 {
	margin: 0px;
	float: left;
	width: 335px;
	padding: 0px;
}
#header h1 a {
	display: block;
	height: 58px;
	background-color: #FFF;
	background-image: url(../images/hi_logo_red_290.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* ===== nav ===== */

#nav {
	height: 61px;
	width: 630px;
	float: left;
}
#nav ul {
}

#nav ul li {
	list-style:none;
}

#nav ul li a {
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2B3787;
	margin: 0px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 7px;
	float: right;
}

#nav ul li a:link,
#nav ul li a:visited {
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
#nav ul li a:hover {
	color:#880000;
}

#nav .on {
color:#880000;
}

/* ===== navTemporary ===== */

.navTemp {
	height: 150px;
	width: 930px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#2B3787;
	margin: 50px;
	padding:0px;
	text-transform:uppercase;
	font-weight:bold;
}
#content {
	margin: 0px;
	width: 930px;
	background-color: #FFFFFF;
	padding: 0px;
	background-image: url('../images/flash_holder_solutions.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	height: 321px;
	clear: both;
}
#leftColumn {
	margin: 0px;
	float: left;
	width: 530px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#leftColumn li {
	color: #333333;
	margin-top: 6px;
}
#leftColumn #img {
	width: 170px;
	background-image: url(../images/gotno.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 140px;
	float: left;
	padding: 5px;
	margin: 0px;
}
#leftColumn h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
	color: #304B9B;
	margin-top: 7px;
}
#leftColumn h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	line-height: 1.6;
}
#leftColumn h3 {
	font-size: 16px;
	font-weight: normal;
	text-transform: capitalize;
	color: #304B9B;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#leftColumn h4 {
	font-size: 13px;
	font-weight: normal;
	text-transform: capitalize;
	color: #000;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-style:italic;
}

#leftColumn p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#leftColumn a {
	color: #880000;
	text-decoration: none;
	font-weight:bold;
}

#leftColumn a:hover {
	color: #333;
	text-decoration: underline;
}



/* ===== LEFTCOLUMN ================================================== */


/* ===== CONTENT ================================================== */


/* ===== FOOTER ================================================== */
#footer {
	margin: 0px;
	width: 930px;
	height: 50px;
	padding: 0;
	font: normal 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #2B3787;
	clear: both;
	margin: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
#footer ul li {
	display: inline;
	list-style-type: none;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer ul li.first {
	border: none;
	padding-left:250px;
	padding-right:25px;
}

#footer ul li.last {
	border: none;
}

#footer ul li a {
color: #2B3787;
}

#footer ul li a:link,
#footer ul li a:visited {
text-decoration:none;
}

#footer ul li a:hover {
color:#333;
text-decoration:underline;
}
/* ===== FOOTERCLOSED ================================================== */

/* ===== RIGHT COLUMN ================================================== */

#rightColumn {
	margin: 0px;
	float: left;
	width: 287px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 15px;
	background-color: #FFF;
}

#rightColumn h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	color: #304B9B;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#rightColumn a:link,
#rightColumn a:visited {
	color: #880000;
	text-decoration: none;
	font-weight:bold;
}

#rightColumn a:hover {
color:#333;
text-decoration: underline;
}

/* ===== RIGHT COLUMN CLOSED================================================== */


/* ===== STYLES ================================================== */

.clear {
clear: both;
}

.hide,
#header h1 a span { display: none; }
#rightColumn p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 7px;
}
#leftColumn .quote {
	font-style: italic;
	font-weight: bold;
	text-align: right;
}
.quoteLeft {
	font-size: 14px;
	color: #333;
}
.quoteRight {
	font-size: 14px;
	color: #333;
}
#solutions {
	float: left;
	width: 340px;
	margin: 0px;
}
#container02 {
	width: 530px;
	float: left;
}
#solutions ul {
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#solutions ul li {
	margin: 0px;
	padding: 0;
	font-style: normal;
}
#rightColumn h3 {
	font-size: 16px;
	font-weight: normal;
	text-transform: capitalize;
	color: #304B9B;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#contentSmall {
	margin: 0px;
	width: 930px;
	background-color: #FFFFFF;
	padding: 0px;
	background-image: url(../images/flash_holder_contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 200px;
	clear: both;
}

#contentSmallContact {
	margin: 0px;
	width: 930px;
	background-color: #FFFFFF;
	padding: 0px;
	background-image:url(../images/contactFlashBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 200px;
	clear: both;
}

#contentSmallProducts {
	margin: 0px;
	width: 930px;
	background-color: #FFFFFF;
	padding: 0px;
	background-image:url(../images/flash_holder_products.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 200px;
	clear: both;
}
#leftColumn #imgLogos {
	width: 225px;
	background-image: url(../images/gotno.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 250px;
	float: left;
	padding: 5px;
	margin: 0px;
}
#logo {
	float: left;
	height: 61px;
	width: 300px;
}

