@charset "utf-8";
/* CSS Document */

body 
{
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	background: #cccccc;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.tpdbody #container
{
	width: 955px;  /* this width will create a container that will fit in an 1024px browser window if text is left at browser default font sizes */
	background: #cccccc;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

div#header
{
	height: 162px;
	width: 100%;
}

div#htop
{
	height: 98px;
	width: 100%;
	background-image:url(../images/headerlogo_top.png);
	background-repeat: no-repeat;
}

div#hmiddle
{
	height: 36px;
	width: 100%;
	background-image:url(../images/headerlogo_middle.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

div#hbottom
{
	height: 28px;
	width: 100%;
	background-image:url(../images/headerlogo_bottom.png);
	background-repeat: no-repeat;
}

div#hnav
{
	position: relative;
	width: 800px;
	height: 15px;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	z-index: 99;
}

div#content
{
	background: #FFFFFF;
	width: 100%;
	min-height: 500px;
	position: relative;
}

div#lcontent
{
	position: relative;
	top: 10px;
	left: 20px;
	width: 600px;
}

div#ccontent
{
	position: relative;
	text-align: center;
	top: 0px;
	left: 0px;
	width: 100%;
}
div#palm
{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 300px;
	height: 389px;
	background-image:url(../images/bodypalm2.png);
	background-repeat: no-repeat;
}

div#footer
{
	font-size: 75%;
	text-align: center;
}

h1
{
	font-size: 130%;
	color: #f1645d;
}

h2
{
  font-size: 115%;
  color: #f58426;
}
  
img.floatLeft
{ 
	padding: 5px;
    float: left; 
    margin: 4px; 
}

img.floatRight
{ 
	padding: 5px;
    float: right; 
    margin: 4px; 
}

a
{
  color: #f1645d;
  text-decoration: none;
  font-weight: bold;
}
a:hover
{
	text-decoration: underline;
}

/*Navigation */

/* General */
#cssdropdown, #cssdropdown ul { list-style: none; }
#cssdropdown, #cssdropdown * { padding: 0; margin: 0; }

/* Head links */
#cssdropdown li.headlink
{ 
	width: 159px; float: left; margin-left: 0px; text-align: center;
}
#cssdropdown li.headlink a { display: block; padding:  4px;  }
/* border-right: 1px solid black; */
#cssdropdown li.headlink a:hover { text-decoration: underline; background-color: #f58426; color: white;}

#cssdropdown li.headlink_right
{ 
	width: 159px; float: left; margin-left: 0px; background-color: #ffffff; text-align: center;
}
#cssdropdown li.headlink_right a { display: block; padding:  4px; }
#cssdropdown li.headlink_right a:hover { text-decoration: underline; background-color: #f58426; color: white;}

/* Child lists and links */
#cssdropdown li.headlink ul
{ 
	display: none;  
	z-index: 0;
	text-align: left; 
	background-image: url(../images/dd_pane.png);
	width: 180px;
	margin-top: 10px;
	padding: 5px 16px 14px;
	background-position: left bottom;
	background-repeat: no-repeat;
	border-top-style: none;
}
/*border-bottom: 1px solid black; border-left: 1px solid black; margin-left: -1px;*/
#cssdropdown li.headlink:hover ul { display: block; }
#cssdropdown li.headlink ul li a { padding: 0px;  }
/*#cssdropdown li.headlink ul li a:hover { background-color: #f1645d; }
	*/
centertext
{
  text-align: center;
}