* {
    margin: 0;
    padding: 0;
}
html {height: 100%; max-height: 100%;}
body {
    background: #FFF;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 0.8em;
    line-height: 1.4em;
    color: #000;
    height: 100%;
}
h1 {
    font-size: 1.3em;
    color: #317023;
}
h2 {
    font-size: 1.2em; 
    color: #317023;}
h3 {
    
    font-size: 1.1em;
}
ul, ol {margin: 0px 25px 0px 25px;}
li {} 
li.check {
    list-style: url('/images/layout/checkmark.gif');
}
dl {}
dt {
    font-weight: bold;
    color: #317023;
    line-height: 2em;
}
dd {
    margin-left: 25px;
    padding-bottom: 5px;
}
h1#page_title {
    line-height: 2em;
    text-indent: 15px;
}
p {
    padding-top: 1.2em;
}
td {vertical-align: top;}

img {border: none;}

#errorExplanation {
  border: 1px solid #ccc;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #c00;
  background-color: red;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

#notice, #warning, #message {
    display: block;
    margin: 10px 100px 10px 100px;
    padding: 10px;
    border: 1px solid #455F44;
    font-size: 14px;
    font-weight: bold;
    background: #FFF692;
} 
#notice-small {
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #ffd306;
    background-color: #fce300;
}
div#error-small {
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #ff6666;
    background-color: #ffbbbb;
}
.error-small {
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #ff6666;
    background-color: #ffbbbb;
    margin-top: 3px;
}
.option-error {
    border: 1px solid red;
}

.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
/* End hide from IE-mac */

div#container {
    display: block;
    text-align: center;
    padding: 0;
    min-height: 100%;
   	margin: auto auto 0 auto;
	min-width: 850px;
	width: 100%;
	position: relative;
}
* html div#container {
    height: 100%;
}
div#header {
    text-align: center;
    height: 103px;
    border-bottom: 1px solid #317023;
    
}
div#header_left {}

div#header_right {
    height: 103px;
    text-align: right;
    margin: 0px 35px 0px 350px;
    display: none;
}
div#logo {
    width: 242px;
    height: 103px;  
    text-align: left;
    float: left;
}
div#search {
    width: 40%;
    float: left;
    text-align: center;
    margin-top: 60px;
    position: relative;
    visibility: hidden;
}

a, a:link, a:visited {
    color: #000;
    text-decoration: underline;
}
a:hover, a:active {
    color: #317023;
}

div#content {
    margin: auto;
    padding: 0 0 50px 0;
    display: block;
    min-height: 100%;
    text-align: left; 
    position: relative;
}
/* main navigation */
div#main_nav {
    display: block;
    width: 120px;
    border: none;
    float: left;
    height: 103px;
    overflow: hidden;
    font-size: 1em;
    text-align: left;
    line-height: 1em;
    display: none;
}
ul.main_nav {
    list-style: none;
    margin: 14px 0px 3px 10px;
    padding: 0px;
}
ul.main_nav li { 
    height: 16px;
    margin: 1px;
    padding: 0px;    
}
ul.main_nav a, ul.main_nav a:link, ul.main_nav a:visited {
    background: url('/images/layout/bullet.png') no-repeat center left;
    display: block;
    color: #000;
    width: 100%;
    height: 100%;
    text-decoration: none;
    text-indent: 10px;   
}
ul.main_nav a:hover, ul.main_nav a:active {
    background: url('/images/layout/bullet_grn.png') no-repeat center left;
    color: #317023;
    font-weight: bold;
}
/* optional nav */
div#opt_nav {
    height: 50px;
    padding-top: 10px;
    display: none;
}
div#opt_nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
div#opt_nav ul li { 
    display: inline;
    margin: 0;
}
div#opt_nav ul li.break {
    background: yellow;
    clear: both;
}
div#opt_nav ul li a, div#opt_nav ul li a:link, div#opt_nav ul li a:visited {
    color: #000;
    width: 100%;
    height: 100%;
    text-decoration: none;  
}
div#opt_nav ul li a:hover, div#opt_nav ul li a:active {
    color: #317023;
}

/* Sub Nav UL */
div#sub_nav {
    height: 33px;
    display: block;
    border: none;
    text-align: left;
    margin: auto;
    padding: 0px 20px 0px 20px;
    color: #8BB582;
    background: #317023;
    line-height: 33px;
    display: none;
}

