﻿/* 
* {margin:0; padding:0px;}

body {
	margin: auto;
	background-image: url('../website_images/naa_logo.png');
	background-repeat: repeat;
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;	
	color: #191635;
	text-align: center;
}

a {
    color:#191635;
    text-decoration: none;
}

a:hover {
     color:#F00; 
     text-decoration:none; 
     cursor:pointer;  
}

a, img {
    border:none;
}

p {
	padding-top:15px;
	padding-bottom:15px;
}

*/

select {
   text-align:center;
	font-size:18px;
   font-family:Arial, Helvetica, sans-serif;
}

@font-face {
	font-family: Bankgothic Md BT;
	src:url(../files/bankgothicbt-medium.otf)
}

@font-face {
	font-family: Bankgothic Md BT;
	src:url(../files/bankgothicbt-medium.ttf)
}

@font-face {
	font-family: Bankgothic Md BT;
	src:url(../files/bankgothicbt-medium.eot)
}

title_header {
	font-family:Bankgothic Md BT,Arial, Helvetica, sans-serif; 
	font-size:20px;
	color:#191635;
}

paragraph_title {
	font-family:Bankgothic Md BT, Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#191635;
}

.paragraph_title {
	font-family:Bankgothic Md BT, Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#191635;
}

parts {
	font-family:Bankgothic Md BT, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#191635;
}


specs {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#191635;
}

small_font {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#191635;
}

name_font {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#191635;
}

donation_font {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#191635;
}

#wrapper { 
	width:1080px;
	margin-left:auto;
	margin-right:auto; 
}

#headerlogo {
	height:225px;
	width:1080px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#titleframe {
	height:40px;
	width:1080px;
	margin-left:auto;
	margin-right:auto;
}

#title {
	height:auto;
	width:1080px;
	margin-left:auto;
	margin-right:auto;
}

#menu {
	height:30px;
	width:1080px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
}

#left_sidebar {
	width:180px; 
	padding:10px; 
	float:left; 
	margin:5px 5px;
	background-color:#666;
	border:5px solid;
	border-color:#ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
}
#main_content {
	width:600px; 
	padding:10px;
	float:left; 
	margin:5px 5px;
	background-color:#ccc;
	border:5px solid;
	border-color:#666;
	}
#right_sidebar {
	width:180px; 
	padding:10px; 
	float:left; 
	margin:5px 5px;
	background-color:#666;
	border:5px solid;
	border-color:#ccc;
	}
#support_team {
	width:140px; 
	padding:10px; 
	float:left; 
	margin:5px 5px;
	background-color:#ccc;
	border:2px solid;
	border-color:#191635;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}	
	
#footer {
	width:1080px; 
	height:auto;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

#video {
	width: 600px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
}

#container { 
    width: 1000px;
    height: 800px;
    margin-left: -500px; /* Half of width */
    margin-top: -400px; /* Half of height */
    position: absolute; left: 50%; top: 50%;
}

    margin-top: -400px; /* Half of height */
    position: absolute; left: 50%; top: 50%;
}

#ad {
	padding-bottom:15px;
}

span.tooltip {
    	position: relative;
}

span.tooltip a span {
    	display: none;
}

span.tooltip a:hover {
    	font-size: 99%;
    	color: #000000;
}

span.tooltip a:hover span { 
    display: block; 
    position: absolute; 
    right:0;
    margin-top: 10px; 
    margin-left: -10px; 
	width: 250px; padding: 5px; 
    z-index: 100; 
    color: #000000; 
    background: #FFFFFF	; 
    font: 12px "Arial", sans-serif;
    text-align: left; 
    text-decoration: none;
    border:1px silver solid;
}

.instructions-text 
    {
	color: darkblue;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
    }
    
.instructions-minortext 
    {
	color: darkblue;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	}
	
