﻿/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* GeoStats Website CSS Styles */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

h1{
	text-align: left;
	/* margin-left: 15px; */
	margin-right: 20px;
	font-family: "Trebuchet MS", lucida, verdana, helvetica, sans-serif;
	font-size: 22pt;
	/* color: 699b3a; */
	color: #9CD768;
	margin-top: 10px;
	margin-bottom: 6px;
}

.h1_smaller
{
    font-size: 1.5em;
}

h2 
{
	text-align: left;
	font-weight: normal;
	font-family: "Trebuchet MS", lucida, verdana, helvetica, sans-serif;
	font-size: 14pt;
	color: 699b3a;
	margin-left: 15px;
	margin-top: 12px;
	margin-bottom: 6px;
}

h3
{
	font-family: "Trebuchet MS", lucida, verdana, helvetica, sans-serif;
	font-size: 14pt;
	color: 699b3a;
	text-align: left;
	font-weight: normal;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 6px;
}

h4
{
	font-family: "Trebuchet MS", lucida, verdana, helvetica, sans-serif;
	font-size: 12pt;
	color: 699b3a;
	text-align: left;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 16px;
	margin-bottom: 0px;
}

h4 A {
	color: #FFFFFF;
	text-decoration: none;
}

h5
{
	font-family: "Trebuchet MS", lucida, verdana, helvetica, sans-serif;
	font-size: 10pt;
	color: 699b3a;
	text-align: left;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 2px;
	margin-bottom: 6px;
}


p {
	margin-left: 15px;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	/* color: #848986; lighter gray text */
	text-align: justify;
	margin-bottom: 8px;
	margin-top: 8px;
}

p A {
	color: #0063A6;
	text-decoration: none;
}

.casestudy_p
{
    margin-top: 20px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333; 
	/* color: #848986; lighter gray text*/
	text-align: left;
	list-style: url(/images/box.jpg);
	line-height: 16px;
	margin-top: 3px;
	margin-bottom: 3px;
}

ul A {
	/* color: #B8CF36; */
	color: #0063A6;
	text-decoration: none;
}

body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #F2F2F2;
}

div.basic{
	width: 774px;
	height: 100px;
	margin: 0 auto;
	text-align: left;
}

div.basic_index{
	width: 774px;
	height: 100px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}

.footer_text {
	font-size:xx-small;
	margin-left: 5px;
}

div.footer{
	width: 774px;
	text-align: left;
	background-color: #F2F2F2;
}

div.top{
	width: 774px;
	height: 83px;
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
}

/* "Announcement" graphic shown on top-right of all pages.  Change graphic here, but need 
to change URL destinateion of graphic on each page.  Can use search-replace */

div.topannouncement {
	height: 55px;
	background-image: url(../images/travtime2_announcement.png);
	background-repeat: no-repeat;
}


div.top div.index{
	width: 200px;
	height: 83px;
	cursor: pointer;
	float: left;
}

div.menu{
	width: 774px;
}

div.banner_index{
	width: 774px;
	height: 190px;
	margin-bottom: 3px;
}

div.banner_flash{
	width: 774px;
	height: 87px;
	border-bottom: solid 1px #FFFFFF;
}

div.bg{
	width: 774px;
	height: 700px;
	background-image: url(../images/bg_basic.gif);
	background-position: top;
	background-repeat: repeat-y;
}

div.vertical_menu{
	width: 133px;
	height: 100%;
	float: left;
}

div.vertical_menu IMG{
	border: none;
	border-bottom: solid 2px #FFFFFF;
}

div.vertical_menu div.button{
	width: 133px;
	height: 30px;
	background-color: #B8CF36;
	border-bottom: solid 2px #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	padding: 5px;
	padding-left: 15px;
}

div.vertical_menu div.button A{
	text-decoration: none;
	color: #FFFFFF;
}

div.vertical_menu div.button_check{
	width: 133px;
	height: 30px;
	background-color: #96C461;
	border-bottom: solid 2px #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	padding: 5px;
	padding-left: 15px;
}

div.vertical_menu div.button_check A{
	text-decoration: none;
	color: #FFFFFF;
}

div.document{
	width: 640px;
	height: 100%;
	text-align: left;
	float: right;
}

div.document_travtime{
	margin-left: 25px;
	width: 750px;
	height: 100%;
	text-align: left;
	float: left;
}

div.document_index{
	width: 774px;
	height: 263px;
}

div.document_index IMG{
	border: none;
}

div.document div.title{
    margin-left: 25px;
    margin-top: 10px;
    margin-bottom: 30px;
    width: 530px;
}

div.layer{
	width: 95px;
	height:100%;
	background-color:#689A38;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 5px;
	border-top: solid 2px #FFFFFF;
}

