/* This style sheet controls how the site is displayed. All styles for the site should be written in this document! */

/* The styles below should not need to be changed.  Scroll down to SITE SPECIFIC CSS to begin styles specific to this site. */

A {cursor: pointer;
background: transparent;}

ADDRESS {font-style: italic;}

BIG {font-size: 15px;}

BLOCKQUOTE {font-style: italic;}

DT {font-weight: bold;}

FORM {margin: 0 0 0 0;}

OL {list-style: decimal;}

UL UL OL OL, UL OL UL OL, OL UL OL OL, OL OL UL OL, OL UL OL, OL OL {list-style: lower-alpha;}

OL UL OL OL, OL OL UL OL, UL OL OL OL, OL OL OL {list-style: lower-roman;}

OL OL OL OL {list-style: decimal;}

SMALL, SUB, SUP {font-size: 10px;}

TEXTAREA {cursor: text;}

TD {margin-left: 0;}

TH {font-weight: bold;
text-align: center;
margin-left: 0;}

UL, MENU, DIR {list-style: disc;} 

UL UL, OL OL UL UL, OL UL OL UL, UL OL OL UL, OL UL UL, UL OL UL {list-style: circle;}

OL UL UL UL, UL OL UL UL, UL UL OL UL, UL UL UL {list-style: square;}

UL UL UL UL {list-style: disc;}

/* SITE SPECIFIC CSS
Lime Green: 9fcf67
Dark Green: 50781e
Light Plum: 993366
Dark Plum: 48102c
*/

/* Set the Site's Fonts, Colors and Size Here */
ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, LI, MENU, OL, P, PRE, TD, TH, TR, UL {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: black;
font-size: 14px;}

/* Set Body Colors and Backrounds Here */

BODY {background: #fff;
margin : 0 0 0 0;
padding: 0 0 0 0;}

/* Set Heading Colors and Sizes Here */

H1, H2, H3, H4, H5, H6 {font-weight: bold;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #50781e;}

H1 {font-size: 24px;
padding-bottom: 4px;
border-bottom: 2px solid #000;}

H2 {font-size: 20px;}

H3 {font-size: 16px;}

H4 {font-size: 14px;}

H5 {font-size: 13px;}

H6 {font-size: 12px;}

/* Set Link Colors and Styles Here */

A:link {color: #936;
text-decoration: none;}

A:visited {color: #936;
text-decoration: none;}

A:active {color: #936;
text-decoration: none;}

A:hover {color: #50781e;
text-decoration: underline;}

A.white:link {color: #fff;
text-decoration: none;}

A.white:visited {color: #fff;
text-decoration: none;}

A.white:active {color: #fff;
text-decoration: none;}

A.white:hover {color: #fff;
text-decoration: underline;}

/* Styles Below are Unique to This Website */

.main-table {margin-top: 20px;}

.top-logo-bg {background-image: url(images/top-logo.jpg); background-repeat: no-repeat; background-position: top-center;}

.minimox-tagline {color: #fff; font-weight: bold; font-size: 14px; margin-left: 22px; margin-top: 30px; width: 450px;}

.top-logo {margin-top: -40px; margin-right: 0px;}

.surface-tagline {font-size: 18px; font-style: italic; font-weight: bold; margin-right: 130px; margin-top: 20px;}

.tagline {background-image: url(images/top-tagline.jpg); background-repeat: no-repeat; background-position: top-center;}

.content-bg {background-image: url(images/content-bg.jpg); background-repeat: repeat-y; background-position: top-center;}

/* Applications Under Left Nav */
.applications {width: 150px; font-size: 10px; padding-left: 12px; text-align: left;}
A.applications-link:link {color: #50781e; font-size: 10px; text-decoration: none;}
A.applications-link:visited {color: #50781e; font-size: 10px; text-decoration: none;}
A.applications-link:active {color: #50781e; font-size: 10px; text-decoration: none;}
A.applications-link:hover {color: #993366; font-size: 10px; text-decoration: none;}

.menu-area {padding-top: 28px;}

.content-table {margin-left: 43px;}

.content-area {padding-right: 66px; padding-left: 20px; padding-top: 20px;}

.breadcrumb {font-size: 10px; margin-right: 21px;}

.content-area p {text-align: justify; line-height: 150%;}

.content-area li {margin-bottom: 10px;}

.image-table {margin-left: 30px;
margin-bottom: 10px;}

.caption {font-size: 12px; color: #50781e;}

.footer {font-size: 12px;}

.footer-copyright {font-size: 10px;}

.index-mouseover {background-image: url(images/index-static.jpg); background-repeat: no-repeat; background-position: top center;}

.contact-form table,td {font-size: 12px;}

br.clearer { clear:both; height:1px; }

/* news & resources registration */
.required { font-weight:bold; color:red; }

hr.nr_hr { border:1px solid #aaa; background-color:#aaa; margin:1em 0; }

.nr fieldset { color:#000; border:1px solid #000; }
.nr legend { padding: 0 0.5em; font-weight:bold; font-size:110%; }

div.error { font-weight:bold; color:red; padding:0.8em 0 0 0; }

div.field { clear:both; display:block; margin-bottom:1em;}
div.field label { float:left; width:25%; text-align:right; padding-right:1em; font-weight:bold; padding-top:3px; }
div.field div { float:left; width: 30%; }
div.field div.submit { float:left; width:35%; }
div.field div.error { float:left; width:35%!important; font-weight:bold; color:red; font-size:80%!important; padding:0.4em 0 0.8em 0!important; }


