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

body  {
	background: #000 url(../_images/medtcblack.jpg) repeat 0px 0px;
	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: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}	
	
	
p {
    margin-bottom: 1em;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, sans-serif;
}

h1 {
	font-size: 1.8em;
}
 	
	
.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #000;
} 

.twoColFixLtHdr #menu {
	background: #F34A00;
	height: 18px;
	top: 108px;
	position: absolute;
	width: 900px;
	margin: 6px 0px 0px;
	padding: 0px;
} 



/* ===== menu ===== */
/* Parts used from
// by Bill Weinman  http://bw.org/
// Copyright (c) 2009 BHG LLC
// Thank you Bill.
*/

.twoColFixLtHdr div#menuTop {
	background: #F34A00;
	left: 24px;
	position: relative;
}

div#menuTop ul {
	margin: 0;
	list-style-type: none;
}

div#menuTop li {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F34A00;
	font-size: 12px;
	width: 95px;
	height: 15px;
	margin: 0 3px 0 0;
	font-weight: bold;
}

div#menuTop a {
	display: block;
	margin: 0;
	background-color: #F34A00;
	margin: 0;
	padding: 3px 0px 0px 3px;
	text-decoration: none;
	color: #000;
}

div#menuTop a:hover {
	background-color: #EE9A1F;
}

ul.menuHoriz li {
	float: left;
	margin-right: 3px;
}

ul.menuVert li {
	border-top: none;
}

ul.menuVert {
    position: absolute;
    visibility: hidden;
    top: 17px;
}

ul#menuSubOne {
	left: 0;
}
ul#menuSubTwo {
	left: 98px;
}
ul#menuSubThree {
	left: 196px;
}
ul#menuSubFour {
	left: 295px;
}


/* ===== content ===== */


.twoColFixLtHdr #left_mdia {
	width: 340px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	background: #333;
}
.twoColFixLtHdr #cntr_media {
	width: 240px;
	float: left;
	margin-left: 20px;
	margin-right: 10px;
	text-align: center;
}
.twoColFixLtHdr #cntr_media img {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.twoColFixLtHdr #activ_contnt{
	width: 200px;
	padding-right: 20px;
	padding-left: 20px;
	float: right;
	background: #333;
	margin-right: 10px;
}

.twoColFixLtHdr #activ_cntn p{
	font-size: 0.8em;
}
.twoColFixLtHdr #activ_contnt a:link {
	color: #06C;
	text-decoration: none;
}

.twoColFixLtHdr #activ_contnt a:visited {
	color: #C30;
	text-decoration: none;
}
.twoColFixLtHdr #activ_contnt a:hover {
	color: #FC6;
	text-decoration: none;
}
.twoColFixLtHdr #activ_contnt a:selected {
	color: #FC6;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent #activ_contnt #activeRSS  {
	margin-right: auto;
	margin-left: auto;
}
#rssOutput {
	width: 200px;
	font-size: 0.9em;
	color: #fff;
	display: block;
	overflow: hidden;

}
#rssFeed {
	font-size: 0.9em;
	width: 200px;
	color: #000;
	background: #CCC;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
}
.twoColFixLtHdr #container #mainContent #activ_contnt #googleRSS  {
	margin-right: auto;
	margin-left: auto;
} 
.twoColFixLtHdr #footer {
	background:#000;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 0.7em;
	text-align: left;
	border-top: 1px solid #666;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}

