﻿@charset "utf-8";
@import url(css/boilerplate.css);

@-ms-viewport {
    width: device-width;
    zoom: 1.0;
}

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
    max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
    width: 100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
    clear: both;
    margin-left: 0;
    width: 100%;
    float: left;
    display: block;
}

.fluidList {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

.gridContainer {
    max-width: 980px;
    padding-left: 0.75%;
    padding-right: 0.75%;
    margin: auto;
    clear: none;
    float: none;
    margin-left: auto;
}


body {
    font-family: Arial, Verdana, san-serif;
    font-size: 12px;
    color: #4B5870;
    background-color: #fff;
}

/*
Purple 823e91 Menu
R: 130
G: 62
B: 145 

Turquoise #3ed0ff light cyan 
R: 62
G: 208
B: 255

Pink e9cce2 
R: 233
G: 204
B:226
*/
@import url(../editor.css);

.pnlDemographics .FormControlCol {
    width: 500px;
}

/* scroll to top */
#scrollToPageTop {
    display: none; /* in case JavaScript is disabled */
    position: fixed;
    bottom: 25px;
    right: 25px;
}

    #scrollToPageTop a, #scrollToPageTop a:link {
        display: block;
        color: #fff;
        font-size: 0.9em;
        font-weight: bold;
        text-transform: lowercase;
        background-color: #000;
        opacity: 0.6;
        padding: 8px 25px;
        -moz-transition: opacity 650ms ease;
        -o-transition: opacity 650ms ease;
        -webkit-transition: opacity 650ms ease;
        transition: opacity 650ms ease;
    }

        #scrollToPageTop a:hover {
            opacity: 0.8;
        }

/* NOAH form layout styles */
.FormArea, .FormRow, .FormLabelCol, .FormHelpCol, .FormControlCol, .FormButtons {
    display: inline-block;
}

.FormArea {
    width: 100%;
    max-width: 900px;
}

.FormRow {
    width: 100%;
    margin-top: 6px;
}

.FormLabelCol {
    float: left;
    width: 30%;
}

.FormHelpCol {
    float: left;
        width: 5%;

    display: inline-block;
}

.FormControlCol {
    float: left;
    width: 60%;
}

.FormButtons {
    width: 100%;
    margin-top: 25px;
}

.FormControl {
    width: 100%;
}

.FormButton {
    font-family: Arial, Helvetica, sans-serif;
     font-size: 1em;
    color: #fff;
    line-height: 20px;
    padding: 0 15px 0 15px;
    margin: 0;
    border: 1px solid #823e91;
    /* border radius */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #823e91;
  
}



    /* FormButton, FormButtonSecondary - match dnnPrimaryAction and dnnSecondaryAction styles from boilerplace.css */
    input.FormButton, input.FormButton:active, .FormButton, .FormButton:active, a.FormButton, a.FormButton:active {

        background: #823e91;
        color: #fff !important;
        border: 1px solid #823e91;
    }

        input.FormButton:hover, .FormButton:hover, a.FormButton:hover {
            background: #ab60bb;
            color: #fff;
            border-color: #ab60bb;
        }

input.FormButtonSecondary, input.FormButtonSecondary:active, .FormButtonSecondary, .FormButtonSecondary:active, a.FormButtonSecondary, a.FormButtonSecondary:active, a.FormButtonSecondary:visited {
    background: #43d1fe;
    border: 1px solid #ccc;
    color: #333 !important;
    box-shadow: none;
}

    input.FormButtonSecondary:hover, .FormButtonSecondary:hover, a.FormButtonSecondary:hover {
        background: #85e4fe;
        border-color: #ddd;
        color: #555;
        text-decoration:none;
    }

    .FormButton[disabled], .FormButton[disabled]:hover, .FormButton[disabled]:active, .FormButtonSecondary[disabled], .FormButtonSecondary[disabled]:hover, .FormButtonSecondary[disabled]:active {
        background: #dddddd;
        color: #999;
        cursor: not-allowed;
        text-decoration: none;
        border: 1px solid #dddddd;
    }

