/* ---------------Freedom Stylesheet---------------

READ THIS FIRST

Freedom Ecosystem sharing allows for styles to be
attached to modules as they are shared. This is done
by open-close comment tags for of each module blocks.
Retain the comment blocks if you want your styles to
be included if-when the module is shared over the
Ecosystem.

-------------------End Comments--------------- */


/* ---------------Global Styles--------------- */

body#public {
    background-color: #242c2d;
	color: #000;
}
.left { border: 5px solid #ceebe9; float: left; margin: 0 10px 10px 0; }
.right { border: 5px solid #ceebe9; float: right; margin: 0 0 10px 10px; }
.leftNoBorder { border: 0 none; float: left; margin: 0 10px 10px 0;}
.rightNoBorder { border: 0 none; float: right; margin: 0 0 10px 10px;}
.removeStyle { border: 0 none; float: none; margin: 0; font: normal;}

h1, .heading {
    color: #3d3f3d;
    font: 18px Georgia, Times, serif;
}
h2, .sub-heading {
    color: #3d3f3d;
    font: 18px Georgia, Times, serif;
}
.grid_6 h1,
.newsWrapper h2,
.grid_8 h1, .grid_8 h2 {
    background: url('./graphics/images/bg-underline-title.gif') no-repeat right bottom;
    padding: 0 0 10px 0;
}
h3 {
    font-size: 14px;
    margin-bottom: 4px;
}
a img { border: 0; }
:focus { outline: none }
a { text-decoration: none; }
/* End Global Styles */



/* Layout ========================================*/

.addEvent {
    display: block;
    margin: 0 0 20px 0;
    font-size: 16px;
    }

#outerWrap {
	background: #fff url("./graphics/images/bg-body.jpg") repeat-x left top;
}

.container_12 {
    position: relative;
}

#interiorWrap {
    background-color: #fff;
    padding: 40px 0;
}

#header {
    height: 136px;
}
.featureWrap {
    background-color: #a0cfd9;
    margin-bottom: 40px;
    position: relative;
    z-index: 10;
}
.featureWrap img {
    display: block;
}
#joinAMTA {
    left: -10px;
    position: absolute;
    top: 170px;
    z-index: 12;
}
#footerWrap {
	background: transparent url("./graphics/images/bg-footer.gif") repeat-x left top;
	color: #545b5c;
	font-size: 11px;
	padding: 30px 0;
}
.social {
    margin: 0 0 20px;
    text-align: center;
}
.adWrap {
    text-align: center;
    margin: 20px;
}
.spotA {
    float: left;
}
.locateWrap {
    background: #a0cfd9;
    border-bottom: 10px solid #d5f1f5;
}
.galleryWrap {
    margin: 20px;    
}
.searchItem {
    margin: 9px 0;
}

/* Navigation ========================================*/

a:link,
a:visited {
    color: #39c;
    font-weight: 700;
    text-decoration: none;
}
a:hover,
a:active {
    color: #069;
    text-decoration: underline;
}
#footer a:link,
#footer a:visited {
    color: #6f7576;
    text-decoration: none;
}
#footer a:hover,
#footer a:active {
    text-decoration: underline;
}
#logo {
	left: -50px;
	position: absolute;
	z-index: 100;
} 
#logo a {
	background: url('./graphics/images/logo-amtama.png') no-repeat left top;
	display: block;
	height: 184px;
	text-indent: -9999em;
	width: 576px;
}
#mainNav {
    height: 45px;
    left: 10px;
    position: absolute;
    top: 90px;
    z-index: 200;
    width: 940px;
}
.mainNav {

}
.mainNav li {
    display: block;
    float: left;
    margin: 0 0 0 1px;
}
.mainNav li.item1 {
    margin: 0;
    padding: 0 155px 0 0;
}
.mainNav li.item1 a {
    background: url('./graphics/images/ico-1.gif') no-repeat left center;
	padding: 0 0 0 22px !important;
}
.mainNav li a:link, .mainNav li a:visited {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 100;
    line-height: 45px;
    padding: 0 10px;
    text-decoration: none;
}
.mainNav li a:hover, .mainNav li a:active, #mainNav li a.current {
    background-color: #333;
    text-decoration: none;
}
.mainNav li.item1 a:hover, .mainNav li.item1 a:active, #mainNav li.item1 a.current {
    background-color: transparent;
    text-decoration: none;
}
.mainNav ul, .footerNav ul {
    display: none !important;
}

