body {
	font-family:  Helvetica, Arial, Sans-serif;
	color: #333333;
	line-height: 1.5em;
}

h1 {
	font-size: 2em;
	line-height: 1.5em;
	font-weight: normal;
	margin-bottom: 0.5em;
}

h2 {
	/*color: #00559f;*/  
	font-size: 2em;
	line-height: 1.5em;
	font-weight: normal;
	margin-bottom: 0.5em;
}

h3 {
	font-weight: bold;
	color: #00559f;
}

h4 {
	font-weight: bold;
	margin-bottom: 1em;
}

p {
	margin-bottom: 1em;
}

a {
	text-decoration: none;
	color: #00559f;
}

a:hover {
	color: #000000;
}

table {
	width: 100%;
	margin-bottom: 1em;
	/*border: 1px solid #00559f;*/
}

th {
	background-color: #00559f;
	color: #fff;
	padding: 0.5em;
	vertical-align: middle;
}

/*.odd {
	background-color: #ddd;
}*/
tr:hover {
	background-color: #ddd;
}

td {
	padding: 0.5em;
	border: 1px solid #bbb;
}

td.style5, style5 td *{
	background-color: #fff;
	border: 1px solid #bbb;
}

td .style5 strong{
	color: #333;
}

ul {
	list-style-type: disc;
	list-style-position: inside;
	position: relative;
	left: 1em;
	padding-bottom: 1em;
}

sup,
sub {
	font-size: 0.75em;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;	
}

sup {
	bottom: 0.5em;
}

sub {
	top: 0.5em;
}

/*::selection {
background: #bbb;  Safari 
}

::-moz-selection {
background: #bbb;  Firefox 
}*/

.two-col-list ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
 
.two-col-list li {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
}

.box-menu-horizontal ul {
	padding: 0px;
	margin: 0px;
	list-style-position: outside;
}

.box-menu-horizontal li {
	list-style-type: none;
	display: inline;
}

.box-menu-horizontal li a {
	margin: 1em 2em 1em -1em;
	float: left;
	border: 1px solid #00559f;
	padding: 1em;
	color: #00559f;
}

.box-menu-horizontal li a:hover {
	color: #ffffff;
	background-color: #00559f;	
}

#top_banner {
	width: 100%;
	height: 12px;
	background-color: #00559f;
}

#wrap {
	width: 960px;
	margin: auto;
}

/* Header */

#header {
	margin-top:20px;
	padding-bottom: 20px;
	border-bottom: 4px solid #00559f;
}

#header #am_logo {
	float: left;
}

#header ul.sf-menu {
	margin-left: 72px;
	position: relative;
	top: 50px;	
}

#header ul.sf-menu li{
	background-color: #fff;
	text-transform: uppercase;
	border: none;
	font-size: 1.2em;
}

#header ul.sf-menu a {
		border: none;
		color: #333;
}

#header ul.sf-menu a:hover {
	color: #00559f;
	background-color: #fff;
}

#header ul.sf-menu li ul{
	margin-top: 12px;
		
}

#header ul.sf-menu li li {
	font-size: 0.8em;
	line-height: 1.5em;
}

#header ul.sf-menu li li a {
	color: #333;
}

#header, .sf-menu li, .sf-menu li li, .sf-menu li li li, .sf-menu a {
	position: relative;
	z-index: 10000;  /* Set to 10,000 to make sure that it is always above the page content... this fixes a problem with the spotlight image slideshows in IE7*/
}
/*#header .moduletable_menu{
	text-transform: uppercase;
	text-align: center;
	margin-right: 90px;
	position: relative;
	top: 83px;
}

#header .moduletable_menu a{
	color: #bbb;
}

#header .moduletable_menu a:hover{
	color: #00559f;
}

#header .moduletable_menu li {
	display: inline;
	font-size: 1.2em;
	margin-left: 1.5em;
}*/

#header form.search {
	width: 250px;
	text-align: right;
	float: right;
	position: relative;
	top: 75px;
}

#header form.search label {
	visibility: hidden;
}

#header form.search input.button {
	background-color: #bbb;
	position: relative;
	bottom: -5px;
}

#header form.search input.button:hover {
	background-color: #00559f;
}

.inputbox {
	border: none;
	padding: 3px;
	border: 1px solid #bbb;
}

/* Top */

#top {
	margin-bottom: 20px;
	z-index: -1;
}

/* Subnav */

#subnav .moduletable ul{
	float: right;
	/*background-color: #eee;*/
	padding: 3px;
	/*border-top: 1px solid #dddddd;*/
	border-bottom: 1px solid #bbb;
	position: relative;
	left: -0px;
	top: 1px;
}