div.layer div.button{
    width: 95px;
    height: 25px;
    padding-bottom: 3px;
    border-bottom: solid 2px #B8CF36;
    vertical-align: middle;
    padding-top: 3px;
}

div.layer A{
	color: #FFFFFF;
	text-decoration: none;
}

div.layer A:HOVER{
	color: #B8CF36;
	text-decoration: none;
}

table.text{
	width: 595px;
	margin-left: 15px;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666; 
	/*color: #848986; lighter gray text*/
	margin-bottom: 20px;
}

table.text TR TD{
	vertical-align: top;
}

table.text TR TD A{
	color: #0063A6; /* blue link to match logo blue */
	text-decoration: none;
}

table.text TR TD IMG{
	margin-left: 15px;
	margin-bottom: 15px;
	float: right;
	border: none;
}

.inline_image_right_div
{
    float: right;
    margin-top: 15px;
}

.inline_image_left_div
{
   float: left; 
}

table.text TR TD DIV.inline_image_right_div IMG 
{
    margin-left: 18px;
    margin-bottom: 3px;
    border: 1px solid gray;
    float: none;
}

table.text TR TD DIV.inline_image_left_div IMG{
    margin-left: 15px;
    margin-right: 10px;
    margin-bottom: 3px;
    border: 1px solid gray;
    float: none;
    margin-top: 15px;
}

table.text TR TD fig{
	border: 3px;
}

table.text TR TD.send IMG{
	margin-right: 42px;
	margin-top: 10px; 
	float: left;
}

/* see TD IMG.sidebar below for PDF icon */

table.box {
	border: 1px solid #96C461; 
	margin-left: 15px;
}

INPUT{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	/*color: #848986;*/
}

textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	/*color: #848986;*/
}

/* styles for SIDEBAR boxes on pages */

.sidebar_box {
	border: 1px solid #C0C0C0;
	background-color: #EAF2D7;
}

.sidebar_subtext {
    margin: 1px 10px 4px 10px;
    text-align: left;
    font-size: xx-small;
    line-height: normal;
}
.sidebar_item {
	text-align: left;
	margin-left: 2px;
	margin-right: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
	font-size: 9pt;
}

.sidebar_head {
	background-color: #96C461;
	/* background:#96C461;*/
}

.sidebar_title {
	font-family: "Trebuchet MS", lucida, verdana, helvetica, sans-serif;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.sidebar_icon {
	margin-top: 2px;
	margin-bottom: 2px;
}

/* for bulleted lists in the sidebar - tighter margins */
.sidebar_ul {
	margin-left: 1px;
	padding-left: 20px;
	padding-right: 12px;
}

.sidebar_box_orange {
	background-color: #FFE2C6;
	border: 1px solid #C0C0C0;
}

.sidebar_head_orange {
	background-color: #CC6600;
}


table.text TR TD IMG.sidebar_icon {
	margin-left: 10px;
	margin-bottom: 2px;
	float: right;
	border: none;
}

table.text TR TD IMG.inline {
	margin-left: 2px;
	margin-bottom: 0px;
	float: none;
	border: none;
	margin-right: 2px;
}

.figure_caption {
	color: green;
	font-size: 9pt;
	/* font-weight: bold; */ 
	text-align:left;
}

table.text TR TD IMG.tight_fig {
    border-style: solid;
    border-width: 1px;
    margin-left: 0px;
    margin-bottom: 0px;
    float: none;
}

table.text TR TD IMG.tight_fig_nb {
	/* border-style: solid;
	border-width: 1px; */
	margin-left: 0px;
	margin-bottom: 0px;
	float: none;
	/* vertical-align:middle; */
}


table.text TR TD P.tight {
    margin-left: 10px;
    margin-right: 1px;
    font-size: 0.9em;
}

table.text TR TD P.tight_header {
	margin-left:10px;
	margin-right:2px;
	text-align: left; 
}

table.text TR TD UL.tight_uli {
    color: maroon;
    font-size: 8pt;
    margin-left: 0px;
    margin-right: 2px;
    margin-top: 10px; 
}

.tight_li {
    margin-left: 0px;
}

/* figure tight with a 1 pixel border */
.tight_fig {
	border-style: solid;
	border-width: 1px;
	color: #666666;
}

/* figure tight - no border */
.tight_fig_nb {
	border-style: solid;
	border-width: 0px;
}

.sw_header_cell
{
    vertical-align: middle; 
    border: 1px solid #C9DE98;
    background-color: #EAF2D7;
}


ul_tight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #800000; 
	/* color: #848986; lighter gray text*/
	text-align: left;
	list-style: url(/images/box.jpg);
	line-height: 16px;
	margin-top: 3px;
	margin-bottom: 3px;
	text-indent: 0px;
}


.morespace_li
{
    margin-top: 15px;
    text-align: justify;
    margin-right: 20px;
}

.morespace2_li
{
    margin-top: 5px;
}