.sideBarNav {
	background:#a5e3ed;
    border-top: 1px solid #ccc;
    border-bottom: 7px solid #d5f1f5;
    float: left;
    list-style: none;
    margin: -18px 0 20px 0;
    width: 220px;
}
.sideBarNav li {
    border-top: 1px solid #d5f1f5;
    display: inline;
    float: left;
    margin: 0;
    width: 220px;
}
.sideBarNav li a:link, .sideBarNav li a:visited {
    background-color: #a5e3ed;
    border-bottom: 1px solid #a5e3ed;
    color: #363836;
    display: block;
    margin-bottom: 1px;
    padding: 6px 12px;
}
.sideBarNav li a:hover, .sideBarNav li a:active, .sideBarNav li a.current {
    background-color: #d5f1f5;
    color: #666666;
    text-decoration: none;
}
.footerNav {
    font-size: 12px;
    margin: 0 0 10px 0;
}
.footerNav li {
    display: inline;
    list-style: disc;
    list-style-position: inside;
    margin: 0 18px 0 0;
}
.footerNav li a {
    color: #fff !important;
    padding: 0 8px 0 0;
    text-decoration: none;
}
.footerNav li a:hover {
    color: #c1c4c5 !important;
    text-decoration: underline;
}
#credit {
    float: right;
    margin: -3px 0 0 0;
}
.directoryListHeadline img {
    display: block;
}


/* Forms ========================================*/

#search_box_form {
    background: url('./graphics/images/bg-search-form.gif') no-repeat left top;
    display: block;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    width: 195px;
}

#searchBoxInput {
    background: transparent;
    border: 0 none;
    color: #fff;
    float: left;
    line-height: 20px;
    margin: 4px 0 0 0;
    padding: 10px 3px 5px 10px;
    width: 140px;
}

.albumPicLink {
    width: 200px;
    overflow: hidden;
    }


/* Forms ========================================*/

ol {
    list-style: none;
}

ol li {
    margin: 0 0 5px 0;
}

ol li label {
    display: block;
}


