.hidden
	{
		display:none;
		visibility:hidden;
	}
	
body
	{
		background:url(../images/png/bg_gradient.png) repeat-x fixed #FFF;
		margin:0px;
	}

.img_padding_right
	{
		padding:5px 5px 5px 5px;
	}

.bold
	{
		font-weight:bold;
		color:#004080;
	}

a 
	{
		text-decoration:none;
		color:#009B00;
	}

a:hover 
	{
		text-decoration:underline;
		color:#AE0000;
	}

#top_bar
	{
		width:100%;
		height:22px;
		background-color:#006F00;
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		color:#FFF;
		box-shadow:2px 2px 10px #000;
	}

#banner_wrapper
	{
		width:100%;
		height:110px;
		background-color:#009B00;
		box-shadow:2px 2px 10px #000;
	}

#banner
	{
		width:1000px;
		height:110px;
		margin:0px auto;
	}

#logo
	{
		float:left;
		width:450px;
		margin-right:20px;
	}

#banner_pix
	{
		float:left;
		width:470px;
	}


#nav_wrapper
	{
		clear:both;
		width:100%;
		height:40px;
		margin:0px auto;
		background-color:#FFF;
		/*box-shadow:2px 2px 2px #000;*/
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
		box-shadow:2px 2px 10px #000;
	}

#nav
	{
		width:900px;
		margin:0px auto;
		height:auto;
	}
/* Nav Bar*/
	
#main_nav
	{
		clear:both;
		width:100%;
		height:40px;
		background-color:#FFF;
		
	}

#main_nav ul
	{
		list-style:none;
		width:100%;
		padding-left:3px;
		margin-left:0px;
		margin-top:1px;
		/*background-color:#00356A;
		background-color:#E6766A;*/
		text-align:left;
		float:left;		
	}

#main_nav ul li
	{
		
		float:left;	
	}
#main_nav ul li a
	{
		display:block;
		padding:10px 20px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#009B00;
		letter-spacing:1px;
		font-weight:bold;
		text-decoration:none;		
	}
	
#main_nav ul li a:hover
	{
		background-color:#009B00;
		color:#FFF;
	}

#main_nav ul li ul
	{
		width:260px;
		position:absolute;
		display:none;
		padding-left:0px;
		margin-top:0px;
		box-shadow:2px 2px 10px #000;
		border-bottom-right-radius:9px;	
		border-bottom-left-radius:9px;
		background-color:#009B00;
		z-index:9999999;			
	}

#main_nav ul li ul li
	{
		float:none;
		width:260px;
		/*opacity:0.8;*/
		border-bottom-right-radius:9px;	
		border-bottom-left-radius:9px;
	}
	
#main_nav ul li ul li a
	{
		display:block;
		padding:10px 9px;
		/*font-family:Arial, Helvetica, sans-serif;*/
		font-size:14px;
		color:#FFF;
		font-weight:bold;
		text-decoration:none;
		border-bottom-right-radius:9px;	
		border-bottom-left-radius:9px;
	}

#main_nav ul li ul li a:hover
	{
		background-color:#FFF;
		color:#009B00;
	}

#main_nav ul li:hover ul
	{
		display:block;
	}

#main_nav li:hover
	{
		background-color:#E4E4E4;
		color:#000;
	}

/*#main_nav li:hover a
	{
		color:#000;
	}	*/		

#wrapper
	{
		width:1000px;
		margin:0px auto;
	}

#content
	{
		float:left;
		background-image:url(../images/png/upper_shade.png);
		background-repeat:repeat-x;
		margin:0px;
		width:1000px;
		height:auto;
		background-color:#FFF;
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		line-height:150%;
		color:#1B1B1B;
		text-align:justify;
		margin-top:-5px;
		box-shadow:4px 4px 25px #000;
	}

#content #content_left ul li
	{
		padding-bottom:5px;
	}
	
#content_left
	{
		float:left;
		width:700px;
		padding:10px 10px;
		/*background-color:#444ccc;*/
	}

#things
	{
		padding-left:150px;
	}

#content_left h4
	{
		margin:5px 5px 10px 0px;
		background-color:#009B00;
		font:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:24px;
		color:#FFF;
		padding:10px;
		letter-spacing:1px;
		text-align:center;
		box-shadow: 2px 2px 15px #000;
	}

#content_left h5, #videos
	{
		margin:5px 5px 10px 0px;
		font:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:20px;
		color:#009B00;
		padding:10px;
		letter-spacing:1px;
		text-align:left;
	}

#content_left h6
	{
		margin:5px 5px 10px 0px;
		font:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#AE0000;
		padding:10px;
		letter-spacing:1px;
		text-align:left;
	}	

#content_right
	{
		float:left;
		width:270px;
		/*background-color:#ccc;*/
	}

#content_right #quick_links
	{
		float:left;
		margin:10px 0 10px 0;
	}	

#content_right #quick_links ul
	{
		margin:0px;
		padding:0px;
		list-style-type:none;
	}

#content_right #quick_links ul li a
	{
		display:block;
		text-decoration:none;
		padding:10px 5px;
		width:260px;
		font-family:Verdana, Geneva, sans-serif;
		font-size:14px;
		letter-spacing:1px;
		background-color:#009B00;
		/*background:url(../images/png/elinks_bg.png) repeat-x #DCE8FA;*/
		color:#FFF;
		border-bottom:2px #EEE solid;
	}
	
