body {
	margin: 0px;
	background: #eeb600 url(images/background.png) repeat-x;
	font-family: Arial, "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.5em;
	text-align: center;
}

#wrapper {
	
}

/* general style */
h1, h2, h3, h4, h5, h6, h7 {
	font-family: Georgia, Serif;
	font-weight: normal;
	color: #603913;
	margin-top: .6em;
	
}

.clear {
	clear: both;
}

a {
	color: #790000;
}

a:hover {
	text-decoration: none;
	background: #cec0a3;
}

table {
	border-collapse: collapse;
}

.button {

	padding: 3px 7px 3px 7px;
	background: #790000;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.button:hover {
	background: #bdb092;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

img {
	border: 5px solid #cec0a3;
	margin-right: 5px;
}

.group {
	text-align: center;
	background-color: #cec0a3;
	border: 1px solid #bcb192;
	padding: 5px 0px 5px 0px;
}

.quote {
	background-color: #cec0a3;
	padding: 20px;
	font-style: italic;
	font-size: 15px;
}

.error {
	background: #aa0000;
	color: #fff;
	border: 1px solid #790000;
	padding: 5px;
}

.notification {
	background: #7bc029;
	color: #fff;
	border: 1px solid #6da727;
	padding: 5px;
}
/* end of general styling */

/* header styling */
#header {
	width: 900px;
	margin: 0 auto;
	padding-top: 40px;

	background: url(images/flower.png) right 15px no-repeat;
}

#search {
	position: relative;
	top: -35px;
	left: -30px;
}

#visitor_counter {
	padding: 1px 5px 1px 5px;
	border: 1px solid #cb9c01;
	margin-top: 5px;
	margin-right: 20px;
	background-color: #f2c227;
	font-size: 10px;
	color: #6b4f01;
}


form .text {
	background-color: #faf3e6;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

form .button {
	background-color: #790000;
	border-top: 1px solid #dd0000;
	border-left: 1px solid #dd0000;
	border-bottom: 1px solid #330000;
	border-right: 1px solid #330000;
}

form .button:hover {
	background-color: #aa0000;
}

#logo {
	float: left;
	width: 354px;
	height: 124px;
	background: url(images/logo.png) no-repeat;
	margin-left: 30px;
}

#logo a {
	display: block;
	width: 354px;
	height: 124px;
	background-color: transparent;
	text-indent: -9999em;
}

#tag_line {
	float: right;
	text-align: right;
	color: #7b5f01;
	font-size: 18px;
	font-style: italic;
	padding-top: 10px;
	margin-right: 30px;
}

#nav {
	position: relative;
	z-index: 1000;
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1em;
}

#nav li {
	display: inline;
	margin: 0px;

}

#nav li a {
	padding: 5px 10px 4px 10px;
	color: #fff;
	text-decoration: none;
}

#nav li a:hover {
	background: #cec0a3 url(images/nav_hover.png) 0 bottom repeat-x;
}

#nav li a.current {
	background: #f3e6cc;
	color: #603913;
	/* border-top: 3px solid #cec0a3; */
}
/* end of header styling */

#body-wrapper {
	min-height: 200px;
	margin-top: -5px;
	background: #f3e6cc url(images/content_bg_top.png) 50% 0 no-repeat;
	
}

#content {
	width: 860px; 
	margin: 0 auto;
	padding-top: 20px;
	text-align: left;
	word-wrap: break-word;
	
}

#announcement {
	padding-bottom: 20px;
        /*height: 340px;*/


}

#announcement_photo {
	float: left;
	width: 400px;
	height: 320px;
	margin-right: 20px;
	background: #cec0a3 url(../../plugins/vanda/images/main_image.png) 50% 50% no-repeat;
}

#announcement_text {
	float: left;
	width: 439px;
	height: 320px;
	border-top: 1px dotted #603913;
	/*border-bottom: 1px dotted #603913;*/
	/* border-bottom: 1px dotted #aaa; */
	font-size: 1.2em;
	overflow: auto;
	
}

#announcement_text a {
	text-decoration: none;
}

#news {
	float: left;
	width: 530px;
	
	border-top: 3px solid #cec0a3;
}

.news_heading {
	background: url(images/news_icon.png) 0 3px no-repeat;
	padding-left: 16px;
}

.news_item {
	width: 100%;
	border-bottom: 1px dotted #aaa;
	padding-bottom: 10px;
	padding-top: 5px;
	
}

.news .news_item {
	width: 600px;
}

