/*
*****************************************************************
** File: style.css                     						*****
** Desc: Overall style of the waterworks website			*****
*****************************************************************
*/

html,body{
	margin:0;
	padding:0;
	font-family: "Lucida Grande", "Lucida Sans", "Microsoft Sans Serif", Arial, Helvetica, "Lucida Console";
	font-size: 12px;
}

/** Start of website layout ----- CHANGE TO WHATEVER LAYOUT YOU ARE USING, 2 COLUMN 3 COLUMN etc.**/
#container{
	width:1000px;
	margin:0px auto;
		background-image:url(../images/container_bg.gif);
	background-repeat:repeat-y;
	padding-left:20px;
	}

#header{
	background-color:#0099CC;
	font-size:24px;
	color:#FFFFFF;
	background-repeat: repeat-x;
	height: 130px;
	background-image: url(/images/header_tile.jpg);
	}
	
#headercontainer {
	width:1000px;
	background-image: url(/images/header_bg.jpg);
	height: 130px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header-photo{
	width:500px;
	float:right;
	height:130px;
	}

#content-area{
	color:#333333;
	}

#home-col-left{
	float:left;
	width:580px;
	background:none;
	padding-right:10px;
	}

#inner-col-left{
	width:260px;
	height:auto;
	padding-right:25px;
	float:left;
	}
	
#inner-col-right{
	width:265px;
	height:auto;
	float:right;
	}
	
#section-break{
	padding-top:20px;
	border-bottom: #0066CC dashed 1px;
	}

#main-col{
	float:left;
	width:910px;
	background:none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}

#col-right{
	float:left;
	width:345px;
	}
	
#home-col-right{
	float:left;
	width:345px;
	height: auto;
	}

#home-col-right-paper{
	float:left;
	width:345px;
	height: 570px;
	background-image: url(/images/col_right_bg.jpg);
	}
	
#flash-holder{
	padding-top:15px;
	padding-bottom:5px;
	width:555px;
	height:265px;
	clear:both;
	}

#footer{
	background-image: url(/images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 250px;
	}

.spacer{
	clear:both;
	width:100%;
	/**font-size:2px;**/
}

.inner-box-10{
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
	}

/** End of website layout **/

/** Start of Main menu style ------- DO NOT DELTETE THIS SECTION, YOU CAN MAKE CHANGE TO THE PROPERTIES THOUGHT **/	
#mainMenu{
	width:1000px;
	font-size:11px;
	margin-top: 0px;
	font-weight: normal;
	line-height:30px;
	height:30px;
	background-image: url(/images/mainnav_bg.jpg);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
}

#menuholder {
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/mainnav_bg.jpg);	
}

#mainMenu a{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	padding:0px 20px;
}

#mainMenu a:hover{
	color:#FFFFFF;
	background-image: url(../images/subnav_bg.jpg);	
}

#mainMenu ul li ul li a:hover{
	color:#FFFFFF;
	background-image: url(../images/mainnav_bg.jpg);	
}

#mainMenu ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

#mainMenu li {
	float:left;
	position:relative;
	margin:0;
	display: block;
	color: #036C90;
	border-right: 1px solid #CCCCCC;
	white-space:nowrap;
    }

#mainMenu li ul{
	display:none;
	position:absolute;
	top:30px;
	left:0;
	z-index:1000;
	}

#mainMenu li ul li{
	width:220px;
	float:left;
	clear:both;
	background-image: url(../images/subnav_bg.jpg);
	border-top:#003366 solid 1px;
}
/*** THRID LEVEL NAV *****/

#mainMenu li ul li ul li{
	width:220px;
	float:left;
	clear:both;
	background-image: url(../images/subnav_bg.jpg);
	border-top:#003366 solid 1px;
	position:relative;
	top:-30px;
	left:220px;
	z-index:1000;
}



#mainMenu li:hover ul ul { display:none; }

