/*------------------------General HTML definitions-------------------*/

body {
	/* Centers the web site */
	text-align:left;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*Edit the below items for background and color of the entire page*/ 
	background-color:#161013;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
}
/*Lets you hide text in an <em> tag so that it is on the page but not visible to the user*/
em{
	display:none;
}

/*Defines the Format(font,font-size,color,etc.) for the H1 tag*/
h1{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:20px;
	font-weight:lighter;
	color:#48484A;
}

h2{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:16px;
	color:#63aede;
}

/*Prevents any image that is a link from being displayed with a blue link border*/
a,img {
	outline:none;
	border:0px;
}

/*-----------------------Layout Containers----------------------------*/

/*This "wraps" all of the xhtml and in one container.
	page width and background image or color are set here. */
#container {
	position:relative;
	display: block;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	min-height:100%;
	background-color:#F8F8F8;
}

/*This defines the header tag. Be sure to always include the height and width
because weird stuff can happen if you do not. */
#header {
	position:relative;
	height:84px;
	width:980px;
	background-image:url(../images/header.jpg);
}

#primarynav {
	position:relative;
	width:980px;
	height:22px;
	background-color:#F8F8F8;
	z-index:99999;
}

#primarynav a{
	text-decoration:none;
}
#content_container {
	width:980px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#48484A;
}
#content_container a,link,visited {
	color:#63aede;
	text-decoration:none;
}
#content_container a:hover{
	color:#FBB03F;
	text-decoration:none;
}
#column_left_home {
	float:left;
	margin-top:261px;
	margin-left:0px !important;
	margin-left:15px;
	margin-right:8px !important;
	margin-right:16px;
	width:657px !important;
	width:630px;
	font-size:14px;
	background-color:#F8F8F8;
}
#column_subpage {
	float:left;
	margin-top:12px;
	margin-left:24px !important;
	margin-left:12px;
	margin-right:12px !important;
	margin-right:20px;
	width:560px;
	font-size:14px;
	background-color:#F8F8F8;
}
#column_right_home {
	float:left;
	display:block;
	text-align:right;
	margin-right:8px;
	margin-bottom:25px;
	width:268px;
	height:100%;
	background-color:#F8F8F8;
}
#column_right_subpage {
	position: relative;
	float:left;
	display:block;
	text-align:left;
	margin-left:30px;
	width:322px;
	background-color:#F8F8F8;
}
#schedule_home {
	float:left;
	display:block;
	text-align:right;
	margin-top:261px;
	margin-bottom:6px !important;
	margin-bottom:-10px;
	width:268px;
	background-color:#F8F8F8;
}
#schedule_subpage {
    position: relative;
	float:left;
	display:block;
	text-align:left;
	margin-left:30px;
	margin-top:12px;
	margin-bottom:12px;
	background-color:#F8F8F8;
}
#questions {
	float:left;
	display:block;
	text-align:left;
	height:80px;
	margin-top:12px;
	margin-bottom:12px;
}
#schedule_faq {
	float:left;
	display:block;
	text-align:left;
	margin-top:12px;
	margin-bottom:12px;
	background-color:#F8F8F8;
}
#subpage_nav {
	margin-left:12px;
	padding-left:20px;
	height:36px;
	width:935px;
	background-color:#E0E1E2;
}
#tdeonline {
	width:322px;
	height:322px;
}
#testimonial {
	width:320px;
	height:240px;
}
#innerfade {
	float:none !important;
	float:left;
	margin-left:12px !important;
	margin-left:6px;
}
/*----------------------------Footer----------------------------*/
#footer {
	clear:both;
	position:relative;
	width:980px;
	height:210px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
}
#footer_text{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
	line-height:12px;
	margin-top:-10px;
	margin-left:13px;
	margin-right:13px;
	color:#FFFFFF;
}
#footer a,link,visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
	color:#63aede;
	text-decoration:none;
	/*margin-bottom:-60px;*/
}
#footer a:hover{
	text-decoration:none;
	color:#FCB040;
}
.footerLinks {
	width:165px !important;
	width:150px;
}
.footerLinksLocation {
	width:140px;
}
.phonenumbers {
	padding-left:75px !important;
	padding-left:130px;
}
.alignTop {
	vertical-align:top;
}
#siteAuthor {
	color:#48484a;
	text-align:center;
}
#siteAuthor a{
	color:#48484a;
}

