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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#5f5f5f;
	font-family: Arial;
	font-size:11px;
	
}

.menu_top{
	height: 33px;
	background: url(images/td_bt_bg.jpg) repeat-x;
	vertical-align: middle;
}


.textboxholder {
	padding-left: 4px;
	background-image: url(../images/textboxshadow.gif);
	height: 31px;
	width: 123px;
}

.leftnavigationborder {
	width:175px;
	vertical-align:top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #667780;
	border-left-color: #667780;
}
.navigationborder {
	width:175px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #667780;
	border-left-color: #667780;
}
.sessionheading {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #40525B;
	border-bottom: 2px solid #999999;
	border-top: 2px solid #999999;
	padding-left: 3px;
}

#textfield {
	width: 112px;
}
img.facultyimgbor {
	padding-right: 5px;
	padding-bottom: 5px;
	text-align:left;

}
.contentable_bg {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fdd5b9;
}


.specialfeature {
	background-image: url(../images/specialfeature.gif);
	height: 35px;
	width: 162px;
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 12px;
	padding-left: 13px;
}
.specialfeaturetext {
	font-family: arial;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 22px;
	cursor: auto;
}

img {
	border: none;
}
.handwriting {
	font-family: "Script MT Bold";
	font-size: 18px;
	color: #000000;
}

.sponseredtext-hp {
	font-family: arial;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
.sponseredtext {
	font-family: arial;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	text-align:left;
	padding-left: 13px;
}
.testimonialstext {
	font-family: Arial;
	font-size: 13px;
	color: #000000;
}
.footer {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
}

.content {
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
.content1 {
	font-family: Arial;
	font-size: 12px;
	line-height: 1px;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}

.content-a {
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
}
.sessionbg {
	background-color: #40525B;
}
.sessionheadingsecond {
	font-family: Arial;
	font-size: 12px;
	color: #990100;
	font-weight: bold;
	text-decoration: none;
}
img{
border:none;
}
.sessionheading2 {
	font-family: Arial;
	font-size: 12px;
	color: #40525B;
	font-weight: bold;
	padding-left: 3px;
}
.contentsessions {
	padding-left: 3px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	cursor:default;
}
.marqueesubdiv {
	text-align: right;
	padding-top: 5px;
}
.imgborder {
	border: 1px solid #314148;
}
.contena {
	font-family: Arial;
	font-size: 12px;
	color: #313f47;
	text-decoration: none;
	font-weight: bold;
}
.contena_nav {
	font-family: Arial;
	font-size: 12px;
	color: #313f47;
	text-decoration: none;
	font-weight: bold;
	margin-right: 7px;
}
.sessions1 {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	width: 500px;
	border-bottom: #fdd5b9 solid 2px;
	text-decoration: none;
	margin-left: 2px;
	background-color:#999999;
	}
.sessions1:hover {
background-color:#c6c8ca;
	}
.sessions2 {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
		width: 500px;
	border-bottom: #fdd5b9 solid 2px;
	text-decoration: none;
	margin-left: 2px;
}
div.text{
	display: none;
	text-align: left;
	background-color:#FFFFFF;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
} 

div.hide
{
visibility:hidden; 
background-color:#FFFFFF; 
position: absolute; 
padding: 10px;
margin: 5px;
width: 200px;
height: auto;
top: 300;
left: 200;
}




/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:10; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(images/bubble.gif) no-repeat bottom;
}
.testimonial_images {
	background-color: #CCCCCC;
	text-align: center;
	width: 100px;
}
.testimonial_text {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.inputbox{
width: 130px;
}

.bottombr
{
border-bottom: 2px dotted #999999;
}
	
.names a
{
background-color:#CCCCCC;
text-align:center;
font-weight: bold;
font-size: 11px;
vertical-align:bottom;
white-space:nowrap;
text-decoration: none;
color:#000000;
}
.content-holder
{
background-color:#FFFFFF;
font-family: Verdana;
font-size: 12px;
line-height: 17px;
color: #000000;
padding-left:15px;
padding-right:15px;
text-align: justify;

}