div#sub_nav a, div#sub_nav a:link, div#sub_nav a:visited {
    color: #FFF;
    padding: 0px 3px 0px 3px;
    text-decoration: none;
    font-size: 0.9em;
}
div#sub_nav a:hover, div#sub_nav a:active {
    color: #FFF;
    text-decoration: underline;    
}
div#sub_nav strong {
    color: #fff;
}
div#partnumber {
    text-indent: 35px;
    font-size: 1.2em;
    line-height: 1.75em;
    line-height: 28px;
    border-bottom: 1px solid #317023;
}
div.introbox {
    display: block;
    width: 150px;
    min-height: 150px;
    float: left;
    margin: 5px;
}
div.introbox_sm {
    display: block;
    width: 125px;
    min-height: 75px;
    border-top: 1px solid #ccc;
	border-right: 2px groove #969696;
	border-bottom: 2px groove #969696;
	border-left: 1px solid #ccc; 
    float: left;
    margin: 5px;
}
div#left {
    width: 300px;
    float: left;
    display: block;
}
div#left img {display: none;}
div#left ul {
    list-style: none;
    margin: 15px;
    padding: 0px;
}
div#left ul li { 
    height: 16px;
    margin: 3px;
    padding: 0px;    
}
div#left ul li a, div#left ul li a:link, div#left ul li a:visited {
    background: url('/images/layout/bullet.png') no-repeat center left;
    display: block;
    color: #000;
    width: 100%;
    height: 100%;
    text-decoration: none;
    text-indent: 10px;   
}
div#left ul li a:hover, div#left ul li a:active {
    background: url('/images/layout/bullet_grn.png') no-repeat center right;
    color: #317023;
    text-decoration: underline;
}
div#left .left_box {
    padding: 5px 35px 5px 25px;
}

.left_box * { text-align: left;}
div#left .left_box h1 {}
div#left .left_box p {padding: 0px;}
div#left .left_box h3 {}

.srt_details {
    border-top: 1px solid #ccc;
	border-right: 2px groove #969696;
	border-bottom: 2px groove #969696;
	border-left: 1px solid #ccc; 
    padding: 4px; 
    margin-left: 10px;
    font-size: 0.7em;
}
div#right {
    display: block;
    margin: 0px 0px 0px 300px;
    text-align: left;
    padding: 5px 35px 5px 25px;

}
div#right.no_left {
    margin: 0px 0px 0px 0px;
}

.small {
    font-size: 8px;
}
.small a {
    color: #946D8D;
}
.small a:hover {
    color: #402F16;
}
form {
    margin: 0px;
}
form p {padding: 0;}
input, textarea {
	border-top: 1px solid #ccc;
	border-right: 2px groove #969696;
	border-bottom: 2px groove #969696;
	border-left: 1px solid #ccc; 
	color: #168912;
	margin: 0px;
	font-size: 1em;
	padding: 2px;
	display: inline;
}
select {
    border-top: 1px solid #ccc;
	border-right: none;
	border-bottom: 2px groove #969696;
	border-left: 1px solid #ccc; 
	color: #168912;
	font-size: 1em;
	padding: 0px;
}
input.search_box {
    width: 65%;
    max-width: 180px;
    vertical-align: top;
    display: inline;
    position: relative;
    text-align: center;
}
input[type='image'] {
    border: none;
    display:none;    
}
input[type='button'], input[type='submit']{
    background: #317023;
    color: #FFD306;
    font-weight: bold;
    display:none;
}
input[type='hidden'] {
    border: none;
    visibility: hidden;
    position: absolute;
}
input.inValid {
    background: #fff692;
    color: #fff;
}
input.chkValid {
    color: #ccc;
}
input.current {
    font-weight: bold;
}
input.isValid {
    background: none;
    font-weight: normal;
}
fieldset {
	border-top: 1px solid #ccc;
	border-right: 2px groove #969696;
	border-bottom: 2px groove #969696;
	border-left: 1px solid #ccc; 
	vertical-align: top;
	display: inline;
	padding: 3px 5px;
}
legend { 
    font-weight: bold;
    color: #317023;
    padding: 0 5px 0 5px;
    border: 1px solid #ccc; 
    border-bottom: none;
}
label {
    width: 150px;
    display: block;
    float: left;
    text-align: right;
    padding: 0 8px 0 0;
}
label sup {color: #CC0000; padding-right: 2px;}

div#push {
    height: 50px;
    position: relative;
    border: 1px solid green;
    display: none;
}
div#footer {
    text-align: left;
    height: 50px;
    font-size: 0.8em;
    padding: 0px 15px 0 15px;
    margin: -50px auto 0 auto;
    position: relative;
    display: none;
}
* html div#footer {
    margin-top: 48px;
    display: none;
}
div#footer a, div#footer a:link, div#footer a:visited {
    color: #168912;
    font-weight: normal;
    text-decoration: none;
}
div#footer a:hover, div#footer a:active {
    color: #FEEB09;
    text-decoration: underline;
}
.option_selected {
    background: #ccc;
}
.option_not_selected{
    background: #fff;
}
fieldset p {
	margin:0.25em;
	padding: 0.25em;
}