.FormHelpImage {
    background-image: url(/images/helpI-icn-grey.png);
    width: 14px;
    height: 13px;
    border-style: none;
}

.EditContact .FormLabelCol {
    width: 200px;
}

.EditContact .FormControl {
    width: 300px;
}

.EditContact .FormArea {
    width: 100%;
}

.RegWizard .FormLabelCol {
    width: 100px;
}

.RegWizard .FormHelpCol {
    width: 25px;
}


.RegWizard .FormControl {
    width: 200px;
}

.RegWizard .FormArea {
    width: 100%;
}

.EditDemographics .FormArea {
    width: 100%;
}

.EditDemographics .FormControl {
    width: 200px;
}

.EditComms .FormControl {
    width: 200px;
}

.EditAddresses .FormControl {
    width: 200px;
}

.EditMembership .FormLabelCol {
    width: 200px;
}

.RadWindow .rwControlButtons li {
    list-style-type: none;
}


table {
    text-align: left;
}

td {
    text-align: left;
}

body, table {
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 12px;
    line-height: 16px;
    color: #000;
}
 
ul, ul li {
    list-style: disc;
}

/* General Layout */
/*--------------------------------------------------*/

.hide {
    display: none;
}

#container {
    height: 100%;
    width: 100%;
    margin: 0 auto;
}


/*  Home Page    */
#Main {
    width: 980px;
    height: auto;
    margin: 0 auto;
}

/* Top area of the Page */
#HeaderArea {
    display: inline-block;
    width: 980px;
}


.top_bar {
    display: block;
    float: right;
    background-color: #4B5870;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 980px;
}

.top_links {
    color: #fff;
    display: block;
    float: right;
    margin-right: 15px;
}

    .top_links a:link, .top_links a:visited, .top_links a:active {
        font-family: Helvetica, Arial, Sans-Serif;
        font-size: 12px;
        font-weight: normal;
        color: #ffffff;
        text-decoration: none;
    }

.top_bar .searchInputContainer {
    float: right;
}

.top_banner {
    font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
    display: block;
    clear: both;
    width: 100%;
    background-color: #fff;
    color: #333;
    height: 100px;
}

    .top_banner a,
    .top_banner a:link,
    .top_banner a:visited,
    .top_banner input {
        font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
        font-size: 20px;
        text-decoration: none;
        color: #333 !important;
    }


.title {
    height: 100px;
    vertical-align: middle;
    float: left;
    font-size: 20px;
    text-align: right;
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
    line-height: 20px;
}


.logotitle img {
    float: left;
    padding-top: 15px;
}

.maintitle {
    display: block;
    position: relative;
    padding-top: 30px;
}

.title .subtitle {
    vertical-align: top;
    font-size: 14px !important;
}

.social-icons {
    height: 100px;
    vertical-align: middle;
    float: right;
    text-align: right;
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
}



/*------------------------------------------------*/
/* SEARCH */
/*------------------------------------------------*/
.search {
    height: 100px;
    vertical-align: middle;
    float: right;
    text-align: right;
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
}

#search a.SearchButton:link,
#search a.SearchButton:visited {
    display: inline-block;
    float: right;
    height: 32px;
    width: 32px;
    margin: 0;
    margin-left: 4px;
    padding: 0;
    background: #61738E url('images/search.png') no-repeat center center;
    text-indent: -9999px;
}



