/* 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: 16px;}

/* 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: 13px; margin-left: 32px; margin-top: 30px; width: 450px;}

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

.alloy-tagline {font-style: italic; margin-right: 110px; 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;}

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

/* 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;}

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

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

/* The <p></p> tag will automatically indent the first word of each paragraph in the main content area */
.content-area p {text-align: justify; line-height: 170%; text-indent:30px;}

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

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

.footer {font-size: 12px;}

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

.corr-table {font-size: 12px;}

.sema {text-align: justify; line-height: 130%; font-size: 10px;}

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

/* two floating columns - left and right */
.col-left {
	float:left;
	width:49%;
}

.col-right {
	float:right;
	width:49%;
}
/* Begin Flowplayer Playlist Styles */

/****** PLAYER ****** /
/* Player Size - change height and width to match your video size */
a.player {width:320px; height:260px; text-align: center; color: #fff; text-decoration: none; cursor:pointer; background: #transparent; display:block;}
 
/* Splash Image - enter positioning if using */
a.player img {border:0; margin-top: 0px;}
 
/* Player Position - change as needed to position the player on the page */ 
#player {float:left;}			

/****** PLAYLIST ******/
/* Playlist Container */
#playlist {width: 180px;
height: 260px;
border: 1px solid #ccc;
padding: 4px 4px 12px 8px;
background-color: #efefef;
margin-left: 10px;
margin-top:0px; 
float:left;
overflow-y:auto;
overflow-x:hidden;}
 
/* Container for a Video in the Playlist */
#playlist a {width:140px; height:90px;
padding: 4px;
background-color: #fff;
border:1px solid #ccc;
color: #666;
font:11px verdana;
text-decoration: none;
margin-top: 7px;
display:block;}

/* Video Container Elements */
/* Thumbnail Image */
#playlist a img {border: 0;
float: left;
margin-right:4px;}

/* Video Title */ 
#playlist a strong {color: #00f;
padding-bottom: 5px;}

/* Time (video duration) Text */ 
#playlist a em {border: 0;
float: left;
color:#000;
font-style:normal;
padding: 16 0 10 10px;}
 
/* Video Container States */
#playlist a:hover {background-color: #dae1e9;}
 
#playlist a.progress {background-color:#efefef;}
 
#playlist a.playing {border:1px solid #666;
background-color:#aab9ca;
color: #000;}
 
#playlist a.paused {border:1px solid #666;
background-color:#ffc;}

/* End Flowplayer Playlist Styles */


