body
{
	background: #000000;
	color: #ffffff;
	padding: 0px 0 40px;
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	background-image: url("../img/background.png");
	background-repeat: no-repeat;
	background-position: bottom;	
	margin-top:0px;
}

.container_12
{
}

a
{
	color: #fff;

}

a:hover
{
	text-decoration: underline;
}


.orange {
	color: #FF8900!important;
}

.orange:hover {
	color: #fff!important;
}


h1, h2, h3
{
	font-weight: normal;
	text-align: left;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #00aeef;
}

h1 {
	padding-top:10px;
}

h2, h2 a
{
  font-size: 15px;
  color: #fff;
}

h2 a, h3 a {
		text-decoration: underline;
}

h3, h3 a
{
  font-size: 12px;
   color: #fff;
}

p
{
/*	border: 1px solid #666;*/
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
	color: #ffffff;
}

.textwidget {
		width:260px;
}

#column1, #column2, #column3, #column-wide
{
	margin-top: 20px;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	background-image: url("../img/column1.png");
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
	width: 300px;
	min-height:300px;
	padding-left:25px;
	padding-top: 8px;

}

#column-wide
{
	background-image: url("../img/column-wide.png");
	width: 620px;
}


#column2
{
	background-image: url("../img/column2.png");
}

#column3
{
	background-image: url("../img/column3.png");
}

#columnsidebar
{
	background-image: url("../img/column2.png");
}

#column1 h1, #column2 h1, #column3 h1{
	text-align:left;
	padding: 0;
	width: 270px;
}

#column1 h1 {
	color: #007087;
	}

#column2 h1 {
	color: #00aeef;
	}

#column3 h1 {
	color: #009ec5;
	}

#column-wide p, #column1 p, #column2 p, #column3 p, #columnsidebar p
{
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	overflow: hidden;
	margin:0;
	padding-top: 0px;
	text-align: left;
	color: #00aeef;
	width:260px;
	color: #ffffff;	
}
	
#column-wide p
	{
	width:590px;	
	}	

p.footer
{
	border-top: 0px solid #00aeef;
	border-bottom: 1px solid #00aeef;
	border-left: 0px;
	border-right: 0px;
	overflow: hidden;
	padding-top:28px;
	text-align: right;
	margin-bottom:80px;
	color: #00aeef;
	}

a, a:visited.footer 
{
color: #00aeef;
text-decoration: none;
}

a:hover.footer 
{
color: #00aeef;
text-decoration: underline;
}



.container_12
{
	margin-bottom: 20px;
}

.grid_12 {
		margin-top:20px;
}

#navcontainer {
	border-top: 1px solid #00aeef;
	border-bottom: 1px solid #00aeef;
	background-image: url("../img/aqviva_logo.png");
	background-repeat: no-repeat;
	background-position: top right;
	height:80px;
	margin-top:0px;
	margin-bottom:0px;
}


#navcontainer ul
{
margin-top:50px;
padding-left: 0;
margin-left: 0;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 2em;
color: #00aeef;
text-decoration: none;
float: left;
/*border-right: 1px solid #fff;*/
}

#navcontainer ul li a:hover
{
/*background-color: #00aeef;*/
color: #fff;
}

.pagenav li {
	list-style:square;
	
}

ul .children {
	
	padding-left:10px;
}

