@charset "utf-8";
* html body {
  overflow: hidden;
}

body {
	background-repeat: no-repeat;
}

#page {
	background-color: none;
}

#container {
	width: 960px;
	min-width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Navigation - toc(1) ----------------------- 
Single Tab (no submenus) ON = sdoc class
Multi Tab (submenus) ON = sdocs class
*/
div#nav {
	display: none;
}

#content {
	overflow: visible;
	clear: both;
}

#content .column {
	margin-bottom: 0px;
	padding-bottom: 0px;
	float: left;
}

#content #col1 {
	display: visible;
}
#content #col1 #TopCorner {
	background-color: #FFFFFF;
	padding-left: 15px;
	height: 200px;
	width: 167px;
}
#content #col1 #TopCorner1 {
	background-color: #FFFFFF;
	padding-left: 15px;
	height: 200px;
	width: 167px;
	background-image:url(images/tenetLogoT.gif);
	background-repeat:no-repeat;
	background-position:120px;
	voice-family: "\"}\"";
	voice-family:inherit;
	background-position:98px;
}

#content #col1 img {
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 20px;
}
#content #col1 h2 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	margin-left: 20px;
}

#content #col1 h3 {
	color: #FFFFFF;
	text-align: left;
	margin-right: 5px;
	margin-left: 20px;
	font-size: 70%;
}
#content #col1 h3 span {
	font-weight: bold;
	font-size: 130%;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

#content #col1 h4 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 65%;
	color: #000000;
	margin-top: 180px;
	margin-right: 10px;
	margin-left: 15px;
}
#content #col1 h5 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 65%;
	color: #FFCC33;
	margin-right: 10px;
	margin-left: 15px;
	text-align: right;
}

#content #col2 {
	width: 302px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 14px;
}

#content #col2 img {
	margin-top: 10px;
	margin-bottom: 10px;
}
#content #col2full {
	width: 390px;
	margin-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 14px;
}
#content #col2full img {

}

#content #col3 {
	width: 366px;
	margin-top: 30px;
	float: right;
}

#content #col3wide {
	width: 400px;
	margin-top: 30px;
	float: right;
}
#col3wide h2 {
	font-size: 90%;
	font-weight: bold;
	color: #6699CC;
}
a {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 80%;
	line-height: 1.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #00A44F;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}


h1 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 150%;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content li {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #000000;
	list-style-type: disc;
	font-size: 80%;
	margin-bottom: 0.5em;
	list-style-image: url(../images/li-graphic.gif);
}
* html #footer-wrapper {
	width: 100%;
	padding-bottom: 2777px;
	margin-bottom: -2767px;
	position: relative;
}
#footer {
	clear: both;
	bottom: 0px;
}
#footer p {
	font-size: 50%;
	color: #FFFFFF;
}
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
	border-width: 0px;
	border-style: solid;
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0;
}

form fieldset legend {
	font-size:1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 5em;
	padding: 0;
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left;
	font-size: 80%;
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:260px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	background-color: #CCCCCC;
	border: none;
}

form input#ContactsSubmit {
	background-color: #FF9900;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-left-color: #FFCC00;
	border-right-color: #DD8500;
	border-bottom-color: #DD8500;
	cursor: pointer;
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