#search a.SearchButton:hover {
    background: url('images/search.png') no-repeat center center, rgb(45,45,45); /* Old browsers */
    background: url('images/search.png') no-repeat center center, -moz-linear-gradient(top, rgba(45,45,45,1) 0%, rgba(86,86,86,1) 100%); /* FF3.6+ */
    background: url('images/search.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,45,45,1)), color-stop(100%,rgba(86,86,86,1))); /* Chrome,Safari4+ */
    background: url('images/search.png') no-repeat center center, -webkit-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Chrome10+,Safari5.1+ */
    background: url('images/search.png') no-repeat center center, -o-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Opera 11.10+ */
    background: url('images/search.png') no-repeat center center, -ms-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* IE10+ */
    background: url('images/search.png') no-repeat center center, linear-gradient(to bottom, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* W3C */
}

#dnn_dnnSearch_txtSearch {
    display: block;
    float: left;
    width: 160px;
    height: 32px;
    padding: 0 5px 0 10px;
    margin: 0;
    background-color: transparent;
    border: 1px solid;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    border-left: 1px solid #ddd;
    color: #000;
    line-height: 32px;
    font-size: 11px;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

    #dnn_dnnSearch_txtSearch:active, #dnn_dnnSearch_txtSearch:focus {
        background: #ccc;
        box-shadow: inset 0px 3px 8px #999;
    }


nav {
    display: block;
    width: 100%;
    float: left;
    min-height: 50px;
    background-color: rgb( 130, 62, 145);
}

    nav ul {
        margin: 0;
        padding: 0;
    }


#scrollTop {
    display: none; /* in case javascript disabled */
    position: fixed;
    bottom: 5%;
    left: 5%;
}

    #scrollTop a {
        display: block;
        width: 30px;
        height: 67px;
        background-image: url(images/BackToTop24.gif);
        background-repeat: no-repeat;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        -webkit-background-size: 100%;
        background-size: 100%;
    }


#HeaderLeft {
    float: left;
    height: 220px;
    width: 325px;
    background-image: url(images/ASCCP_Home2_02.jpg);
    background-repeat: no-repeat;
}

#LeftFiller {
    float: left;
    height: 210px;
    width: 25px;
    z-index: 1;
}

#BodyArea {
    background-color: #fff;
    padding-top: 10px;
}

#InsideHeader {
    float: left;
    width: 850px;
    background-color: #e0e0e0;
    color: #575757;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    padding: 15px 0 15px 5px;
}

#InsideHeaderHome {
    float: left;
    width: 80px;
    background-color: #d1d1d1;
    text-align: center;
    margin-left: 2px;
    padding: 15px 0 15px 0;
}

#InsideMenu {
    float: left;
    position: relative;
    width: 18%;
    min-height: 5px;
}

#InsideContent {
    float: left;
    width: 80%;
    margin-left: 2%;
}

.InsideContentPane {
    float: left;
    display: block;
    width: 715px;
}

.InsidePaneLarge {
    float: left;
    display: block;
    width: 465px;
}

.InsidePaneSmall {
    float: left;
    display: block;
    width: 235px;
}

.InsideLeftContentPane {
    float: left;
    min-height: 400px;
    height: auto !important;
    height: 400px;
    width: 200px;
}

.InsidePaneColumn1 {
    float: left;
    min-height: 400px;
    height: auto !important;
    height: 400px;
    width: 345px;
}

.InsidePaneColumn2 {
    float: left;
    min-height: 400px;
    height: auto !important;
    height: 400px;
    width: 345px;
}

.WideContentPane {
    float: left;
    min-height: 400px;
    height: auto !important;
    height: 400px;
    width: 945px;
}

.WidePane1 {
    float: left;
    min-height: 400px;
    height: auto !important;
    height: 400px;
    width: 300px;
}

.WidePane2 {
    float: left;
    min-height: 400px;
    height: auto !important;
    height: 400px;
    width: 300px;
}

.WidePane3 {
    float: left;
    min-height: 400px;
    height: auto !important;
    height: 400px;
    width: 300px;
}

.WidePane1Third {
    float: left;
    min-height: 400px;
    height: auto !important;
    height: 400px;
    width: 300px;
}

.WidePane2Thirds {
    float: left;
    min-height: 400px;
    height: auto !important;
    height: 400px;
    width: 615px;
}

