/*-------------------------------------Body and Typography-------------------------------------------*/

body{
	text-align: center;
	background-color: #252525;
	margin: 0;
	background-image: url("../images/leftbarNCDT_ident.jpg");
	background-repeat: repeat-y;
	}

.headTitle{
	
	font-family: Arial;
	font-size: 20px;
	color: #F36836;
	text-align: left;
}

.head1{
	
	font-family: Arial;
	font-size: 14px;
	color: #F36836;
	text-align: left;
}

.head2{
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	text-align: left;
}

.head2 a{
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	text-align: left;
	text-decoration: none;
}


.head2 a:hover{
	font-family: Arial;
	font-size: 14px;
	color: #F36836;
	text-align: left;
	text-decoration: underline;
}
.mainContent{
	font-family: "Arial";
	font-size: 12px;
	color: #000000;
	float: left;
	padding: 0 0 10px 0;
	width: 100%;
	
}

.mainContentEm{
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	float: left;
	padding: 0 0 10px 0;
	font-style: italic;
	width: 100%;
}

.mainContentQB{
	font-family: Arial;
	font-size: 11px;
	color: #F36836;
	float: left;
	padding: 5px 0 5px 5px;
	width: 98%;
	border-left: 2px solid #6ECDD5;
	border-top: 2px solid #6ECDD5;
}


.mainContentBold{
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	float: left;
	padding: 0 0 10px 0;
	font-weight: bold;
	width: 100%;
}

.mainContentBold a{
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	float: left;
	padding: 0 0 10px 0;
	font-weight: bold;
	width: 100%;
}

.break{
	
	float: left;
	padding: 0 0 20px 0;
	width: 100%;
}

#location{
	float: left;
	display: inline;
	width: 80%;
	height: 25px;
	margin: 10px 0 0px 191px;
	text-align:left;
}

.location{
	font-family: Arial;
	font-size: 18px;
	padding: 10px 0 0 0;
}

.location a{
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	font-weight: 500;
}


.title{
	font-family: Arial;
	font-size: 28px;
	color: #F36836;
	float: left;
	padding: 0 0 0px 0;
	float: left
}
.navTitle{
	
	font-family: Arial;
	font-size: 20px;
	color: #F36836;
	text-align: left;
	padding: 0 0 0 5px;
}



.roundImage{	
	margin: 2px 0 0 10px;
	}

.roundText{
	font-family: "Arial";
	font-size: 12px;
	color: #000000;
	margin: 0 0 0 10px;
	text-align: left;
	font-weight: normal;
	}
	
.roundText2{
	font-family: "Arial";
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin: 0 0 0 10px;
	text-align: center;
	}

#roundContent{
	 width:98%;
	 border:0;
	 }
	
.roundPic{
	 text-align: right;
	 vertical-align: top;
	 width: 108px;
	 height: 107px;
	 }

.roundCaption{
	font-family: "Arial";
	font-size: 11px;
	color: #5F5F5F;	
	text-align: center;
	vertical-align: top;
	}
	

ul.searchResults{
	list-style-type:none;
	}


.rounded{
	float: left;
	width: 100%;
	}
	
p.footer{
	margin: 14px 0;
}
/*-------------------------------------Divisions-------------------------------------------*/	

#superContainer{
	width: 950px;
	height: auto;
	margin-top: 19px;
	margin-left: auto;
	margin-right: auto;
	
	}
	
/*-------------------------------------Header-------------------------------------------*/

#header{
	display: inline;
	float: left;
	width: 100%;
	height: 120px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right top;
}


#logo{
	float: left;
	width: 175px;
	height: 100%;
	background-image:url(../images/NCDTlogo.png);
	background-repeat: no-repeat;
	background-position: center center;	
	padding-left: 9px;
}

#logo a{
	display: block;
	height: 0;
	width: 145px;
	overflow: hidden;
	margin: 20px 0 0 0;
	padding: 80px 0 0 13px;
}

#topBar{
	float: right;
	display: inline;
	height: 106px;
	width: 382px;
	background-image: url(../images/topSearch.gif);
}

#topBar a{
	float: right;
	display: block;
	overflow: hidden;
	width: 379px;
	height: 0;
	padding-top: 70px;
	margin-top: 20px;
}

/*-------------------------------------Content-------------------------------------------*/

#contentContainer{
	float: left;
	width: 100%;
	height: 100%;
	text-align: left;
	background-color: #FFF;
	background-repeat: no-repeat;
}



#leftBox{
	float: left;
	display: inline;
	background-color:#FFFFFF;
	background-position:right bottom;
	background-repeat:no-repeat;
	width: 160px;
	height: 100%;
	margin: -13px 0px 0px 2px;
	padding: 0px 3px 3px 10px;
}