#mainMenu li li:hover ul { 
	display: block;
	 
	}



/**** END OF THIRD LEVEL NAV ** */

#mainMenu li:hover ul, #mainMenu li.over ul { display: block; }

	  
#mainMenu li:hover, #mainMenu li.over {
	background-image: url(../images/subnav_bg.jpg);
}

#mainMenu li.lastMenu{
	border-right:none;
	}

#mainMenu li.activeMenu a{
	background-image: url(../images/subnav_bg.jpg);
}

#mainMenu li ul li{
	border-right:none;
	}
/** End of Main menu **/


/** Site wide alert message style ----- DO NOT REMOVE THIS STYLE, YOU CAN CHANGE THE PROPERTIES THOUGH **/
.alert{
	padding:10px 0px;
	color:#CC0000;
	font-size:14px;
	}

/** Content styling  -------- CHANGE TO WHATEVER STYLE YOU NEED TO ***/
p{
	margin:0;
	padding:10px 0px;
	}

#mainMenu ul li:hover, #mainMenu ul li.over {
	background-image: url(/images/subnav_hover_bg.jpg);
}
#footercontainer {
	width:1000px;
	background-image: url(/images/footer_panel_bg.jpg);
	height: 250px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 18px;
	background-repeat: no-repeat;
	line-height:15px;
}
#insidefooter {
	padding-right: 20px;
	padding-left: 90px;
}

#footer-col1{
	width:260px;
	padding-right: 10px;
	padding-top:20px;
	float:left;
	}

#footer-col2{
	width:190px;
	padding-top:20px;
	padding-right: 10px;
		float:left;

	}	
	
#footer-col3{
	width:190px;
	padding-top:20px;
	padding-right: 10px;
	float:left;
	}	

#footer-col4{
	width:160px;
	padding-top:20px;
	padding-right:10px;
	float:left;
	}
	
#footer-col5{
	width:100px;
	padding-top:20px;
	float:left;
	}

#footerline {
	background-image: url(/images/footer_line.jpg);
	background-repeat: repeat-x;
	height: 10px;
}
.home-right-inner-box {
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 22px;
}

#visitor-counter{
	background-image:url(/images/entry_numbers.png);
	background-repeat:no-repeat;
	width:270px;
	height:65px;
	padding-top:50px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
	font-size:14px;
	line-height:20px;
	text-align:center;
	font-weight:bold;
	margin-top:10px;
	}
	
#testimonial-section{
	width:325px;
	height:auto;
	padding-left:20px;
	clear:both;
	float:left;
	}
	
#paper-top{	
	width:303px;
	height:35px;
	background-image:url(/images/paper_top.jpg);
	background-repeat:no-repeat;
	margin-top:10px;
	}
	
#paper-mid{
	width:273px;
	height:auto;
	background-image:url(/images/paper_mid.jpg);
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	}
	
#paper-btm{
	width:303px;
	height:10px;
	background-image:url(/images/paper_btm.jpg);
	background-repeat:no-repeat;
	}

h1 {
	font-family: "Lucida Grande", "Lucida Sans", "Microsoft Sans Serif", Arial, Helvetica, "Lucida Console";
	font-size: 26px;
	line-height: 28px;
	font-weight: normal;
	color: #027EAA;
}
h2 {
	font-family: "Lucida Grande", "Lucida Sans", "Microsoft Sans Serif", Arial, Helvetica, "Lucida Console";
	font-size: 19px;
	line-height: 23px;
	font-weight: normal;
	color: #027EAA;
}
h3 {
	font-family: "Lucida Grande", "Lucida Sans", "Microsoft Sans Serif", Arial, Helvetica, "Lucida Console";
	font-size: 17px;
	line-height: 19px;
	font-weight: normal;
	color: #666666;
}
h4 {
	font-family: "Lucida Grande", "Lucida Sans", "Microsoft Sans Serif", Arial, Helvetica, "Lucida Console";
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #666666;
}