/* ---------------General Module Styles--------------- */
.errorMessage{ font-weight:bold; color:#f00; }
/* End General Module Styles */

/* Pagination */
.pagination { clear: both; display: block; }
.pagination a, .pagination a:link, .pagination a:visited { text-decoration:none; }
.pagination .prevnextCurrent, .pagination .prevnextWindow, .pagination .prevnextWindowArrow { border:solid 1px #ccc; margin:0; padding:4px 6px; font-size:11px; margin-right:2px; display:inline; display:inline-block; }
.pagination a.prevnextWindow:hover, .pagination a.prevnextLink:hover, .pagination .prevnextWindowArrow:hover { border:solid 1px #000; color:#000; }
.pagination .prevnextCurrent {background:#ccc; color:#000; font-weight:bold; padding:4px 6px; }
.pagination a.prevnextLink { border:1px solid #ccc; padding:4px 6px 4px; margin-right:2px; font-size:11px; display:block; }
/* End Pagination */

/* Send Page Styles */
.sendpage { clear:both; }
.sendpageBody div, .sendpageBody td { padding: 2px 0px; }
/* End Send Page Styles */

/* ModuleBegin::gendocs */
.webpageWrapper { }
/* ModuleEnd::gendocs */

/* ModuleBegin::news */
.newsWrapper { margin: 0 0 20px 0; }
.newsWrapper .newsList { margin: 0; list-style: none; }
.newsWrapper .newsList li { margin: 0 0 18px 0; }
.newsWrapper .meta { color: #777; font-size: smaller; }
.newsWrapper .blurb { }
.newsWrapper .content { }
.newsWrapper .copyright { padding: 1em 0em; text-align: center; font-size: smaller; }
/* ModuleEnd::news */



/* ModuleBegin::events */
/* ---------------
Events Lister
----------------- */
.eventsWrapper .eventList { margin: 0; list-style: none; }
.eventsWrapper .eventList li { margin: 0 0 18px 0; }
.eventDate { color: #666; font-size: smaller; margin: 0; }
.eventTime { color: #666; font-size: smaller; margin: 0; }
.eventsWrapper .eventList li h2 { color: #333; }
.eventsWrapper .eventList li h3 { color: #000; }
.eventBlurb { }

.eventsWrapper {
    position: relative;
}
.grid_3 .eventsWrapper h2 {
    margin-bottom: 4px;
}
.grid_3 .eventsWrapper h2 img {
	position: absolute;
	right: 10px;
	top: -9px;
}
.grid_3 .eventsWrapper .dualWrap {
    background: #a0cfd9;
    border-top: 1px solid #ccc;
    border-bottom: 10px solid #d5f1f5;
    padding: 10px;
}
.grid_3 .eventsWrapper li {
    border-bottom: 1px solid #c2e5ea;
}
.grid_3 .eventsWrapper h3 {
    font-size: 13px;
    margin-bottom: 4px;
}
.grid_3 .eventsWrapper h3 a:link {
    color: #000;
}
.grid_3 .eventDate { color: #fff; }
.grid_3 .eventTime { color: #fff; }


/* ---------------
Events Detail
----------------- */
.eventLocation, .eventRSVP, .eventTicketWrapper { margin-bottom: 18px; }
.eventLocation { margin-top: 18px; }
.eventLocationMap {  }
.eventLocationAddress {  }
.eventLocationDriving {  } 
.eventContact {  }
.eventPhone {  }
.eventEmail {  }
.eventRSVP {  }
.eventTicketWrapper { }
.eventTicket {  }
.eventBody { }
/* ModuleEnd::events */



/* ModuleBegin::faq */

.faqLister {
list-style: none;
padding: 0;
margin: 0;
}

.faqLister li {
list-style: none;
padding: 0;
margin: 10px 0;
}

.faqListBox {
background: #d5f1f5;
border: 1px solid #ccc;
list-style: none;
padding: 20px;
margin: 0;
}


.faqLister .question {
font-weight: bold;
margin: 20px 0 10px 0;
}

.faqLister .top {
display: block;
width: 100%;
border-top: 1px solid #a5e3ed;
margin: 10px 0;
padding-top:15px;
}

/* ModuleEnd::faq */



/* ModuleBegin::photo */

#photoAlbum {
list-style:none;
float:left;
margin:0 0 15px 0;
padding:0;
}


#photoAlbum li {
list-style-type:none;
margin:0 15px 15px 0;
padding:0;
float:left;
width:100px;
height:100px;
}

#photoAlbum img {
float:left;

}

#photoAlbum a {
border:1px solid #d5f1f5;
float:left;
}

#photoAlbum a:hover {
border:1px solid #ccc;
}


/* ModuleEnd::photo */



/* ModuleBegin::broadcastemail */
#broadcastemail_signup_form {
    margin: 18px 0 0 0;
}
#interiorWrap #broadcastemail_signup_form {
    margin: 0;
}
#broadcastemail_signup_form h2 {
    margin: 0 0 12px;
}
#broadcastemail_signup_form fieldset,
#broadcastemail_signup_form fieldset ol {
    margin: 0;
}
#broadcastemail_signup_form fieldset p {
    font-size: 11px;
    font-style: italic;
    margin-bottom: 5px;
    white-space: normal;
}
#broadcastemail_signup_form fieldset input[type="text"] {
    padding: 3px;
    width: 194px;
}
.submitGroup input {
    float: left;
    margin-right: 8px;
}
.submitGroup a {
    color: #434644;
    font-size: 11px;
    font-weight: 100;
    text-decoration: underline;
}
#interiorWrap #broadcastemail_signup_form {
    margin-bottom: 30px;
}
.enewsWrapper div { }
.enewsWrapper span { display: block; }
.enewsText { }
.enewsEmail { }
/* ModuleEnd::broadcastemail */



