/*
Default CSS for O'Brien's Auto Repair
*/

body {
  background-color: #FFFFFF;
  color: #000000;
  font: 14px arial;
  text-align: center;
}
h1 {
	font-size:12px;
	font-weight:400;
	display:inline;
}	
.not_footer a:link {
	color: #2A1FFF;
	text-decoration: none;
}
.not_footer a:visited {
	color: #0000FF;
	text-decoration: none;
}
.not_footer a:hover {color: #03337F; text-decoration: underline; }

.content p {
  text-indent: 20px;
  margin: auto;
}

.header {
  text-align: center;
  background-color: #FFFFFF;
  width: 745px;
  margin: auto;
}

.menu {
  background-color: #FFFFFF;
  text-align: center;
  float: left;
  width: 230px;
  margin-left: -252px;
  font-size: 12px;
 
}

/* for Internet Explorer */
/*\*/
/** html .menu {
  margin-left: -252px;
}*/
/**/

.content_wrapper {
  margin: auto;
  width: 485px;
  background-color: #FFFFFF;
  border-left: 257px solid #FFFFFF;
  text-align: center;
}

.content {
  background-color: #FFFFFF;
/*   padding: 4px; */
  min-height: 550px;
/*   padding-left: 257px; */
}

.footer {
   	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #1B3665;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	width: 742px;
	vertical-align: middle;
	float:none;
}

.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.footer  a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a {
  padding-left: 4px;
  color: #1B3665 !important; /* !important is an IE fix */
}

.error_msg {
  width: 455px;
  background-color: #FFAFAF;
  font-size: 15px;
  border-style: solid;
  border-color: #FF0000;
  border-width: 1px;
  text-align: center;
  margin: auto;
  margin-bottom: 10px;
  padding: 15px;
}

.error_msg p {
  font-size: 13px;
  text-align: left;
}

.info_msg {
  width: 455px;
  background-color: #CCFFCC;
  font-size: 15px;
  border-style: solid;
  border-color: #22CE22;
  border-width: 1px;
  text-align: center;
  margin: auto;
  margin-bottom: 10px;
  padding: 15px;
}

.info_msg p {
  font-size: 13px;
  text-align: left;
}

.admin_title {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #4D4D4D;
  text-align: right;
  margin-top: 0px;
  margin-left: 0px;
}

.admin_nav {
  font-size: 12px;
  border-bottom: 1px solid #4D4D4D;
  text-align: left;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  padding: 0px;
}

.title {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
}

.title_small {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.footers a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.footers a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footers a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.footers {
	font-family: Arial, Helvetica, sans-serif;
}
.not_footer {
	font-family: Arial, Helvetica, sans-serif;
}

