/* CSS Document */
body {
	background-color: rgb(232,254,254);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

p {
	color: #424242;
	font-size: .9em;
	line-height: 1.3em;
	margin-top: 8px;
	margin-bottom: 2px;
	/*margin-left: 10px;*/

}

p.footer {
	font-size: .6em;
	line-height: 1.2em;
	color: #424242;
	text-indent: 0;
}

h1,h2,h3,h4,h5,h6 {
	color: rgb(17,129,155);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 8px;
	margin-bottom: 2px;
}

p.caption {
	font-size: .8em;
	text-indent: 0;
}
p.banner{
	font-size: .7em;
	margin-bottom: 4px;
	color: white;
	font-weight: bold;
}



img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 4px;
}
img.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 4px;
}

img.center {
	margin-bottom: 10px;
	margin-top: 4px;
}

#container {
	position: relative;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
}

#banner {
	background-image:url(Assets/water-D1-760x144px.jpg);
	background-repeat: no-repeat;
	background-color: rgb(0,96,101);
	padding-left: 10px;
	padding-bottom: 4px;
	height: 168px;
	text-align:left;
}
#bannerinside {
	background-image:url(Assets/water-D1-760x72px.jpg);
	background-repeat: no-repeat;
	background-color: rgb(0,96,101);
	padding-left: 10px;
}

#barinside {
	width: 740px;
	background-color: rgb(0,96,101);
	font-size: 1em;
	padding-top: 4px;
	padding-bottom: 4px;
	color: white;
	font-weight: bold;
	padding-left: 10px;
	text-align: left;
}

#content {
	background-image:url(Assets/mainbg.jpg);
	background-repeat: repeat-y;
}

#content-b {
	margin-left: 156px;
	padding-left: 20px;
	padding-right: 12px;
	padding-top: 16px;
}

#navcontainer 
{ 
width: 159px; 
float: left;
background-color: rgb(133,244,238);
}
#sidebar {
clear: left;
margin-top: -11px;
width: 159px;
text-align: center;
padding-top: 0px;
padding-bottom: 24px;
float: left;
background-color: rgb(133,244,238);

}

#headertext{
	font-size: 1em;
	margin-top: 4px;
	margin-bottom: 4px;
	color: white;
	font-weight: bold;
}

ul.contentb {
list-style-type: square;
	color: #424242;
	font-size: .9em;
	line-height: 1.5em;
	margin-top: 8px;
	margin-bottom: 8px;

}

#navcontainer ul
{
margin-left: 0;
margin-top: 0;
padding-left: 0;
font-size: .8em;
font-weight: bold;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 4px;
width: 150px;
}



#navcontainer a:link
{
color: white;
text-decoration: none;
background-color: rgb(49,188,206);
border-bottom: 4px solid rgb(133,244,238);
}

#navcontainer a:visited
{
background-color: rgb(49,188,206);
border-bottom: 4px solid rgb(133,244,238);
color: rgb(17,129,155);
}

#navcontainer a:hover
{
color: white;
background-color: rgb(17,129,155);
border-bottom: 4px solid rgb(133,244,238);

}
#navcontainer a:active
{
color: white;
background-color: #006065;
border-bottom: 4px solid rgb(133,244,238);
}


#footer {
clear: both;
padding-top: 8px;
padding-bottom: 8px;
text-align: center;
background-color: white;
border-top: 3px solid rgb(17,129,155);
}
#addtext {
clear: both;
padding: 6px 0px 0px 0px;
text-align: left;
background-color: white;
}
#submitArea {
text-align: center;
margin-top: 1em;
background: white;
}

a:link {
text-decoration: none;
color: rgb(49,188,206);
}

.redlink {
	font-size: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
}


a:visited {
text-decoration: none;
color: rgb(17,129,155);
}

a:hover {
text-decoration: none;
color: rgb(254,153,21);
}
a:active {
text-decoration: none;
}

div.pixmodel {
margin: 6px 9px 2px 0px;
width: 180px;
background: white;
text-align: center;
float: left;
}
div.pixmodelhalf {
margin: 6px 9px 2px 0px;
width: 250px;
background: white;
text-align: center;
float: left;
}
div.pixmodelmug {
margin: 6px 6px 2px 6px;
width: 130px;
background: white;
text-align: center;
float: right;
}
div.pixcaptionright {
margin: 6px 6px 2px 6px;
width: 350px;
background: white;
text-align: center;
float: right;
}
#pix a img {
text-decoration: none;
}

#pix a {
text-decoration: none;
}

#pixmodel a:hover {
color: rgb(17,129,155);
}

td.lbl {
font-weight: bold;
font-size: .7em;
text-align: right;
color: #003300;
}

td {
padding: 0.25em 1px;
background: white;
}

tr.required td.lbl {
}

td.lbl {
/*background: #FFCC66;*/
}

td.inp {
/*background-color: #FFCC66;*/
}

