@charset "UTF-8";

/* CSS Document */

/* -- generic styles ------------------------*/



body {
	margin: 0 0 0 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;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.8em;
	background-color: #666666;
	background-image: url(../_images/medtcblack.jpg);
	background-repeat: repeat;
	background-position: left top;
}
/* ---------- WRAPPER STYLES ----------*/

#wrapper {
	width: 780px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
	overflow-y: hidden;
	overflow: hidden;
} 		
#defaultContent {
	width: 820px;
	background: #000000 center;
	margin-right: auto;
	margin-left: auto;
	font-size: 1em;
}





/* ------- HEADER STYLES ----------*/
#header {
	background: #ccc;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
} 





/* ------- Main Content STYLES ----------*/

#mainContent {
	width: 560px;
	float: right;
	margin-bottom: -5000px;
	padding: 18px 25px 5000px 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
} 
#wrapper #mainContent #FlashID {
	margin-right: auto;
	margin-left: auto;
}
#mainContent p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #000;
	margin-bottom: 1.4em;
}
#mainContent h1 {
	font-family: "Arial Black", Arial, Helvetica, Verdana, sans-serif;
	font-size: 2.5em;
	font-weight: normal;
	margin-top: .3em;
	margin-right: 0em;
	margin-bottom: 0.4em;
	margin-left: 0em;
	line-height: 1em;
}
#wrapper #mainContent #left_offset  {
	margin: 0px 0px 0px 30px;
}
#wrapper #mainContent #left_offset a{
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 1em;
	color: #930;
	text-decoration: none;
	}
#mainContent h2 {
	font-family: "Arial Black", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.8em;
	margin-bottom: 0.4em;
	line-height: 1em;
}

#mainContent h3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.3em;
	margin-bottom: 0.4em;
	line-height: 1.2em;
}

#mainContent h4 {
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin-bottom: -0.2em;
}
#mainContent      a{
	color: #990000;
	text-decoration: underline;
	font-weight: normal;
	display: inline;
	margin-bottom: 0px;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
}

#sidebarAddrs {
	padding-top: 10px;
	font-weight: bolder;
	text-align: left;
	width: 175px;
	font-size: 0.9em;
	padding-bottom: 2px;
	margin-bottom: 2px;
	color: #FFFFFF;
	background-color: #000000;
	padding-left: 5px;
}


/* ------- Left SideBar STYLES ----------*/

#sidebarLeft {
	width: 180px;
	background-repeat: repeat;
	margin-bottom: -5000px;
	padding-bottom: 5000px;
	background-image: url(../_images/Blackbackground.jpg);
	background-position: left top;
	float: left;
}
#sidebarLeft #sidebarmenu #blowout a {
	background-color: #FF9900;
}








/* ------- Left SideBar-MENU STYLES ----------*/

#sidebarmenu ul
 {
	margin: 0;
	padding: 0;
	margin: 0px 0px 12px;
}
#sidebarmenu ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 176px;
	font-weight: bolder;
	font-style: normal;
	text-align: left;
	vertical-align: middle;
	height: 20px;
	line-height: 16px;
	border: 2.0px solid #000000;
	font-size: 0.9em;
}


#sidebarmenu ul li a{
	overflow: auto;
	text-decoration: none;
	font-weight: bolder;
	padding: 0.3em;
	display: block;
	background-color: #FFFF00;
	color: #000000;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
}
#sidebarLeft #sidebarleftcontent {
	color: #FFFFFF;
}
#mainContent #awardstable p {
	font-size: 1.2em;
	color: #000000;
}
#mainContent #salesformstable td {
	vertical-align: top;
	padding-bottom: 15px;
}





/* ---------- FOOTER STYLES ------------*/

#footer {
	font-size: 0.8em;
	color: #FFFFFF;
	clear: both;
	background-color: #000000;
	text-align: center;
	padding-top: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-bottom: 5px;
	visibility: visible;
} 
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
 
#search {
	background: #000;
	width: 168px;
	margin-left: 6px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.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;
}
.red {
	color: #FF0000;
}
.green {
	color: #0F7A0A;
}
.orange {
	color: #F46231;
}
.center {
	text-align: center;
}
.bold_italic {
	font-style: italic;
	font-weight: bolder;
	font-size: 1.2em;
}
.italic {
	font-style: italic;
}

.utilityheader {
	font-size: 1.4em;
}
.linkcolor {
}
.tableborderblack {
	border: 1px solid #000000;
	text-align: center;
	background-position: center;
}
.maroon {
	color: #990000;
}
.maroon_underline {
	color: #990000;
	text-decoration: underline;
}
.topgreyborder {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.small_TXT {
	font-size: .8em;
	line-height: 0.9em;
}
.smaller_TXT_right {
	font-size: 0.6em;
	line-height: 0.7em;
	text-align: right;
}
.bottomgreyborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.linkdetails {
	font-size: .8em;
	color: #000000;
}
.flashContainer {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 480px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.center_text_bottom {
	text-align: center;
	vertical-align: text-bottom;
}
.largeyellowhdr {
	font-size: 2.7em;
	font-weight: bold;
	color: #FF0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
