/* 
---------------------------------------------------------------------------------------------
Title: 		KUHS Stylesheet
Description:	Defines content styles for KUHS pages
Author:		Deepak Gyawali, deepakgyawali@gmail.com

--------------------------------------------------------------------------------------------

Color Codes
------------
Dark Blue:				#010044
Light Blue (Header Underline):		#889Ec7
Maroon (Horizontal Bars):		#580000
Light Maroon				#833227
Lighter Maroon				#C6675C
Dark Grey (Dividing Lines):		#53556A
Sand Color (Content Background):	#F3F2ED
Sand Color darker (Content Background):	#E7E4D9
Light Grey (Footer Background):		#C0C0C0
Orange (Linklist Hover Color):		#FF9900

--------------------------------------------------------------------------------------------
content styles 
*/

a.button1
{
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color:#444;
    display:block;
    float:left;
    font:normal 12px arial, sans-serif;
    height:24px;
    margin-right:6px;
    padding-right:18px; /* sliding doors padding */
    text-decoration:none;
}

a.button1 span 
{
    background:transparent url('../images/bg_button_span.gif') no-repeat;
    display:block;
    line-height:14px;
    padding:5px 0 5px 18px;
}


a.button1:active 
{
    background-position:bottom right;
    color:#000;
    outline:none; /* hide dotted outline in Firefox */
}

a.button1:active span 
{
    background-position:bottom left;
    padding:6px 0 4px 18px; /* push text down 1px */
}

a:link 
{
	color:#3366CC;
	text-decoration: none;
}

a:visited 
{
	color:#3366CC;
	text-decoration: none;
}

a:hover 
{
	color: #580000;
	text-decoration: none;
}

a:active 
{
	color:#3366CC;
	text-decoration: none;
}

a.Link-List
{
	background: url('../images/ico_link_list.gif') no-repeat center left;
	padding-left:11px;	
	font-size:10pt;
	line-height:20px;
}

a.Link-List:hover
{
	background: url('../images/ico_link_list_a.gif') no-repeat center left;
}

a.Link-PDF
{
	background: url('../images/ico_pdf.gif') no-repeat center left;
	padding-left:20px;	
}

a.Link-DOC
{
	background: url('../images/ico_doc.gif') no-repeat center left;
	padding-left:20px;	
}

a.Link-XLS
{
	background: url('../images/ico_xls.gif') no-repeat center left;
	padding-left:20px;	
}

a.Link-PPT
{
	background: url('../images/ico_ppt.gif') no-repeat center left;
	padding-left:20px;	
}

a.Link-WMV
{
	background: url('../images/ico_wmv.gif') no-repeat center left;
	padding-left:20px;	
}

a.Link-QT
{
	background: url('../images/ico_qt.gif') no-repeat center left;
	padding-left:20px;	
}

a.Link-Button-Blue
{
	background: url('../images/buttons/but_blue.gif') no-repeat center left;
	padding:10px 100px 10px 0;
	width:122px;
	color:#000080;
	font-weight:bold;
	display:block;
	font-size:8pt;
	text-align:center;
}

a.Link-Button-Blue:hover
{
	color:#800000;
	background: url('../images/buttons/but_blue_a.gif') no-repeat center left;
}


a.Link-Button-Green
{
	background: url('../images/buttons/but_green.gif') no-repeat center left;
	padding:10px 100px 10px 0;
	width:122px;
	color:#003300;
	font-weight:bold;
	display:block;
	font-size:8pt;
	text-align:center;
}

a.Link-Button-Green:hover
{
	background: url('../images/buttons/but_green_a.gif') no-repeat center left;
	color:#800000;
}


a.Link-Button-Grey
{
	background: url('../images/buttons/but_grey.gif') no-repeat center left;
	padding:10px 100px 10px 0;
	width:122px;
	color:#53556A;
	font-weight:bold;
	display:block;
	font-size:8pt;
	text-align:center;
}

a.Link-Button-Grey:hover
{
	color:#800000;
	background: url('../images/buttons/but_grey_a.gif') no-repeat center left;
}


a.Link-Button-Maroon
{
	background: url('../images/buttons/but_maroon.gif') no-repeat center left;
	padding:10px 100px 10px 0;
	width:122px;
	color:#800000;
	font-weight:bold;
	display:block;
	font-size:8pt;
	text-align:center;
}

a.Link-Button-Maroon:hover
{
	background: url('../images/buttons/but_maroon_a.gif') no-repeat center left;
	color:#800000;
}


a.Link-Button-Orange
{
	background: url('../images/buttons/but_orange.gif') no-repeat center left;
	padding:10px 100px 10px 0;
	width:122px;
	color:#c17400;
	font-weight:bold;
	display:block;
	font-size:8pt;
	text-align:center;
}

a.Link-Button-Orange:hover
{
	color:#800000;
	background: url('../images/buttons/but_orange_a.gif') no-repeat center left;
}

