/*  aogrepairs.com  */
BODY	{

	margin : 8px;
	font-family : sans-serif;
	font-size : 12px;
}
td {
	font-size : 12px; 
	font-family : sans-serif;  text-align : left;
}



#imageContainer {
	position:relative;
	margin:auto;
	width:465px;
	border:0px;
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}
.image-masthead {
  width:465px;
  background-image: url(../images/masthead1.jpg);
  background-repeat:no-repeat;
	position:relative;
	margin:auto;	border:0px;

  }
.list {
list-style: none; margin-left: 7px;
padding: 2px 25px 2px 25px;
background-image : url(../images/bullet.gif);
background-position: left top;
background-repeat: no-repeat; 
} /*   space for the image   */

a:link		{ color: #000066; text-decoration: underline; }
a:visited	{ color: #000066; text-decoration: underline; }
a:hover		{ color: #CC3300; text-decoration: underline ;}
a:active	{ color: #000066; text-decoration: underline ;}


H1 {
  font-family: sans-serif;
  font-size: 24px;
  color: #000066;
margin: 0px 15px 10px 0px;
}
H2 {
  font-family : sans-serif;
  font-size: 18px;
  color: #666666;
}
H3 {
  font-family : sans-serif;
  font-size: 16px;
  color: #000066;
}
H4 {
font-family : sans-serif;
  font-size: 14px;
  color: black;
}
.button{
	  border : 1px solid #666666;
	background-color : #000066;
  font-size: 12px;
  color: #FFFFFF;
	padding : 1px;
	font-weight : bold;
}

.content {
	  padding-right : 20px; 
}

.date {
 font-family : sans-serif;
  font-size: 11px; padding: 3px;
  color : black; font-weight : bold; 
}

.error  {
	font-family : sans-serif;
	font-size: 14px; font-weight : bold; 
	color : #990000;
}

#etoNotice {
  font-family : sans-serif;
  font-size: 10px; color: #000033; text-align: center;
}
#etoNotice a:link		{ color: #000033; text-decoration: underline }
#etoNotice a:visited	{ color: #000033; text-decoration: underline }
#etoNotice a:hover		{ color: #000033; text-decoration: underline }
#etoNotice a:active	{ color: #000033; text-decoration: underline }

.footer ,footer a,.footer a:link,.footer a:visited {
font-family : sans-serif;
  font-size: 11px;
  color: white;
  padding : 2px;
  text-align : center;
}

.footer a:hover {
  font-weight : bold;
}

fieldset {
  position:relative;margin: 0px 15px;
  padding:5px;
  border: 1px solid #000066;
}

legend {
  padding:2px;
  color : #000066;
  font-weight : bold;
  font-size : 14px;
}

.maintable {
	border : 1px solid #000066;
}

p {
	 text-align : justify;
}
.pagetrail,pagetrail a,.pagetrail a:hover,.pagetrail a:link,.pagetrail a:visited {
  font-family : sans-serif;
  font-size: 10px;
  color : #000066;
  padding-right : 10px;
  padding-top : 3px;
  padding-bottom : 6px;
  text-align : right;
}

.pagetrail  a:hover {
  color : #CC3300;
}
.searchbox { width: 150px;
  color: #000066;
  background : #666666;
}

.navigation { 
  padding: 0px;
  margin: 0px;
  width: 150px;
  border: none;
  background: transparent;
}


 /* lm.css -- Stylesheet settings for ListMenu Snippet
// STYLES used
//
// #LM_level_N      menu level where N is the number of the depth
//                  starting at 0
// #LM_youAreHere   menu item of current location
// .LM_expanded     expanded menu item with children
// .LM_collapsed    menu item with childen, but not expanded
// .LM_endPage      menu item with children
// .LM_description  menu item description
// 
*/

/* ListMenu Styles */

#listMenuWrapper {
position:relative;margin:0;padding:0;
font-size: 12px;
color: #666666;
text-transform: lowercase;
list-style:none;
}

#listMenuWrapper ul {
position:relative;margin:0;padding:0; list-style: none;
}

#listMenuWrapper ul li {
position:relative;margin:0;padding:1px;
border-color: #ccc #aaab9c #cccccc #ffffff;list-style: none;
}

#listMenuWrapper a, #listMenuWrapper #LM_youAreHere {
display: block;
position:relative;margin:0;padding:0;
border-width: 1px;
border-color: #fff #aaab9c #ccc #fff;
border-style: solid;
text-decoration: none;
}

#listMenuWrapper .snippetName a {
position:relative;margin:0;padding:0;
display:inline;
}

.LM_collapsed a { }
.LM_collapsed a:hover {
	border-color: #ccc #fff #fff #ccc;
	color : #000066;
	font-weight : bold;
	 }

.LM_expanded a {}
.LM_expanded a:hover { 
	border-color: #ccc #fff #fff #ccc;
		color : #000066;
	font-weight : bold;
	}
.LM_expanded #LM_youAreHere {
 font-weight : bold;
background: #666666;
border-color: #ccc #fff #fff #ccc;
 color : White;
}

.LM_endPage a { }
.LM_endPage a:hover  {
	border-color: #ccc #fff #fff #ccc;
		color : #000066;
	font-weight : bold;
}
.LM_endPage #LM_youAreHere {
 font-weight : bold;
background: #666666;
border-color: #ccc #fff #fff #ccc;
color : White;
}

#LM_level_1 li a, #LM_level_1 li #LM_youAreHere {padding-left:8px;  padding-top : 3px;  padding-bottom : 3px;   }
#LM_level_2 li a, #LM_level_2 li #LM_youAreHere {padding-left:16px;}
#LM_level_3 li a, #LM_level_3 li #LM_youAreHere {padding-left:24px; }
#LM_level_4 li a, #LM_level_4 li #LM_youAreHere {padding-left:32px; }
