html,body {
	background-color: white;
	padding: 0;
	margin: 0;
	height: 100%;
}

* {
    font-family: verdana, sans-serif;
    color: black;
    font-size: 12pt;
}

h1 {
    font-size: 17pt;
    font-weight: normal;
    font-family: "Helvetica Neue", "Century Gothic", verdana, sans-serif;
    color: #555;
}

h2 {
    font-size: 17pt;
    font-weight: normal;
    font-family: "Helvetica Neue", "Century Gothic", verdana, sans-serif;
    color: #555;
}

h2.alternate {
    font-size: 13pt;
    font-weight: normal;
    font-family: verdana, sans-serif;
    color: black;
}

.header h1 {
    font-size: 29pt;
    font-weight: normal;
    font-family: "Helvetica Neue", "Century Gothic", verdana, sans-serif;
    white-space: nowrap;
    color: black;
    margin: 0;
}

.header h2 {
    font-size: 18pt;
    font-weight: normal;
    font-family: "Helvetica Neue", "Century Gothic", verdana, sans-serif;
    white-space: nowrap;
    color: black;
}

.siteName {
    font-size: 29pt;
    font-weight: normal;
    font-family: "Helvetica Neue", "Century Gothic", verdana, sans-serif;
    white-space: nowrap;
    margin: 0;
}

.tagLine {
    font-size: 18pt;
    font-weight: normal;
    font-family: "Helvetica Neue", "Century Gothic", verdana, sans-serif;
    white-space: nowrap;
    margin-top: 19px;
}

table.main {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}

table.main td {
    padding: 0px;
    margin: 0px;
    text-align:left;
    vertical-align: top;
}

table.main tr {
	padding: 0px;
    margin: 0px;
}

.header {
    margin-top: 36px;
    margin-left: 60px;
    padding-bottom: 227px;
}

.tdspacer {
    width: 60px;
}

table.navbar {
    width: 100%;
    padding: 0px;
    margin: 0px;
    background-color: #EBE7B4;
    border-collapse: collapse;
}

table.navbar td {
    padding: 0px;
    margin: 0px;
    text-align:left;
}

table.navbar tr {
	padding: 0px;
    margin: 0px;
}

a:link {
    text-decoration : none;
    color: #0B0;
    background: transparent;
    font-weight: normal;
}

a:visited {
    text-decoration : none;
    color: #0B0;
    background: transparent;
    font-weight: normal;
}

a:hover {
    text-decoration: underline;
    color: #0B0;
    background: transparent;
    font-weight: normal;
}

a:active {
    text-decoration : none;
    color: #0B0;
    background: transparent;
    font-weight: normal;
}

a.mini:link {
    text-decoration : none;
    color: green;
    background: transparent;
    font-size: 8pt;
    font-weight: bold;
}

a.mini:visited {
    text-decoration : none;
    color: green;
    background: transparent;
    font-size: 8pt;
    font-weight: bold;
}

a.mini:hover {
    text-decoration: underline;
    color: green;
    background: transparent;
    font-size: 8pt;
    font-weight: bold;
}

a.mini:active {
    text-decoration : none;
    color: green;
    background: transparent;
    font-size: 8pt;
    font-weight: bold;
}

img {
    border: 0;
}

.apple {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 50px;
}

#container {
    min-height: 100%;
    position: relative;
}

.content {
    padding-top: 36px;
    text-align: left;
    margin: 40px;
    padding-bottom: 36px;
}

.footer {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 16px;
    font-size: 8pt;
    margin: 10px; 
    font-family: verdana, sans-serif;
    background-color: white;
}

a.nav:link, a.nav:visited, a.nav:hover, a.nav:active {
    text-decoration: underline;
    color: #0B0;
}

a.nav div {
    font-family: "Helvetica Neue", "Century Gothic", verdana, sans-serif;
    font-size: 15pt;
    font-weight: normal;
    padding: 6px 30px;
    text-align:center;
}

a.nav div:hover {
    background-image: url('rnd-yel.gif');
    background-position: top right;
    color: #0B0;
}

a.nav_selected:link, a.nav_selected:visited, a.nav_selected:hover, a.nav_selected:active {
    text-decoration: none;
    color: #0B0;
}

a.nav_selected div:hover {
    background-image: url('rnd-yel.gif');
    background-position: top right;
}

a.nav_selected div {
    font-family: "Helvetica Neue", "Century Gothic", verdana, sans-serif;
    background-image: url('rnd-white.gif');
    background-position: top right;
    padding: 6px 30px;
    font-size: 15pt;
    font-weight: normal;
    text-align:center;
}

@media only screen and (max-width: 680px) {
    * {
        font-size: 20px;
    }
    body {
        background-color: #EBE7B4;
    }
    .main {
        background-color: white;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 22px;
        margin:0;
        padding-bottom:20px;    
    }
    h2.alternate {
        font-size: 21px;
    }
    .service_list * {
        font-size: 18px;
    }
    .header_desktop, .tdspacer {
        display: none;
    }
    .header_mobile {
        display: block !important;
    }
    .header {
        margin:0;
        padding-top: 15px;
        padding-left: 20px;
        padding-bottom: 0px;
        background-color: white;
    }
    img {
        max-width: 300px;
    }
    #contact_table * {
        font-size: 15px;
    }
    input[type='text'], input[type='number'], textarea {
        max-width: 180px;
        font-size: 16px !important;
    }
    .tdspacer {
        width: 0px;
    }
    a.nav div, a.nav_selected div { 
        padding: 6px 10px;
    }
    .email_nav {
        display: none;
    }
    
    .content {
        margin: 20px;
        padding-top: 6px;
    }
    .apple {
        position: static;
    }
    .footer a.mini {
        font-size: 7pt;
    }
    .footer {
        position: static;
        font-size: 7pt;
        margin: 0;
        padding: 8px;
        background-color: #EBE7B4;
        height: auto;
    }
    .tagLine, .header h2 {
        font-size: 25px;
        margin-top: 2px;
    }    
}


@media only screen and (max-width: 320px) {
    a.nav div, a.nav_selected div { 
        padding: 6px 4px;
        font-size: 15px;
    }
    img {
        max-width: 284px;
    }
    .header h1, .siteName {
        font-size: 32px;
    }
    .service_list * {
        font-size: 16px;
    }
    .header h2, .tagLine {
        font-size: 20px;
        margin:0;
        padding-bottom:6px;    
    }
    h2.alternate {
        font-size: 17px;
    }
    #contact_table * {
        font-size: 13px;
    }
    input[type='text'], input[type='number'], textarea {
        max-width: 144px;
    }
    .footer, .footer a.mini  {
        font-size: 6pt;
    }
}