/* Start of CMSMS style sheet 'Water-People sub-pages' */
/* 

CSS Document 

Wink Hosting (www.winkhosting.com)
Designed By Alexis Corredor
alexis.corredor@gmail.com


/*HEADER*/
#header_wwdo{
	position: absolute; 
	width: 795px;
	height: 203px;
        top: 5px;
        left: 5px;
	background: url(images/water-people/what_do.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;
}

/* JOB LISTING STYLE*/
ul.jobber-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.jobber-list li {
	margin-bottom: 5px;
        font-size: 13px;
}


/*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;
}

/********************
MENU
*********************/

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
   position: relative;
   width: 530px;
   float:right;
   padding-right: 5px;
   top: -115px;
   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 {
   color: #FFFFFF;
}

div#menu_horiz a.currentpage{
   color: #AAAAAA;
}
/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   color: #AAAAAA;
}

/*LEFT PANEL (News, Links, etc.)*/
#leftpanel{
	float:left;
	width:190px;
}

/*CONTENT*/
#content{
	position:relative;
        left: 50px;
	width: 800px;
        z-index: 3;
}

#contenttext{
	position:relative;
        left: 20px;
	width: 775px;
        z-index: 3;
}

#contenttext p{
        margin-top: 0.4cm;
        line-height: 110%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
        text-align: left;
}

#contenttext a{
        color: #00AEEF;
        text-decoration: none; 
}

#contenttext a:hover{
	text-decoration:underline;
}

#content_nav{
	position:fixed;
        top: 345px;
        left: 750px;
        z-index: 1;
}

#news_content{
	position:absolute;
        left: 90px;
        top: 65px;
	width: 645px;
        z-index: 1;
        background-color:#FFFFFF;
        height:280px;
        overflow: auto;
}


#registration{
	position:absolute;
        left: 90px;
        top: 65px;
	width: 645px;
        z-index: 1;
        background-color:#FFFFFF;
        height:275px;
        overflow: auto;
}

#registration_footer{
	position:fixed;
        top: 345px;
        width: 795px;
	height: 166px;
        z-index: 1
        left: 5px;
}

#legal_content{
	position:absolute;
        left: 40px;
        top: 200px;
	width: 755px;
        z-index: 1;
        background-color:#FFFFFF;
        height:145px;
        overflow: auto;
}

/* LIST ITEMS */

#navcontainer{
        margin-top: -0.1cm;
}
#navlist{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#navlist li{
	padding-left: 16px;
	background-image: url(images/water-people/dash.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

/*FOOTER*/
.footer_sub{
	position:absolute;
        top: 345px;
        width: 795px;
	height: 166px;
        z-index: 1;
        left: 5px;
}

.footer_img{
        left: 5px;
}

.footer_copyright{
	position:relative;
        top: 0px;
	left: 630px;
	width: 158px;
        text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}



/*FOOTER LINKS*/
.footer_copyright a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#000000;
}

.footer_copyright 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: 10px;
	font-weight: bold;
	color: #9999CC;
}

.body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.news_more {	
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
	font-weight: bold;
}

.news_text {	
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.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 sub-pages' */

