/* This site runs like Clockwork (http://www.clockwork.net/). */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-image:url(/amm/themes/shared/images/background.jpg);
	background-repeat:repeat-x;
	margin: 0 auto;
	padding: 0;
	width: 800px;
}

/* Typography */
a {
	text-decoration: none;
	border: none;
}

img {
	border: none;
}

a.headimg {
	border: none;
}

h1, .hd1 {
	color: #5a5a5a;
	font-weight: normal;
	font-size: 1.6em;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
}

h2, .hd2 {
	color: #777777;
	font-weight: normal;
	font-size: 1.4em;
	margin: 0px;
}

h3, .hd3 {
	color: #FF0000;
}

.text {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

ol {
	color: #5a5a5a;
	font-weight: bold;
	margin: 0 0 0 -35px;
}

ol li {
	float: left;
	margin: 30px 5px 0 20px;
	width: 100px;
	font-size: 11px;
	list-style-type: none;
}

ol li.img {
	float: left;
	margin: 0 -20px 0 0;
}

ol li.wide {
	float: left;
	margin: 30px 10px 0 20px;
	width: 130px;
	font-size: 11px;
}

ol li a:link {
	color: #cc0033;
	font-weight: bold;
}

ol li img {
	float: left;
}

ol li ul li {
	color: #5a5a5a;
	list-style: none;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.6em;
	float: none;
	border: none;
	margin: 0 0 0 -35px;
}

ol li ul li a:link {
	color: #5a5a5a;
	font-weight: normal;
}

ul.menu_nav li {
	font-family: Arial, Helvetica, san-serif;
	font-weight: normal;
}

.menu_nav a {
	color: #fff;
	letter-spacing: 0px;
	font-size: 12px;
}

p.search {
	font-size:0.6em;
	color: #000000;
	font-weight: bold;
	text-transform:uppercase;
	float: right;
	padding: 2px 10px 0;
}
p.search a {
	color: #fff;
}
p.search a:hover {
	color: #eee;
}
input.search {
	width: 90px;
	font-weight: bold;
	font-size: 1em;
}
p.header_phone_number {
	float: right;
	margin: 3px 0 0 0;
	padding-right: 35px;
}

.lower_content {
	display:block;
	height: 250px;
	margin: 10px 0 0 0;
}

.lower_content p {
	float:left;
	width: 470px;
	font-size: 11px;
	line-height: 26px;
}

.lower_content img {
	float:left;
	margin: 15px 5px 0 0;
}

/* Page Layout */
.header {
	display: block;
	height: 101px;
	width: 797px;
	background-image:url(/amm/themes/shared/images/stripeBackground.jpg);
	border: 1px solid #fff;
	border-top: 1px solid #444;
	margin: 0 auto;
}
.header_shadow {
	height: 39px;
	width: 797px;
	background-color:#7a7e83;
	margin: 0 auto;
}

ul.menu_nav {
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
}
div.menu_nav {
	height:36px;
	text-align: center;
	background-image:url(/amm/themes/shared/images/main_nav_button_black.gif);
	background-repeat:repeat-x;
	border: 1px solid #fff;
	border-top: 2px solid #fff;
	text-align: center;
	padding: 0;

}
ul.menu_nav li {
	display: inline;
	margin: 0 0 0 -1px;
	background-image:url(/amm/themes/shared/images/main_nav_button_black.gif);
	background-repeat:repeat-x;
	list-style:none;
	height:36px;
	padding: 11px 0;
	text-transform: uppercase;
	color: #fff;
	font-size: 11px;
	position: relative;
	border-left: 1px dotted white;
	border-right: 1px dotted white;
}
ul.menu_nav li.first {
	border-left: none;
}
ul.menu_nav li:hover {
	background: url(/amm/themes/shared/images/main_nav_button_red.gif) 0 0 repeat-x;
}
ul.menu_nav li a {
	line-height: 36px;
	padding: 0 9px;
	font-size: 11px;
}
ul.menu_nav li.last {
	border-right: none;
}
ul.menu_nav ul {
	display: none;
	position: absolute;
	top: 32px;
	left: 0;
	background: #000;
	margin: 0;
	padding: 12px;
	opacity: 0.85;
	-moz-opacity:.85;
	filter:alpha(opacity=85);
}
ul.menu_nav ul li {
	display: block;
	width: 180px;
	margin: 0;
	padding: 0;
	height: auto;
	padding: 9px 0;
	text-align: left;
	border: none;
	border-bottom: 2px solid #fff;
	
}
ul.menu_nav ul li:hover {
	background: black;
}
ul.menu_nav ul li a {
	border: 0;
	display: block;
	padding: 0;
	line-height: 1em;
	font-size: 10px!important;
}
ul.menu_nav ul li a:hover {
	color: #ddd;
}
ul.menu_nav ul li.last {
	border: none;
}
#content {
	background-color: #fff;
	border: 1px solid #999;
	margin: 10px auto;
	padding: 10px;
	width: 779px;
}

#header_head {
	height: 220px;
	display: block;
	border: 1px solid #999;
	padding: 10px;
}

img.thumbnail {
	float: left;
}

#red_bar {
	margin: 20px 0 -8px -8px;
	height: 8px;
	width: 795px;
	background-color: #cc0033;
}

#footer {
	display:block;
	margin: 15px auto 0 auto;
	width: 797px;
}

#footer ul {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-align: center;
}

#footer ul li {
	display: inline;
	font-size: 9px;
    /* margin: 0 .6em 0 0; */
}

#footer a:link {
	color: #000000;
}
#footer a:visited {
	color: #000000;
}


#footer h6 {
	margin: 0 auto;
	text-align:center;
	line-height: 2em;
}
/* Main Nav */


/***************
GSA SEARCH
*******************/
#search_results {
	font-size: 11px;
}

#search_results h1 {
	font-size: 23px
}

.gsa_result_headline {
	font-size: 12px;
	margin: 5px 0 10px 0;
}

.gsa_result {
	margin: 5px 0 10px 20px;
	font-size: 11px;
}

.gsa_nav, .sortBy {
	font-size: 11px;
}

.searchStats {
	display: none;
}

.search_form {
	margin-left: 20px;
}


#search_box {
	color: #888;
}