
/* MAIN LAYOUT */

body {
	background: #333;
	margin: 0;
}

#header {
	background: url("../img/index/am_hdr.jpg") no-repeat;
	height: 115px;
	width: 850px;
}

#container {
	position: relative;
	width: 850px;
	margin: auto;
	background: #fff;
}
#red {color:#900; font-weight:bold;}

/* MAIN NAVIGATION */

div#navbar {
	height: 35px;
	background: #000;
	width: 100%;
}
div#navbar ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFF;
	line-height: 35px;
	white-space: nowrap;
}
div#navbar li {
	list-style-type: none;
	display: inline;
}
div#navbar li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #FFF;
}
div#navbar li a:link {
	color: #FFF;
}
div#navbar li a:visited {
	color: #FFF;
}

div#navbar li a:hover {
	font-weight: bold;
	color: #00B2D2;
}

/* HOME PAGE BANNER ROTATOR */

#rotator {
	background: #FFF;
	height: 275px;
	text-align:center;
	margin-top: 10px;
}

/* HOME PAGE PULL QUOTE */

div.pullquote {
	float: left;
	margin-top: 3em;
	width: 170px;
	padding: 10px;
	background: #FFF;
	border-left: 1px solid #ccc;
}
div.pullquotetext {
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.1em;
	color: #666;
}

/*HOME PAGE FEATURE ITEMS */

#ad_1 p, #ad_2 p, #ad_3 p, #ad_4 p  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	color:#333;
}

#ad_1 a, #ad_2 a, #ad_3 a, #ad_4 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	font-weight: bold;
	text-decoration:none;
	color:#00B2D2;
}

#ad_1 a:visited, #ad_2 a:visited, #ad_3 a:visited, #ad_4 a:visited  {
	text-decoration:none;
	color:#00B2D2;
}

#ad_1 {
	float: left;
	width: 200px;
	margin: 10px;
	background: #FFF;
	display: inline;
}

#ad_2, #ad_3 {
	float: left;
	width: 200px;
	margin: 10px 10px 10px 0;
	background: #FFF;
}

#ad_4 {
	float: left;
	width: 200px;
	margin: 10px 0 10px 0;
	background: #FFF;
}

/* LEFT NAVIGATION */

#leftnav {
	float:left;
	top: 150px;
	width: 212px;
	color: #fff;
	background: #666;
	}

#leftnav ul {
	font-family: arial, helvetica, sans serif;
	font-weight: normal;
	font-size: .8em;
	margin: 2em 0 2em 0;
	padding:0;
	list-style: none;
}

#leftnav ul a {
	color: #fff;
	text-decoration: none;
	background: #666;
	padding: 0 1em;
	margin: 0 1em 1px 0;
	display: block;
}

#leftnav ul a:visited {
	color: #fff;
}

#leftnav ul a:hover {
	color: #00B2D2;
}

/* CONTENT FOR LEFT NAV LAYOUT */

#content {
	float:left;
	width: 638px;
	background: #FFF;
}

#content h1 {
	font-family:Georgia, Times, serif;
	color:#00B2D2;
	font-size: 1.5em;
	font-weight:normal;
	margin: 10px;
}

#content p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	color:#333;
	margin: 10px;
}

/* GALLERY SECTION */

div.gallery_content {
	float: left;
	width: 638px;
	background: #FFF;
	margin-top: 10px;
}

div.gallery_content h1 {
	font-family: Georgia, Times, serif;
	color:#00B2D2;
	font-size: 1.5em;
	font-weight:normal;
	margin: 10px;
}

div.gallery_content p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	color:#333;
	margin: 10px;
}
div.gallery_content a {
	color:#00B2D2;
	text-decoration:none;
}

div.gallery_content a:visited {
	color:#00B2D2;
	text-decoration:none;
}

div.gallery_content li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	color:#333;
}

div.gallery_content h2 {
	font-family: Georgia, Times, serif;
	font-size: 1em;
	font-style: italic;
	font-weight:normal;
	color:#666;
	margin: 10px;
}

div.gallery_content h3 {
	font-family: arial, helvetica, sans serif;
	font-size: .75em;
	font-weight: bold;
	color:#333;
	margin: 10px;
}

div.gallery_content img {
	text-align:center;
	margin-left: 10px;
}

/* IMAGE GALLERY */

div.img {
  margin-left:10px;
  height: auto;
  width: auto;
  float: left;
  display: inline;
  text-align: center;
}	

div.img img {
  display: inline;
  margin: 3px;
  border: 1px solid #ccc;
}

div.img a:hover img {
  border: 1px solid #666;
}

div.desc {
  width: 290px;
  margin: 2px;
}

div.desc p {
  font-family: arial, helvetica, sans serif;
  font-size: .75em;
  text-align: center;
  font-weight: normal;
  color: #666;
}

div.desc a {
  font-family: arial, helvetica, sans serif;
  font-size: .75em;
  text-align: center;
  font-weight: bold;
  text-decoration:none;
  color:#00B2D2;
}

div.desc a:active {
  font-family: arial, helvetica, sans serif;
  font-size: .75em;
  text-align: center;
  font-weight: bold;
  text-decoration:none;
  color:#00B2D2;
}

div.desc a:visited {
  font-family: arial, helvetica, sans serif;
  font-size: .75em;
  text-align: center;
  font-weight: bold;
  text-decoration:none;
  color:#00B2D2;
}

div.desc a:hover {
  font-family: arial, helvetica, sans serif;
  font-size: .75em;
  text-align: center;
  font-weight: bold;
  color:#00B2D2;
  text-decoration:underline;
}


/* LIGHTBOX */

#lightbox{ position: absolute; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* COPYRIGHT NOTICE */

#footer {
	clear: left;
	height: 50px;
	background: #666;
	margin-top: 10px;
	width: 100%;
}

#footer p {
	font-family: arial, helvetica, sans-serif;
	font-size: .75em;
	padding: 10px;
	color:  #FFF;
	text-align: center;
	display: block;
}

#footer p a {
	text-decoration: none;
	color:  #FFF;
}

#footer p a:hover {
	color: #00B2D2;
	text-decoration: underline;
}