.instructions-err 
	{
	color: #A95106;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	}
	
.instructions-minorerr 
	{
	color: #A95106;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	}
.TableCentered
{
    display: table;
    margin: 0 auto;
}
.Title
{
    display: table-caption;
    text-align: center;
    font-weight: bold;
    font-size: larger;
}
.Heading
{
    display: table-row;
    font-weight: bold;
    text-align: center;
}
.Row
{
    display: table-row;
    padding:2px;
}
.Cell
{
    display: table-cell;
    border:none;
    border-color:black;
    border-width: thin;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align:top;
    text-align:left;
    padding:2px;
    position:relative;
}
.CellThinBorder
{
    display: table-cell;
    border:thin gray solid;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align:top;
    text-align:left;
}

.BlueButton
{
        border-radius: 50px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
        -moz-border-radius: 40px;
        -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
        -webkit-border-radius: 40px;
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
        color: #fff;
        cursor: pointer;
        float: left;
        font-size: 16px;
        font-weight: bold;
        margin-right: 2px;
        padding: 5px 15px;
        text-decoration: none;
        background-color: darkblue;
}

.BlueButton:disabled
{
        border-radius: 50px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
        -moz-border-radius: 40px;
        -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
        -webkit-border-radius: 40px;
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
        color: #fff;
        cursor: pointer;
        float: left;
        font-size: 16px;
        font-weight: bold;
        margin-right: 2px;
        padding: 5px 15px;
        text-decoration: none;
        background-color: lightgray;
}

.MaroonButton
{
        border-radius: 50px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
        -moz-border-radius: 40px;
        -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
        -webkit-border-radius: 40px;
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
        color: #fff;
        cursor: pointer;
        float: left;
        font-size: 16px;
        font-weight: bold;
        margin-right: 2px;
        padding: 5px 15px;
        text-decoration: none;
        background-color: maroon;
}

.RegistrationButton
{
        border-radius: 50px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
        -moz-border-radius: 40px;
        -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
        -webkit-border-radius: 40px;
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
        color: #fff;
        cursor: pointer;
        float: left;
        font-size: 16px;
        font-weight: bold;
        margin-right: 20px;
        padding: 5px 15px;
        text-decoration: none;
        background-color: darkblue;
}
.RegistrationButton:disabled
{
        border-radius: 50px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
        -moz-border-radius: 40px;
        -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
        -webkit-border-radius: 40px;
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
        color: #fff;
        cursor: pointer;
        float: left;
        font-size: 16px;
        font-weight: bold;
        margin-right: 20px;
        padding: 5px 15px;
        text-decoration: none;
        background-color: lightgray;
}
.NewRegistrationInputTextBox
{
    height:20px;
    background-color:white;
    border-style:solid;
    border-width:thin;
    border-color:green;
    border-radius: 10px;
    font-size: 14px;
	font-family: inherit;
	color: inherit;
	text-align: left;
    padding:2px 2px 2px 8px;
    outline:none;
}
.NewRegistrationSelectList
{
    height:25px;
    background-color:white;
    border-style:solid;
    border-width:thin;
    border-color:green;
    border-radius: 10px;
    font-size: 14px;
	font-family: inherit;
	color: grey;
	text-align: left;
    padding:2px 2px 2px 4px;
    outline:none;
}

.NewRegistrationInputTextArea
{
    height:50px;
    background-color:white;
    border-style:solid;
    border-width:thin;
    border-color:green;
    border-radius: 10px;
    font-size: 14px;
	font-family: inherit;
	color: inherit;
	text-align: left;
    padding:2px 2px 2px 4px;
    outline:none;
}

.RegistrationInputTextBox
{
    height:20px;
    background-color:white;
    border-style:solid;
    border-width:thin;
    border-color:gray;
    font-size: inherit;
	font-family: inherit;
	color: inherit;
	text-align: left;
    padding:0px 0px 0px 4px;
}
.RegistrationInputTextArea
{
    background-color:white;
    border-style:solid;
    border-width:thin;
    border-color:gray;
    font-size: inherit;
	font-family: inherit;
	color: inherit;
	text-align: left;
    padding:0px 0px 0px 4px;
}
.RegistrationSelectList
{
    background-color:white;
    border-style:solid;
    border-width:thin;
    border-color:gray;
    font-size: inherit;
	font-family: inherit;
	color: inherit;
	text-align: left;
    padding:0px 0px 0px 4px;
}
.ResponseDivInputTextBox
{
    display:inline-block; 
    width:200px; 
    color:red
}
.RegistrationFont
{
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;	
	color: #191635;
}
.form_small {
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;	
	color: #191635;
	text-align: left;
}
.FormButton
{
        border-radius: 50px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
        -moz-border-radius: 40px;
        -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
        -webkit-border-radius: 40px;
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
        color: #fff;
        cursor: pointer;
        /* float: left; */
        font-size: 16px;
        font-weight: bold;
        margin-right: 20px;
        padding: 5px 15px;
        text-decoration: none;
        background-color: darkblue;
}
.FormButton:disabled
{
        border-radius: 50px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
        -moz-border-radius: 40px;
        -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
        -webkit-border-radius: 40px;
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
        color: #fff;
        cursor: pointer;
        float: left;
        font-size: 16px;
        font-weight: bold;
        margin-right: 20px;
        padding: 5px 15px;
        text-decoration: none;
        background-color: lightgray;
}
.FormInputTextBox
{
    height:20px;
    background-color:white;
    border-style:solid;
    border-width:thin;
    border-color:gray;
    font-size: inherit;
	font-family: inherit;
	color: inherit;
	text-align: left;
    padding:0px 0px 0px 4px;
}
.FormInputTextArea
{
    background-color:white;
    border-style:solid;
    border-width:thin;
    border-color:gray;
    font-size: inherit;
	font-family: inherit;
	color: inherit;
	text-align: left;
    padding:0px 0px 0px 4px;
}
.FormSelectList
{
    background-color:white;
    border-style:solid;
    border-width:thin;
    border-color:gray;
    font-size: inherit;
	font-family: inherit;
	color: inherit;
	text-align: left;
    padding:0px 0px 0px 4px;
}
.FormFont
{
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;	
	color: #191635;
}
.ShoppingCartHeader {
	font-size: small;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
	background-color:#CCCCCC;
	padding: 2px 5px 2px 5px;
	background-color:silver;
}
.ShoppingCartItemDescription {
	font-size: small;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	vertical-align:top;
	padding: 5px 5px 5px 5px;
	border-bottom:thin silver solid;
	background-color:white;
}
.ShoppingCartInputBox {
	font-size: small;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	vertical-align:top;
	padding: 5px 1px 5px 1px;
	border-bottom:thin silver solid;
}

.ShoppingCartItemNumber {
	font-size: x-small;
}
.ShoppingCartPopUp {
	background-color:silver;
	background-image:none;
}
.ShowLink {
  text-decoration:underline;
}
.ThinButton {
        border-radius: 30px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
        -moz-border-radius: 30px;
        -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
        -webkit-border-radius: 30px;
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
        color: #fff;
        cursor: pointer;
        float: left;
        font-size: 16px;
        font-weight: bold;
        margin-right: 10px;
        padding: 0px 10px;
        text-decoration: none;
        background-color: darkblue;
}

.full_content {
	padding:10px;
	margin:5px 5px;
	background-color:#ccc;
	border:5px solid;
	border-color:#666;
	text-align:center;
	}
	
.GOH_certificate {
	padding:10px;
	margin:auto;
	background-color:#e3dac9;
    border-radius: 30px;
	border:5px solid;
	border-color:#556B2F;
	color:#556B2F;
	}

