﻿/*Site base style elements*/

    body {
        font: 10pt tahoma, Verdana, sans-serif;
        /*background: white;	/*working color*/
        background:maroon;		/*production color*/
        color: maroon;
        margin-top: 0px;
        margin-botton: 0px;
        text-align:left;
        padding: 0px 0px 0px 0px;
       /* padding: 50px;*/
    } 
    

table{ 
	border: 0px;
	padding: 0px; 
	margin: 0px;
	border-collapse: collapse;
}
table.full{
	width:800px;
}

.inlineFrame{
	width:800px;
	height: 800px;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
}

table.contentTable{
	text-indent: 12px;
	width: 800px;
}


table.Body{
	background:white;
	padding: 0px 0px 0px 0px;
	border: 0px;
}
td.bodyText {
	background:white;
	text-align:left;
	width:800px;
}
td.bodyBorder{
	width:60px;
	border: 0px;
	padding: 0px; 
	margin: 0px;
}

td{
	background:transparent;
	padding-bottom:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	border:0px;
	
}

td.left{
	padding-right:6px;
	
}

td.middle{
	padding-left: 6px;
	padding-right: 6px;
}

td.right{
	padding-left:6px;	
}



/*
td.Header{
	background:maroon;
	padding-bottom:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	border:0px;
	
}
*/


h6 {
	color: maroon;
	padding: 0px;
     margin-bottom: 0px;
     margin-top: 0px;
	
}


h5 {
	color: maroon;
	padding: 0px;
     margin-bottom: 0px;
     margin-top: 0px;
	
}


h4 {
	color: maroon;
	padding: 0px 0px 0px 0px;
     margin-bottom: 0px;
     margin-top: 0px;
	
}


h3 {
	color: maroon;
	padding: 0px 0px 0px 0px;
     margin-bottom: 0px;
     margin-top: 0px;
	
}


h2 {
	color: maroon;
	padding: 0px 0px 0px 0px;
     margin-bottom: 0px;
     margin-top: 0px;
	
}


h1 {
	color: maroon;
	font-family: serif;
	padding: 0px 0px 0px 0px;
     margin-bottom: 0px;
     margin-top: 0px;
	
}

h1 {text-transform: capitalize;}

h2  { font-family: Verdana,sans-serif;}



p {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 4px;
	margin-right: 4px;
}

p.lastLine {
	margin-bottom: 6px;
}

p.fullSpacing {
	margin-bottom: 12px;
}

.indent {margin-left: 12px;}

p.announcementHeader{
	color: black;
	font-weight:bolder;
	font-size: 12px;
	margin-top: 2px;
}
p.announcementText{
	color: green;
	margin-left:12px;
}
.emphasize {color: black; font-weight:bolder;}
/*.indentFirstLine {text-indent: 12px;}*/


.tabbed{
	text-indent: 12px;
}


.notTabbed{
	text-indent: 0px;
}

strong {color: black; margin-bottom: 6px;}

b {color: black; margin-bottom: 6px;}

p.tabbed em {color: black; margin-bottom: 6px;}

p.indent {color: black; margin-bottom: 6px;}

.big {
	font: 14pt Arial, Verdana, sans-serif; font-weight: bolder; color: black;
}

p.indent em {color: black;}

.smaller {font: 8pt Arial, Verdana, sans-serif;}
.smallerTabbed {
		font: 8pt Arial, Verdana, sans-serif;
		text-indent: 12px;
}

.small {font: 10pt Arial, Verdana, sans-serif;}
.smallTabbed {
		font: 10pt Arial, Verdana, sans-serif;
		text-indent: 12px;
}

.importantList {font-size: 12px;
                font-family: verdana, sans-serif; font-weight: bolder; margin-top: 6px;  
                margin-bottom: 6px;color : red;  text-indent:0px;}


.productHeader {
	border: 2px solid #000000;
	background-color: #CCCCCC;
	width:800px;
}

.companyName {
	 font: 16px serif;
	 color: blue;
	 margin: 0px 0px 0px 0px;
}

.productDescription {
	 color: black;
	 font: 14px sans-serif;
	 font-weight: bolder;
	 margin-top: 6px;
	 
}


.textBox {padding: 0.5em; border: 1px solid black;}

.companyTextBox {
	margin: 0px 0px 0px 0px;
	padding: 0.5em; border: 2px solid black;
	background-color: #ffd700;
	width: 800px;
}


.header {
	color: white;
	background: maroon;
	width: 800px;
	height: 1px;
	border: 0px; 
	padding: 0px 0px 0px 0px;
	border-style: none; border-width: 0px;
}


.headerContact {
	color: maroon;
	/*background-image: url('images/rightmaroon60px.png');*/
	background-image: url(images/index17.gif);
	/*background-color:transparent; */
	/*width: 920px;*/
	width: 800px; 
	/*width: 100%; */
	font-weight: bold;
 	height: 32px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	margin-left:0px;
	margin-right:0px;
	font-size: 12px;
}


.headerText {color: white;
		/*background: red*/;
		text-align: center;
		margin-top: 2px;
		margin-bottom: 0px;
		font-family: sans-serif;
		font-style: italic;
		font-weight: bold;
		padding: 0px 0px 0px 0px;
}


h1.headerText {font-size: 50px;}
h3.headerText {font-size: 20px; margin-bottom: 4px;}




.footer {
	font:  12px Verdana;
	color: white;
	background: maroon;
	text-align: center;

}




/************************************/
/*site drop down menu style elements*/
/************************************/
.menu {
    font: 12px Verdana;
    color: white;
    background: maroon;
    border-style: none; 
    border-width: 0px; 
}

.menu .menuItem-active:hover {
      padding: 2px 4px 0px 4px;
/*    border: 1px #003366; */
/*    border-style: solid solid solid solid; */
    text-decoration: none;
/*    display: block; */
/*    position: relative;*/
}

.menu .menuItem-active {
      padding: 2px 4px 0px 4px;
/*    border: 1px #003366; */
/*    border-style: solid solid solid solid; */
    text-decoration: none;
/*    display: block; */
/*    position: relative;*/
}

.menu .menuItem:hover {
      padding: 2px 4px 0px 4px;
/*    border: 1px #003366; */
/*    border-style: solid solid solid solid; */
    text-decoration: none;
/*    display: block; */
/*    position: relative;*/
}

.menu .menuItem {
      padding: 2px 4px 0px 4px;
/*    border: 1px #003366; */
/*    border-style: solid solid solid solid; */
    text-decoration: none;
/*    display: block; */
/*    position: relative;*/
}
.menu .menuItem {
    background: maroon;
    color: white;
}
.menu .menuItem-active:hover 
{
    background: white;
    color: maroon;
}


.menu .menuItem-active 
{
    background: white;
    color: maroon;
}


.menu .menuItem:hover 
{
    background: white;
    color: maroon;
}


#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: white;
background-color: maroon;
}

/*hover background color*/
#dropmenudiv a:hover{ 
background-color: White;
color: maroon;
}


/************************************/
/* Marquee elements                 */
/************************************/
/***********************************************
* Cross browser Marquee II- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
***********************************************/
#marqueecontainer{
position: relative;
width: 200px; /*marquee width */
height: 250px; /*marquee height */
background-color: white;
overflow: hidden;
border: 3px solid orange;
padding: 2px;
padding-left: 4px;
}