#contentBK{
	float: left;
	display: inline;
	height: auto;
	background-repeat: no-repeat;
	padding: 8px 30px 0 15px;
}

.slim{width:525px;}
.wide{width:718px;}

#rightBox{
	float: right;
	display: inline;
	width: 190px;
	height: auto;
	margin: 15px 10px 0 0;
	background-position:right bottom;
	background-repeat:no-repeat;
}


#filler{
	float: left;
	width: 100%;
	height: 40px;
	
}

/*-------------------------------------Footer-------------------------------------------*/

#footer{
	float: left;
	width: 100%;
	height: 100px;
	background: #FFFFFF;
}

#contact{
	float: left;
	display:inline;
	text-align: left;
	width: 200px;
	height: 80px;	
	padding: 10px;
	margin-left: 250px;
}


#search{
	float: right;
	display: inline;
	text-align: left;
	width: 200px;
	padding: 10px;
	margin-right: 220px;

}

.searchForm1{
	float: left;
	padding: 9px 10px 0 0;
}

.searchForm{
	float: left;
	padding-top: 4px;
}

#underFooter{
	background: #FFFFFF;
	float: left;
	width: 950px;
	height: 70px;
	margin: 0 0 19px 0;
	padding: 0px 0px 8px 0px;
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	border-top: 2px solid #F36836;
}

#frameFooter{
	float: left;
	width: 100%;
	height: 100px;
	background: #FFFFFF;
	padding: 5px 0px 0px 0px;
}

/*---------------------------------- Search Results --------------------------------------------------------*/
#resheader{padding:0px 0px 10px 0px;}
#search_results{}

.search_result{padding:0px 0px 3px 0px;}
.result_link{}
.result_meta{}

.nextprev{padding:10px 0px 10px 0px;}

/*---------------------------------- Course and School Results --------------------------------------------------------*/
#course_selector{padding:5px; color:#FFFFFF;}
#course_selector select{width:420px;}
.choose_text{width:150px;}

#course_results{width:100%; border-top:1px solid #F36836; border-right:1px solid #F36836;}
#course_results td{border-left:1px solid #F36836; border-bottom:1px solid #F36836; padding:3px; text-align: center;}

.rollovers {position:absolute; z-index:10; font-size:12px; display:block; background-color:#F36836; border:1px solid #000000; padding:8px; visibility:hidden; left:-2000px;}
.school_name{font-weight:bold;}

/*-- Member Signup --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#thanks_holder{}
#thanks_title{font-weight:bold;}

#contact_form{padding: 0 0 0 30px;}

#contact_form .form_label{}

.admin_form{}
.admin_form th{font-weight:bold; padding:5px 15px 0px 0px; width:150px;}
.admin_form td{padding:5px 0px 0px 0px; }
.admin_form td input{background-color: #CCC; border: thin solid #999; margin: 4px 0 4px 0; width: 243px;}
.admin_form td .boxes{margin: 4px 0 4px 0; width:20px;}
#contact_form .contact_buttons{width: 394px; margin: 10px 0 0 0;}
.error_text{color:#FF0000;}

/***********************************************************************************************************************************************************************
** navigation *************************************************************************************************************************************************************
***********************************************************************************************************************************************************************/
#nav{}
#nav ul{
	font-family:arial;
	font-size: 14px;
	color: #000;
	text-align: left;
	padding: 0 0 0 0px;
	list-style-type: none;
	width: 160px;
	margin: 0;
}


#nav ul li a{
	text-decoration: none;
	color: #FFF;
	}


#nav ul li ul{
	list-style-type:none;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background: #FFF;
}

#nav ul li ul li{
	font-family: arial;
	font-size: 13px;
	padding: 0px 0;
	margin: 0;
}

#nav ul li ul li ul{
	list-style-type:none;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background: #FFF;
}

#nav ul li ul li ul li{
	font-family: arial;
	font-size: 13px;
	padding: 0px 0 0 10px;
	margin: 0;
}

/*****************************************************************************************************************************************
*** member search****************************************************************************************************************************
*****************************************************************************************************************************************/
#mem_sform{padding-left:20px;}
#mem_sform th{color:#FFFFFF; text-align:right; padding:2px 10px 2px 0px;}
#mem_sform td{color:#FFFFFF;}
#mem_sform  .search_boxes{width:300px;}
#mem_sform  .date_drop{margin-right:20px;}
#mem_sform  .contact_buttons{}
#memsearch_header{width:100%;}
#memsearch_header td{width:250px; text-align:right;}

.mem_result{border-top:1px solid #F36836; padding:3px 0px 10px 0px;}
.mem_result h4{margin:0px;}
.mem_result p{margin:0px;}