#subnav .moduletable li{
	display: inline;
	font-size: 1.2em;
	margin: 0px 0.8em;
}

#subnav .moduletable a{
	color: #333;
}

#subnav .moduletable a:hover{
	color: #00559f;
}

#subnav li#current  {
	background: url(subnav-arrow.gif) center bottom;
}

li.active span {
	color: #bbb;
}

li.active li a{
	color: #bbb;
}

li.active span li:hover {
	color: #00559f;
}

.content620 {
	float: left;
	width: 620px;
}

/* Main */

#main {
}

#main img {
	margin-bottom: 0.5em;
}

#main p.caption {
	color: #bbb;
	/*font-style: italic;*/
	margin-bottom: 2em;
}

#main .position-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 1em;
}

#main .position-left {
	float: left;
	margin-right: 20px;
}

#main .position-center {
	margin-bottom: 1em;

}

#main div.segment {
	margin-bottom: 20px;
	
}

#main .contentdescription {
	margin-bottom: 2em;
}

#main .col1 {
	width: 310px;
	clear: both;
	float: left;
	margin-right: 15px;
}

#main .col1and2 {
	width: 620px;
	clear: both;
	float: left;
	margin-right: 30px;
}

#main .col2 {
	width: 310px;
	float:left;
}

#main .col2and3 {
	width: 620px;
	float:right;
}

#main .col3 {
	width: 310px;
	float:right;
}

#main .row {
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #bbb;
}

#main .ref {
	color: #bbb;
}

#main .ref:hover {
	color: #333333;
}

#main .box {
	width: 284px;
	max-width: 320px;
	border: 1px solid #00559f;
	margin-right: 1em;
	padding: 1em;
	position: relative;
	color: #00559f;
}

#main .box:hover {
	background-color: #00559f;
	color: #fff;
}

#main a.box {
	margin-top: 1em;
}

#main table.pagenav th, #main table.pagenav td{
	background-color: #fff;
}

#main .results ol.list li {
	margin: 20px 0px;
	padding-bottom: 20px;
	border-bottom: 1px solid #bbb;
}

#main form.search_result {
	background-color: #ddd;
	padding: 1em;
	margin-bottom: 20px;
}

#main #location {
	max-width: 150px;
}

#right {
	width: 320px;
	float: right;
	border-left: 1px solid #bbb;
	margin-bottom: 20px;
}

#right h3 {
	padding-top: 1em;
	color: #333;
	margin-bottom: 1em;
	border-bottom: 1px solid #bbb;
}

#right div.moduletable {
	clear: both;
	margin: 0px 20px;
}

/* Special Modules */

ul.menuproductsmenu	{
	border-top: 1px solid #bbb;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: -14px;
	font-size: 1.2em;
	width: 960px;
}

ul.menuproductsmenu li{
	background-color: #fff;
	color: #fff;
	list-style: none;
	list-style-position: inside;
	width: 960px;
	padding: 10px 0px;
	border-bottom: 1px solid #bbb;
}

/*ul.menuproductsmenu li:hover{
	background-color: #ddd;
}*/

ul.menuproductsmenu a img{
	float: left;
}

ul.menuproductsmenu a span{
	font-size: 1.5em;
}

ul.menuproductsmenu li ul {
	width: 500px;
}

ul.menuproductsmenu li li {
	border: none;
	font-size: 0.75em;
	color: #bbb;
}

div.mod_flickr ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none!important;
	display: inline;
	position: relative;
	
}
 div.mod_flickr li {
	float: left;
	margin: 0px 3px;
	list-style-image:none!important;
}
div.mod_flickr li a {
	text-decoration:none;
}
/*div#flickrdev {
	clear:both;
	text-align:center;
}
div#flickrdev a {
	text-decoration:none;
	background:none;
}*/



ul.eventlistmod {
	list-style-type: none;
	position: relative;
	left: 0px;
}

ul.eventlistmod li{
	margin-bottom: 0.5em;
	padding: 0px;
}

/* Footer */

#footer {
	clear: both;
	border-top: 1px solid #00559f;
	padding-top: 1em;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #bbb;
}

#footer h3 {
	float: left;
	padding-right: 0.5em;
}

#footer .moduletablebreadcrumbs {
	padding-bottom: 1em;
	border-bottom: 1px solid #bbb;
	margin-bottom: 1em;
	clear: both;
}

p#copyright {
	float: right;
}

.spacer {
	clear: both;
}
