/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
html *{
	outline:none;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
body{
	font:normal 14px/21px Arial, Helvetica, sans-serif; color:#333333;
	background:url(images/body-bg.jpg) repeat; 
}
a{
	color:#ff6827;
	text-decoration:none;
}
a:hover{
	color:#028aaa;
	text-decoration:none;
}
h1{
	font-size:17px;
	color:#d71717;
	font-weight:bold;
}
h2{
	font-family:"Comic Sans MS", Courier, monospace, "Courier New";
	font-size:20px;
	color:#5a2800;
}
h3{
	font-size:17px;
	color:#d71717;
	font-weight:bold;
}

.clear{
	clear:both;
}
.maincontainer{
	width:100%;
	background:url(images/cartoon-bg.jpg) center top repeat-x;
}
.logo-top-container{
	width:960px;
	height:133px;
	padding:35px 0 15px 0;
	margin:0 auto;
}
.border-line-1{
	width:100%;
	height:2px;
	background:url(images/border-bg-1.jpg) repeat-x;
}
.border-line-2{
	width:100%;
	height:2px;
	background:url(images/border-bg-2.jpg) repeat-x;
}
.logo-cont{
	width:165px;
	height:133px;
	float:left;
}
.logo-heading{
	width:630px;
	height:133px;
	float:left;
	background:url(images/logo-heading.png) no-repeat center;
}
.tag-line{
	width:1023px;
	height:63px;
	margin:25px auto;
	background:url(images/tagline-bg.png) no-repeat;
}
.tag-line span{
	padding:0 50px;
	height:63px;
	line-height:63px;
	font-family:"Comic Sans MS", cursive;
	font-size:23px;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	text-shadow:1px 1px 2px #8b6b00;
	display:block;
}
.banner{
	width:950px;
	height:370px;
	margin:0 auto;
}
.wrapper{
	width:960px;
	background:#FFF;
	margin:0 auto;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	padding:5px 0 30px 0;
}
.body-container{
	margin:30px auto;
}
.body-container-top{
	width:940px;
	min-height:250px;
}
.leftpan{
	width:240px;
	min-height:250px;
	float:left;
}
.rightpan{
	width:700px;
	float:right;
}
.navigation{
	width:180px;
	margin:0 30px;
}
.navigation ul li{
width:180px;
height:27px;
line-height:27px;
display:block;
margin-bottom:9px;
font-family:"Comic Sans MS", Courier, monospace, "Courier New";
font-size:13px;
position:relative;
}
.navigation ul li a{
width:167px;
height:27px;
color:#970030;
padding-left:13px;
display:block;
font-weight:bold;
text-transform:uppercase;
background:url(images/nav-bg.png) no-repeat;
}
.navigation ul li a:hover, .navigation ul li a.active{
color:#000;
background:url(images/nav-bg.png) no-repeat 0 -27px;
}

.navigation ul li.current-menu-item a{
color:#000;
background:url(images/nav-bg.png) no-repeat 0 -27px;
}

/* SUBMENU */
#access {
}
#access ul {
}
#access li {
	position: relative;
}
#access a {
}
#access ul .sub {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: -40px;
	left: 180px;
	width: 202px; /* default width for menu */
	z-index: 99999;
	/*background:url(images/sub-menu-top.png) no-repeat left top;*/
	display:none;
	padding:45px 0px 0 5px;
}
#access ul ul li {
	background:url(images/menu-dotted-line.jpg) no-repeat bottom;
	margin-left:5px;
	
}
#access ul ul ul {
	left: 100%;
	top: 0;
	
}
#access ul ul a {
width: 100%;
	display: block;
	color:#014fa4;
	font-weight:bold;
	background:url(images/flower-bullet.png) no-repeat 5px center;
	padding-left:20px;
	text-align:left;
	height:15px;
	margin:0;
	line-height:15px;
}

#access ul li:hover > .sub {
	display: block;
	/*background:#F00; height:200px;*/
}

.sub-mid {
	background:url(images/sub-menu-top.png) no-repeat left top;
	display:block;
	padding:32px 0px 0 5px;
}
.sub-bottom {
	background:url(images/sub-menu-bottom.png) no-repeat left bottom;
	display: block;
    height: 53px;
    margin: -24px 0 0 0px;
}
.footer-links .sub-menu {
	display:none !important;
}


.footer-container{
	width:960px;
	height:50px;
	margin:0 auto;
	padding:30px 0;
	font-family:"Comic Sans MS", Courier, monospace, "Courier New";
	font-size:13px;
	text-align:center;
	text-transform:uppercase;
}
.footer-links .menu-left-menu-container {
	width:100%;
	margin:0;
}
.footer-links ul {
	text-align:center;
}
.footer-links ul li {
	display:inline;
}
.footer-links a{
padding:0 12px;
color:#FFFFFF;
}
.footer-links a:hover{
color:#ffcc33;
}
.copyright{
	color:#bbf3ff;
	font-size:11px;
}
a.read-more{
	color:#d50707;
	display:block;
	float:right;
}
a.read-more:hover{
	color:#FFFFFF;
}
a.mail-id{
	color:#000000;
	text-decoration:underline;
}
a.mail-id:hover{
	color:#970030;
	text-decoration:underline;
}

.staff-directory-divider {
    border-top: thin dotted #BEBEBE !important;
    margin: 15px 0;
    width: 90%;
}



ul.class-cat li{
	width:25%;
	float:left;
}
#nav-single{
		display:none;
}

.classblog td img{
    background: url(images/albumset.gif) no-repeat scroll 0 50% transparent;
    /*height: 86px;
    margin: 0 0 6px !important;*/
    padding: 20px !important;
    /*width: 120px;*/
	float:none !important;
}
.classblog img{ width:72px; height:70px;}
.classblog a{ width:110px; height:133px; display:block; margin:15px 0;}
/* SUBMENU */
