
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #284563;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
#wrap 		{ 
	width:950px; 
	margin:0 auto; 
	} /* "auto" makes the left and right margins center the wrapper */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#clear {
	clear:both;
}

#AMheader {
	background-color: #ffffff;
}
#logo {
	float:left;

}
#phone {
	float: right;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-weight: bold;
	font-size: 20px;
	padding: 10px 20px 0px 0px;
	text-align:right;
}
h1 {
	font-size: 20px;
}
/************** NAV BAR ******************/
#AMnav {
	background-color: #ffffff;
}
#AMnav ul
{
padding-left: 0;
margin-left: 0;
padding-bottom: 0;
margin-bottom: 0;
padding-top: 0;
margin-top:0;
background-color: #A5AEB7;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#AMnav ul li { 
	display: inline; 
}

#AMnav ul li a
{
/*padding: 0.2em 1em;*/
padding: 20px 25px 20px 25px;
background-color: #A5AEB7;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#AMnav ul li a:hover
{
background-color: #F16128;
color: #fff;
}

#AMnav li #promo {
	background-color: #F16128;
	color: #fff;
	font-weight:bold;
}
/******************** sub nav *******************/

#AMsubnav { 
	width: 250px; 
	background-color: #4D5154;
	color: #ffffff;
}
#AMsubnav h1 {
	margin: 0;
	padding: 3px 3px 3px 10px;
	font-size: 14px;
	color: #F16128;
}
#AMsubnav ul
{
margin-left: 0;
padding-left: 0;
margin-top: 0;
margin-bottom: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#AMsubnav a
{
display: block;
padding: 3px 3px 3px 10px;
background-color: #4D5154;
border-bottom: 1px solid #eee;
}

#AMsubnav a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#AMsubnav a:hover
{
background-color: #F16128;
color: #000000;
}

/********************* BODY ******************/
#AMbody {
	background-color: #ffffff;
}

#LeftCol {
	width: 250px;
}
/*************** home **************/

#homeNews {
	text-align:center;
	padding: 15px;
}
#homeNews h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color:#333333;
}
/**************************FOOTER ***************/
#AMfooter {
background-color: #A5AEB7;
color: #ffffff;
padding: 10px;
}
#AMfooter a:link, #AMfooter a:visited, #AMfooter a:active {
	text-decoration: none;
	color: #ffffff;
}
#AMfooter a:hover {
	color: #333333;
	text-decoration: none;
}

/********************** NAVIGATION DROP DOWNS **************/
.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 11px Arial, Helvetica, sans-serif;
line-height: 22px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #A5AEB7;
width: 200px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
color: #ffffff;
}

.anylinkcss a:hover{ /*hover background color*/
background: #F16128;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #A5AEB7;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}

/************************* END DROP DOWN STYLES *********************/

.FormCell {
	background-color: #E2DBC1;
	vertical-align: top;
}
.FormContainer {
	padding: 5px 15px 5px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	font-weight: normal;
}
.MainBody {
	padding: 10px 20px 10px 20px;
	line-height: 18px;
	color: #333333;
	width: 450px;
}
.InteriorBody {
	padding: 10px 20px 10px 20px;
	line-height: 18px;
	color: #333333;
	width: 650px;
}
.newslist {
	padding-top: 10px;
	
}
.newslist a:link, .newslist a:visited, .newslist a:active {
	color: #4D5154;
	text-decoration: none;
	line-height: 25px;
}
.newslist a:hover {
	color:#333333;
	text-decoration: underline;
}
.special { /* this is for the hidden field in the forms to help prevent spam */
display:none;
}
.specsHeader {
	background-color: #A5AEB7;
	color: #000000;
	padding: 5px;
	font-weight:bold;
}