/*--------------------Classes-----------------------------------*/
.question_home {
	float:left;
	display:block;
	text-align:left;
	width:268px;
	height:190px;
	background-image:url(../images/ask-question-bg-home.jpg);
	background-repeat:no-repeat;
}
.scheduleTable {
	position:relative;
	float:left;
	height:235px;
	width:322px;
	line-height:15px;
	background-image:url(../images/schedule_background.jpg);
	background-repeat:repeat-x;
	background-color:#060D51;
}
.scheduleTableHome {
	position:relative;
	float:right;
	width:268px;
	height:180px;
	line-height:15px;
	background-image:url(../images/schedule_background.jpg);
	background-repeat:repeat-x;
	background-color:#060D51;
}

.scheduleHeading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	padding-left:6px;
	padding-top:5px;
	padding-bottom:15px;
	color:#FFFFFF;
}
.scheduleHeadingHome {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:left;
	padding-left:6px;
	padding-top:12px;
	padding-bottom:12px;
	color:#FFFFFF;
}
.scheduleBoxList {
	color:#007EB5;
	background-color:#A8C8EA;
	font-size:10px;
	margin-left:6px;
	margin-top:-20px;
	width:299px;
}
.scheduleBoxListHome {
	color:#007EB5;
	background-color:#A8C8EA;
	font-size:10px;
	/*margin-top:-20px;*/
	width:259px;
}
.scheduleBox {
	color:#007EB5;
	background-color:#A8C8EA;
	font-size:10px;
	margin-top:2px;
	margin-left:6px;
	width:295px;
}
.scheduleBoxHome {
	color:#007EB5;
	background-color:#A8C8EA;
	font-size:10px;
	margin-top:2px;
	width:254px;
}
.questionHeadingHome {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	padding-left:6px;
	padding-top:9px;
	padding-bottom:4px;
	color:#FFFFFF;
}
.questionBoxListHome {
	color:#007EB5;
	background-color:#A8C8EA;
	font-size:10px;
	margin-left:3px;
	width:230px;
}
.submit {
	float:right;
	background-image:url(../images/submit_background.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	border-color:#304B66;
	font-size:10px;
	margin-top:5px;
	margin-right:2px;
}
.submitSeminar {
	float:left;
	background-image:url(../images/submit_background.jpg);	
	background-repeat:repeat-x;
	color:#FFFFFF;
	border-color:#304B66;
	font-size:10px;
	margin-top:3px;
	margin-right:5px;
}
.submitQuestion {
	float:right;
	background-image:url(../images/submit_background.jpg);	
	background-repeat:repeat-x;
	color:#FFFFFF;
	border-color:#304B66;
	font-size:10px;
	margin-top:3px;
	margin-right:6px;
}

.search {
	position:absolute;
	left:701px;
	top:40px;
}
.searchSubmit {
	background-image:url(../images/submit_background.jpg);
	background-repeat:repeat-x;	
	color:#FFFFFF;
	font-size:10px;
	border-color:#304B66;
}
.searchBox {
	color:#007EB5;
	background-color:#A8C8EA;
	font-size:10px;
	width:200px;
}

#socialnetworks {
	position:absolute;
	left:75px;
	top:50px;
}
.addthis {
	position:absolute;
	left:20px;
	top:115px;
}
.rssicon {
	position:absolute;
	left:240px;
	top:50px;
}
.textsizes {
	position:absolute;
	left:263px;
	top:50px;
}
.highlight {
	color:#FCB040;
}

.italicText {
	font-style:italic;
}

.noborders {
	border-style:none;
	border: 0px;
}

.boldText {
	font-weight:bold;
}

.imgfloatLeft {
	margin-left:0px;
	margin-right:10px;
	margin-bottom:5px;
	float:left;
	border-style:none;
	border:0px;
}

