/* CSS Document */

body {
	margin: 0px;
	background-color: #003371;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

.container {
	width: 882px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	width: 882px;
	height: 156;
	float: left;
}
.logo {
	height: 156px;
	width: 213px;
	float: left;
}
.flash {
	width: 669px;
	height: 156;
	text-align: left;
	float: left;
}
.goldbar {
	background-image: url(images/gold-bar.gif);
	background-repeat: repeat-x;
	height: 12px;
	width: 882px;
	float: left;
}
.bluebar {
	background-image: url(images/red-bar.gif);
	background-repeat: repeat-x;
	height: 27px;
	width: 882px;
	text-align: right;
	float: left;
}
.content {
	width: 862px;
	float: left;
	background-color: #FFF;
	padding: 10px;
}
.content-bg {
	background-color: #b3aa7e;
}

.leftcol {
	width: 213px;
	background-color: #E2E4E7;
	float: left;
}
.rightcol {
	background-color: #FFFFFF;
	width: 669px;
	float: left;
}
.footer {
	background-image: url(images/footer2.gif);
	width: 882px;
	height: 60px;
	margin-bottom: 5px;
	float: left;
}
.designby {
	width: 50%;
	float: left;
	font-size: 10px;
}
.designby a {
	color: #FFFFFF;
}
.copyright {
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
}
a {
	color: #003371;
}
a:hover {
	text-decoration: none;
}
.imgcycle {
	height: 128px;
	width: 213px;
}
.current {
	text-decoration: none;
	font-weight: normal;
	color: #FFFF99;
}
.navblue {
	height: 24px;
	width: 212px;
	background-color: #7E98B8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2E4E7;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E2E4E7;
	padding-top: 8px;
	text-align: center;
	font-size: 14px;
}
.navblue a {
	color: #003D79;
	font-weight: bold;
}
.navltblue {
	height: 24px;
	width: 212px;
	background-color: #92A7C1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2E4E7;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E2E4E7;
	padding-top: 8px;
	text-align: center;
	font-size: 14px;
}
.navltblue a {
	color: #003D79;
	font-weight: bold;
}
.navltrblue {
	height: 24px;
	width: 212px;
	background-color: #A6B6CB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2E4E7;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E2E4E7;
	text-align: center;
	padding-top: 8px;
	font-size: 14px;
}
.navltrblue a {
	color: #003D79;
	font-weight: bold;
}
.navltrblue2 {
	height: 24px;
	width: 212px;
	background-color: #BAC6D4;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2E4E7;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E2E4E7;
	text-align: center;
	padding-top: 8px;
	font-size: 14px;
}
.navltrblue2 a {
	color: #003D79;
	font-weight: bold;
}
.navltrblue3 {
	height: 24px;
	width: 212px;
	background-color: #CED5DE;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2E4E7;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E2E4E7;
	padding-top: 8px;
	text-align: center;
	font-size: 14px;
}
.navltrblue3 a {
	color: #003D79;
	font-weight: bold;
}
.navltrblue4 {
	height: 24px;
	width: 212px;
	background-color: #D8DCE2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2E4E7;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E2E4E7;
	text-align: center;
	padding-top: 8px;
	font-size: 14px;
}
.navltrblue4 a {
	color: #003D79;
	font-weight: bold;
}
h1 {
	font-size: 22px;
	color: #003d79;
}
h2 {
	font-size: 16px;
	color: #003d79;
}
h2 a {
	font-size: 16px;
	color: #003d79;
	text-decoration: none;
}
h2 a:hover {
	font-size: 16px;
	color: #fff;
	text-decoration: underline;
}
h1 a {
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
	color: #FFF;
}

.subnav {
	width: 170px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.subnav h1 {
	font-size: 12px;
	background-image: url(images/header-tile.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
.subnav h1 a {
	font-size: 12px;
	background-image: url(images/header-tile.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
.subnav ul {
	margin: 0px;
	padding: 0px;
	width: 170px;
}

.subnav li {
	background-color: #013068;
	list-style-type: none;
	color: #FFF;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	font-size: 10px;
}
.subnav li a {
	list-style-type: none;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}
.subnav li a:hover {
	list-style-type: none;
	text-decoration: underline;
	color: #7989A0;
}


label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.checkboxes input {
	display: block;
	width: 15px;
	float: left;
	background-color: #FFFFFF;
	border: #FFFFFF;

}
textarea {
	display: block;
	width: 200px;
	margin-bottom: 5px;
	float: left;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #CACACA;
}
.contact_form {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}

input {
	width: 115px;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #CACACA;
	margin-right: 6px;
	height: 16px;
	float: left;
	font-size: 12px;
}
select {
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #CACACA;
	margin-bottom: 10px;
}
.submit input {
	color: #000000;
	background: #FFFFFF;
	border: 2px ##CACACA;
	font-weight: bold;
	display: block;
	width: 150px;
	height: 25px;
	cursor: hand;
} 
label {
	text-align: right;
	width: 160px;
	padding-right: 10px;
	font-weight: bold;
	font-size: 12px;
}
br {
	clear: left;
}
.redtext {
	color: #FF0000;
}
.chart {
	font-size: 10px;
}
.prod_title {
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
}
.specs a {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.solution {
	font-weight: bold;
	color: #003D79;
	font-size: 16px;
}
.definition {
	text-align: left;
	color: #003D79;
	font-size: 12px;
	padding-right: 6px;
	padding-left: 6px;
}
.list {
	text-align: left;
	color: #FFF;
	font-size: 12px;
	list-style-image: url(images/bullet.gif);
	list-style-type: square;
	line-height: normal;
	padding-right: 5px;
}
.list ul {
	margin-left: -1em;
	padding-left: 3em;
	list-style-image: url(images/bullet.gif);
}
.list li {
	margin-bottom: 10px;
}

.image img {
	border: 1px solid #003371;
	
}
.phone {
	color: #003371;
	font-weight: bold;
}
.bluetxt {
	color: #036;
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.bluetxt li a {
	color: #036;
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	}
.bluetxt li a:hover {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.smokeguardexamples {
	background-image: url(images/solutions/smokeguard-examples.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 680px;
	width: 862px;
}
.smokeguardexamples ul {
	color: #036;
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 30px;
	margin-top: 0px;
	width: 375px;
	list-style-type: disc;
	padding-left: 25px;
}
.smokeguardexamples img {
	margin-left: 30px;
}
ul {
}
.skyfold-example {
	background-image: url(images/solutions/skyfold-examples.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.solutions-title {
	color: #FFF;
	font-size: 23px;
	text-align: center;
	background-image: url(images/header-tile.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
}
.smalltxt {
	font-size: 10px;
	color: #FFF;
}
.managementheaders h1 a:hover{
	color: #003d79;
}
.list a {
	text-align: left;
	color: #FFF;
	font-size: 12px;
	list-style-image: url(images/bullet.gif);
	list-style-type: square;
	line-height: normal;
	padding-right: 5px;
}
.address {
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
}

