/*
	IBES
	25 January 2008
	
	fixed width (960px)
*/

/*--------------------------------------------------------{   COMMON PAGE ELEMENTS   }--------------------------*/

body {
	margin:0;
	padding:0 0 20px;
	background:url(images/layout/page_bg.gif) repeat-x top #536237;
	text-align:center;
	color:#7e7e7e;
	font-size:80%;
	font-family:Verdana, Geneva, Arial, helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:10px 0;
	font-weight:normal;
	font-family:Arial, helvetica, sans-serif;
}

h1 {
	font-size:200%;
	padding:0 0 15px;
}

h2 {
	width:98%;
	margin:10px 0;
	padding:0 0 5px;
	font-size:170%;
	font-weight:normal;
	color:#96b952;
	border-bottom:1px dashed #d9d9d9;
}

h3 {
	padding:10px 0 0;
	font-size:140%;
}

h4 {
	font-size:130%;
	color:#96b952;
}

h5 {
	font-size:120%;
}

h6 {
	font-size:100%;
}

p {
	margin:0;
	padding:0 0 20px;
	line-height:150%;
}

hr {
	background-color:#becca4;
	color:#becca4;
	border:none;
	border-top:1px solid #becca4;
	height:1px;
	width:80%;
	text-align:center;
}

ul,
ol {
	margin:0;
	padding:0 30px 20px;
}

li {
	line-height:150%;
	padding:0 0 5px;
}

a {
	color:#c4831c;
	text-decoration:none;
	border-bottom:1px dashed #c4831c;
}

a:hover {
	border-bottom:1px solid #c4831c;
}

a.no_border,
a.no_border:hover {
	border:none;
}

img {
	border:none;
}

/*--------------------------------------------------------{   CONTAINER BLOCKS   }--------------------------*/

#text_only {
	position:absolute;
	top:0;
	left:0;
}

#text_only a {
	font-size:1px;
	line-height:1px;
	color:#fff;
}

#container {
	width:974px;
	margin:0 auto;
	text-align:left;
}

#content_container {
	float:left;
	width:974px;
	background:url(images/layout/container_bg.gif) repeat-y;
}

#left_shadow {
	float:left;
	width:974px;
	background:url(images/layout/left_shadow.gif) no-repeat top left;
}

#right_shadow {
	float:left;
	width:974px;
	background:url(images/layout/right_shadow.gif) no-repeat top right;
}

#page_content_container {
	float:left;
	width:960px;
	padding:0 7px;
	overflow:hidden;
}

#header {
	float:left;
	position:relative;
	width:960px;
	height:140px;
	background:url(images/layout/header_bg.gif) repeat-x;
}

#header_leaves {
	position:absolute;
	top:0px;
	left:0px;
	width:441px;
	height:119px;
	background:url(images/layout/header_leaves.gif) no-repeat;
}

#header_title {
	position:absolute;
	top:0px;
	left:341px;
	height:140px;
	width:441px;
	height:119px;
	background:url(images/layout/header_title.gif) no-repeat;
}

#header_unilogo {
	position:absolute;
	top:18px;
	left:15px;
	width:156px;
	height:63px;
	background:url(images/layout/header_unilogo.gif) no-repeat;
}

#content {
	float:left;
	position:relative;
	width:554px;
	padding:30px 23px 20px;
}

#pagetitle_tab_container {
	position:absolute;
	top:-35px;
	left:20px;
	width:auto;
	background:url(images/layout/pagetitle_tab_left.gif) no-repeat;
}

#pagetitle_tab {
	padding:5px 29px 5px 20px;
	margin-left:9px;
	font-size:160%;
	color:#536237;
	background:url(images/layout/pagetitle_tab_right.gif) no-repeat top right;
	white-space: nowrap;
}

.seminar_container {
	display:block;
	clear:both;
}

#footer {
	float:left;
	position:relative;
	width:974px;
	height:100px;
	background:url(images/layout/footer_bg.gif) no-repeat;
}

#footer_content {
	position:absolute;
	top:0;
	right:15px;
	width:100px;
	height:30px;
	text-align:right;
	font-size:x-small;
}

#right_column {
	float:left;
	position:relative;
	width:169px;
	padding:120px 0 0 8px;
}

#right_column_icon {
	position:absolute;
	top:-117px;
	right:30px;
	width:135px;
	height:174px;
	background:url(images/layout/right_column_icon.gif) no-repeat;
}

#right_column_random_image {
	float:left;
	width:160px;
	height:380px;
	margin:0 auto;
	background:url(images/layout/rightcol_images/layout/rightcol_img1.jpg) no-repeat;
	border:2px inset #bebebe;
}

#newsbox {
	border:1px solid #d9d9d9;
	padding:15px;
	color:#959595;
}

#newsbox p {
	padding:0 0 5px;

}

#newsbox a {
	font-weight:bold;
	color:#98bb53;
	border:none;
}

#newsbox a:hover {
	text-decoration:underline;
}

/*--------------------------------------------------------{   MAIN MENU   }--------------------------*/

#menu {
	float:left;
	width:180px;
}

#menu ul {
	list-style-type:none;
	margin:0;
	padding:0 0 7px;
	background:url(images/layout/menu_shadow.gif) no-repeat bottom;
}

#menu li {
	margin:0;
    padding:0;
	line-height:normal;
}

