﻿html { height:100%; }

/* Body Properties */
body 
{
	margin: 0;
	padding: 0;
	font-size: small;
	background-color:#E5F9D4;
	height:100%;
}

/* Layout */
#container 
{
	background: url('img/content_tile.jpg');
	margin:0 auto;
	padding:0 0px;
	background-color:#fff;
	width:892px;
	min-height:100%;
}

#Header 
{
	width: 650px;
	margin: 0 auto;
	padding: 0;
	background: #fff url('img/banner.jpg');
	min-height:253px;
}

#MainContent
{
  margin:0px 123px;
  width:622px;
  font-family:Georgia, Arial;
  padding:15px;
  clear:both;
}

#MainContent table
{
	height:100%;
}

/* Tabs */

#nav {

  margin:15px 123px;
  margin-bottom:0px;
  padding-left:25px;
  float:left;
  background:#fff;
  font-size:medium;
  line-height:normal;
  border-bottom:2px solid #F4B7D6;
  width:627px;

  }
#nav ul {
  margin:0;
  padding:10px 10px 0 50px;
  list-style:none;
  }
#nav li {
  display:inline;
  margin:0;
  padding:0;
  }
#nav a {
  float:left;
  background:url("img/tableft.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }
#nav a span {
  float:left;
  display:block;
  background:#fff url("img/tabright.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#C04860;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a span {float:none;}
/* End IE5-Mac hack */
#nav a:hover {
  color:#C7377D;
  background-position:0% -42px;
  }
#nav a:hover span {
  background-position:100% -42px;
  }
  
#nav a.selected {
  color:#C7377D;
  background-position:0% -42px;
  }
#nav a.selected span {
  background-position:100% -42px;
  }

#nav li.link {
	display:inline;
	float:right;
	margin:0;
	padding:0;
}
#nav li.link a {
	float:right;
	background:#fff url("img/pdf.gif") no-repeat left top;
	padding-left:19px;
	text-decoration:underline;
	color:#0033CC;
}

#nav li.link a:hover {
	color:#3399FF;
}

#nav li.link a span {
	float:right;
	display:block;
	padding:0px;
}
  
/* Rounded Corners */
.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#000;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(img/dialog.png) no-repeat top right;
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog .content img { float:left; margin:10px; }

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}

 
 /* Fonts */
 
 h1
 {
	margin-top:10px;
	margin-bottom:25px;
	color:#48602E;
	width:100%;
	border-bottom:1px solid #48602E;
	font-size:18pt;
	font-weight:900;
	width:100%;
 }
 
 h2
 {
	color:#48602E;
	font-size:medium;
	font-weight:light;
	margin-bottom:20px;
 }
 
 h3
 {
	color:#6F8C71;
	font-size:small;
	font-weight:100;
	margin-bottom:2px;
	margin-top:2px;
	margin-left:25px;
 }