@charset "utf-8";
/* CSS Document */
/* Page Setup */
body {
	background-image:url(../images/water.png);
	}

#wrapper {
	height: 850px;
	margin: 0px auto;
	width: 768px;
	background-image: url(../images/bg1.png);
	background-repeat: repeat-y;
	}

#innerwrapper {
	margin: auto 30px auto 30px;
	height: 650px;
	width: 700px;
	background-image: url(../images/bg1.png);
	background-repeat: repeat-y;
	}

#logo {
	position: relative;
	height: auto;
	margin-bottom: 5px;
	}
	
#header-bottom {
	border-top: 1px solid #b9d2e3;
	border-bottom: 1px solid #b9d2e3;
	height: 20px;
	background-color: #fdf8f2;
	}
	
#header-bottom ul {
	margin: 0;
	padding: 0 30px 0 0;
	text-align: right;
	}
	
#header-bottom li {
	display: inline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	background-color: #fdf8f2;
	color: #0B980E;
	}
	
a.linked:link {
	text-decoration: none;
	background-color: #fdf8f2;
	color: #0B980E;
	}
	
a.linked:hover {
	background-color: #fdf8f2;
	color: #3300FF;
	font-size: 12px;
	}
	
#tagline {
	font-weight: bold;
	background-color: #fdf8f2;
	color: #050845;
	font-style: italic;
	margin: 0;
	padding: 0 0 0 20px;
	width: 300px;
	float: left;
	}
	
#footer {
	clear:both;
	margin: 0px auto;
	width: 768px;
	border-top: 1px solid #b9d2e3;
	border-bottom: 1px solid #b9d2e3;
	height: 15px;
	background-color: #fdf8f2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#999999;
	text-decoration: none;
	}
	

.ptext {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	text-align: left;
	}
	
ul {
	text-align: left;
	}
	

a.boldbuttons{
background: transparent url('/images/roundedge-blue-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;

}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; /*button text color*/
}

a.boldbuttons span{
background: transparent url('/images/roundedge-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: underline;
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;

}

