﻿/* DEFAULTS
----------------------------------------------------------*/

body {
   background: #eeeeee;
   font-size: .75em;
   font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
   margin: 0px;
   padding: 0px;
   color: #000000;
}

a:link, a:visited {
   color: #6f4d42;
}

a:hover {
   color: #6f4d42;
   text-decoration: none;
}

a:active {
   color: #6f4d42;
}

p {
   margin-bottom: 10px;
   line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
   font-size: 1.5em;
   color: #000099;
   font-variant: small-caps;
   text-transform: none;
   font-weight: 200;
   margin: 0px;
}

h1 {
   font-size: 2.0em;
   font-weight: 600;
   padding: 0px;
}

h2 {
   font-size: 1.5em;
   font-weight: 600;
}

h3 {
   font-size: 1.2em;
   font-weight: 600;
}

h4 {
   font-size: 1.1em;
}

h5, h6 {
   font-size: 1em;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
   color: #666666;
   width: 1275px;
   background-color: #ffffff;
   margin: 20px auto 0px auto;
   /*border: 1px solid #000000;*/
}

.footer {
   color: #6f4d42;
   padding: 8px 0px 0px 0px;
   margin: 0px auto;
   text-align: center;
   line-height: normal;
}

.rbClearButton {
   background-color: transparent !important;
   border: none !important;
   color: #000 !important; /* optional, depending on the background */
}