.WidePaneHalf {
    float: left;
    min-height: 400px;
    height: auto !important;
    height: 400px;
    width: 460px;
}

.HomeContentPane {
    float: left;
    min-height: 200px;
    height: auto !important;
    height: 200px;
    width: 315px;
}

.HomeRightPane {
    float: left;
    height: auto;
    width: 605px;
}

.HomeColumnArea {
    width: 980px;
    height: auto;
    padding-top: 6px;
}

.HomeColumn1 {
    height: 100%;
    width: 300px;
    vertical-align: top;
}

.HomeColumn2 {
    height: 100%;
    width: 300px;
    padding-left: 10px;
    vertical-align: top;
}

.HomeColumn3 {
    height: 100%;
    width: 275px;
    padding-left: 10px;
    vertical-align: top;
}

.Separator {
    height: 10px;
    width: 20px;
    float: left;
}

.SeparatorSmall {
    height: 1px;
    width: 5px;
    float: left;
}

#FooterAreaSmall {
    width: 100%;
    clear: both;
    display: inline-block;
    margin: 0 auto;
    border-top: 2px solid #1b6c99;
}

#RulesLine {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    clear: both;
    background-color: #4B5870;
}

.bottom_text {
    font-weight: normal;
    font-size: 12px;
    color: #ffffff;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
}

    .bottom_text td {
        color: #ffffff !important;
    }

    .bottom_text a {
        font-family: Helvetica, Arial, Sans-Serif;
        font-size: 12px;
        font-weight: normal;
        color: #ffffff !important;
        text-decoration: none;
    }

        .bottom_text a:active {
            text-decoration: underline;
        }

.ControlPanel {
    height: 1%;
    width: 980px !important;
    text-align: center;
    margin: 0 auto;
}

.Footer {
    width: 100%;
    padding-top: 10px;
    float: left;
    background-color: #4B5870;
}

/* links 
a:link, a:active {
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    color: #1b6c99;
    text-decoration: none;
}

a:visited {
    color: rgb( 130, 62, 145);
}

a:hover {
    text-decoration: underline;
}
*/
.Normal {
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    color: #000;
}

.NormalDisabled {
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    color: Silver;
}

.NormalBold {
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
}

.NormalRed {
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
}

.NormalWhite {
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 12px;
    color: #fff;
}

.NormalTextBox {
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 12px;
    color: #000;
    font-weight: normal;
}

.SkinObject {
    font-size: 12px;
    font-style: normal;
    color: #ffffff;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration: none;
    font-style: normal;
    color: #ffffff;
}

A.SkinObject:visited {
    text-decoration: none;
    font-style: normal;
    color: #ffffff;
}

A.SkinObject:hover {
    text-decoration: underline;
    font-style: normal;
    color: #ffffff;
}

A.SkinObject:active {
    text-decoration: underline;
    font-style: normal;
    color: #ffffff;
}


/* Main Page content panes */
.header_pane {
    float: left;
    width: 100%;
    margin: 0 auto;
}

.pWidePane {
    width: 100%;
}

.widePane {
    width: 100%;
}

.halfPane {
    width: 50%;
    clear: none;
}

.thirdPane {
    width: 33%;
    clear: none;
}

.quarterPane {
    width: 25%;
    clear: none;
}

.largePane {
    width: 75%;
    clear: none;
}

/* Inside Page content panes 780 */

.insidewidePane {
    width: 100%;
}
.insidewidePaneRG {
    width: 90%;
    clear: none;
}
.RightGutter {
    width: 10%;
    clear: none;
}
.insidehalfPane {
    width: 50%;
    clear: none;
}

.insidethirdPane {
    width: 33.333%;
    clear: none;
}

.insidequarterPane {
    width: 25%;
    clear: none;
}

.insidelargePane {
    width: 75%;
    clear: none;
}
