@charset "UTF-8";
body  {
	font: 0.8em Verdana;
	background: #CCCCCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.andress_class #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(/assets/images/AEA_main_bg.gif);
	background-repeat:repeat-y;
}

a:link {
	color: #1854B1;
	text-decoration: none;
}
a:visited { color: #1854B1; text-decoration: none; }
a:hover {
	color: #133E81;
	text-decoration: none;
}

a.home-link {
	color: #FFFFFF;
	text-decoration: underline;
}

h1 {
	font: verdana;
	font-size: 1.1em;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	background-image: url(/assets/images/h3_bg.gif);
	background-repeat: no-repeat;
	margin: 0px 0 10px 0;
	line-height: 35px;
	padding-left: 45px;
	vertical-align: middle;
	text-align: left;
}


img {
	border: none;	
}


h2 {
	
	font: verdana;
	font-size: 1.2em;
	color: #1C3664;
	font-weight: bold;
	text-decoration: none;
	background-image: url(/assets/images/h2_bg.gif);
	background-repeat:no-repeat;
	line-height: 35px;
	vertical-align: middle;
	text-align:left;
	padding: 0 0 0 15px;

}

h3 {
	font: verdana;
	font-size: 1em;
	color: #1C3664;
	font-weight: bold;
	text-decoration: none;
	margin-top: 20px;
}



h4 {
	font: verdana;
	font-size: 1.1em;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	text-align:left;
	background-image:url(/assets/images/page_heading_bg.gif);
	background-repeat: no-repeat;
	margin: 0px 0 10px 0;
	line-height: 35px;
	padding: 0 0 0 45px;
}

h5 {
	font: verdana;
	font-size: 1em;
	color: #1C3664;
	font-weight: bold;
	text-decoration: none;
	margin: 5px 0 5px 0;

}

h5 #a:link {color: #1C3664}

.andress_class ul li {
	margin-bottom: 5px;	
}



.andress_class #container-home {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(/assets/images/AEA_main_bg.gif);
	background-repeat:repeat-y;
	line-height: 1.5em;
} 

.andress_class #mainContent-home {
	margin: 0px 0 0 155px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.andress_class #home-intro {
	position: absolute;
	top: 214px;
	left: 271px;
	width: 400px;
}

.andress_class #home-products {
	position: absolute;
	top: 215px;
	left: 674px;
	width: 310px;
}

.andress_class #header {
	background: #ffffff;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.andress_class #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
}
.andress_class #navbar {
	float: left; /* since this element is floated, a width must be given */
	width: 149px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	color: #CCC;
}

.andress_class #navbar p {
	margin: 0;
}

.andress_class #mainContent {
	margin: 30px 0 0 175px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


.andress_class #footer {
	font-size: 0.8em;
	color:#FFFFFF;
	padding: 5px 10px 5px 0;
	margin: 10px 0 0 175px;
	text-align: center;
	line-height: 2em;
	background-image:url(/assets/images/footer_bg.gif);
	background-repeat:no-repeat;
} 

.andress_class #footer-home {
	font-size: 0.8em;
	color:#FFFFFF;
	padding: 5px 10px 5px 0;
	margin: 0 0 0 5px;
	text-align: center;
	line-height: 2em;
	background-image:url(/assets/images/footer_bg.gif);
	background-repeat:no-repeat;
} 
.andress_class #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.float-right { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-right: 10px;
	margin-bottom: 5px;
	text-align: center;
}

.product-highlight { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 35px;
	margin-right: 10px;
	margin-bottom: 15px;
	width: 210px;
	text-align: center;
}

.home-text { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

	margin: 0;
	padding: 10px 10px 0 30px;
}
.float-left { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.contact-float { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
	background-image:url(/assets/images/contact_footer_bg.gif);
	background-repeat: no-repeat;
	width: 425px;
	height: 145px;
	padding: 10px 0 0 10px;
}

.contact-float p.info {

	font-size: 0.8em;
	padding-top: 0px;
	margin-top: 0px;
	
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



#subnav {
	color: #82d1df;
	font-size: 0.7em;
	height: 30px;
	width: 515px;
	left: 25px;
	top: 260px;
	position: absolute;
	visibility: visible;
}


#mainnav {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 3em;
	text-align: right;
	left: 5px;
	padding-right: 15px;
	padding-top: 15px;
	font-weight: bold;
}

#mainnav {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 3em;
	text-align: right;
	left: 5px;
	padding-right: 15px;
	padding-top: 15px;
	font-weight: bold;
}

#breadcrumb-nav{
	position: absolute;
	padding: 0;
	margin: -25px 0 0 5px;
	width: 700px;
	text-align: right;
	font-weight: bold;
}
#mainnav a:link, #mainnav a:active, #mainnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#mainnav a:hover { color: #CCCCCC; text-decoration: none; }

#subnav a:link, #subnav a:active, #subnav a:visited { color: #007886 !important; font-size: 1em; line-height: 1.4em; text-decoration: none; }
#subnav b { color: #868686; font-weight: normal; font-style: normal; }
#subnav a:hover { color: #017861; text-decoration: none; }

.product-listing {
	text-align: center;
}

.product-listing td{
	text-align: center;
	border: 1px solid #999;
}

a.request-detail {
	color:#FFF;
	font-size: 11px;
}


 
