/*********************************************************************/
/*                 GENERAL TEXT AND BACKGROUND COLORS                */
/*********************************************************************/

body {
background-attachment: scroll;
background: #fff url("images/enviro/background.gif") repeat-x;
background-position: top left;
margin: 0px;
padding: 0px;
color: #000;
font-size: 0.9em; 
font-family: Verdana, Arial, Helvetica, sans-serif;
}

p { 
font-family: Georgia, serif; font-size:16px;
} 

p.first{ 
margin-top:10px;
} 

ul { 
font-size:16px;
} 

td { 
font-size: 1em; font-family: Georgia, serif;
} 
img { 
border: none;
}


ul { 
margin-bottom: 0%; padding-top:3px; list-style-type: square; 
}


#contactus a:hover img {border:3px solid #034fc2;}
#contactus a img {border:3px solid #000;}

/*********************************************************************/
/*                               LAYOUT                              */
/*********************************************************************/


#header {
	margin: 0px;
}

#content { 
margin: 0px;
padding: 0px;
background: #fff;
/* 
background-attachment: scroll;
background: #fff url("images/enviro/background2.gif") repeat-x;
background-position: top left; 
*/
}


#mainbody { 
	padding: 10px; background: #fff;
}

#footer {
	clear: both;
	padding: 10px 0px 0px 0px;
	margin-bottom:0px;

}






h1 { 
padding: 0 0 5px 0px; font-size: 22px; margin: 5px 0px 0px 0px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#000; 
} 
 

h2 { 
padding: 0 0 0px 0px; font-size: 16px; margin: 15px 0px 0px 0px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#eaa009;
} 


h3 { 
padding: 0px 0 0px 0px; font-size: 14px; margin: 10px 0px 0px 0px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#000;
} 

h4 { 
padding: 0px 0 0px 0px; font-size: 12px; margin: 5px 0px 0px 0px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#000;
} 


.bold {
font-weight:bold;
}

.red {
color: red;
}


.italic {
font-style:italic;
}


#copyright {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
text-align : center;
padding-top:5px;
color:#aaaaaa;
}

#copyright a {
color:#aaaaaa;
}

#copyright a:hover {
color: #ffca03;
}

#gotop { 
float: right;
margin:5px 10px;
text-align:center;
font-size: 8pt;
} 
 


/*********************************************************************/
/*                                LINKS                              */
/*********************************************************************/

.cursor {cursor: default;}
.hand {cursor: hand;}

a:link { 
color: #eaa009; text-decoration: none;
} 
a:visited { 
color: #eaa009; text-decoration: none;
} 
a:hover { 
color: #ffca03; text-decoration: underline;
} 
a:active { 
color:#dd0000
} 
a.hide { 
display: none 
} 
a.clean { 
text-decoration: none 
} 


#homelist div a:link { 
color: #000; text-decoration: none;
} 
#homelist div a:visited { 
color: #000; text-decoration: none;
} 
#homelist div a:hover { 
color: #ffca03; text-decoration: underline;
} 
#homelist div a:active { 
color:#dd0000
} 


#footerlinks { 
font-size: 12px; 
text-align:center;
font-family: Verdana, Arial, Helvetica, sans-serif;
} 






/*********************************************************************/
/*                            NAVIGATION                             */
/*********************************************************************/


  
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0 0 0px;
	margin: 0 auto 0 auto;
	background: url(images/menub_bg.gif) repeat-x; /*tab background image path*/
	height: 48px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#fff !important;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 48px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 14px 0 4px; /*Padding of menu items*/
	text-decoration: none;
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #000;
	background: url(images/menub_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
	text-decoration: none;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #000;
	background: url(images/menub_hover_right.gif) no-repeat right top; /*right tab image path*/
	text-decoration: none;
}




/*********************************************************************/
/*                             MISCELLANEOUS                         */
/*********************************************************************/

acronym { 
color: #666666 
} 
.ucase { 
text-transform: uppercase 
} 
.nobr { 
white-space: nowrap 
} 
.smalltext { 
font-size: 11px; 
line-height:13px;
padding:3px;
} 
.tinytext { 
font-size: 9px; 
}

.indent1 { 
margin-left: 12px;  
} 
.indent2 { 
margin-left: 24px; 
} 
.indent3 { 
margin-left: 36px; 
} 
.indent4 { 
margin-left: 48px; 
} 
.indent5 { 
margin-left: 60px; 
} 

#printheadings{display:none}


.print {
display: none
}


/*********************************************************************/
/*                               PRINTING                            */
/*********************************************************************/

@media print 
{ 


/* display the print header */
#printheadings{display:block}

/* turn off navigation and ad bar */
.left-margin {display: none}

img.noprint {display: none}

td.noprint {
display: none
}

.print {
display: block;
}

.noprint {
display: none
}

#header {
display: none
}

#footer {
	clear: both;
	padding: 10px 0px;
	background: #fff;
	margin-bottom:20px;
	border: 10px solid #fff;
	border-top: 0px solid #fff;
}

#mainbody {
width:640px;
color:#000;
}

td {color:#000;}

h1 {  
page-break-inside: avoid; margin:0px;
} 
h2 { 
page-break-inside: avoid 
} 
h3 { 
page-break-inside: avoid 
} 
h4 { 
page-break-inside: avoid 
} 
h5 { 
page-break-inside: avoid 
} 
h6 { 
page-break-inside: avoid 
} 

td.noprint {
display: none
}
td.body1 {
display: none
}
td.body4 {
display: none
}
td.nav1 {
display: none
}
td.nav2 {
display: none
}
td.nav4 {
display: none
}
td.bottom {
margin-right:600px;
}
td.body2 {
margin-right:600px;
}


blockquote { 

} 
ul { 

} 
ol { 

} 
dl { 

} 

} 

