@charset "UTF-8";
/* CSS Document */

BODY 
{ 
	margin: 10px; 
	padding: 0; 
	font: 1em "Trebuchet MS", verdana, arial, sans-serif; 
	font-size: 100%;
	background-image: url(../imgs/bg-clouds.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

DIV.container { margin: auto; width: 90%; margin-bottom: 10px;}
TEXTAREA { width: 80%;}
FIELDSET { border: 1px solid #ccc; padding: 1em; margin: 0; }
LEGEND { color: #ccc; font-size: 120%; }
INPUT, TEXTAREA { font-family: Arial, verdana; font-size: 125%; padding: 7px; border: 1px solid #999; }
LABEL { display: block; margin-top: 10px; } 
IMG { margin: 0px; display:inline; padding-right:10px; border-style:none;}





UL.tabNavigation {
	list-style: none;
	margin-right:42px;
	margin-bottom:0px;
	margin-top:-137px;
	padding: 0;
	
	
	position:relative;
	height:auto;
	z-index:6;
	float:right;
	

	
}

UL.tabNavigation LI {
	display: inline;
	
}

UL.tabNavigation LI A {
	padding: 3px 5px;
	background-color: #ffffff;
	background-image:url(../imgs/tab_shadow.png);
	background-repeat:repeat-x;
	background-position:bottom;
	position:relative;
	height:auto;
	
	
	color: #bdbdbd;
	text-decoration: none;
	font-weight:bold;
	
	border-bottom:1px solid #79baf2;
	border-top:1px solid #79baf2;
	border-right:1px solid #79baf2;
	border-left:1px solid #79baf2;
	
}

UL.tabNavigation LI A.selected,
UL.tabNavigation LI A:hover {
	background-color: #fff;
	
	background-image:url(../imgs/tab_color.png);
	background-repeat:repeat-x;
	background-position:bottom;
	position:relative;
	height:auto;
	
	color: #ff011a;
	padding-top: 7px;

	margin-top:7px;
	
	font-weight:bold;
	
	border-bottom:1px solid #ffffff;
	border-top:1px solid #79baf2;
	border-right:1px solid #79baf2;
	border-left:1px solid #79baf2;
}

UL.tabNavigation LI A:focus {
		outline: 0;
}

div.tabs > div {
	
		
		margin-left:30px;
		margin-top:-115px;
	
		padding: 30px;
		border: 1px solid #79baf2;
		width:850px;
		
		position:relative;
		z-index:5;
		float:left;
		
}

div.tabs > div h2 {
		margin-top: 0;
}

#page{
	background-image:url(../imgs/bg.png);
	background-repeat:no-repeat;
	width:984px;
	height:1500px;
	
	margin-left: auto ;
	margin-right: auto ;
	
}



#first {
	background-color: #fff;
	
}

#first h2{
	margin-top:106px;
	padding-bottom:0px;
	
	color:#ff011a;
	
}

#second h2{
	margin-top:130px;
	padding-bottom:0px;
	
	color:#ff011a;
	
}

#second {
	background-color: #fff;
}

#third {
	background-color: #fff;
}

.waste {
		min-height: 1000px;
}

#circles{
	width:350px;
	padding-top: 20px;
	padding-left: 20px;
	position:relative;
	z-index:7;
	
}

.leftColumn{
	margin:0;
	padding:0;
	float:left;
	width:530px;
	
}

.leftColumnB{
	margin: 0px;
	padding-top: 48px;
	float:left;
	width:380px;
	
}

.leftColumn p{
	margin:0;
	padding:0;
	
	
}

.rightColumn{
	
	border-left:#CCC solid 1px;
	padding-left:20px;
	float:right;
	width:270px;
	margin-top:-75px;
	z-index:8;
	
	
}


.rightColumnB{
	
	
	float:right;
	
	
	z-index:8;
	
}



p.grey{
	color:#4d4d4f;
	font-size:.7em;

	margin:0;
	line-height:1.5em;
	
}

H3{
	font-size:1em;
	font-family: 'Trebuchet MS','Lucida Grande', Lucida,Helvetica, Verdana,Arial,sans-serif;
	color:#102f88;
	margin-top:0;
	margin-bottom:0;
}


/*LINKS*/

a	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;
	font-weight:bold;
	
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}


a.orange{
	color:#f1b158;
}
a.orange:hover{
	color:#f1b158;
}
a.orange:visited{
	color:#f1b158;
	
}

a.blue{
	
	color:#102f88;
}
a.blue:hover{
	color:#102f88;
}
a.blue:visited{
	color:#102f88;
}

a.red{
	color:#F00;
}
a.red:hover{
	color:#F00;
}
a.red:visited{
	color:#F00;
	
}


#bottom h2{
	
	font-size:1.5em;
	font-family: 'Trebuchet MS','Lucida Grande', Lucida,Helvetica, Verdana,Arial,sans-serif;
	color:#ff011a;
	padding-top: 10px;
	
}


#bottom {
	clear:right;
	margin-top:328px;
	margin-left:50px;
	margin-bottom:0px;
	margin-right:0px;
	width:90%;
	text-align: center;
	
}

.gradient{
	background-image:url(../imgs/gradient_w.png);
	background-repeat:repeat-x;
	background-position:top;
}

.boxBottom{
	
	width:400px;
	height:112px;
	overflow: hidden;
	
}

.boxBottom p{
	color:#333;
	font-size:.7em;
	margin:0;

	
}

.boxBottom h4{
	margin:0;
	color:#ff011a;

}

.boxBottomB{
	background-image:url(../imgs/gradient.png);
	background-repeat:repeat-x;
	width:450px;
	height:132px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	background-color:#FFF;
	overflow:hidden;
	
}

.boxBottomB p{
	color:#333;
	font-size:.7em;
	margin:0;

	
}

.boxBottomB h4{
	margin:0;
	color:#ff011a;
}


h5
{
	margin:0;
	color:#ff011a;
}

sup{
	font-size:.3em;
	margin:0px;
	
}

.alignBottom{
	
	margin-bottom:10px;
	
}

