@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/bgpurplefade.jpg);
	background-repeat:repeat-x;
	background-color:#15017c;
	margin:0px;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color:#004482;
	text-decoration:none;
}
a:hover, a:active {
	color:#3366FF;
}
.productBox {
	border: 1px solid #999999;
}
.hlight img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.hlight:hover img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.glterm {
	font-weight:bold;
	vertical-align:top;
	padding: 2px 5px 2px 0px;
}
.gldef {
	text-align:justify;
	padding: 2px 0px 2px 0px;
}
.tableDate {
	font-size:10px;
	vertical-align:top;
}
.alertArt {
	font-size:14px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:5px;
	text-align:justify;
}
div.readMe {
	background-color:#FFCCCC;
	border:1px solid #BABABA;
	text-align:center;
	padding:2px;
	font-weight:bold;
	color:#FF0000;
	font-size:12px;
	height:100%;
	position:relative;
}
div.readMe:hover {
	background-color:#AAFFAA!important;
	color:#003300;
	cursor:pointer;
}
.green {
	color:#00CC66;
	font-weight:bold;
}
.red {
	color:#FF0000;
}
.blue {
	color:#33CCFF;
}
.mainTextBlack {
	border:2px solid #d5d5d5;
}
.mainTextBlack:focus {
	border:2px solid #00FF00;
	background-color:#DDFFDD;
}
.jobBox {
	background-color:#DDDDDD;
	border:1px solid #BABABA;
	text-align:justify;
	padding:5px;
}
.hotBox {
	background-color:#4dbcff;
	border:1px solid #BABABA;
	text-align:center;
	padding:5px;
	font-weight:bold;
}
div.hotBox:hover {
	background-color:#ffa200!important;
	cursor:pointer;
}
.tab {
	border:1px solid #BABABA;
	background-color:#CCCCCC;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	line-height:32px;
}
.tabselect {
	background-color:#999999!important;
}
.tab:hover {
	background-color:#999999;
	text-decoration:none;
}
.tab a:hover {
	background-color:#999999;
	text-decoration:none;
}
td.center {
	text-align:center;
	width:60px;
}
tr.c1 {
	background-color:#CCCCCC;
}
tr.c2 {
	background-color:#DDDDDD;
}
tr.c2b {
	color:#000099;
}
.cspace {
	line-height:24px;
}
.cspace:hover, .cspace a:hover {
	background-color:#b4dcff;
}
#content {
	position:fixed;
	left: 50%;
	background-color:#FFFFFF;
	background-image:url(images/bg-bar.png);
	width:940px;
	margin-left:-470px;
	height:100%;
	border-right:2px solid #BABABA;
	border-left:2px solid #BABABA;
}
#hLContainer {
	position:relative;
	padding:10px;
	left: 50%;
	margin-left:-470px;
	width: 940px;
	height: auto;
	color:#FFFFFF;
	font-weight:bold;
}
#bar {
	left:50%;
	margin-left:-470px;
	position: absolute;
	width:944px;
	background-image:url(images/ribbon_07.png);
	background-repeat:repeat-x;
	top:80px;
	height:175px;
}
.barLeft{
	width:22px;
	height:216px;
	background-image:url(images/ribbon_03.png);
	background-repeat:no-repeat;
	left:50%;
	margin-left:-492px;
	top:39px;
	position:absolute;
}
.barRight{
	width:22px;
	height:216px;
	background-image:url(images/ribbon_05.png);
	background-repeat:no-repeat;
	left:50%;
	margin-left:474px;
	top:39px;
	position:absolute;
}
/*-------------- SECONDARY BAR ---------------*/
#bar2 {
	left:50%;
	margin-left:-470px;
	position: absolute;
	width:944px;
	background-image:url(images/ribbon_12.png);
	background-repeat:repeat-x;
	top:80px;
	height:47px;
}
.bar2Left{
	width:22px;
	height:88px;
	background-image:url(images/ribbon_09.png);
	background-repeat:no-repeat;
	left:50%;
	margin-left:-492px;
	top:39px;
	position:absolute;
}
.bar2Right{
	width:22px;
	height:88px;
	background-image:url(images/ribbon_11.png);
	background-repeat:no-repeat;
	left:50%;
	margin-left:474px;
	top:39px;
	position:absolute;
}
/*--------------------------------------------*/
#hLWindow {
	margin-left:10px;
	margin-top:-2px;
	position:relative;
	width:660px;
	height:145px;
	border: 1px solid #666666;
	background-color:#FFFFFF;
}
#hLSpacer {
	position:relative;
	width:250px;
	height:16px;
}
#logo {
	position:absolute;
	left:50%;
	top:5px;
	margin-left:-450px;
	background-image:url(images/medlogo.jpg);
	width:250px;
	height:70px;
}
#navItem {
	position:relative;
	width:auto;
	padding-top:25px;
	height:100%;
	background-color:#FFFFFF;
	line-height:30px;
	text-align:center;
	color:#ABABAB;
	text-transform:uppercase;
	letter-spacing: 0.2em;
}
#navItem:hover {
	position:relative;
	width:auto;
	padding-top:25px;
	height:100%;
	background-color:#000000;
	line-height:30px;
	text-align:center;
	color:#FFFFFF;
	text-transform:uppercase;
	letter-spacing: 0.2em;
}
#wFix {
	position:absolute;
	width:940px;
	height:80px;
	left:50%;
	margin-left:-470px;
	background-color:#FFFFFF;
}
#sideBar {
	background-color:#D6D6D6;
	position: absolute;
	left:50%;
	margin-left:200px;
	width:272px;
	height:100%;
}
.recentBox {
	width:250px;
	color:#999999;
	height:auto;
	position:absolute;
	top:270px;
	left:50%;
	margin-left:210px;
	text-align:center;
	text-transform:uppercase;
}
.rb2 {
	top:130px!important;
}
#tdCenter {
	text-align:center;
	color:#999999;
}
#tdTiny {
	font-size:10px;
	text-transform:uppercase;
}
.bodyTextContainer {
	position:absolute;
	top:260px;
	left:50%;
	margin-left:-430px;
	width:600px;
}
.btc2 {
	top:130px!important;
}
.recentimg {
	border: 1px solid #FFFFFF;
}
#tdUpper {
	text-transform:uppercase;
}
h1 {
	font-weight:normal;
	font-size:22px;
}
#copyright {
	color:#999999;
	text-align:center;
	font-size:12px;
	position:relative;
	top:50px;
}
#info {
	color:#999999;
	text-align:center;
	font-size:12px;
	position:relative;
	top:50px;
}
#hLButton {
	position:relative;
	width:250px;
	height:50px;
	font-size:18px;
	border: 1px solid #666666;
	text-transform:uppercase;
	color:#BABABA;
	text-align:center;
	line-height:50px;
}
#nav {
	position:absolute;
	left:50%;
	margin-left:-190px;
	width: 670px;
	height:80px;
}
a.negative div:hover {
	background-color:#FFCECE;
	color:#F00;
}
table.mainNav tr td a div {
	text-transform:uppercase;
	color:#999;
	background-color:#FFF;
	width:100%;
	height:70px;
	text-align:center;
	padding-top:30px;
	font-weight:bold;
}
table.mainNav tr td a div:hover {
	color:#FFF;
	background-color:#999;
}
table.mainNav tr td a div:focus {
	color:#FFF;
	background-color:#999;
}
table.mainNav tr td a div:active {
	color:#FFF;
	background-color:#666;
}
/* Navs */
.topnavs a, .topnavs topnav {
	position:relative;
	left:50%;
	width: auto;
	height:80px;
	font-size:12px;
	text-transform:uppercase;
	color:#BABABA;
	text-align:center;
	line-height:80px;
	display:block;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
}
/* STANDARD NAVS */

