/* Universal Rules -------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	text-align: center;
		background:  url("../images/bg.gif") repeat-x;

	background-color: #397aaa;
	color: #000;
	/* font sizing in ems to change anything, just change this.*/
	font: 80%/1.0 arial, helvetica, sans-serif;
}

a:link, a:visited, a:active { color: #00702a; text-decoration:none; }
a:hover { color: #009900; text-decoration:underline; }

.hide {	display: none !important; }

hr {	width: 100%; clear:both; }

img { border: none; }

a { outline: none; } /* firefox fix (remove dotted lines) */
.floatleft { float: left; margin: 0 1em 1em 0; }
.floatright { float: right; margin: 0 0 .25em .5em; }
.alignright { text-align: right; }
.alignleft { text-align: left; }
.aligncenter { text-align: center; }




h1, h2, h3{
color: #000;
}

h1 {
  font-size: 1.6em;
  margin: 0;
padding: 0;
margin-top:.85em;
}

h2 {
  font-size: 1.4em;
  margin: 0;
padding: 0;
margin-top:.85em;
}

h3 {
  font-size: 1.2em;
  margin: 0;
padding: 0;
margin-top:.85em;
}




#wide p, #contentleft p, #contentleft2 p, #contentleft li, #contentwide p {
font-size:1em;
line-height:1.2em;
color:#000000;
margin: 0;
padding: 0;
padding-bottom: .75em;
}


 #contentright p, #contentright2 p {
font-size:1em;
line-height:1.2em;
color:#000000;
margin: 0;
padding: 0;
}

#contentleft h2, #contentright h2 {
font-size: 1.2em;
margin: 0;
padding: 0;
margin-top:.6em;
} 






/* Layout -------------------------------------------------- */
#container {
	width: 990px;

	margin: 0 auto;
	text-align: left;
	background-color: #fff;
		background: transparent url("../images/bg_content.gif") repeat-y;


}

#header,
#nav,
#headline,
#boxes,
#wide,
#prefooter,
#footer {
	clear: both;
}


#nav
{
	padding-bottom: 20px;
}


#content {
	width: 500px;
	float: left;
}
#wide {
	width:840px;
	float: none;
	padding-left: 30px;
	padding-right: 30px;
}


#sidebar {
	width: 260px;
	float: right;
}




/* Header -------------------------------------------------- */
#header {
margin: 0;
padding: 0;
height: 95px;
	position: relative;
	color: #8a0917;
}
#header a {
	color: #8a0917;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
#header h1 {
	margin: 0;
}
#logo a {
	display: block;
	width: 138px;
	height: 75px;
	text-indent: -9999px;
	background: transparent url("../images/logo_ami.gif") no-repeat;
	border: 0;
	position: absolute;
	top: 10px;
	left: 20px;

}

#tagline {
	position: absolute;
	top: 40px;
	right: 20px;
	margin: 0;
}


ul {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

li.doc {
	margin: 0; 
	padding: 0;
	list-style-image:url("../images/icon_pdf.gif");
}



/* Navigation -------------------------------------------------- */
#nav ul {

	list-style: none;
	background: #00702a;
	border-bottom: 3px solid #000;
	border-top: 3px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	float: left;
	width: 988px; /* fixed width */
	height: 25px;
	margin: 0;
	padding: 0;
	position: relative;
	margin-bottom: 20px;
	background: transparent url("../images/nav_bg.gif") repeat-x;

}

#nav li {
	margin: 0; 
	padding: 0;
	float:left;
	_display:inline;
	list-style-type: none;
		border-right: 1px solid #014e21;

}

#nav li a {
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	font-variant: small-caps;
	     font-family: Arial, Helvetica, Verdana, sans-serif;
		 letter-spacing: 1px;
	font-size: 13px;
	padding: 0px 46px 0px 47px; /*  was 15 with 6 navs 0 and 5 then 0 and 20 */
	line-height: 25px;
}

#nav li a:hover {
	color: #ffcc00;
}


#nav li.current {
	background: #30894d;
}


#nav li.currenthome {
	background: #30894d;
	margin-left: 25px;
	border-left: 1px solid #014e21;
}

#nav li.currentdiscounts {
	background: #30894d;
	padding-right: 0;
}



#nav li.first {
	margin-left: 25px;
	border-left: 1px solid #014e21;
}

#nav li.last {
	padding-right: 0;
}






/* Headline ------------------------------------------------- */

#headline p{
width:500px;
font-size: 1em;
line-height:1.5em;
}



/* content
---------------------------------------------------------- */
#content {
	width: 990px;
	padding: 15px; 
	margin-bottom:20px;

}

#contentleft {
		width:600px;
		padding:0px;
		float:left;
		padding-left: 30px;
		padding-right: 23px;
			border-right: 1px dotted #aeaeae;

		}

#contentleft2 {
		width:510px;
		padding:0px;
		float:left;
		padding-left: 30px;
		padding-right: 23px;
			border-right: 1px dotted #aeaeae;

		}




#contentright {
padding: 0;
		width:290px;
		float:right;
		padding-right: 30px;		
		
		}
		
		#contentright2 {
padding: 0;
		width:380px;
		float:right;
		padding-right: 30px;		
		
		}

	#contentwide {
		width:940px;
		padding:0px;
		float:left;
		padding-left: 30px;
		padding-right: 23px;

		}



/* Pre-Footer -------------------------------------------------- */
#prefooter {
clear: both;
margin:0;
padding:0;
padding-left: 5px;
padding-right: 5px;
background: #00702a;
	border-bottom: 3px solid #000;
	border-top: 3px solid #000;
	border-left: 1px solid #206451;
	border-right: 1px solid #206451;
		background: transparent url("../images/nav_bg.gif") repeat-x;

	height: 29px;	font-variant: small-caps;

font-size: 12px;	letter-spacing:1px;

}




#footercontent {
		font-variant: small-caps;
color: #fff;
	margin-top: 10px;
	width:950px;
	float:left;
	text-align: center;
	margin-left:5px;

}

#footercontent a {
	color: #fff;
	text-decoration: none;
}
#footercontent a:hover {
	text-decoration: none;
	color: #ffcc00;
	
}




/* Footer -------------------------------------------------- */
#footer {
	clear: both;
	width: 990px;
	color: #fff;
	padding: 0;
	font-size: .7em;
	width: 990px;
	margin: 0 auto;
	text-transform:uppercase;
	letter-spacing:1px;
	padding-bottom:25px;
}



#footerright{
	color: #fff;
	margin-top: 10px;
	margin-right:5px;
	width:990px;
	float:center;
    text-align: center;
}




#footerright a {
	color: #fff;
	text-decoration: none;
}
#footerright a:hover {
	text-decoration: none;
	color: #ffcc00;
	
}
#footerright p {
	margin: 0;
	padding: 0;
}

#footerright ul {
	list-style: none;
	margin: 0;
	padding: 6px 0;
}

#footerright ul li {
	list-style: none;
	display: inline;
	text-transform: uppercase;
	padding: 0 6px;
	border-right: 1px solid #aaaaaa;
}

#footerright li.first {
	padding-left: 0;
}

#footerright li.last {
	padding-right: 0;
	border: 0;
}
