/* CSS Document */

body {
	background-color: #fffffe;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	color: #676666;
	font-family: tahoma;
	background-image: url(../../images/bg.jpg);
	background-repeat: repeat-x;
}
.nav{
	color: #820000;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}
.nav a{
	color: #820000;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}
.nav a:hover{
	color: #820000;
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
}

a{
	color: #820000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}

a:hover{
	color: #820000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}
h1 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #800000;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
h2 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 0px;	
	margin: 0px;
}
h2 a {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 0px;	
	margin: 0px;
}
h3 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 0px;	
	margin: 0px;
}
h4 {
	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	color: #800000;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
h5 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #536A93;
	text-decoration: none;
	padding: 0px;	
	margin: 0px;
}
h6 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFCF01;
	text-decoration: none;
	padding: 0px;	
	margin: 0px;
}

.topbg {
	background-color: #FFF;
	background-repeat: repeat;
}
.topbg2 {
	background-image: url(../../images/headerimgright.png);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #FFF;
	
}
.topbg2 a {
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	
}
.topbg2 a:hover {
	font-size: 11px;
	color: #FFF;
	text-decoration:underline;
	font-weight: normal;
	
}

.maincontentbg {
	background-color: #EDEDED;
	
}
img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.menu {
	width:80%;
	position:relative;
	
	font-family:arial, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size:12px;
	
	
}
/* hack to correct IE5.5 faulty box model */

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:80px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:auto;
	position:relative;
	margin: 0px;
	padding: 0px;
	font-size:12px;
}
/* style the links for the top level */
.menu a,.menu span , .menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#820000;
	border:0px solid #EAEAEA;
	line-height:29px;
	font-weight:normal;
}
/* a hack so that IE5.5 faulty box model is corrected */


/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#fff; }
/* style the second level hover */
.menu ul ul a.drop:hover{background:#800000;}
.menu ul ul :hover > a.drop {background:#800000;  }
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#800000;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#fff;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:29px;left:0;  solid #000; font-size:12px; font-weight:normal;}
/* another hack for IE5.5 */
* html .menu ul ul {top:35px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:120px; top:-1px; width:100px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#800000; color:#fff; height:auto; line-height:1em; padding:5px 10px; width:100px;border-width:0 1px 1px 1px; font-size:12px; font-weight:normal;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:1100px;width:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#000;}
.menu :hover > a, .menu ul ul :hover > a {color:#820000; background:#fff;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

.news11{
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

.news11 a{
	color: #820000;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}


.news{
	color: #333;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}
.news a{
	color: #820000;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}
.news a:hover{
	color: #820000;
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
}
.mand{
	color: #F00;
	font-weight: normal;
	font-size: 11px;
}
input, textarea, select {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #BABABA;
	background-color: #FFFFFF;
	
}
.button {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #800000;
	border: 1px solid #F8F5F0;
}
.footer {
	background-image: url(../../images/footerbg.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
.footerlink{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.footerlink a {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.footerlink a:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
.footerbg2 {
	background-color: #FECB00;
	
}
.button4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	background-image: url(../../images/adminbott-bg.png);
	background-repeat: repeat-x;
	padding-right: 15px;
	padding-left: 15px;
	height: 22px;
}	
.button4 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.button4 a:hover{
	text-decoration: none;
}

/*new css editing*/
.program_main{
	width:100%;
	height:auto;
	float:left;
	padding:0px;
}
.program_heading{
	width:100%;
	height:auto;
	float:left;
	padding:0px;
}
.program_contain{
	width:545px;
	height:auto;
	float:left;
	padding:0px 0px 10px 0px;
}
.program_cont_bullet{
	width:15px;
	height:auto;
	float:left;
	padding:4px 0px 0px 0px;
}
.program_contain1{
	width:530px;
	height:auto;
	float:left;
	padding:0px;
}
.testimonials_text1{
	width:530px;
	height:auto;
	float:left;
	padding:0px 0px 20px 0px;
}
.testimonials_text2{
	width:530px;
	height:auto;
	float:left;
	border-bottom:1px #676666 solid;
	padding:0px 0px 0px 0px;
	margin-bottom:10px;
	padding:0px 0px 10px 0px;
}
.testimonials_text3{
	width:530px;
	height:auto;
	float:left;
	/*border-bottom:1px #676666 solid;*/
	padding:0px 0px 0px 0px;
	margin-bottom:10px;
	padding:0px 0px 10px 0px;
}
.testinomials_sepratorbox{
	width:545px;
	height:auto;
	float:left;
	border-bottom:1px #676666 solid;
	padding:0px 0px 0px 0px;
	margin-bottom:20px;
}

