@charset "utf-8";
/* SITE CONSTRUCT */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
body {
	background-color: #CCF0F9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a{
	color: #1BAED0;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #1BAED0;
}
#maincontainer{
	background-color: #000000;
	/*position:absolute; 
	top:50%; 
	left:50%; 
	margin:-375px auto auto -492px; */
	width: 974px;
	padding: 10px 10px 10px 10px;
	text-align:left;
	border:#000000 thick 5px;
}
#structure {
 width: 974px;
 border: 0px;
 background-image:url(../images/rule.jpg);
 background-repeat: repeat-y;
 background-position:top left;
 background-color: #FFFFFF;
}
#backgroundimages{
	float: left;
	width: 739px;
	background-repeat: no-repeat;
	background-position: bottom right;
}
#headercontainer{
	height: 175px;
	width: 974px;
}
#logo {
	float: left;
	width: 235px;
	height: 175px;
	text-align: center;
	background-image: url(../images/logo.background.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#blue-vertical{
	float: left;
	height: auto;
	color: #1BAED0;
	background-color: #1BAED0;
}
#header {
	float: right;
	padding-top: 20px;
	width: 737px;
	height: 175px;
	text-align: right;
	background-image: url(../images/header.background.jpg);
	background-repeat: no-repeat;
	background-position:top left;
}
#centercontainer{
	/*position: relative;*/
	width: 974px;
}
#centercopy {
	text-align: left;
	float: left;
	margin: 25px 0px 0px 0px;
	padding: 0px 20px 20px 20px;
	width: 450px;
	line-height: 18px;
}
#centercopyfull {
	text-align: left;
	float: left;
	margin: 25px 0px 0px 0px;
	padding: 0px 20px 20px 20px;
	width: 675px;
	line-height: 18px;
}
#close {
	clear: both;
	height: 1px;
}
#footercontainer{
	height: 67px;
	width: 974px;
}
#footerright {
	 float: right;
	 height: 67px;
	 width: 737px;
	 font-weight: 7px;
	 background-image: url(../images/footer.background.right.jpg);
	 text-align: right;
}
#footerspacing{
	 padding: 10px 10px 0px 0px;
}
#contactspacing{
	 padding: 10px 0px 0px 13px;
}
#picturemargins{
	 margin: 0px 0px 15px 20px;
}
#footerleft{
	text-align: left;
	width: 235px;
    height: 67px;
	float: left;
	background-image:url(../images/footer.background.left.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#footerrule{
	float: left;
	background-image: url(../images/footer.vertical.rule.jpg);
	width: 1px;
	background-color: #B8D114;
}


/* SPANS */
.signature {
	font-family:  Amazone BT, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	line-height: 20pt;
}
.headline {
	font-size: 16pt;
	font-weight: bold;
	color: #1BAED0;
	line-spacing: 24pt;
}
.subheadline {
	font-size: 13pt;
	font-weight: bold;
	color: #1BAED0;
	line-spacing: 16pt;
}

/* NAVIGATION MAIN DIV */
 #navcontainer {
	background:url(../images/madeinusa.jpg) bottom left no-repeat;
	background-image: url(../images/madeinusa.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 200px;
	/*margin-bottom: 1em;*/
	
	text-align: left;
	float: left;
	width: 235px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}

#navcontainer ul {
	list-style: none;
	margin-left: 0px;
	padding: 0px;
	border: none;
}
/* MAIN NAV OPTIONS */
#navcontainer li {
	border-bottom: 7px solid #FFFFFF;
	margin: 0px;
}

#navcontainer li a {
	text-transform: uppercase;
	display: block;
	padding: 5px 0px 5px 5px;
	border-left: 10px solid #A6A6A6;
	background-image: url(../images/button.normal.jpg);
	background-repeat: repeat-y;
	background-position: top right;
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
	width: 100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover {
	border-left: 10px solid #1BAED0;
	border-right: 5px solid #1BAED0;
	background-color: #FFFFFF;
	background-image: url(../images/button.rollover.jpg);
	background-repeat: repeat-y;
	background-position: top right;
	color: #1BAED0;
}

#navcontainer li li {
	border-top: 3px solid #FFFFFF;
	border-bottom: 0px;
	margin: 0px;
}

/* SUBNAV OPTIONS */
#navcontainer li li a {
	text-transform: none;
	display: block;
	padding: 5px 5px 5px 20px;
	border-left: 20px solid #A6A6A6;
	border-right: 5px solid #A6A6A6;
	background-color: #EFEFEF;
	color: #000000;
	text-decoration: none;
	width: 100%;
}

#navcontainer li li a:hover {
	border-left: 20px solid #1BAED0;
	border-right: 5px solid #1BAED0;
	background-color: #FFFFFF;
	color: #1BAED0;
}