.news_title {
	margin-top: -3px;
}

.news_title a {
	text-decoration: none;
	border: 0;
}

#news_item small{
	color: #555;
}

#sidebar {
	float: right;
	width: 295px;
}

.highlight {
	float: right;
	width: 295px;
	padding-top: 10px;
	/* border: 1px dotted #ccc; */
	/* background: #a2c370 url(images/highlight_top_bg.png) no-repeat; */
	border-top: 3px solid #cec0a3;
	margin-bottom: 15px;
}

#highlight_closing {
	float: left;
	width: 335px;
	height: 15px;
	background: #a2c370 url(images/highlight_bottom_bg.png) no-repeat;
}

#quicklinks {
	margin-top: 30px;
}

.quicklinks_column {
	float: left;
	width: 245px;
	margin-right: 30px;
	padding: 0 10px 0 10px;
	/* border-top: 2px solid #603913; */
	background: url(images/home_nav_bg.png) repeat-x;
}

#column3 {
	margin-right: 0px;
}



.quicklinks_column ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
}

.quicklinks_column ul li {
	border-bottom: 1px dotted #aaa;
	
}

.quicklinks_column ul li a {
	display: block;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	
}

.quicklinks_column ul li a:hover {
	background: #cec0a3;
	
}

#footer {
	background: #eeb600 url(images/content_bg_bottom.png) 50% 0 no-repeat;
	padding-top: 70px;
	margin-bottom: 30px;
}

#footer_content {
	width:860px;
	margin: 0 auto;
	text-align: center;
	font-size: 11px;
	color: #444;
}

/* general page styling */
#sub-nav {
	float: left;
	width: 185px;
	min-height: 150px;
	
	padding: 15px 15px 15px 15px;
	/* border-top: 2px solid #603913; */
	background: url(images/home_nav_bg.png) repeat-x;

}

.page-nav {
	
	background-color: #cec0a3;
	padding: 5px 10px 5px 10px;
}

#sub-nav ul {
	
	margin: 0px;
	
	padding: 0px;
	
	padding-bottom: 50px;
	list-style: none;

}

#sub-nav ul li {
	border-bottom: 1px dotted #aaa;
}

#sub-nav ul li a {
	display: block;
	text-decoration: none;
	line-height: 1.8em;
}

.current_page_item a {
	font-weight: bold;
}

#page-body {
	float: right;
	width: 625px;
}

#page-content {
	float: left;
}
/* end of general page styling */

/* Institute-info and child page styling */
.facts-table {
	border-collapse: collapse;
}

.facts-table td{
	width: 16em;

}
/* end-of Institute-info and child page styling */

/* academic program and its child page styling */
.course-table {
	border-collapse: collapse;
}

.course-table  th{
	background: #cec0a3;
	padding: 3px 10px 3px 10px;
}

.course-table thead th {
	border-top: 1px solid #aca081;
	border-bottom: 1px solid #aca081;
}

.course-table th.first-column {
	width: 400px;

}

.course-table td {
	width: 60px;
	padding: 3px 10px 3px 10px;
	background-color: #ccc;
}

.course-table tr.alt td {
	background: #ddd;
}

.course-table tr:hover td {
	background: #ffa500;
}

.course-table tr.bonus-course td {
	color: #000079;
}

.course-col1 {
	float: left;
	width: 260px;
	padding: 15px;
	
	background-color: #e7dbc2;
}

.course-col2 {
	float: right;
	width: 260px;
	margin-left: 20px;
	padding: 15px;
	
	background-color: #e7dbc2;
	
}
/* end-of academic program and its child page styling */

/* Activities and its child pages styling */
.photo_url {
	border: 0;
	
}

.photo_url:hover {
	background-color: #f3e6cc;
}

.photo_url img {
	margin: 10px 10px 10px 0px;
	padding: 0px;
}

.photo_url:hover img {
	border-color: #aca081;
	/* border-color: #cec0a3; */
}
/* end-of Activities and its child pages styling */

/* Contact page styling */
#contact {
	float: left;
	width: 400px;
	overflow: hidden;
	margin-left: 10px;
}

.contact-table, .contact-table td, .contact-table th {
	border: 0;
}

.contact-table th {
	width: 5em;
	vertical-align: top;
	
}

#contact-form {
	float: right;
	width: 420px;
}

#contact-form textarea {
	width: 300px;
	height: 100px;
}

.contact-form-table {
	
}

.contact-form-table th {
	width: 6em;
	vertical-align: top;
}
/* end of contact page styling */