.imgfloatRight {
	margin-left:10px;
	margin-right:0px;
	float:right;
	border-style:none;
	border:0px;
}
.imgfloatRightHome {
	margin-left:0px;
	margin-right:8px !important;
	margin-right:14px;
	float:right;
	border-style:none;
	border:0px;
}
.contentFooter {
	margin-top:-15px;
	margin-bottom:10px;
}
.subpageNavtext {
	position:absolute;
	left:180px;
	top:115px;
	width: 715px;
}
.selectedSection {
	color:#63aede;
}
.selected {
	color:#FBB03F;
}
.financingText {
	color:#FFFFFF;
	background-color:#587693;
}
.financingText2 {
	background-color:#CCCCCC;
}
.doctorText {
	font-size:10px;
}
.languageHome {
	position:absolute;
	top:430px;
	left:530px;
}
.languageSub {
	position:absolute;
	top:175px;
	left:470px;
}
#tabs {
	background-color:#F8F8F8;
	float: left;
	display:block;
}
#tabs-nav {
	overflow: hidden;
	list-style:none;
	margin-top:0px;	
	margin-left:0px;
	margin-bottom:15px;
	float:left;
}
#tabs-nav li {
	width: 150px;
	float: left;
	margin-top:0px;
	margin-right:5px;
	margin-bottom:0px;
}
#tabs-nav li.last {
	margin-right: 0;
}
#tabs-nav li a {
	display: block;
	padding: 5px;
	background-image:url(../images/tab-bg.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	text-align: center;
	border: 0;
	font-size:12px;
}
#tabs-nav li a:hover {
	color: #6e6f71;
	background-image:url(../images/tab-bg-alt.jpg);
	background-repeat:repeat-x;
}
#contacts, #kit, #appointment {
	display: none;
}
#tabs-nav li#about a.current, ul#about li a:hover {
	color: #FBB03F;
}
#tabs-nav li#contacts a.current, ul#contacts li a:hover {
	color: #FBB03F;
}
#tabs-nav li#kit a.current, ul#kit li a:hover {
	color: #FBB03F;
}
#tabs-nav li#appointment a.current, ul#appointment li a:hover {
	color: #FBB03F;
}
.submitQuestionTabs {
	float:left;
	background-image:url(../images/submit_background.jpg);	
	background-repeat:repeat-x;
	color:#FFFFFF;
	border-color:#304B66;
	font-size:10px;
	margin-top:3px;
	margin-right:6px;
}
.constantcontact {
	background-image:url(../images/mail-list-bg.jpg);
	background-repeat:no-repeat;
	width:268px;
	height: 72px;
	color:#FFFFFF;
	font-size:14px;
	margin-right:8px;
}
.cc1 {
	color:#007EB5;
	background-color:#A8C8EA;
	font-size:10px;
}
.ccsubmit {
	background-image:url(../images/submit_background.jpg);	
	background-repeat:repeat-x;
	color:#FFFFFF;
	border-color:#304B66;
	font-size:10px;
}
.videoplayer {
	width:320px;
	height:240px;
	overflow:hidden;
	display:block;
}
/*----------------Login Box---------*/

#notification_error {
	color: red;
	height: auto;
	padding: 4px;
	text-align: center;
}
#login_response {
	overflow: auto;
}
#ajax_loading {
	display: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#logged_in {
	padding: 5px;
	/*margin: 23px 0 100px 43px;*/
	padding: 5px;
	text-align: center;
	width: 150px;
	height:100px;
}
#simplemodal-overlay {
	background-color:#999999;
	cursor:wait;
}
#simplemodal-container {
	height:250px;
	width:305px;
	background-color:#fff;
	border:1px solid #000000;
	-moz-border-radius: 5px;
	padding:10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#simplemodal-container a.modalCloseImg {
	background:url(../images/x.png) no-repeat;
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	left:-18px;
	cursor:pointer;
}
#simplemodal-container #basicModalContent {
	padding:8px;
}
/*----------------------*/

div.mobileOnly {
  display: none;
}


