
/*
from 'colors.php':
    $color_green = 'A3FF00' ;
    $color_greenDk = '619900' ;
    $color_greenBd = '88B23F' ;

    $color_orange = 'FF9000' ;
    $color_orangeBd = 'FFAB3F' ;
*/


/*****************************************
 * Palette:

  r   g   b name            hex
--- --- --- --------------- -------
 82  46   0 darkpoo         #522e00
168  95   0 caramel         #a85f00
255 144   0 construction    #ff9000
255 189 102 creamsicle      #ffbd66
255 233 204 chiffon         #ffe9cc
255 250 242 lemonice        #fffaf2
  0   3  82 abyss           #000352
  0   6 168 bluehole        #0006a8
  0   8 255 azores          #0008ff
102 107 255 serena          #666bff
204 206 255 overcast        #ccceff
242 243 255 frost           #f2f3ff
 52  82   0 greenman        #345200
107 168   0 leafy           #6ba800
163 255   0 radium          #a3ff00
199 255 102 keylime         #c7ff66
218 255 153 julep           #daff99
251 255 242 ghostplant      #fbfff2

 *****************************************
 */


* {
    font-family: georgia, times, serif ;
}

body {
    background-color: #ccc ;
    margin: 0px auto;
    color: #000 ;
    font-size: 14px ;
	text-align: center;
}

article { display: block; }

#page-container {
    background: url(page_bg.gif) #fff ;
    background-position: top;
    background-repeat: repeat-x;
}

#page-center-container {
    width: 960px ; margin: auto ;
    background: url(main_bg.gif) #619900;
    background-position: top;
    background-repeat: repeat-x;
}

#page-center-container-l2 {
    margin: 0px 50px;
	text-align: left;
}

#banner-img {
    border: 0px;
    padding: 0;
    margin: 0;
    margin-bottom: -10px;
}

#nav-container {
    background: url(button_bg.gif);
    background-position: center;
    padding: 0;
    margin: 0;
}

#bottom-container {
    padding: 20px 0px;
    padding-bottom: 20px;
    margin-top: 0px;
    border-top: 1px solid #ccc;
}

#bottom-container-l2 {
    color: #666;
    text-align: center;
}

#footer-container {
    background: url(bottom_bg.gif);
    background-position: top; 
    background-repeat: repeat-x;
}

#footer-container-l2 {
    width: 960px;
    margin: auto;
}

#footer-container-l3 {
    padding: 15px;
    color: #666;
}

#colophon-container {
    font-size: 12px;
    padding-top: 10px;
}

body, li, div, p, td {
    line-height: 23px ;
}

li {
	list-style-position: outside;
	margin-left: 10px;
	list-style-type: square;
	padding-bottom: 15px;
}

/*ul {
	margin-left: 30px;
}
*/
table {
    border-collapse: collapse ;
}

td {
    font-size: 12px ;
}

form {
    margin: 0px ;
    padding: 0px ;
}

input, select, option, textarea, button {
    font-size: inherit;
    font-family: inherit;
}

a.link_white:link, a.link_white:visited, a.link_white:active {
    color: #ffffff ;
    text-decoration: none ;
}

a.link_white:hover {
    text-decoration: underline ;
}

h1 {
    font-size: 32px ;
    font-weight: normal ;
    letter-spacing: -2px ;
    color: #619900;
    margin-top: 0px ;
}

h2 {
    font-size: 24px ;
    font-weight: normal ;
    letter-spacing: -1px ;
    line-height: 28px ;
    color: #619900;
    margin-top: 0px ;
	margin-top: 20px;
}

h2.orange {
	color: #ff9000;
}

.home-intro-bottom {
	text-align: right;
	float: right;
}

h4.mission {
	text-align: justify;
	font-size: 17px;
	font-weight: normal;
}

.randm {
    font-size: 22px ;
    letter-spacing: -1px ;
    color: #ff9000;
	clear: both;
}

#break1, #break2, #break3, #break4 { clear: both; }

#spacer {
	width: 1px;
	height: 1px;
	margin-bottom: 40px;
}

h3, .inline_h {
    font-size: 16px ;
    font-weight: bold ;
    letter-spacing: -1px ;
    color: #619900;
}

a.link_gray:link, a.link_gray:visited, a.link_gray:active {
    color: #666 ;
    text-decoration: none ;
}

a.link_gray:hover {
    text-decoration: underline ;
}

#content {
    background: #fff ;
    padding: 20px ;
}

a.button:link, a.button:active, a.button:visited, a.button:hover {
    background-image: url(button_bg.gif) ;
    background-position: center ;
    display: block ;
    text-align: center ;
    font-size: 24px ;
    letter-spacing: -1px ;
    line-height: 28px ;
    text-decoration: none ;
    color: #fff ;
    padding: 10px 20px ;
    border-left: 1px solid #ffab3f;
    border-right: 1px solid #ff9000;
}

a.button:hover {
    background-image: url(button_up.gif) ;
    border-left: 1px solid #88b23f;
    border-right: 1px solid #619900;
}

a:link {
    color: #619900;
}

a:active, a:visited {
    color: #666 ;
}

a:hover {
    color: #ff9000;
}

.clear {
    clear: both;
}

.column-left {
    width: 50%;
    float: left;
}

.column-left-inner {
    padding-right: 20px;
    border-right: 1px solid #ccc;
}

.column-right {
    width: 50%;
    float: right;
}


.column-right-inner {
    padding-left: 20px;
}


.MB_green {
    border: 1px solid #619900;
    background: #fff ;
    padding: 1px ;
}

.MH_green {
    background: url(button_up.gif) ;
    background-position: center ;
    color: #fff ;
    font-size: 24px ;
    letter-spacing: -1px ;
    line-height: 28px ;
    padding: 10px 15px ;
}

