/*
-------
general declarations
-------
*/

body {
background: url(gpx/background.gif) center center repeat-y #F2F2F2;
font-family: Arial, sans-serif;
font-size: 14px;
color: #888;
line-height: 20px;
margin: 0;
padding: 0;
}

ul, h2 {
margin: 0;
padding: 0;
}

h1 {
font-size: 32px;
color: #A7DC16;
line-height: 32px;
margin-top: 0;
}

h2 {
font-size: 28px;
font-weight: normal;
color: #FFF;
}

ul {
list-style: none;
}

ol li {
margin-bottom: 16px;
}

ol.plain_list li {
list-style: disc;
}

ol.first_item li {
margin-top: 16px;
}

.inline {
float: left;
}

.image_frame,
.body_main_large img {
border: 1px solid #CCC;
padding: 3px;
}

input, 
textarea {
border: 1px dotted #BBB;
}


/*
-------
header
-------
*/

#header {
background: url(gpx/header_bg.gif) no-repeat #FFF;
margin: 0 auto;
width: 768px;
height: 152px;
}

#header .logo {
position: relative;
left: 26px;
top: 15px;
}

#logo_container {
margin-right: 14px;
width: 142px;
}

#slogan_container {
margin-top: 35px;
width: 308px;
}

#welcome {
font-size: 12px;
color: #547300;
line-height: 16px;
padding-top: 14px;
width: 246px;
display: block;
}

#nav_container {
border-left: 2px solid #FFF;
margin-top: 36px;
padding-left: 24px;
}

#nav_container li {
background: url(gpx/green_arrow.gif) 0px 5px no-repeat;
padding-left: 10px;
}

#header a { /* may want to define the following link defs in a body id */
text-decoration: none;
color: #547300;
}

#header a:hover {
border-bottom: 1px dotted #666;
}



/*
-------
body
-------
*/

#body {
margin: 0 auto;
width: 768px;
}

#body a {
color: #91C20B;
}

#contact_table .td_title {
text-align: right;
}

.body_main {
padding: 0 24px 0 32px;
width: 406px;
}

.body_main_large {
padding: 0 24px 0 32px;
width: 720px;
}

.body_main_large img {
margin: 0 4px 3px 0;
}

.last_image {
margin-right: 0;
}

.body_sidebar {
background: url(gpx/bodyDiv_vert.gif) no-repeat;
margin-left: 2px;
padding: 12px 16px 0 26px;
width: 262px;
}

.body_sidebar p {
border-top: 1px dotted #CCC;
font-size: 12px;
color: #999;
line-height: 16px;
}

.body_sidebar .logo {
margin: 24px 0 18px 0;
}

.body_sidebar a.modal {
background: url(gpx/modal_icon.gif) 0px 3px no-repeat;
padding-left: 16px;
}

.last_para {
margin-bottom: 60px;
}



/*
-------
footer
-------
*/

#footer_container ul {
margin-left: 16px;
}

#footer_container li {
background: url(gpx/ltGreen_arrow.gif) 0px 4px no-repeat;
margin-left: 20px;
padding-left: 10px;
display: inline;
}


#footer_container a {
font-size: 12px;
}

#footer_container .no_arrow {
background: none;
}