a.submitbutton
{
    background: transparent url('../images/buttons/but_submit_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: right;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    margin-bottom:10px;
    margin-top:15px;
    text-decoration: none;
}

a.submitbutton span 
{
    background: transparent url('../images/buttons/but_submit_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.submitbutton:active 
{
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.submitbutton:active span 
{
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

body
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 101%;
	behavior:url("general/csshover.htc");
}

#content_section p
{
	font-size: 10pt;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 16px;
}
	
#content_section li 
{
	font-size: 10pt;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left:-10px;
}



/*
#content_section li_alt1 
{
	font-size: 12px;
	line-height: 18px;
	list-style-image:url(../images/test-bullet.gif);
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: -18px;
}
*/

#content_section h1
{
	font-size: 20pt;
	line-height: 25px;
	color: #742C2C;
	font-weight: bold;
	font-variant:small-caps;
	margin-top: 0px;
	text-align:left;
}

#content_section h2
{
	font-size: 18pt;
	color: #742C2C;
	font-weight: bold;
	margin-top: 0px;
}

#content_section h3
{
	font-size: 14pt;
	line-height: 23px;
	color: #742C2C;
	font-weight: bold;
	margin-top: 0px;
}

#content_section h4
{
	font-size: 14pt;
	line-height: 23px;
	color: #010044;
	font-weight: bold;
	margin-top: 0px;
}

#content_right_content p 
{
	font-size: 7.5pt;
	line-height: 14px;
	margin-top: 0px;	
}

#content_right_content li 
{
	font-size: 7.5pt;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left:-15px;
}

#content_right_content h1
{
	font-size: 11pt;
	line-height: 25px;
	margin: 0px;
	color: #742C2C;
	font-weight: bold;	
	text-transform: none;

}

#content_right_content h2
{
	font-size: 9pt;
	line-height: 22px;
	margin: 0px;
	color: #742C2C;
	font-weight: bold;
}

#content_right_content a.Link-List
{
	background: url('../images/ico_link_list_small.gif') no-repeat center left;
	padding-left:10px;	
	font-size:7pt;
	line-height:15px;
}

#content_section hr
{
	height:1px;
	color:#580000;
	background-color:#580000;
}

#content_right_content a.Link-List:hover
{
	background: url('../images/ico_link_list_small_a.gif') no-repeat center left;
}

#content_right_content a.Link-Button-Blue
{
	background: url('../images/buttons/but_blue_small.gif') no-repeat center left;
	padding:10px 100px 10px 5px;
	width:118px;
	color:#000080;
	font-weight:bold;
	display:block;
	font-size:7pt;
	text-align:center;
	line-height:8pt;
}

#content_right_content a.Link-Button-Blue:hover
{
	color:#800000;
	background: url('../images/buttons/but_blue_small_a.gif') no-repeat center left;
}


#content_right_content a.Link-Button-Green
{
	background: url('../images/buttons/but_green_small.gif') no-repeat center left;
	padding:10px 100px 10px 5px;
	width:118px;
	color:#003300;
	font-weight:bold;
	display:block;
	font-size:7pt;
	text-align:center;
	line-height:8pt;
}

#content_right_content a.Link-Button-Green:hover
{
	color:#800000;
	background: url('../images/buttons/but_green_small_a.gif') no-repeat center left;
}

#content_right_content a.Link-Button-Grey
{
	background: url('../images/buttons/but_grey_small.gif') no-repeat center left;
	padding:10px 100px 10px 5px;
	width:118px;
	color:#53556A;
	font-weight:bold;
	display:block;
	font-size:7pt;
	text-align:center;
	line-height:8pt;
}

#content_right_content a.Link-Button-Grey:hover
{
	color:#800000;
	background: url('../images/buttons/but_grey_small_a.gif') no-repeat center left;
}

#content_right_content a.Link-Button-Maroon
{
	background: url('../images/buttons/but_maroon_small.gif') no-repeat center left;
	padding:10px 100px 10px 5px;
	width:118px;
	color:#800000;
	font-weight:bold;
	display:block;
	font-size:7pt;
	text-align:center;
	line-height:8pt;
}

#content_right_content a.Link-Button-Maroon:hover
{
	color:#800000;
	background: url('../images/buttons/but_maroon_small_a.gif') no-repeat center left;
}

#content_right_content a.Link-Button-Orange
{
	background: url('../images/buttons/but_orange_small.gif') no-repeat center left;
	padding:10px 100px 10px 5px;
	width:118px;
	color:#c17400;
	font-weight:bold;
	display:block;
	font-size:7pt;
	text-align:center;
	line-height:8pt;
}

#content_right_content a.Link-Button-Orange:hover
{
	color:#800000;
	background: url('../images/buttons/but_orange_small_a.gif') no-repeat center left;
}

#content_wrapper
{
	width: 100%;
	background: #FFFFFF url('../images/content-backgrounds/content_wrapper_subbg_01.gif') repeat-x;
	z-index: 0;
	
	
}

#content_wrapper_b
{
	width: 100%;
	background: #FFFFFF url('../images/content-backgrounds/content_wrapper_subbg_01b.gif') repeat-x;
	z-index: 0;
	
}

#content_frame
{
	margin: 0px auto;
	width: 760px;
	clear: both;
	z-index: 1;

}

#content_left
{	
	float:left;
	width:410px;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-left:0px;
	text-align:left;
	padding-right:0px;
	overflow:hidden;
}

#content_left p.indent1
{
	left-padding:20px;
}

#content_right_container 
{	
	text-align:left;
	width:160px;
	float:left;
}

#content_right_body
{	
	background-image:url('../images/content-backgrounds/col3_top01_bg.gif');
	height:auto;
	background-repeat:no-repeat;
	overflow:hidden;

}

#content_right_content
{
	/*font-size:0.75em;*/
	font-size:10pt;	
	font-weight: normal;
	position:relative;
	top:5px;
	left:15px;
	margin-right:17px;
	overflow:hidden;
}

#content_section
{
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-left:0px;
	text-align:left;
	margin-left:185px;
	margin-right:5px;
	font-size:10pt;

}

#content_section_full
{
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-left:0px;
	text-align:left;
	margin-left:0px;
	margin-right:5px;
	font-size:10pt;
}

#content_section .Box-LightGrey
{
	border:1px solid #B8B7B5;
        background-color:#EDEDEA;
        padding: 3px 3px 3px 3px;
        color:#000000;
}

#content_section .Box-LightMaroon
{
	border:1px solid #800000;
        background-color:#F0E1E1;
        padding: 3px 3px 3px 3px;
        color:#000000;
}

#content_section .Box-LightBlue
{
	border:1px solid #000066;
        background-color:#E8F3FF;
        padding: 3px 3px 3px 3px;
        color:#000000;
}

#content_section .Table01, #content_section_full .Table01
{
	border:1px solid #666666;
        background-color:#ffffff;
        padding: 3px 3px 3px 3px;
        color:#000000;
}

#content_section .Table01-Header, #content_section_full .Table01-Header
{
        background-color:#D8D1CD;
        color:#000000;
        font-weight: bold
}


#content_section .Table01-CellLight, #content_section_full .Table01-CellLight
{
        background-color:#F9F9F9;
}

#content_section .Table01-CellDark, #content_section_full .Table01-CellDark
{
        background-color:#ECE8E6;
}

#content_topright_body
{	
	height:auto;
	/*font-size:0.75em;*/
	font-size:10pt;	
	font-weight: normal;
	position:relative;
	top:5px;
	left:5px;
	margin-bottom:10px;
	overflow:hidden;

}

#content_right_footer
{	
	background-image:url('../images/content-backgrounds/col3_bottom01_bg.gif');
	height:82px;	
}

#dir_image
{
	top:5px;
	left:0px;
	position:relative;
	/*height:125px;
	width:100px;*/
	float:right;
	margin-right:11px;
	margin-top:2px;
	

}

#dir_container
{	
	/*position:relative;*/
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-left:0px;
	margin-left:50px;
	margin-top:6px;
	margin-bottom:6px;
	background-image:url('../images/content-backgrounds/staffdir_bg.gif');
	height:118px;
	width:416px;	
	padding:0px;
	margin-right:10px;
}

#dir_content
{
	position:relative;
	top:7px;
	margin-left:12px;
	margin-right:0px;
	width:305px;
	float:left;
}

#dir_content hr
{
	margin-top:-3px;
	height:1px;
	clear:both;
}

#dir_content_name
{

	font-size:12pt;
	font-weight:bold;
	padding-bottom:5px;
}

#dir_content_title
{

	font-size:9pt;
	color:#666666;
}

#dir_content_botleft
{

	font-size:7.5pt;
	color:#666666;
	margin-top:-5px;
	float:left;
	width:150px;
}

#dir_content_botright
{

	margin-top:-5px;
	font-size:9pt;
	color:#666666;
	text-align:right;	
}

#dir_content_botright a
{

	color:#580000;
	text-decoration:none;
}

#footer_wrapper
{
	width: 100%;
	height: 150px;
	background: #FFFFFF url('../images/footer/footer_wrapper_bg_01.gif') repeat-x;
	z-index: 0;
}

#footer_frame
{
	margin: 0px auto;
	background: #FFFFFF url('../images/footer/footer_main_01.gif') no-repeat;
	width: 760px;
	height: 100px;
	clear: both;
	z-index: 1;
}

#footer_csu
{
	width:166px;
	height:20px;
	float: left;
	left:5px;
	top:3px;
	position:relative;
	clear: both;
}

#footer_center
{
	text-align: center;
	position:relative;
	left: 10px;
	top: 3px;
	width:360px;
	height:100px;
	float:left;
}

#footer_center a
{
	font-size: 9px;
	text-decoration:none;
	color: #580000;
}

#footer_center a:hover
{
	color: #FF0000;
}

#footer_address
{
	text-align: right;
	position:relative;
	left: 15px;
	top: 0px;
	width:200px;
	height:100px;
	float:left;
	font-size: 9px;
	line-height: 15px;
}

.formtable
{
	border: 1px solid #C0C0C0; 
	padding-left: 4px; 
	padding-right: 4px; 
	padding-top: 1px; 
	padding-bottom: 1px; 
	background-color: #F0F0F0	
}

h1
{
	color: #580000;
	font-size:18pt;
}

h2
{
	color: #580000;
	font-size:16pt;
}

#header_wrapper
{
	width: 100%;
	height: 100px;
	background: #000000 url('../images/header/header_wrapper_bg_01.gif') repeat-x;
	z-index: 0;
}

#header_wrapper_small
{
	width: 100%;
	height: 60px;
	background: #000000 url('../images/header/header_wrapper_small_bg_01.gif') repeat-x;
	z-index: 0;
}


#header_frame
{
	margin: 0px auto;
	background: #000000 url('../images/header/header_main_01.gif') no-repeat;
	width: 760px;
	height: 100px;
	clear: both;
	z-index: 1;
}

#header_search_frame
{
	background: url('../images/header/header_search_bg_01.gif') no-repeat;
	width: 164px;
	height: 56px;
	top: 9px;
	left: 596px;
	position: relative;
	float: left;
	z-index: 1;
}

#header_search_option1
{
	top: 3px;
	left: 48px;
	position: relative;
	float: left;
	z-index: 2;
	cursor: pointer;
}

#header_search_option2
{
	top: 3px;
	left: 52px;
	position: relative;
	float: left;
	z-index: 2;
	cursor: pointer;
}

#header_search-text
{
	float:left;
	position:relative;
	top: 8px;
	left:25px;
	width:103px;
	height:14px;
	border:none;
	font-size:8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	z-index:2;
	color:#580000;
}

#header_search-go
{
	top: 7px;
	left: 26px;
	position: relative;
	float: left;
	z-index: 2;
}

#header_azindex
{
	top: 9px;
	left: 45px;
	position: relative;
	float: left;
	z-index: 2;
}

#header_nav
{
	width: 760px;
	height: 30px;
	position: relative;
	clear: both;
	top: 14px;
	left: 0px;
	z-index:1;
}

#hp_feature_frame
{
	float:left;
	width:535px;
	height:200px;
	background:url('../images/homepage-themes/hp_feature_bg01.gif') no-repeat;
}

#hp_feature_title
{
	position:relative;
	float:left;
	left:8px;
	top:5px;
	width:517px;
	height:30px;
	background:url('../images/homepage-themes/hp_feature_titlebar_bg01.gif') no-repeat;
	color:#FFFFFF;
	text-align:left;
	padding-left:7px;
	padding-top:3px;
	font-weight:bold;
	/*font-family:"Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-variant:small-caps; 
	letter-spacing:1pt;
}

#hp_feature_image
{
	position:relative;
	float:left;
	left:9px;
	top:3px;
	width:172px;
	height:126px;
	background:url('../images/homepage-themes/hp_feature_image01.jpg') no-repeat;
}

#hp_feature_image2
{
	position:relative;
	float:left;
	left:9px;
	top:3px;
	width:172px;
	height:126px;

}

#hp_feature_text
{
	position:relative;
	float:left;
	left:19px;
	top:5px;
	width:330px;
	height:auto;
	text-align:left;  
	font-size:11pt;
}

#hp_tab_frame
{
	float:left;
	width:220px;
	height:200px;
}

#hp_tab1
{
	width:212px;
	height:52px;
	background-image:url('../images/buttons/hp_tab1.gif');
	cursor: pointer;
	margin-bottom:15px
}

#hp_tab1:hover
{
	background-image:url('../images/buttons/hp_tab1b.gif');
}

#hp_tab2
{
	width:212px;
	height:52px;
	background-image:url('../images/buttons/hp_tab2.gif');
	cursor: pointer;
	margin-bottom:15px
}

#hp_tab2:hover
{
	background-image:url('../images/buttons/hp_tab2b.gif');
}

#hp_tab3
{
	width:212px;
	height:52px;
	background-image:url('../images/buttons/hp_tab3.gif');
	cursor: pointer;
}

#hp_tab3:hover
{
	background-image:url('../images/buttons/hp_tab3b.gif');
}

img 
{
	border: 0px;
}

#kbstats
{
	padding:0;
	margin:0;
	list-style-type:none;
	font-size:9px;
	color:#999999;
	font-style:italic;
	text-align:right;
}

.leftnav
{
	border:none;
	width:175px;
	float:left;
	text-align:left;
	margin:0;
}

.leftnav ul
{
	padding:0;
	margin:0;
	list-style-type:none;
}

.leftnav_main_normal a, .leftnav_main2 a, .leftnav_main3 a, .leftnav_main_dd a, .leftnav_main_dd2 a, .leftnav_main_dd3 a, .leftnav_main_selected a, .leftnav_main_selected2 a, .leftnav_main_selected3 a, .lock_leftnav_main_dd a, .lock_leftnav_main_dd2 a, .lock_leftnav_main_dd3 a
{
	color:#53556A;
	display:block;
	/*font-size:0.75em;*/
	font-size:8pt;	
	font-weight: normal;
	height:auto;
	line-height:16px;
	min-height:16px;
	text-decoration:none;
}

.leftnav_main_normal a, .leftnav_main_dd a, .leftnav_main_selected a, .lock_leftnav_main_dd a
{
	margin-left:5px;
	padding: 3px 0 3px 8px;
	width:154px;
}

.leftnav_main_dd2 a, .leftnav_main2 a, .leftnav_main_selected2 a, .lock_leftnav_main_dd2 a
{
	margin-left:10px;
	padding: 3px 0 3px 13px;
	width:149px;
}

.leftnav_main_dd3 a, .leftnav_main3 a, .leftnav_main_selected3 a, .lock_leftnav_main_dd3 a
{
	margin-left:15px;
	padding: 3px 0 3px 18px;
	width:144px;
}

.leftnav_main_dd a, .lock_leftnav_main_dd a
{
	width:138px;
}

.leftnav_main_normal
{
	background:#FFFFFF url('../images/nav/leftnav_main_normal01.gif') top left no-repeat;
	height:auto; 	
}

.leftnav_main_normal:hover
{
	background:#FFFFFF url('../images/nav/leftnav_main_normal_hover01.gif') no-repeat;
}

.leftnav_main2
{
	background:#FFFFFF url('../images/nav/leftnav_main001.gif') no-repeat; 
	height:auto; 	
}

.leftnav_main2:hover
{
	background:#FFFFFF url('../images/nav/leftnav_main_hover001.gif') no-repeat;
}

.leftnav_main3
{
	background:#FFFFFF url('../images/nav/leftnav_main0001.gif') no-repeat; 
	height:auto; 	
}

.leftnav_main3:hover
{
	background:#FFFFFF url('../images/nav/leftnav_main_hover0001.gif') no-repeat;
}

.leftnav_main_dd
{
	background:#FFFFFF url('../images/nav/leftnav_main_dd01.gif') no-repeat; 
	height:auto; 	
}

.leftnav_main_dd:hover
{
	background:#FFFFFF url('../images/nav/leftnav_main_dd_hover01.gif') no-repeat; 
}

.leftnav_main_dd2
{
	background:#FFFFFF url('../images/nav/leftnav_main_dd001.gif') no-repeat; 
	height:auto; 	
}

.leftnav_main_dd2:hover
{
	background:#FFFFFF url('../images/nav/leftnav_main_dd_hover001.gif') no-repeat; 
}

.leftnav_main_dd3
{
	background:#FFFFFF url('../images/nav/leftnav_main_dd0001.gif') no-repeat; 
	height:auto; 	
}

.leftnav_main_dd3:hover
{
	background:#FFFFFF url('../images/nav/leftnav_main_dd_hover0001.gif') no-repeat; 
}

/*Lock nav styles */

.lock_leftnav_main_dd
{
	background:#FFFFFF url('../images/nav/lock_leftnav_main_dd01.gif') no-repeat; 
	height:auto; 	
}

.lock_leftnav_main_dd:hover
{
	background:#FFFFFF url('../images/nav/lock_leftnav_main_dd_hover01.gif') no-repeat; 
}

.lock_leftnav_main_dd2
{
	background:#FFFFFF url('../images/nav/lock_leftnav_main_dd001.gif') no-repeat; 
	height:auto; 	
}

.lock_leftnav_main_dd2:hover
{
	background:#FFFFFF url('../images/nav/lock_leftnav_main_dd_hover001.gif') no-repeat; 
}

.lock_leftnav_main_dd3
{
	background:#FFFFFF url('../images/nav/lock_leftnav_main_dd0001.gif') no-repeat; 
	height:auto; 	
}

.lock_leftnav_main_dd3:hover
{
	background:#FFFFFF url('../images/nav/lock_leftnav_main_dd_hover0001.gif') no-repeat; 
}

/*End Lock styles */

.leftnav_main_selected
{
	background:#FFFFFF url('../images/nav/leftnav_main_normal_selected01.gif') no-repeat; 
	height:auto; 
}

.leftnav_main_selected a, .leftnav_main_selected2 a, .leftnav_main_selected3 a
{
	color:#FFFFFF;
}

.leftnav_main_selected a:hover, .leftnav_main_selected2 a:hover, .leftnav_main_selected3 a:hover
{
	color:#c0c0c0;
}

.leftnav_main_selected2
{
	background:#FFFFFF url('../images/nav/leftnav_main_selected001.gif') no-repeat; 
	height:auto; 
}

.leftnav_main_selected3
{
	background:#FFFFFF url('../images/nav/leftnav_main_selected0001.gif') no-repeat; 
	height:auto; 
}

.leftnav_sub_normal a, .leftnav_sub_selected a, .leftnav_sub_dd a, .leftnav_sub_dd_selected a, .leftnav_sub_normal2 a, .leftnav_sub_selected2 a, .leftnav_sub_dd2 a, .leftnav_sub_dd_selected2 a, .leftnav_sub_normal3 a, .leftnav_sub_selected3 a, .leftnav_sub_dd3 a, .leftnav_sub_dd_selected3 a, .leftnav_sub_normal4 a, .leftnav_sub_selected4 a, .leftnav_sub_dd4 a, .leftnav_sub_dd_selected4 a, .lock_leftnav_sub_dd a, .lock_leftnav_sub_dd2 a, .lock_leftnav_sub_dd3 a, .lock_leftnav_sub_dd4 a
{
	color:#53556A;
	display:block;
	font-weight: normal;
	/*font-size:0.7em;*/
	font-size:7pt;	
	height:auto;
	line-height:16px;
	margin-right:10px;
	min-height:16px;
	text-decoration:none;
}

.leftnav_sub_normal a, .leftnav_sub_selected a, .leftnav_sub_dd a, .leftnav_sub_dd_selected a, .lock_leftnav_sub_dd a
{
	padding: 3px 0 3px 25px;
	width:141px;
}

.leftnav_sub_normal2 a, .leftnav_sub_selected2 a, .leftnav_sub_dd2 a, .leftnav_sub_dd_selected2 a, .lock_leftnav_sub_dd2 a
{
	padding: 3px 0 3px 30px;
	width:136px;
}

.leftnav_sub_normal3 a, .leftnav_sub_selected3 a, .leftnav_sub_dd3 a, .leftnav_sub_dd_selected3 a, .lock_leftnav_sub_dd3 a
{
	padding: 3px 0 3px 35px;
	width:131px;
}

.leftnav_sub_normal4 a, .leftnav_sub_selected4 a, .leftnav_sub_dd4 a, .leftnav_sub_dd_selected4 a, .lock_leftnav_sub_dd4 a
{
	padding: 3px 0 3px 40px;
	width:126px;
}

.leftnav_sub_normal
{
	background:#FFFFFF url('../images/nav/leftnav_sub_normal01.gif') no-repeat; 
	height:auto; 
}

.leftnav_sub_normal2
{
	background:#FFFFFF url('../images/nav/leftnav_sub_normal001.gif') no-repeat; 
	height:auto; 
}

.leftnav_sub_normal3
{
	background:#FFFFFF url('../images/nav/leftnav_sub_normal0001.gif') no-repeat; 
	height:auto; 
}

.leftnav_sub_normal4
{
	background:#FFFFFF url('../images/nav/leftnav_sub_normal00001.gif') no-repeat; 
	height:auto; 
}

.leftnav_sub_normal:hover
{
	background:#FFFFFF url('../images/nav/leftnav_sub_normal_hover01.gif') no-repeat; 
}

.leftnav_sub_normal2:hover
{
	background:#FFFFFF url('../images/nav/leftnav_sub_normal_hover001.gif') no-repeat; 
}

.leftnav_sub_normal3:hover
{
	background:#FFFFFF url('../images/nav/leftnav_sub_normal_hover0001.gif') no-repeat; 
}

.leftnav_sub_normal4:hover
{
	background:#FFFFFF url('../images/nav/leftnav_sub_normal_hover00001.gif') no-repeat; 
}

.leftnav_sub_selected
{
	background:#FFFFFF url('../images/nav/leftnav_sub_selected01.gif') no-repeat; 
	height:auto; 
}

.leftnav_sub_selected2
{
	background:#FFFFFF url('../images/nav/leftnav_sub_selected001.gif') no-repeat; 
	height:auto; 
}

.leftnav_sub_selected3
{
	background:#FFFFFF url('../images/nav/leftnav_sub_selected0001.gif') no-repeat; 
	height:auto; 
}

.leftnav_sub_selected4
{
	background:#FFFFFF url('../images/nav/leftnav_sub_selected00001.gif') no-repeat; 
	height:auto; 
}

.leftnav_sub_selected a, .leftnav_sub_selected2 a, .leftnav_sub_selected3 a, leftnav_sub_selected4 a
{
	color:#580000;
	font-weight:bold;
}

.leftnav_sub_selected a:hover
{
	background:#FFFFFF url('../images/nav/leftnav_sub_selected_hover01.gif') no-repeat; 
}

.leftnav_sub_selected2 a:hover
{
	background:#FFFFFF url('../images/nav/leftnav_sub_selected_hover001.gif') no-repeat; 
}

.leftnav_sub_selected3 a:hover
{
	background:#FFFFFF url('../images/nav/leftnav_sub_selected_hover0001.gif') no-repeat; 
}

.leftnav_sub_selected4 a:hover
{
	background:#FFFFFF url('../images/nav/leftnav_sub_selected_hover00001.gif') no-repeat; 
}

.leftnav_sub_dd
{
	background:#FFFFFF url('../images/nav/leftnav_sub_dd01.gif') no-repeat;
	height:auto; 
}

.leftnav_sub_dd2
{
	background:#FFFFFF url('../images/nav/leftnav_sub_dd001.gif') no-repeat;
	height:auto; 
}

.leftnav_sub_dd3
{
	background:#FFFFFF url('../images/nav/leftnav_sub_dd0001.gif') no-repeat;
	height:auto; 
}

.leftnav_sub_dd4
{
	background:#FFFFFF url('../images/nav/leftnav_sub_dd00001.gif') no-repeat;
	height:auto; 
}

.leftnav_sub_dd a:hover
{
	background:#FFFFFF url('../images/nav/leftnav_sub_dd_hover01.gif') no-repeat;
}

.leftnav_sub_dd2 a:hover
{
	background:#FFFFFF url('../images/nav/leftnav_sub_dd_hover001.gif') no-repeat;
}

.leftnav_sub_dd3 a:hover
{
	background:#FFFFFF url('../images/nav/leftnav_sub_dd_hover0001.gif') no-repeat;
}

.leftnav_sub_dd4 a:hover
{
	background:#FFFFFF url('../images/nav/leftnav_sub_dd_hover00001.gif') no-repeat;
}

/* Lock Icon */
.lock_leftnav_sub_dd
{
	background:#FFFFFF url('../images/nav/lock_leftnav_sub_dd01.gif') no-repeat;
	height:auto; 
}

.lock_leftnav_sub_dd2
{
	background:#FFFFFF url('../images/nav/lock_leftnav_sub_dd001.gif') no-repeat;
	height:auto; 
}

.lock_leftnav_sub_dd3
{
	background:#FFFFFF url('../images/nav/lock_leftnav_sub_dd0001.gif') no-repeat;
	height:auto; 
}

.lock_leftnav_sub_dd4
{
	background:#FFFFFF url('../images/nav/lock_leftnav_sub_dd00001.gif') no-repeat;
	height:auto; 
}

.lock_leftnav_sub_dd a:hover
{
	background:#FFFFFF url('../images/nav/lock_leftnav_sub_dd_hover01.gif') no-repeat;
}

.lock_leftnav_sub_dd2 a:hover
{
	background:#FFFFFF url('../images/nav/lock_leftnav_sub_dd_hover001.gif') no-repeat;
}

.lock_leftnav_sub_dd3 a:hover
{
	background:#FFFFFF url('../images/nav/lock_leftnav_sub_dd_hover0001.gif') no-repeat;
}

.lock_leftnav_sub_dd4 a:hover
{
	background:#FFFFFF url('../images/nav/lock_leftnav_sub_dd_hover00001.gif') no-repeat;
}
/* end lock icon */

.leftnav_sub_dd_selected2
{
	background:#FFFFFF url('../images/nav/leftnav_sub_dd_selected001.gif') no-repeat;
	height:auto; 
}

.leftnav_sub_dd_selected3
{
	background:#FFFFFF url('../images/nav/leftnav_sub_dd_selected0001.gif') no-repeat;
	height:auto; 
}

.leftnav_sub_dd_selected4
{
	background:#FFFFFF url('../images/nav/leftnav_sub_dd_selected00001.gif') no-repeat;
	height:auto; 
}

.leftnav_sub_dd_selected2 a:hover
{
	background:#FFFFFF url('../images/nav/leftnav_sub_dd_selected_hover001.gif') no-repeat;
}

.leftnav_sub_dd_selected3 a:hover
{
	background:#FFFFFF url('../images/nav/leftnav_sub_dd_selected_hover0001.gif') no-repeat;
}

.leftnav_sub_dd_selected4 a:hover
{
	background:#FFFFFF url('../images/nav/leftnav_sub_dd_selected_hover00001.gif') no-repeat;
}

.leftnav_bottom
{
	background:#FFFFFF url('../images/nav/leftnav_bottom01.gif') no-repeat; 
	height:96px; 
	width:175px; 
}

#mainwrapper
{
	margin: 0px auto;
	text-align: center;
	width: 100%;
}

.menu
{
	width:760px;
	height:30px;
	position:relative;
	z-index:1;
	clear:both;
	float:left;
}

/* hack to correct IE5.5 faulty box model */
* html .menu
{
	width:761px;
	w\idth:760px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul
{
	padding:0;
	margin:0;
	list-style-type:none;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover .submenu, .menu ul a:hover .submenu
{
	visibility:visible;
}

/* horizontal menu bar */
#menu_mainitem01
{
	background:#000000 url('../images/nav/nav_home01_off.gif') no-repeat top left;
	float:left;
	height:30px;
	position:relative;
	width:78px;
}

#menu_mainitem01:hover 
{
	background: #FFFFFF url('../images/nav/nav_home01_on.gif') no-repeat top left;
	cursor: pointer;
}

#menu_mainitem02
{
	background:#000000 url('../images/nav/nav_welcome01_off.gif') no-repeat top left;
	float:left;
	height:30px;
	position:relative;
	width:80px;
}


#menu_mainitem02:hover, #menu_mainitem02:active
{
	background:#FFFFFF url('../images/nav/nav_welcome01_on.gif') no-repeat top left;
	cursor: pointer;
}

#menu_mainitem03
{
	background:#000000 url('../images/nav/nav_aboutus01_off.gif') no-repeat top left;
	float:left;
	height:30px;
	position:relative;
	width:80px;
}

#menu_mainitem03:hover, #menu_mainitem03:active
{
	background: #FFFFFF url('../images/nav/nav_aboutus01_on.gif') no-repeat top left;
	cursor: pointer;
}

#menu_mainitem04
{
	background:#000000 url('../images/nav/nav_admissions01_off.gif') no-repeat top left;
	float:left;
	height:30px;
	position:relative;
	width:91px;
}

#menu_mainitem04:hover, #menu_mainitem04:active
{
	background: #FFFFFF url('../images/nav/nav_admissions01_on.gif') no-repeat top left;
	cursor: pointer;
}

#menu_mainitem05
{
	background:#000000 url('../images/nav/nav_students01_off.gif') no-repeat top left;
	float:left;
	height:30px;
	position:relative;
	width:78px;
}

#menu_mainitem05:hover, #menu_mainitem05:active
{
	background: #FFFFFF url('../images/nav/nav_students01_on.gif') no-repeat top left;
	cursor: pointer;
}

#menu_mainitem06
{
	background:#000000 url('../images/nav/nav_staffsinkuhs01_off.gif') no-repeat top left;
	float:left;
	height:30px;
	position:relative;
	width:118px;
}

#menu_mainitem06:hover, #menu_mainitem06:active
{
	background: #FFFFFF url('../images/nav/nav_staffsinkuhs01_on.gif') no-repeat top left;
	cursor: pointer;
}

#menu_mainitem07
{
	background:#000000 url('../images/nav/nav_activities01_off.gif') no-repeat top left;
	float:left;
	height:30px;
	position:relative;
	width:80px;
}

#menu_mainitem07:hover, #menu_mainitem07:active
{
	background: #FFFFFF url('../images/nav/nav_activities01_on.gif') no-repeat top left;
	cursor: pointer;
}	

#menu_mainitem08
{
	background:#000000 url('../images/nav/nav_curriculum01_off.gif') no-repeat top left;
	float:left;
	height:30px;
	position:relative;
	width:95px;
}

#menu_mainitem08:hover, #menu_mainitem08:active
{
	background: #FFFFFF url('../images/nav/nav_curriculum01_on.gif') no-repeat top left;
	cursor: pointer;
}

#menu_mainitem09
{
	background:#000000 url('../images/nav/nav_hostel01_off.gif') no-repeat top left;
	float:left;
	height:30px;
	position:relative;
	width:60px;
}

#menu_mainitem09:hover, #menu_mainitem09:active
{
	background: #FFFFFF url('../images/nav/nav_hostel01_on.gif') no-repeat top left;
	cursor: pointer;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table
{
	border-collapse:collapse;
	left:0;
	position:absolute;
	top:0;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.submenu
{
	background: #FFFFFF url('../images/nav/nav_submenubg.gif') no-repeat center left;
	border-left:1px solid #010044;
	border-right:1px solid #010044;
	border-bottom:1px solid #010044;
	height:auto;
	left:0px;
	position:absolute;
	top:30px;
	width:186px;
	visibility:hidden;
}	

/* hack for IE5.5 */
* html .submenu
{
	top:29px;
	t\op:30px;
}

ol 
{
	margin-bottom:15px;
}

/* style the second level links */
.submenulink
{
	border-top:1px solid #e4e4e4;
	color:#000000;
	display:block;
	font-size:11px;
	font-weight: normal;
	height:auto;
	padding:8px 10px 8px 10px;
	text-align:left;
	text-decoration:none;
	width:166px;
}

/* yet another hack for IE5.5 */
* html .submenulink
{
	width:160px;
	w\idth:161px;
}

.submenulink:link
{
	color : #000000;
	text-decoration: none;
}

.submenulink:visited
{
	color : #000000;
	text-decoration: none;
}

.submenulink:hover
{
	background-color:#D5E0EA;
	color : #000000;
	text-decoration: none;
}

.submenulink:active
{
	color : #000000;
	text-decoration: none;
}

#theme_image
{
	top:8px;
	left:-1px;
	position:relative;
	height:190px;
	width:740px;
	margin:auto;
	overflow:hidden;
}

#theme_image_large
{
	top:8px;
	left:-1px;
	position:relative;
	height:250px;
	width:740px;
	margin:auto;
	overflow:hidden;
}

#theme_image_bg
{	
	position:relative;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-left:0px;
	margin-top:0px;
	margin-bottom:6px;
	background-image:url('../images/content-backgrounds/subpage_picshadow_01.gif');
	background-repeat:no-repeat;
	height:210px;
	width:760px;	
	padding-bottom:6px;
	top:6px;

}

#theme_image_large_bg
{	
	position:relative;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-left:0px;
	margin-top:0px;
	margin-bottom:6px;
	top:6px;
	background-image:url('../images/content-backgrounds/homepage_picshadow_01.gif');
	background-repeat:no-repeat;
	height:270px;
	width:760px;	
	padding:0px;
}

ul 
{
	margin-bottom:15px;
}

#hp_slideshow{
	background: #FFFFFF;
	position: relative;
	margin: -29px 6px 0px 4px; /*top right bottom left*/
	padding: 0px 5px 0px 0px; /*top right bottom left*/
	float: left;
}

#hp_slideshow img{
	width: 30px;
	height: 30px;
	border: 1px solid #000000;
	opacity: .6;
	filter: alpha(opacity=60);
	cursor: pointer;
	margin: 5px 0px 0px 5px; /*top right bottom left*/
}

#hp_slideshow img:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}

/*Table hover*/
.thover {
	background-color:#A7C5D6;
	}