#menu ul a {
	display:block;
	width:168px;
	padding:5px 0 5px 10px;
	border-left:2px solid #909c80;
	border-top:1px solid #c9dba4;
	border-bottom:1px solid #8aa943;
	background-color:#a1bf5e;
	text-decoration:none;
	font-weight:normal;
	color:#fff;
	font-size:110%;
	font-family:Arial, helvetica, sans-serif;
}

#menu ul a:hover,
#menu ul a.active,
#menu ul a.active:hover {
	background-color:#b9d188;
	color:#536237;
	border-left:2px solid #c4831c;
}


/*--------------------------------------------------------{   SUBMENUS   }--------------------------*/

#menu ul ul {
	padding:0;
	background:none;
}

#menu ul ul a {
	width:165px;
	padding:3px 0 3px 13px;
	border-left:2px solid #b1baa7;
	border-top:1px solid #acc49f;
	border-bottom:1px solid #e6ece1;
	background:#d9e4d3;
	font-size:90%;
	color:#536237;
}

#menu ul ul a:hover,
#menu ul ul a.active,
#menu ul ul a.active:hover {
	background:#e8eee3;
	color:#c4831c;
}

#menu #other_links {
	padding:20px 0;
	text-align:right;
}

#menu #other_links a {
	display:block;
	padding:3px 10px;
	border:none;
	font-size:x-small;
	color:#a1bf5e;
}

#menu #other_links a:hover {
	color:#536237;
}

/*------------------------------------{   third-level submenu   }-------------------*/

#menu ul ul ul {
	padding:0;
	background:none;
}

#menu ul ul ul a {
	width:162px;
	padding:3px 0 3px 16px;
	border-left:2px solid #b1baa7;
	border-top:1px solid #acc49f;
	border-bottom:1px solid #e6ece1;
	background:url(images/layout/menu_arrow.gif) no-repeat left center #f8f8f8;
	font-size:80%;
	color:#536237;
}

#menu ul ul ul a:hover {
	background:url(images/layout/menu_arrow_hi.gif) no-repeat left center #fff;
	color:#333;
}

#menu ul ul ul a.active,
#menu ul ul ul a.active:hover {
	background:url(images/layout/menu_arrow_hi.gif) no-repeat right center #f8f8f8;
	color:#333;
}

/*------------------------------------{   fourth-level submenu?! ooyah boyser!  }-------------------*/

#menu ul ul ul ul {
	padding:0;
	background:none;
}

#menu ul ul ul ul a {
	width:156px;
	padding:3px 0 3px 22px;
	border-left:2px solid #536237;
	border-top:1px solid #acc49f;
	border-bottom:1px solid #e6ece1;
	background:#fff;
	font-size:80%;
	color:#222;
}

#menu ul ul ul ul a:hover,
#menu ul ul ul ul a.active,
#menu ul ul ul ul a.active:hover {
	background:#fff;
	border-left:2px solid #536237;
	color:#cd720c;
}


/*--------------------------------------------------------{   CLASS STYLES   }--------------------------*/

.smaller {
	font-size:70%;
}

p.caption {
	margin:0;
	padding:0 0 20px;
	font-size:x-small;
	text-align:center;
}

p.under_heading {
	margin:-5px 0 0;
	padding:0 10px 20px;
	text-align:right;
}

img.weephotae {
	margin:3px;
	padding:3px;
	border:1px solid #cdcdcd;
}

.photae,
td.staff_photae img {
	margin:5px;
	padding:5px;
	border:1px solid #ddd;
}

.photoframe {
	float:right;
	width:177px;
	height:210px;
	margin:0 0 0 10px;
	padding:10px 15px 0;
	background:url(images/layout/photo_frame.gif) no-repeat;
}

.photoframe_caption {
	margin-top:20px;
	text-align:right;
	font-size:70%;
	color:#888;
}

.hidden {
	display:none;
}

table.bordered {
	margin:10px 0;
	border-top:1px solid #adc57f;
	border-left:1px solid #adc57f;
}

table.bordered th {
	border-bottom:1px solid #adc57f;
	border-right:1px solid #adc57f;
}

table.bordered td {
	border-bottom:1px solid #adc57f;
	border-right:1px solid #adc57f;
}

table.styled {
	margin:20px 0;
}

table.styled th {
	text-align:right;
}

table.styled th.phd_title {
	text-align:left;
	padding-left:100px;
}

table.styled th.fancy {
/*	border-bottom:1px solid #bebebe;
	border-right:1px solid #bebebe; */
	text-align:right;
	font-size:170%;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#b0c191;
}

table.styled td {
}

ul.in_line {
	margin:0 auto 30px;
	padding:0;
	list-style-type:none;
	text-align:center;
}

ul.in_line li {
	display:inline;
	line-height:200%;
}

ul.in_line li a {
	padding:3px;
	border:1px solid #efefef;
}

ul.in_line li a:hover {
	border:1px solid #94b752;
	background-color:#e1eeca;
}

.to_top {
	position:relative;
	left:-165px;
}

.to_top a {
	padding:5px 15px;
	text-decoration:none;
	border-left:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	color:#a1bf5e;
	font-size:x-small;
}

.to_top a:hover {
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
	border-top:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	background-color:#eaeaea;
	color:green;
}
	

