/* SITE LAYOUT CONTROLS */

html, body
{
    height: 100%;
    width: 100%;
    background-color: #F1F1F1;
     /*background-color: #E1FFD4;*/
    /* background-color: #ffffff; */
    background-image: url(../images/siteline.png);
    background-position: top;
    background-repeat: repeat-x;
    padding: 0px;
    margin: 0px;
    border: 0px;
    border-style: solid;
    border-width: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
    font-size: 11px;
}

table
{
    border-style: solid;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    background-repeat: repeat-y;
    border-collapse: collapse;
}

tr
{
    white-space: normal;
    border-style: solid;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
}

td
{
    font-family: Verdana, Calibri, Tahoma, Arial;
    white-space: normal;
    border-style: solid;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
    vertical-align: top;
}

/* --------------------------- COMMENT */
/*
.tdpadding {
    font-family: Arial, Calibri, Tahoma, Verdana;
    font-size: 12px;
    white-space: normal;
    border-style: solid;
    border-width: 0px;
    padding: 3px;
    margin: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
    vertical-align: middle;
}
*/
/* --------------------------- COMMENT */

.altrowcolor {
	background: #efefef;
}


img
{
    border: none;
}

.textBox
{
    font-family: Verdana, Calibri, Tahoma, Arial;
    font-size: 11px;
    color: #999999;
    line-height: 16px;
    height: 17px;
    border-style: none;
    background: url(../images/fill_in.png) top left no-repeat;
    padding: 1px 3px 1px 3px;
}

.registerTextBox {
	border: 1px solid #bbb;
	background: url(../images/bg_input.png) top left no-repeat;  
	height: 21px; 
	padding: 0px 5px 0px 5px; 
	font-size: 12px;  
	line-height: 21px;
	color: #555; 
    vertical-align: middle;
}

.input
{
    border: 1px solid #ccc;
    background: url(../images/bg_input.png) top left no-repeat;
    width: 50px;
    height: 12px;
    padding: 3px 5px;
    font-size: 11px;
    color: #666666;
    margin-bottom: 8px;
    vertical-align: middle;
}

.input-select
{
    border: 1px solid #ccc;
    background: url(../images/input_bg.png) top left no-repeat;
    width: 50px;
    height: 18px;
    font-size: 11px;
    color: #666666;
    margin-bottom: 8px;
    vertical-align: middle;
}

.underline {
	border-bottom: dotted 1px #ccc;
}

.green-button {
    border-top: 1px solid #799D4A;
    border-left: 1px solid #799D4A;
    border-right: 1px solid #354D16;
    border-bottom: 1px solid #354D16;
    outline: 1px solid #568E0E;
    background: #568E0E;
    color: #fff;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 6px 3px 6px;
    cursor: pointer;
    /*width: 70px;*/
}

/* Container Controls */

#div_container
{
    height: 100%;
    min-height: 100%;
    height: auto !important;
    position: relative;
}

/* Container Controls */

/* Header Controls */

.cart-option-links
{
	/*border: solid 1px #9a9a9a;*/
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
	display: inline-table;
}

.cart-option-links ul
{
	padding: 0;
	margin: 0;
}

.cart-option-links ul li
{
	list-style: none;
	display: inline;
	padding-right: 2px;
}

.cart-option-links a
{
	color: #333;
	text-decoration: none;
}

.cart-option-links a:hover
{
	color: #ff9933;
}


#div_logo_tabs
{
    height: 25px;
    position: relative;
    float: right;
}

#div_login
{
    font-family: Verdana, Calibri, Tahoma, Arial;
    font-size: 10px;
    color: #660066;
    display: none;
    float: right;
    margin: 5px 2px 0px 0px;
    padding-top: 12px;
    width: 440px;
    height: 150px;
}

#div_logo_tabs a:link
{
	color: #21491D;
	text-decoration: none;
}

#div_logo_tabs a:hover
{
	color: #21491D;
	text-decoration: none;
}

a.div_login:link
{
    font-family: Verdana, Calibri, Tahoma, Arial;
    font-size: 9px;
    color: #000000;
    float: right;
    margin: 5px 4px 0px 0px;
}
a.div_login:visited
{
    color: #487035;
    text-decoration: none;
}
a.div_login:active
{
    color: #487035;
    text-decoration: none;
}
a.div_login:hover
{
    color: #660066;
    text-decoration: underline;
}

