@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	
.transparent_class {
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}body {
	background-image: url(../images/bg/bg_body.png);
	background-repeat: repeat;
	background-color: #83BED2;
}


#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-size: 90%;
}
#header {
	width: 900px;
	height: 200px;
	margin-bottom: 50px;
}
#palm {
	left:auto;
	top:50px;
	width:200px;
	height:320px;
	position: absolute;
	float: left;
	background-image: url(../images/bg/palms.png);
	background-repeat: no-repeat;
	z-index: -10;
}
#palm01 {
	top:100px;
	width:200px;
	height:320px;
	z-index:-9;
	position: absolute;
	left: 840px;
	background-image: url(../images/bg/palms.png);
	background-repeat: no-repeat;
}


#tagz_logo {
	position:relative;
	left:200px;
	top:10px;
	width:500px;
	height:92px;
	z-index:2;
}
#nav {
	position:relative;
	left:50px;
	top:20px;
	width:799px;
	height:54px;
	z-index:3;
	clear: both;
	background-image: url(../images/bg/bg_nav.png);
	background-repeat: no-repeat;
}

#nav ul {
	text-align: center;
	list-style: none;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav li {
	display: inline;
	font-variant: small-caps;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}
#nav  li  a:link, #nav li a:visited  {
	color: #FFFFFF;
	padding-right: 7px;
	padding-left: 7px;
	text-decoration: none;
}
#nav  li  a:hover, #nav li active, #nav li a:focus  {
	color: #00527D;
	text-decoration: underline;
}
#tagline {
	position:relative;
	top:200px;
	width:900px;
	z-index:4;
	text-align: center;
	clear: both;
	margin-top: 10px;
	font-weight: bold;
}
#body {
	float: left;
	width: 567px;
	margin-left: 50px;
}

#contentTop {
	background-image: url(../images/bg/bg_content_top.png);
	height: 28px;
	width: 567px;
	background-repeat: no-repeat;
	float: inherit;
}

#content {
	background-image: url(../images/bg/bg_content_midd.png);
	background-repeat: repeat-y;
	width: 547px;
	padding-right: 10px;
	padding-left: 10px;
	float: inherit;
}
#contentBott {
	background-image: url(../images/bg/bg_content_bott.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 567px;
	float: inherit;
}

.floatRight {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
#buttons {
	margin: 0px;
	padding: 0px;
	width: 250px;
	float: right;
}
#footer {
	clear: both;
	width: 900px;
	background-image: url(../images/bg/bg_footer.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 140px;
}


#footer #copyright {
	font-size: 70%;
	width: 300px;
	float: left;
	margin-top: 40px;
	margin-left: 80px;
}

#footer #bartwebsites {
	font-size: 80%;
	float: right;
	width: 170px;
	margin-right: 80px;
	margin-top: 45px;
	display: block;
}
#footer #bartwebsites a:link {
	color: #000000;
	text-decoration: none;
}
#footer #bartwebsites a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer #bartwebsites p {
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer #bartwebsites img {
	float: right;
}
#bg_footer {
	position:relative;
	width:799px;
	height:72px;
	z-index:-100;
	top: 50px;
	right: 330px;
}
#content h2 {
	font-size: 130%;
}
.disclaimer {
	font-size: 70%;
}
.green {
	color: #00CC00;
}