/* ModuleBegin::commerce */
.shoppingAlert { color: red; }
.shoppingBody { font-size: 8pt; }
.shoppingCartEvenRow { background-color: #ffffff; color:#002d62; }
.shoppingCartOddRow { background-color: #ebebeb; color:#002d62; }
.shoppingCartTableHeader { background-color: #a0cfd9; color: #ffffff; font-size: 8pt; font-weight: bold; }
.shoppingCartTableHeader td {padding: 8px;}
.shoppingForm { font-size: 8pt; color:#002d62; }
.shoppingFormQuantity { background-color: #ffffff; font-size: 8pt; }
.shoppingFormRequired { font-size: 8pt; font-weight: bold; color:#002d62; }
.shoppingFormRequired input, .shoppingFormRequired select { font-weight: normal; color:#000; }
.shoppingHeading { color:#002d62; }
.shoppingInStock { }
.shoppingItemHeading { }
.shoppingOutOfStock { color: #dd0000; }
.shoppingLowStock { }
.shoppingTable { background-color: #e8e8e8; color:#002d62; }
.shoppingTableBorder { background-color: #ffffff; }
.shoppingFormRequired { width: 1%; }
/* ModuleEnd::commerce */

/* ModuleBegin::directory-Products */
.directoryListWrapper { }
.directoryDetailWrapper { }
.directoryName { }
.directoryCategory { }
/* ModuleEnd::directory-Products */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */

.jqmWindow h1{
 color: #333;
 }

.jqmWindow {
 background-color: #fff;
 border: 3px solid #ccc;
 color: #333;
 display: none;
 left: 50%;
 margin-left: -200px;
 position: fixed;
 text-align: left;
 top: 17%;
 width: 400px;
}

.jqmConfirmTitle {
 background: #ddd;
 padding: 5px;
 text-align: right;
}

.jqmWindow .webpageWrapper {
 padding: 12px;
}

.jqmOverlay {
 background-color: #000;
}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* 
iframe.jqm {
 position: absolute;
 top: 0;
 left: 0;
 z-index: -1;
 width: expression(this.parentNode.offsetWidth+'px');
 height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* 
html .jqmWindow {
 position: absolute;
 top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


.boardLister ol {
list-style-type: none;
padding: 0;
margin: 0;
}

.boardLister li {
clear: both;
margin:0 0 15px 0;
padding:0 0 7px 0;
border-bottom: 1px solid #ccc;
float: left;
width: 100%;
}

.boardDetail li {
border:0;
}

.boardLister h2 {
clear:both;
margin-bottom:0;
}

.boardLister .right {
    width: 200px;
}

.pageNumBox {
background-color:#a0cfd9;
padding:5px 15px 5px 15px;
margin:15px 0 15px 0;
text-align:center;
clear:both;
float:left;
width:96%;
}



.shopList {
    list-style: none;
}
.shopList li {
    border-bottom: 1px solid #ccc;
    float: left;
    margin: 18px 0 0 0;
    text-align: left;
    width: 100%;
}
.cart_add td {
    vertical-align: top;
}

.cartHeaders th {
background:#a0cfd9;
color:#222;
text-align:left;
padding:5px 10px 10px 10px;
}

.cart td {
padding:5px;
}

.shoppingCartEvenRow {
background-color:#d5f1f5;
}

.shoppingOutOfStock, .shoppingLowStock, .shoppingInStock {
font-size:8pt;
}

.shoppingCartTableHeader {
font: 11pt arial;
margin: 0 0 15px 0;
text-align:left;
color:#fff;
}

.shoppingFormRequired, .shoppingForm {
font: 9pt Arial;
line-height: 16px;
color: #222;
}

.shoppingTable {
text-align:left;
}

.shoppingHeading {
background:none;
margin: 0;
}