/* Header Controls */

/* Menu Controls */

#div_site_menu
{
    background-color: #E2E1E2;
    border-bottom: solid 1px #487035;
    width: 100%;
    height: 25px;
    position: relative;
    font-family: Verdana, Calibri, Tahoma, Arial;
    font-size: 11px;
    color: #487035;
}

.site_menu
{
    font-family: Verdana, Calibri, Tahoma, Arial;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    color: #660066;
}

a.site_menu:link
{
    color: #660066;
    text-decoration: none;
    font-weight: bold;
}
a.site_menu:visited
{
    color: #660066;
    text-decoration: none;
    font-weight: bold;
}
a.site_menu:active
{
    color: #660066;
    text-decoration: none;
    font-weight: bold;
}
a.site_menu:hover
{
    color: #487035;
    text-decoration: underline;
    font-weight: bold;
}

/* Menu Controls */

/* Content Controls */

#div_content
{
    width: 990px;
    height: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
}

#td_Column_L
{
    height: 100%;
    float:left;
    width:216px;
}

#td_Column_C
{
    height: 100%;
    width:100%;
    padding:0 0 0 0;
}

#td_Column_R
{
    height: 100%;
    float:right;
    width:216px;
}

#td_content_C
{
    height: 100%;
    background-color: #FFFFFF;
}


