/* Start of CMSMS style sheet 'Water-People' */
/* 

CSS Document 

Wink Hosting (www.winkhosting.com)
Designed By Alexis Corredor
alexis.corredor@gmail.com

*/BODY*/
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

/*HEADER*/
#header{
	position: absolute; 
	width: 795px;
	height: 500px;
        top: 5px;
        left: 5px;
	background: url(images/water-people/background_1.jpg) no-repeat center;
}

/*COMPANY NAME IN HEADER*/
#companyname {
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000BB;
	font-size: 30px;
	font-weight: bold;
	margin-top:50px;
	margin-left:40px;
	left: 0px;
	top: 0px;
}

/*MENU IN HEADER*/
#menu{
	position:absolute;
	bottom: 20px;
	color: #FFFFFF;
	right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#menu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
}

#menu a:hover{
	text-decoration:underline;
}



/*LEFT PANEL (News, Links, etc.)*/
#leftpanel{
	float:left;
	width:190px;
}


/*CONTENT*/
#content{
	width: 800px;
}

#contenttext{
	float:left;
	width: 580px;
}


/*FOOTER*/
.footer{
	position: absolute; 
	width: 400px;
	height: 32px;
	left: 395px;
	top: 510px;
        clear:both;
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
}

/*FOOTER LINKS*/
.footer a{
	font-family: Verdana, Arial, Helvetica, sans-serif;

	text-decoration: none;
	color:#000000;
}

.footer a:hover{
	text-decoration: underline;
}



/*TABLE*/
.table_top{
	width: 204px; 
	height: 27px;
	background-image:url(images/aqua/table_top.jpg);
	background-repeat:no-repeat;
}

.table_content{
	width: 204px;
	background-image:url(images/aqua/table_content.jpg);
	background-repeat:repeat-y;
        text-align:left;
	font-size:11px;
        padding-left: .3cm;
        padding-right: .4cm;
}

.table_text{
        padding-left: .5cm
	text-align:left;
}

.table_bottom{
	width: 204px; height: 23px;
	background-image:url(images/aqua/table_bottom.jpg);
}



/*TEXT STYLES*/

.news_date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #9999CC;
}

.body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.news_more {	
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF9900;
	font-weight: bold;
}

.news_text {	
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.subtitle_gray {
	font-family:Verdana, Arial, Helvetica, sans-serif;	
        font-weight: bold;
	font-size: 14px;
	color: #CCCCCC;
}

.title_blue {
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-weight: bold; 
        font-size: 24px; 
        color: #6666CC;
        padding-left: .6cm;
	background-image:url(images/aqua/bullet_arrow1.gif);
	background-repeat:no-repeat; 
}

.title_panel {	
        font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
/* End of 'Water-People' */

/* Start of CMSMS style sheet 'WaterPeople: Navigation - Horizontal' */
/********************
MENU
*********************/

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
   position: absolute;
   width: 530px;
   left: 260px;
   top: 383px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: bold;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
div#menu_horiz ul {
   padding: 0;
   margin-left: 0; 
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   height: 1%; 
}


/* the links, that is each list item */
div#menu_horiz a {
   padding: .1em .6em .1em .4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   display: list-item; /* IE has problems with this, fixed above */
   text-decoration:none;
   color: white;
}

/* hover state for links */
div#menu_horiz li a:hover {
   background-color: #006699;
   text-decoration: underline; /* underline for links */
}
div#menu_horiz a.activeparent:hover {
   background-color: #FFFFFF;
   color: #000000;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   background: #385C72 url(images/cms/arrow-down.gif) no-repeat 0.4em center; 
   color: #FFFFFF;
}

div#menu_horiz h3 {
   padding: .3em .5em .3em .7em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #fff;
/* Not required by Water-People design
   background: #385C72 url(images/cms/arrow-right-active.gif) no-repeat 0.4em center; ;
*/
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
}

/* End of 'WaterPeople: Navigation - Horizontal' */