.MB_orange {
    border: 1px solid #ff9000;
    background: #fff ;
    padding: 1px ;
}

.MH_orange {
    background: url(button_bg.gif) ;
    background-position: center ;
    color: #fff ;
    font-size: 24px ;
    letter-spacing: -1px ;
    line-height: 28px ;
    padding: 10px 15px ;
}

.MC {
    padding: 15px ;
}

.img_green {
    border: 1px solid #619900;
    background: #fff ;
    padding: 1px ;
}

.img_orange {
    border: 1px solid #ff9000;
    background: #fff ;
    padding: 1px ;
}

#panel_L {
	width: 275px;
    border-right: 1px solid #619900;
	padding-right: 15px;
	margin-right: 15px;
	float: left;
}

#panel_R {
	width: 275px;
	float: right;
	clear: right;
}

.panel_img {
	float: right;
	border: 1px solid #619900;
	padding: 1px;

}

.panel_img {
	float: right;
	border: 1px solid #619900;
	padding: 1px;
	margin-left: 10px;
}

.panel_button {
    background: url(button.png);
	background-repeat: no-repeat;
	width: 206px;
	height: 36px;
	display: block;
    background-position: center ;
    color: #fff ;
    font-size: 22px ;
    letter-spacing: -1px ;
    line-height: 37px ;
	text-align: center;
	margin-top: 19px;
	margin-left: 34px;
}

#learn_more {
	margin-top: 0px;
	border-top: 1px solid #ff9000;
	padding-top: 15px;
}

.img_left {
	float: left;
	padding-right: 5px;
}


/*
body {
    font-family: Arial, Univers, condensed;
    font-size: 15px;
    line-height: 27px;
    color: #522e00;
    background: #fffaf2 url('page_back.png') 0 0 repeat-x;
}

p {
    text-indent: 2em;
    font-size: 15px;
    line-height: 27px;
    padding: 1em;
}

p:first-letter {
    font-size: 1.2em;
    font-family: 'Trebuchet MS', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Trebuchet MS', sans-serif;
}

h1 {
    font-size: 63px;
    line-height: 99px;
}

h2 {
    font-size: 27px;
    line-height: 54px;
}


a {
    text-decoration: none;
    color: #000352;
    background: inherit;
}

a:hover {
    color: #fff;
    background: #000352;
}

a:visited {
    color: #345200;
    background: inherit;
}

a:visited:hover {
    color: #0006a8;
    background: inherit;
    text-decoration: underline;
}

input, textarea {
    color: #000352;
    background: #fff;
    border: 1px solid #6ba800;
    padding: 0.5em;
}

input[type='submit'] {
    border-top: 3px solid #6ba800;
    border-left: 3px solid #6ba800;
    border-right: 3px solid #345200;
    border-bottom: 3px solid #345200;
    font-size: 1.2em;
    font-weight: bold;
}

*/


/*========== ids and classes ===============*/

.inline {display: inline;}
.inline * {display: inline;}
.block {display: block;}
.none {display: none;}
.hidden {visibility: hidden;}


input.activated, textarea.activated {
    background: #daff99;
}

/* used by FormEncode */
span.error-message, span.required {
    font-weight: bold;
    color: #f00;
}


/*
#heading {
    width: 80%;
    margin: 1% 10% 0 10%;
    border-right: 2px solid #6ba800;
    border-left: 2px solid #6ba800;
    border-top: 2px solid #6ba800;
}

#banner-main {
    color: transparent;
    background: transparent url('banner_back.png') 0 0 repeat-x;
    height: 60px;
    width: 100%;
}

#banner-main h1 {
    padding: 30px 0;
    font-size: 0px;
    line-height: 0px;
    color: transparent;
    width: 100%;
}

#banner-main h1 a {
    color: transparent;
    text-decoration: none;
    font-size: 0px;
    line-height: 0px;
    padding: 28px 237px 30px 238px;
    background: transparent url('banner_main.png') 0 0 no-repeat;
}

.nav-main {
    color: #000;
    background: transparent url('navbar_fill.jpg') 0 0 repeat-x;
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: bold;
    text-align: left;
    padding: 10px 0 10px 0;
    height: 20px;
    margin: 0;
    width: 100%;
}

.nav-main li {
    display: inline;
    padding: 10px 20px;
    background: transparent;
}

.nav-main a {
    line-height: 20px;
    text-decoration: none;
}

.nav-main a:hover {
    color: #345200;
    background: #fbfff2;
}

.nav-cap {
    visibility: hidden;
    font-size: 2px;
    padding: 18px 10px;
}

.nav-left {
    background: transparent url('navbar_left.jpg') 0 0 no-repeat;
}

.nav-right {
    background: transparent url('navbar_right.jpg') 0 0 no-repeat;
}

#body-main {
    width: 80%;
    height: 100%;
    margin: 0 10% 0 10%;
    border-right: 2px solid #a85f00;
    border-left: 2px solid #a85f00;
    border-bottom: 2px solid #a85f00;
    background: #fff;
}

.content {
    width: 80%;
    height: 100%;
    padding: 2em 1em 1em 1em;
    margin: 0 10% 10% 10%;
}

.posting-meta {
    font-size: 0.5em;
    font-style: oblique;
    color: #999;
}

.posting-meta:before {
    content: '['
}

.posting-meta:after {
    content: ']'
}

#info-top {
    visibility: hidden;
}
    
#info-bottom {
    font-size: 0.9em;
    line-height: 1.2em;
    font-family: condensed;
    text-align: center;
    background: transparent;
    padding: 0.5em;
}
*/

