/***********************************************/
/* ambiwater.css                               */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}

img{
	border-style: none;
}


/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


/************** header tag styles **************/

h3{
	font: bold 175% Arial,sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

h4{
	font: 125% Arial,sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

h5{
	font: bold 100% Arial,sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}


/************** table tag styles ***************/

td.icon{
	width: 6%;
	text-align: center;
}

td.location{
	width: 48%;
}

td.address{
	width: 46%;
}


/***********************************************/
/* CLASS tag styles                            */
/***********************************************/

.fontsmallpt {
	font-size: 10pt;
}

.widthfull {
	width: 100%;
}

.widthhalf {
	width: 50%;
}

.widthquarter {
	width: 25%;
}

.width3quarter {
	width: 75%;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#page{
	position:relative;
	width: 800px;
}

#menu{
	position:relative;
	width: 150px;
	padding: 30px 0px 0px 30px;
}

#contents{
	position:relative;
	width: 500px;
	padding: 30px 50px 30px 30px;
}

#footer{
	position: relative;
	width: 800px;
	padding: 0px 0px 0px 0px;
}


/************ menu styles **************/

#menu a:link, #menu a:visited {
	display: block;
	color: #005FA9;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
}

#menu img{
	padding: 0px 10px 0px 0px;
}


/************** contents styles *****************/

#contents{
	font-size: 80%;
}


/********************* end **********************/

