/* commented backslash hack \*/ 
html, body{
	height:100%;
} 
/* end hack */
html,body {margin:0;padding:0}
#outer{min-height:100%;margin-bottom:-50px;height:auto;}
* html #outer{height:100%;}
#banner {
	margin-right: auto;
	margin-left: auto;
	width: 750px;
}
#banner h1{
	display: inline;
}
#container {
	background-image: url(imgs/back-ground.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	width: 750px;
	min-height: 380px;
}
* html #container{height:380px;}
#clearfooter{
	clear:both;
	height:129px;
	background-image: url(imgs/roof.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 70%;
	margin-top: 18px;
	margin-bottom: 18px;
	margin-left: 18px;
	color: #001F56;
}
#content h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 130%;
}
#content h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 120%;
}
#content h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 110%;
}
#content a{
	color: #ED1B23;
	text-decoration: underline;
}
#left {
	width:142px;
	position:relative;
	text-align: center;
	margin: 0px;
	background-color: #FFFFFF;
	padding-top: 18px;
}
#left ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 142px;
}
#left ul li {
	position: relative;
	display: block;
}
#left li ul {
	position: absolute;
	left: 142px;
	top: 0;
	display: none;
}
#left ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #054181;
	padding: 6px;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#left ul li a:hover {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #ED1B22;
	padding: 6px;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-style: italic;
	text-transform: uppercase;
}

/* Fix IE. Hide from IE Mac 
* html #left ul li {
	float: left;
	height: 1%;
	display: block;
}
* html #left ul li a {
	height: 1%;
	display: block;
}
 */

#left li:hover ul , #left li.over ul {
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
strong {
	color: #ED1B23;
}
.image-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 18px;
	border: 1px solid #001F56;
}
.image-right-no-border {
	float: right;
	margin-bottom: 10px;
	margin-left: 18px;
}
ol {
	list-style-type: disc;
	text-align: left;
	line-height: 18px;
}
#contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-left: 250px;
	padding-top: 65px;
	font-weight: bold;
}
#contact a{
	color: #FFFFFF;
	text-decoration: none;
}
#contact a:hover{
	text-decoration: underline;
}
.hide {
	display: none;
}
em {
	font-weight: bold;
}
.image-left {
	margin-right: 18px;
	margin-bottom: 18px;
	border: 1px solid #001F56;
	float: left;
}
.image-left-no-border {
	margin-right: 18px;
	margin-bottom: 18px;
	float: left;
}
.product-left {
	margin-right: 18px;
	margin-bottom: 5px;
	float: left;
}
#content a:hover {
	color: #001F56;
	text-decoration: underline;
}
#outer #container #content li {
	margin-bottom: 10px;
}