.topnav:hover, .topnavs a:hover {
	position:relative;
	width:auto;
	height:80px;
	font-size:12px;
	text-transform:uppercase;
	color:#FFFFFF;
	text-align:center;
	line-height:80px;
	background-color:#777777;
}
.topnavs a:active {
	background-color:#0066FF;
	color:#DDDDDD;
}
.topnavs topnav {
	width:auto;
	overflow:visible;
	padding:4px 10px 3px 7px; /* IE6 */
}
.topnavs topnav[type] {
	padding:5px 3px 5px 7px; /* Firefox */
	line-height:17px; /* Safari */
}
*:first-child+html topnav[type] {
	padding:4px 10px 3px 7px; /* IE7 */
}
.topnavs topnav img, .topnavs a img {
	margin:0 3px -3px 0 !important;
	padding:0;
	border:none;
	width:16px;
	height:16px;
}
/* BUTTONS */

.buttons a, .buttons button {
	position:relative;
	width:250px;
	height:30px;
	font-size:16px;
	border: 1px solid #666666;
	text-transform:uppercase;
	color:#BABABA;
	text-align:center;
	line-height:30px;
	display:block;
	margin:0 0px 5 0;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
}
.buttons button {
	width:auto;
	overflow:visible;
	padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type] {
	padding:5px 10px 5px 7px; /* Firefox */
	line-height:17px; /* Safari */
}
*:first-child+html button[type] {
	padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img {
	margin:0 3px -3px 0 !important;
	padding:0;
	border:none;
	width:16px;
	height:16px;
}
/* STANDARD */

.button:hover, .buttons a:hover {
	position:relative;
	width:250px;
	height:30px;
	font-size:16px;
	border: 1px solid #666666;
	text-transform:uppercase;
	color:#BABABA;
	text-align:center;
	line-height:30px;
	background-color:#777777;
}
.buttons a:active {
	background-color:#0066FF;
	border:1px solid #3399FF;
	color:#DDDDDD;
}
/* NEGATIVE */

.topnavs a.negative, topnav.negative {
	color:#BABABA;
}
.topnavs a.negative:hover, topnav.negative:hover {
	background:#fbe3e4;
	color:#d12f19;
}
.topnavs a.negative:active {
	background-color:#d12f19;
	color:#fff;
}
.bqstart {
	float: left;
	height: 45px;
	margin-top: -70px;
	padding-top: 45px;
	margin-bottom: -50px;
	margin-left:-45px;
	font-size: 700%;
	color: #ccb6ff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: normal;
}

.bqend {
	float: right;
	height: 25px;
	margin-top: -60px;
	padding-top: 45px;
	margin-right:-35px;
	font-size: 700%;
	color: #ccb6ff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: normal;
}
.author {
	text-align:right;
	width:100%;
	color:#9c72ff;
	font-weight:bold;
}
blockquote {
	text-align:justify;
}