@charset "utf-8";
/*-- Created By: David Bartholomew - May 20, 2008 --*/


/*====== Layout styles go here, no text formating ===========*/
body {
	text-align:center;
	background-color: #333;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	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 */
}
.thrColFixHdr #container {
	width:960px;
	margin-right:auto;
	margin-left:auto;
	margin-top:8px;
	padding:0px;
	text-align:left;
	background-color: #999999;
	border: thin solid #666;
}
.thrColFixHdr #contentleft {
	width:200px;
	padding:0px;
	float:left;
	background:#999;
}
.thrColFixHdr  #contentcenter {
	width:560px;
	padding:0px;
	float:left;
	background:#999;
}
.thrColFixHdr #contentright {
	width:200px;
	padding:0px;
	float:left;
	background:#999;
}
#contentheader {
	height: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#contentfooter {
	height: 32px;
	background-color: #00A3B2;
	background-image: url(images/footerBG.gif);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 6px;
	padding-left: 6px;
	font-size: 1em;
	color: #333;
	font-variant: normal;
	vertical-align: top;
}
#contentfooter p {
	padding-top: 12px;
}
#contentfooter a:link {
	color: #ccc;
	text-decoration: none;
}
#contentfooter a:visited {
	color: #ccc;
	text-decoration: none;
}
#contentfooter a:hover {
	color: #F47937;
	text-decoration: underline;
}
#container #contentheader #topMenu {
	font-size: 1.4em;
	font-weight: bold;
	color: #00A3B2;
	padding-top: 6px;
	padding-left: 0px;
	display: none;
	visibility: hidden;
}
.twoColFixHdr #container  {
	width:960px;
	margin-right:auto;
	margin-left:auto;
	margin-top:8px;
	padding:0px;
	text-align:left;
	background-color: #999;
	border: thin solid #666;
}
.twoColFixHdr #contentleft {
	width:200px;
	padding:0px;
	float:left;
	background:#999;
}
.twoColFixHdr #contentright {
	width:200px;
	padding:0px;
	float:left;
	background:#999;
	margin-left: 3px;
	display: inline;
}
.twoColFixHdr #contentcenter {
	width:750px;
	padding:0px;
	float:left;
	background:#999;
	margin: 0px;
}
.oneColFixHdr #container  {
	width:745px;
	margin-right:auto;
	margin-left:auto;
	margin-top:8px;
	padding:0px;
	text-align:left;
	background-color: #999999;
	border: thin solid #666;
}
.oneColFixHdr #contentcenter {
	width:745px;
	padding:0px;
	float:left;
	background:#999;
}
ul.MenuBarHorizontal{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}
ul.MenuBarHorizontal li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 118px;
	float: left;
	border-right-style: dashed;
	border-right-color: #F47937;
	border-right-width: 1px;
	line-height: 30px;
}
ul.MenuBarHorizontal a:link {
	background-color: transparent;
	color: #00A3B2;
	text-decoration: none;
}
ul.MenuBarHorizontal {
	list-style-type: none;
}
ul.MenuBarHorizontal a {
	display: block;
	cursor: pointer;
	color: #00A3B2;
	text-decoration: none;
}
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #00A3B2;
	color: #f6f6f6;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*== Rounded Boxes ==*/

/* ============================ NOT USED ================================== */
.dialogWhite {
	width:100%;
	margin:0px 0px 0px 2px;
	min-width:10em;
}
.dialogWhite .hd .c,
.dialogWhite .ft .c {
	font-size:1px; /* ensure minimum height */
	height:8px;
}
.dialogWhite .ft .c {
	height:10px;
}
.dialogWhite .hd {
	background-color: #ffffff;
	background-image: url(images/dialog/WhiteBox/tl.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.dialogWhite .hd .c {
	background:transparent url(images/dialog/WhiteBox/tr.gif) no-repeat right 0px;
}
.dialogWhite .bd {
	background:transparent url(images/dialog/WhiteBox/ml.gif) repeat-y 0px 0px;
}
.dialogWhite .bd .c {
	background:transparent url(images/dialog/Whitebox/mr.gif) repeat-y right 0px;
}
.dialogWhite .bd .c .s {
	margin:0px 8px 0px 8px;
	padding:1px;
	background-color: #f6f6f6;
	background:transparent url(images/dialog/WhiteBox/ms.gif) repeat-x 0px 0px;
}
.dialogWhite .ft {
	background-color: transparent;
	background-image: url(images/dialog/WhiteBox/bl.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.dialogWhite .ft .c {
	background-color: transparent;
	background-image: url(images/dialog/WhiteBox/br.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
}
/* ============================ NOT USED ================================== */

/* ============================ NOT USED ================================== */
.dialogGray {
	width:100%;
	margin:0px;
	min-width:20em;
}
.dialogGray .hd .c,
.dialogGray .ft .c {
	font-size:1px; /* ensure minimum height */
	height:10px;
}
.dialogGray .ft .c {
	height:10px;
}
.dialogGray .hd {
	background-color: #ffffff;
	background-image: url(images/dialog/GrayBox_f6/tl.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.dialogGray .hd .c {
	background:transparent url(images/dialog/GrayBox_f6/tr.gif) no-repeat right 0px;
}
.dialogGray .bd {
	background:transparent url(images/dialog/GrayBox_f6/ml.gif) repeat-y 0px 0px;
}
.dialogGray .bd .c {
	background:transparent url(images/dialog/GrayBox_f6/mr.gif) repeat-y right 0px;
}
.dialogGray .bd .c .s {
	margin:0px 8px 0px 8px;
	padding:1px;
	background-color: #f6f6f6;
	background:transparent url(images/dialog/Graybox_f6/ms.gif) repeat-x 0px 0px;
}
.dialogGray .ft {
	background-color: transparent;
	background-image: url(images/dialog/Graybox_f6/bl.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.dialogGray .ft .c {
	background-color: transparent;
	background-image: url(images/dialog/Graybox_f6/br.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
}
/* ============================ NOT USED ================================== */



.dialogGrayTeal {
	width:100%;
	margin:0px;
	min-width:15em;
}
.dialogGrayTeal .hd .c,
.dialogGrayTeal .ft .c {
	font-size:1px; /* ensure minimum height */
	height:10px;
}
.dialogGrayTeal .ft .c {
	height:11px;
}
.dialogGrayTeal .hd {
	background-color: #999999;
	background-image: url(images/dialog/grayF6Box_TealBorder/tl.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.dialogGrayTeal .hd .c {
	background:transparent url(images/dialog/grayF6Box_TealBorder/tr.gif) no-repeat right 0px;
}
.dialogGrayTeal .bd {
	background:transparent url(images/dialog/grayF6Box_TealBorder/ml.gif) repeat-y 0px 0px;
}
.dialogGrayTeal .bd .c {
	background:transparent url(images/dialog/grayF6Box_TealBorder/mr.gif) repeat-y right 0px;
}
.dialogGrayTeal .bd .c .s {
	margin:0px 8px 0px 8px;
	padding:1px;
	background-color: transparent;
	background-image: url(css_images/dialog/ms.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.dialogGrayTeal .ft {
	background-color: #999999;
	background-image: url(images/dialog/grayF6Box_TealBorder/bl.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.dialogGrayTeal .ft .c {
	background-color: transparent;
	background-image: url(images/dialog/grayF6Box_TealBorder/br.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
}
/* content-specific */

  .dialogGrayTeal p { 
/*	margin:0.5em 0px 0px 0px; */
	padding:0 10px; 
	/* font:1em/1.5em arial,tahoma,"sans serif"; */
} 
#indented {
	padding-left: 20px;
}