#content_right #quick_links ul li a:hover
	{
		background-color:#F0F0F0;
		color:#009B00;
	}			

#content #content_right #quick_links h4
	{
		margin:5px 5px 10px 0px;
		background-color:#004000;
		font:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:20px;
		color:#FFF;
		padding:10px;
		letter-spacing:1px;
		/*box-shadow: 2px 2px 15px #000;*/
	}

#slider
	{
		margin-top:-5px;
	}

#home
	{
		width:100%;
		padding:5px 10px;
	}
	
#home_left
	{
		float:left;
		width:480px;
	}

#home_left #welcome_message
	{
		float:left;
		width:480px;
	}

#home h5
	{
		/*margin-bottom:10px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:18px;
		color:#AE0000;*/
	}

#home h6
	{
		margin-bottom:10px;
		font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
		font-size:16px;
		color:#004000;
	}

#fees_per_term
	{
		float:left;
		width:460px;
		padding-left:20px;
	}

#departments
	{
		float:left;
		padding-left:20px;
	}

#subjects
	{
		float:left;
		width:460px;
		padding-left:20px;
	}

#home_right
	{
		float:left;
		width:480px;
		margin-left:20px;
		padding:5px 5px;
	}

#home h5
	{
		margin:5px 5px 10px 0px;
		background-color:#009B00;
		font:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:24px;
		color:#FFF;
		padding:10px;
		letter-spacing:1px;
		text-align:center;
		box-shadow: 2px 2px 15px #000;
	}

#home_right h6
	{
		margin:0px 5px 5px 0px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:18px;
		font-weight:bold;
		color:#005B00;
		letter-spacing:1px;
	}

.my_hr
	{
		width:98%;
		height:3px;
		background-color:#005B00;
	}

#whats_new a
	{
		text-decoration:none;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:16px;
		color:#005B00;
		padding-bottom:5px;
		
	}

#whats_new a:hover
	{
		text-decoration:underline;
		color:#009B00;
	}

#whats_new ul
	{
		list-style-type:none;
	}

#whats_new ul li
	{
		list-style-image:url(../images/png/bullet_list.png);
		list-style-position: 0px 0px;
	}

#home_right #events
	{
		margin-top:10px;
	}

#home_right #events img
	{
		padding-left:130px;
	}
/*content*/

#contact_form
	{
		margin-top:0px;
		padding-top:0px;
		font-family:Verdana, Geneva, sans-serif;
		font-size:14px;
		font-weight:bold;
		color:#AE0000;
	}

#contact_form #name, #contact_form #phone, #contact_form #email
	{
		width:690px;
		height:30px;
		border:#CACACA 2px solid;
		padding:3px 5px;
		font-size:14px;
		font-weight:bold;
		color:#004080;
		/*border-radius:8px;*/
		box-shadow:0px 0px 5px #CACACA;	
	}

#contact_form #message
	{
		width:698px;
		height:250px;
		border:#CACACA 2px solid;
		box-shadow:0px 0px 5px #CACACA;	
	}

#contact_form #submit_btn
	{
		width:150px;
		height:40px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:16px;
		color:#004080;
		letter-spacing:1px;
		cursor:auto;
		box-shadow:0px 0px 5px #CACACA;	
	}

#contact_form #submit_btn a:hover
	{
		color:#AE0000;
	}

#footer_wrapper
	{
		float:left;
		width:100%;
		height:270px;
		background:url(../images/png/footer_bg.png) repeat-x #FFF;
		box-shadow:4px 4px 25px #000;
		border-bottom-left-radius:8px;
		border-bottom-right-radius:8px;
	}

#footer_wrapper #footer
	{
		float:left;
		width:100%;
	}

#footer ul
	{
		padding:0px;
		margin:0px;	
		list-style:none;
	}

#footer ul li a
	{
		padding:5px;
		letter-spacing:1px;
		text-decoration:none;
		color:#FFF;
		font-family:Verdana, Geneva, sans-serif;
		font-size:10px;
	}

#footer ul li a:hover
	{
		text-decoration:underline;
		color:#CCCFFF;
		/*font-weight:bold;*/
	}

#footer h4
	{
		color:#FFF;
		margin-bottom:0px;
		margin-top:5px;
		padding-left:5px;
		text-shadow:1px solid #FFF;
		border-bottom:1px solid #C0C0C0;
	}

#footer_wrapper #footer #top_footer
	{
		float:left;
		width:100%;
	}	

#footer #footer_menu
	{
		width:200px;
		margin-left:30px;
		float:left;
	}

#footer #footer_about_us
	{
		width:230px;
		margin-left:40px;
		float:left;
	}

#footer #footer_academics
	{
		width:200px;
		margin-left:40px;
		float:left;
	}	

#footer #footer_facilities
	{
		width:200px;
		margin-left:40px;
		float:left;
	}	

#footer #bottom_footer
	{
		margin-top:5px;
	}	

#foot_note
	{
		clear:both;
		width:100%;
		height:85px;
		padding:5px 0px;
		/*background:url(../images/png/footer_bg2.png) repeat-x #004080;
		background-color:#004080;*/
		color:#004080;
		font-family:Verdana, Geneva, sans-serif;
		font-size:11px;
		letter-spacing:1px;
		text-align:center;
	}

#foot_note a
	{
		text-decoration:none;
		color:#BBBBBB;
		padding:3px;
		font-weight:bold;		
	}
	
#foot_note a:hover
	{
		text-decoration:underline;
		color:#FFF;
	}	


		