.content_frame
{
    font-family: Verdana, Calibri, Tahoma, Arial;
    font-size: 11px;
    padding-top: 145px;
    background-image: url(../images/aos_content_backer1.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.content_title
{
    font-family: Lucida Handwriting, Georgia, Verdana, Calibri, Tahoma, Arial;
    font-size: 22px;
    color: #487035;
    text-align: left;
    width: 95%;
    height: 100%;
    padding: 4px 10px 4px 10px;
}

/* Content Controls */

.registerHeader {
	font-family: Arial, sans-serif;
	font-size: 23px;
	border-bottom: 1px solid #bac1d6;
}

/* Footer Controls */

#div_footer
{
    height: 100%;
    position: relative;
    font-family: Verdana, Calibri, Tahoma, Arial;
    font-size: 11px;
    color: #000;
    margin: 0px auto 0px auto;
}

#footer_bug
{
    height: 115px;
    width: 990px;
    padding-top:16px;
    background-image: url(../images/footer_bug.png);
    background-repeat: no-repeat;
    background-position: right top;
}

#div_footer_logo
{
    height: 115px;
    padding-top:32px;
    background-image: url(../images/NA_logo_refl.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.footer_text
{
    font-family: Verdana, Calibri, Tahoma, Arial;
    font-size: 10px;
    color: #000;
}

a.footer_text:link
{
    font-family: Verdana, Calibri, Tahoma, Arial;
    font-size: 10px;
    color: #000;
}

a.footer_text:visited
{
    color: #000;
    text-decoration: none;
}
a.footer_text:active
{
    color: #000;
    text-decoration: none;
}
a.footer_text:hover
{
    color: #000;
    text-decoration: underline;
}

.footer_copyright
{
    font-family: Verdana, Calibri, Tahoma, Arial;
    font-size: 11px;
    text-align: left;
    color: #000;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    line-height: 1.3;
}

a.footer_copyright:link
{
    font-family: Verdana, Calibri, Tahoma, Arial;
    font-size: 11px;
    color: #000;
}

a.footer_copyright:visited
{
    color: #000;
    text-decoration: none;
}
a.footer_copyright:active
{
    color: #000;
    text-decoration: none;
}
a.footer_copyright:hover
{
    color: #000;
    text-decoration: underline;
}

/* Footer Controls */

/* Sitemap Controls */

.sitemap
{
    font-family: Verdana, Calibri, Tahoma, Arial;
    text-decoration: none;
    font-size: 9px;
    color: #487035;
    vertical-align: top;
}

a.sitemap:link
{
    color: #660066;
    text-decoration: none;
}
a.sitemap:visited
{
    color: #660066;
    text-decoration: none;
}
a.sitemap:active
{
    color: #660066;
    text-decoration: none;
}
a.sitemap:hover
{
    color: #487035;
    text-decoration: underline;
}

/* Sitemap Controls */

/* Navigation Controls (members section) */

a.Nav_Link:link
{
    font-family: Verdana, Calibri, Tahoma, Arial;
    font-size: 12px;
    color: #666666;
}

a.Nav_Link:visited
{
    color: #666666;
    text-decoration: none;
}
a.Nav_Link:active
{
    color: #666666;
    text-decoration: none;
}
a.Nav_Link:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

/* Navigation Controls (members section) */

/* --------------------------- SITE CONTENT CONTROLS */

a:link
{
    color: #660066;
    text-decoration: none;
}
a:visited
{
    color: #660066;
    text-decoration: none;
}
a:active
{
    color: #660066;
    text-decoration: none;
}
a:hover
{
    color: #487035;
    text-decoration: underline;
}

p
{
    font-family: Verdana, Calibri, Tahoma, Arial;
    font-size: 12px;
    text-align: left;
    color: #666666;
    margin-top: 5px;
    line-height: 1.4;
}

.Title
{
    font-family: Verdana, Calibri, Tahoma, Arial;
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    text-align: left;
    color: #487035;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 5px;
    margin-left: 35px;
    line-height: 1.4;
}

.ECflyout
{
    font-family: Verdana, Calibri, Tahoma, Arial;
    font-size: 10px;
    text-align: left;
    color: #666666;
    margin-top: 5px;
    line-height: 1.4;
}


/* --------------------------- SITE CONTENT CONTROLS */

.membertxtlabelclass
{
    font-family: Verdana, Calibri, Tahoma, Arial;
    overflow: auto;
}

.currentMemberInfo
{
    font-family: Verdana, Calibri, Tahoma, Arial;
    font-size: 11px;
    text-align: left;
    color: #000;
    margin: 0px;
    line-height: 1.4;
}

.membershipvaluelabelclass
{
    font-family: Verdana, Calibri, Tahoma, Arial;
    font-size: 9px;
    text-align: left;
    font-weight:bold;
    color: #666;
    margin: 4px;
    line-height: 1.4;
}

.expirationtxtlabelclass
{
    font-family: Verdana, Calibri, Tahoma, Arial;
    font-size: 11px;
    text-align: left;
    color: #000;
    margin: 0px;
    line-height: 1.4;
}

.expirationvaluelabelclass
{
    font-family: Verdana, Calibri, Tahoma, Arial;
    font-size: 9px;
    text-align: left;
    font-weight:bold;
    color: #666;
    margin: 4px;
    line-height: 1.4;
}

.renewmembershipbuttonclass
{
    font-family: Verdana, Calibri, Tahoma, Arial;
    font-size: 11px;
    color: #000;
}

.addonheaderclass
{
    font-family: Verdana, Calibri, Tahoma, Arial;
    font-size: 9px;
    text-align: left;
    color: #000;
    margin: 4px;
    line-height: 1.4;
}

/* SITE LAYOUT CONTROLS */


/* Start Greg Allikas Image Controls */
div.caption_photo {
    text-align: left;
    font-size: x-small;
    font-family: Arial, Helvetica, sans-serif;
    background-position: top;
    line-height: normal;
    margin-right: 5px;
    margin-left: 5px;
    padding-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
    padding-top: 10px;
}
div.photor {
    float: right;
    width: 250px;
    padding-top: 4px;
    padding-right: 0px;
    padding-bottom: 7px;
    padding-left: 15px;
    text-align: left;
    border-top-width: thin;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin-left: 10px;
}
div.photol {
    float: left;
    width: 250px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    border-top-width: thin;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin-right: 10px;
}
div.photorlg {
    float: right;
    width: 350px;
    margin-right: 0px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-top-width: thin;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin-left: 10px;
}
div.photollg {
    float: left;
    width: 350px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    border-top-width: thin;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
div.photoxl {
    float: none;
    width: 500px;
    background-color: #FFFFFF;
    border-top-width: thin;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-top: 10px;
    padding-right: 55px;
    padding-left: 40px;
    margin: 0px;
    padding-bottom: 10px;
}
/* Start Greg Allikas Image Controls */

/* Skin 03232012 Controls */

#div_offhomelink
{ 
 vertical-align: top;  
 text-align: left; 
 background-image: url(../images/joinAOS.png);
 background-repeat: no-repeat;
 width: 490px;
 height: 150px;
}

.NAV_Header
{ 
 vertical-align: top;  
 text-align: left; 
 background-image: url(../images/main_header.png);
 background-repeat: no-repeat;
 width: 990px;
 height: 215px;
}

#sitemenu_frame
{ 
 width: 990px;
 height: 215px;
}

#sitemenu_AnimatedFrame
{ 
 width: 990px;
 height: 235px;
 background-image: url(../images/animated_gif_frame.png);
}

#sitemenu_AnimatedFrame_Base
{ 
 width: 990px;
 height: 25px;
 background-image: url(../images/animated_gif_base.png);
}

.contentpadding
{ 
 padding: 15px;
 vertical-align: top; 
 text-align: left; 
}

/* Skin 03232012 Controls */

/*** CHECKOUT ***/
.fLeft {float:left;}
.fRight {float:right;}
.fCenter {margin:0 auto;}
fieldset {background:transparent; border:0; margin:0; padding:0; vertical-align: baseline;}

.f_checkout {font-family:Arial;}

.f_checkout input[type="submit"] {cursor:pointer; border:1px solid #C0C0C0; background-color:#DEDEDE; color:#000000; font-weight:bold;}
.f_checkout .emailDiv {width:50%;}
.f_checkout .emailDiv input[type="submit"] {width:150px; height:27px;}

.f_checkout .col3 {width:30%; margin:0 0 0 30px;}

.f_checkout .col {width:40%; margin:0 30px 0 30px;}
.f_checkout .col:first-child {margin-right:2.21%;}
.f_checkout .step {border:1px solid #ccd9ea; padding:0 14px 14px 14px;}
.f_checkout fieldset, .f_checkout .check {overflow:hidden;}
.f_checkout .double .fLeft, .f_checkout .double .fRight {width:48%;}
.f_checkout .post .fLeft {width:38%;}
.f_checkout .post .fRight {width:58%;}
.f_checkout .inp {padding:5px 8px 4px 8px;}
.ie7 .f_checkout .inp {padding:4px 8px 3px 8px;}
.f_checkout .inp, .f_checkout select {border:1px solid #cad4e9; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;}
.f_checkout input[type="text"], .f_checkout input[type="password"], .f_checkout textarea {background:transparent; border:0;}
.f_checkout input[type="text"], .f_checkout input[type="password"], .f_checkout select, .f_checkout textarea {width:100%; color:#636363; font-size:0.9166667em;}
.f_checkout .inp textarea {height:55px;}
.ie7 .f_checkout input[type="text"], .ie7 .f_checkout input[type="password"], .ie7 .f_checkout textarea {width:99%;}
.f_checkout select {padding:5px 5px 4px 8px;}
.f_checkout label {display:block; padding:7px 0 4px 0;}
.f_checkout p {font-size:1.08333em; background:url(../images/hline_light_3x1.gif) bottom repeat-x; line-height:16px; padding:10px 0; margin-bottom:3px;}
.f_checkout p strong {color:#b10a0d;}
/*.f_checkout div.check {padding-top:13px;}*/
.f_checkout div.large {margin-top:0px; background-color:#ccffcc;}
.f_checkout div.large input {display:inline-block; vertical-align:top; padding-right:5px; border-width:2px;margin-top:0px;-ms-transform: scale(1.2); /* IE */ -moz-transform: scale(1.2); /* FF */ -webkit-transform: scale(1.2); /* Safari and Chrome */ -o-transform: scale(1.2); /* Opera */}
.f_checkout div.large span {margin-top:-4px; font-size:16px; font-weight: bold;}
.f_checkout div.check span, .f_checkout div.radio span,  .f_checkout div.radio label {padding:2px 0 0 23px; display:block;}
.f_checkout div.check input, .f_checkout div.radio input {position:absolute; margin-top:0px;}
.f_checkout div.radio {padding-top:8px;}
.f_checkout div.radio td {padding-top:5px;}
.xf_checkout .shippingMethod {margin-bottom:20px;}
.f_checkout .shippingMethod label {  display: block;padding: 1px 0 0 23px;}
.f_checkout .shippingMethod table tbody td { padding-top:8px; }
.f_checkout .paymentCC {}
.f_checkout .expiration .fLeft {width:65%;}
.f_checkout .expiration .fRight {width:31%;}
.f_checkout .paymentCC a.whats {float:right; display:block; margin-top:4px; margin-left:10px;cursor: help; color:#0000ff; text-decoration:underline;}
.f_checkout .paymentCC div.wrap {width:65%;overflow:hidden;}

.order {padding-top:10px; font-size:1.083333em;}
#sidebar .order {padding-top:0;}
.tableBlue {}
.order table {width:100%; border-top:1px solid #c0c0c0;}
.order table th {height:33px; overflow:hidden; color:#fff; vertical-align:middle; border-bottom:1px solid #c0c0c0; text-align:left; padding-left:10px; padding-right:8px; background-color:#c0c0c0;}
.order table th:first-child {border-left:1px solid #c0c0c0;}
.order table th.last {border-right:1px solid #c0c0c0;}
.order table tr.even td {background-color:#f5f8fb;}
.order table tr td { height:30px; border-bottom:1px solid #c0c0c0; text-align:left; padding-left:10px; vertical-align:middle;}
.order table tr td:first-child {background-image:none;}
.order ul.subtotal {padding-top:8px; padding-bottom:3px;}
#sidebar .order .subtotal {padding-top:3px; color: #464642;line-height: 18px;}
.order ul.subtotal li, .order .total {overflow:hidden;}
.order ul.subtotal li {line-height:18px; color:#464642;}
.order .total {padding-top:9px; border-top:1px solid #ccd9ea; color:#b10a0d; font-weight:bold; font-size:1.0769em;}
.order em {font-style:normal; float:left;}
.order span {float:right;}
.f_checkout .b_apply {float:right; margin-left:10px;}
.b_apply {background-image:url(../images/b_apply.png); width:51px; height:27px;}
.f_checkout div.bondGarant {margin:0 -14px; background:#eef3f8; padding:7px 14px 10px 14px;}
.f_checkout .terms {padding:7px 0 20px 0;}
.f_checkout input[type="submit"], .acceptTerm {background-image:url(../images/b_acceptTerms.png); width:272px; height:46px;}
.f_checkout input[type="radio"] + span:hover, .f_checkout input[type="checkbox"] + span:hover {cursor:pointer;}
.f_checkout .newAccount {display:none;}
.f_checkout .shippingAddress {padding-top:20px;}
.f_checkout .shippingAddress h3 {font:bold 1.33333em Arial, Helvetica, sans-serif; padding-bottom:7px;}

h2.numGreen {background:url(../images/title_num_green_bg.gif) top repeat-x; font-size:1.33333em; line-height:37px;}
h2.numGreen strong {display:block; height:38px; padding-right:0px; overflow:hidden; color:#0f0f10;}
h2.numGreen em {font-style:normal; color:#fff; font-size:1.125em; display:inline-block; height:38px; width:27px; padding-left:14px; margin-right:10px;}

.f_checkout .divbkgnd {background-color:#eeeeff; margin-top:10px; padding:5px 0 5px 0;}
.f_checkout .fieldbkgnd {background-color:#eeeeff; height:55px; padding:5px 0 5px 0;}

.f_checkout .check label {display:block; float: left; padding-right: 10px; white-space: nowrap;}
.f_checkout .check input {vertical-align:middle;}
.f_checkout .check label span {display:block; height:20px; padding-top:6px; vertical-align:middle;}

.f_checkout .next {width:100%; padding-top:15px; text-align:right; clear:both;}
.f_checkout .next input {border:1px solid #3e6639; background-color:#457340; color:#FFFFFF;}

.f_checkout .valsummary {border:1px solid red; background-color:#FFEEEE; margin:10px 30px 0 30px;}
.f_checkout input.error, .f_checkout select.error, .f_checkout td.error, table.error {border:1px dashed red; background-color:#FFeeee}


/*** END CHECKOUT ***/

