/* HTML STYLES */

body {
	font-family: Myriad Pro, "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #DAE0E6;
	background-image: url(/images/bg_diagonal.gif);
	background-repeat: repeat;
}

.right { text-align: right; }
.center { text-align: center; }

img {
	margin: 0px;
	padding: 0px;
}

a img { border: 0px; }

a:link, a:visited  {
	color: #CB7058;
	text-decoration: none;
}

a:hover, a:focus, a:active  {
	color: #CB7058;
	text-decoration: underline;
}

p {
	margin: 0px;
}

input.submit {
	background-image: url(/images/form-buttons-search.png);
}

td {
        font-size: 100%;
}

H1 {
        font-size: 140%;
}

H2 {
        font-size: 130%;
}

H3 {
        font-size: 120%;
}

H4 {
        font-size: 110%;
}

/* ===================================================== */
/* Content Area Styles */
/* ===================================================== */

#container {
	margin: 10px auto;
	width: 760px;
}

/* header styles */

#header {
	width: 760px;
	height: 101px;
	background-image: url(/images/bg_header.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
	border-top: 1px solid #FECD68;
}

#header-home {
	width: 220px;
	height: 98px;
	text-align: left;
	margin: 0px;
	float: left;
}

#header-home A {
	display: block;
	width: 220px;
	height: 98px;
}

#header-home span {
	display: none;
}

#header-details {
	width: 525px;
	text-align: right;
	margin: 0px;
	margin-right: 0px;
	margin-top: 15px;
	float: left;
}

#header-details img {
	margin: 0px;
}

#header-details H3 {
	color: #CB7058;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	margin-top: 5px;
}

#header-details P {
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 5px;
}

#header-details form {
	margin: 0px;
}



/* homepage styles - repeated to change random image*/

#content-home1 {
	width: 760px;
	height: 268px;
	background-image: url(/images/home_1.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	overflow: hidden;
	border-bottom: 1px solid #FECD68;
	color: #CB7058;
	clear: both;
}

#content-home1b {
	width: 760px;
	height: 268px;
	background-color: #FFF;
	border-bottom: 1px solid #FECD68;
	color: #CB7058;
}

#content-home1b-left {
	float: left;
	width: 575px;
}

#content-home1b-right {
	float: left;
	text-align: left;
	width: 185px;
	margin-top: 5px;
}

#content-home1-left {
	float: left;
	width: 575px;
}

#content-home1-right {
	float: left;
	text-align: left;
	width: 185px;
	padding-top: 5px;
}

#content-home2 {
	width: 760px;
	height: 268px;
	background-image: url(/images/home_2.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	overflow: hidden;
	border-bottom: 1px solid #FECD68;
	color: #CB7058;
	clear: both;
}

#content-home2-left {
	float: left;
	width: 575px;
}

#content-home2-right {
	float: left;
	text-align: left;
	width: 185px;
	padding-top: 5px;
}

#content-home3 {
	width: 760px;
	height: 268px;
	background-image: url(/images/home_3.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	overflow: hidden;
	border-bottom: 1px solid #FECD68;
	color: #CB7058;
	clear: both;
}

#content-home3-left {
	float: left;
	width: 575px;
}

#content-home3-right {
	float: left;
	text-align: left;
	width: 185px;
	padding-top: 5px;
}

#content-home4 {
	width: 760px;
	height: 268px;
	background-image: url(/images/home_4.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	overflow: hidden;
	border-bottom: 1px solid #FECD68;
	color: #CB7058;
	clear: both;
}

#content-home4-left {
	float: left;
	width: 575px;
}

#content-home4-right {
	float: left;
	text-align: left;
	width: 185px;
	padding-top: 5px;
}

/* normal content styles */

#content {
	width: 760px;
	background-image: url(/images/bg_content.gif);
	background-repeat: repeat-y;
	background-color: #FFF;
	overflow: hidden;
	border-bottom: 1px solid #FECD68;
}

#content-nobg {
	width: 760px;
	background-color: #FFF;
	overflow: hidden;
	border-bottom: 1px solid #FECD68;
}

#content-thirdmenu {
	float: left;
	width: 150px;
}

#content-body {
	float: left;
	width: 580px;
	padding: 15px;
}

#content-body-wide {
	float: left;
	width: 730px;
	padding: 15px;
}

#content-body-profile P {
	margin: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#content-body-profile img {
	margin: 10px;
}

#content-body P {
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 10px;
}

#divider_print {
	background-image: url(/images/bg_divider_print.gif);
	background-repeat: no-repeat;
	width: 760px;
	height: 21px;
}

#divider_print_title {
	padding-right: 10px;
	text-align: left;
	line-height: 21px;
	color: #CB7058;
}

#divider_print P {
	padding-right: 10px;
	text-align: right;
	line-height: 21px;
	color: #CB7058;
}

#divider_print IMG {
	padding-top: 5px;
}

#divider_print  a.selected:link, #divider_print a.selected:visited, #divider_print a.selected:hover, #divider_print a.selected:focus, #divider_print a.selected:active {
	color: #052D56;
	text-decoration: underline;
}

#popup_win {
	margin: 10px;
	font-size: 11px;
}

#popup_win td {
	font-size: 80%;
}

#popup_win p {
	margin: 0px;
	margin-top: 10px;
}

#popup_win img {
	margin: 5px;
}

/* menu styles */

#menu {
	background-image: url(/images/menu.gif);
	background-repeat: no-repeat;
	margin: 0px;
	width: 760px;
	height: 26px;
}

#menu ul {
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	position: absolute;
	top: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li span { display: none; }

#menu li, #menu a {
	display: block;
	height: 26px;
}

#menu #menu-prospective { left: 0px; width: 120px; }
#menu #menu-continuing { left: 120px; width: 116px; }
#menu #menu-international { left: 236px; width: 122px; }
#menu #menu-alumni { left: 358px; width: 43px; }
#menu #menu-research { left: 401px; width: 56px; }
#menu #menu-learning { left: 457px; width: 107px; }
#menu #menu-friends { left: 564px; width: 105px; }
#menu #menu-about { left: 669px; width: 91px; }

#menu #menu-prospective a:hover { background: transparent url(/images/menu.gif) 0px -26px no-repeat; }
#menu #menu-continuing a:hover { background: transparent url(/images/menu.gif) -120px -26px no-repeat; }
#menu #menu-international a:hover { background: transparent url(/images/menu.gif) -236px -26px no-repeat; }
#menu #menu-alumni a:hover { background: transparent url(/images/menu.gif) -358px -26px no-repeat; }
#menu #menu-research a:hover { background: transparent url(/images/menu.gif) -401px -26px no-repeat; }
#menu #menu-learning a:hover { background: transparent url(/images/menu.gif) -457px -26px no-repeat; }
#menu #menu-friends a:hover { background: transparent url(/images/menu.gif) -564px -26px no-repeat; }
#menu #menu-about a:hover { background: transparent url(/images/menu.gif) -669px -26px no-repeat; }

#menu #menu-prospective H1 { height: 26px; margin: 0px; background: transparent url(/images/menu.gif) 0px -52px no-repeat; }
#menu #menu-continuing H1 { height: 26px; margin: 0px; background: transparent url(/images/menu.gif) -120px -52px no-repeat; }
#menu #menu-international H1 { height: 26px; margin: 0px; background: transparent url(/images/menu.gif) -236px -52px no-repeat; }
#menu #menu-alumni H1 { height: 26px; margin: 0px; background: transparent url(/images/menu.gif) -358px -52px no-repeat; }
#menu #menu-research H1 { height: 26px; margin: 0px; background: transparent url(/images/menu.gif) -401px -52px no-repeat; }
#menu #menu-learning H1 { height: 26px; margin: 0px; background: transparent url(/images/menu.gif) -457px -52px no-repeat; }
#menu #menu-friends H1 { height: 26px; margin: 0px; background: transparent url(/images/menu.gif) -564px -52px no-repeat; }
#menu #menu-about H1 { height: 26px; margin: 0px; background: transparent url(/images/menu.gif) -669px -52px no-repeat; }

/* submenu styles */

#submenu {
	background-color: #FFFBF4;
	margin: 0px;
	width: 760px;
	height: auto;
	border-bottom: 1px solid #FEDB93;
}

#submenu P {
	margin: 0px;
	margin-left: 7px;
	line-height: 24px;
	color: #CB7058;
}

#submenu a:link, #submenu a:visited  {
	color: #CB7058;
	text-decoration: none;
}

#submenu a:hover, #submenu a:focus, #submenu a:active  {
	color: #CB7058;
	text-decoration: underline;
}

#submenu  a.selected:link, #submenu a.selected:visited, #submenu a.selected:hover, #submenu a.selected:focus, #submenu a.selected:active {
	color: #052D56;
	text-decoration: none;
}


/* third level menu styles */

#content-thirdmenu p {
	padding-top: 10px;
	padding-left: 7px; 
	padding-bottom: 10px;
	padding-right: 10px;
	margin: 0px;
	color: #052D56;
}

#content-thirdmenu ul.arrow-list {
	padding-top: 10px;
	padding-left: 7px; 
	padding-bottom: 10px;
	padding-right: 10px;
	margin: 0px; 
	list-style: none;	
}

#content-thirdmenu ul.arrow-list li {
	background-image: url(/images/arrow_thirdmenu.gif);
	background-repeat: no-repeat;
	background-position: 0.1em 0.25em;
	padding-left: 1.5em;
	padding-bottom: 5px;
	color: #CE7A66;
}

#content-thirdmenu ul.arrow-list2 {
	padding-top: 5px;
	padding-left: 7px; 
	padding-right: 10px;
	margin: 0px; 
	list-style: none;	
}

#content-thirdmenu ul.arrow-list2 li {
	padding-left: 1.5em;
	padding-bottom: 5px;
	color: #CE7A66;
}

#content-thirdmenu  a.selected:link, #content-thirdmenu a.selected:visited, #content-thirdmenu a.selected:hover, #content-thirdmenu a.selected:focus, #content-thirdmenu a.selected:active {
	color: #052D56;
	text-decoration: none;
}

/*for show/hide trick */
#content-thirdmenu div.divHidden {
	display: none;
	padding-top: 10px;
	padding-left: 7px; 
	padding-bottom: 10px;
	padding-right: 10px;
	margin: 0px;
	color: #CE7A66;
}
#content-thirdmenu span {
	cursor: pointer;
	padding-top: 10px;
	padding-left: 7px; 
	padding-bottom: 10px;
	padding-right: 10px;
	margin: 0px;
	color: #CE7A66;
}

/* landing page styles */

#landing-narrow {
	overflow: hidden;
	clear: both;
	width: 580px;
	background-color: #FFF6E2;
	margin-bottom: 10px;
}

#landing-narrow-image {
	width: 388px;
	padding: 6px;
	float: left;
}

#landing-wide {
	overflow: hidden;
	clear: both;
	width: 730px;
	background-color: #FFF6E2;
	margin-bottom: 10px;
}

#landing-wide-image {
	width: 538px;
	padding: 6px;
	float: left;
}

/* bucket and profile styles */

#bucket-ques {
	width: 170px;
	height: 71px;
	float: left;
	margin: 0px;
	margin-left: 2px;
	margin-top: 10px;
	border: 1px solid #000;
}

.bucket-ques a:link, .bucket-ques a:visited, .bucket-ques a:hover, .bucket-ques a:focus, .bucket-ques a:active {
	text-decoration: none;
}

#buckets {
	width: 180px;
	float: left;
	margin: 0px;
	margin-left: 0px;
	margin-top: 7px;
}

#buckets-pic {
	width: 173px;
	float: left;
	margin: 0px;
	margin-left: 0px;
	margin-top: 7px;
}

.bucket-yellow {
	width: 173px;
	margin: 0px;
	margin-left: 2px;
	margin-bottom: 10px;
}

.bucket-yellow-header {
	background-image: url(/images/bg_header_bucket_yellow.gif);
	background-repeat: no-repeat;
	height: 14px;
	line-height: 14px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-indent: 3px;
}

.bucket-yellow-header a:link, .bucket-yellow-header a:visited, .bucket-yellow-header a:hover, .bucket-yellow-header a:focus, .bucket-yellow-header a:active {
	text-decoration: none;
	color: #FFF;
}

.bucket-yellow-copy {
	border-bottom: 1px solid #FDB828;
	border-left: 1px solid #FDB828;
	padding: 3px;
	padding-right: 5px;
	padding-bottom: 8px;
	background-color: #F9E9C9;
}

.bucket-yellow-copy-pic {
	border-bottom: 1px solid #FDB828;
	border-left: 1px solid #FDB828;
	background-color: #F9E9C9;
}

.bucket-yellow-copy P {
	margin: 3px;	
	font-size: 10px;
	line-height: 12px;
	color: #004678;
}

.bucket-yellow-copy H1 {
	font-size: 10px;
	font-weight: lighter;
	line-height: 10px;
	color: #004678;
}

.bucket-yellow-copy a:link, .bucket-yellow-copy a:visited, .bucket-yellow-copy a:hover, .bucket-yellow-copy a:focus, .bucket-yellow-copy a:active {
	text-decoration: none;
	color: #004678;
}

.bucket-blue {
	width: 173px;
	margin: 0px;
	margin-left: 2px;
	margin-bottom: 10px;
}

.bucket-blue-header {
	background-image: url(/images/bg_header_bucket_blue.gif);
	background-repeat: no-repeat;
	height: 14px;
	line-height: 14px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-indent: 3px;
}

.bucket-blue-header a:link, .bucket-blue-header a:visited, .bucket-blue-header a:hover, .bucket-blue-header a:focus, .bucket-blue-header a:active {
	text-decoration: none;
	color: #FFF;
}

.bucket-blue-copy {
	border-bottom: 1px solid #004678;
	border-left: 1px solid #004678;
	padding: 3px;
	padding-right: 5px;
	padding-bottom: 8px;	
	background-color: #E7E8EA;
}

.bucket-blue-copy-pic {
	border-bottom: 1px solid #004678;
	border-left: 1px solid #004678;
	background-color: #E7E8EA;
}

.bucket-blue-copy P {
	font-size: 10px;
	line-height: 12px;
	color: #004678;
}

.bucket-blue-copy H1 {
	font-size: 14px;
	line-height: 16px;
	color: #004678;
}

.bucket-blue-copy a:link, .bucket-blue-copy a:visited, .bucket-blue-copy a:hover, .bucket-blue-copy a:focus, .bucket-blue-copy a:active {
	text-decoration: none;
	color: #004678;
}

.profile-yellow {
	width: 173px;
	margin: 0px;
	margin-left: 2px;
	margin-bottom: 10px;
}

.profile-yellow-header {
	background-image: url(/images/bg_header_bucket_yellow.gif);
	background-repeat: no-repeat;
	height: 14px;
	line-height: 14px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-indent: 3px;
}

.profile-yellow-header a:link, .profile-yellow-header a:visited, .profile-yellow-header a:hover, .profile-yellow-header a:focus, .profile-yellow-header a:active {
	text-decoration: none;
	color: #FFF;
}

.profile-yellow-copy {
	border-bottom: 1px solid #FDB828;
	border-left: 1px solid #FDB828;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	background-color: #F9E9C9;
	height: 70px;
}

.profile-yellow-copy IMG {
	float: left;
	margin: 0px;
	padding: 0px;
	padding-right: 3px;
	
}

.profile-yellow-copy P {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	font-size: 10px;
	line-height: 12px;
	color: #004678;
}

.profile-yellow-copy a:link, .profile-yellow-copy a:visited, .profile-yellow-copy a:hover, .profile-yellow-copy a:focus, .profile-yellow-copy a:active {
	text-decoration: none;
	color: #004678;
}

.profile-blue {
	width: 173px;
	margin: 0px;
	margin-left: 2px;
	margin-bottom: 10px;
}

.profile-blue-header {
	background-image: url(/images/bg_header_bucket_blue.gif);
	background-repeat: no-repeat;
	height: 14px;
	line-height: 14px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-indent: 3px;
}

.profile-blue-header a:link, .profile-blue-header a:visited, .profile-blue-header a:hover, .profile-blue-header a:focus, .profile-blue-header a:active {
	text-decoration: none;
	color: #FFF;
}

.profile-blue-copy {
	border-bottom: 1px solid #004678;
	border-left: 1px solid #004678;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #E7E8EA;

}

.profile-blue-copy IMG {
	float: left;
	margin: 0px;
	padding: 0px;
	padding-right: 3px;
	
}

.profile-blue-copy P {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	font-size: 10px;
	line-height: 12px;
	color: #004678;
}

.profile-blue-copy a:link, .profile-blue-copy a:visited, .profile-blue-copy a:hover, .profile-blue-copy a:focus, .profile-blue-copy a:active {
	text-decoration: none;
	color: #004678;
}

/* footer styles */

#footer {
	clear: both;
	margin: 4px auto;
	width: 760px;
	height: 77px;
	background-image: url(/images/bg_footer.gif);
	background-repeat: no-repeat;
}

#footer-left {
	float: left;
	width: 280px;
	margin: 0px;
	margin-top: 10px;	
	padding-left: 10px;
}

#footer-left P {
	margin: 0px;
	margin-top: 7px;
	margin-bottom: 5px;
	color: #444444;
}

#footer-right {
	width: 458px;
	float: left;
	margin: 0px;
	margin-top: 10px;
	border: 1px solid #FEEDC9;
	background-color: #FFF4DF;
	text-align: right;
}

#footer-right P {
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	color: #444444;
}

#footer-right a:link, #footer-right a:visited  {
	color: #CB7058;
	text-decoration: none;
}

#footer-right a:hover, #footer-right a:focus, #footer-right a:active  {
	color: #CB7058;
	text-decoration: underline;
}

/* extra stuff */

#lrc_space {
	line-height: 20px;
}

#img_space {
	padding: 7px;
}

.btext {
	background-image: url(/images/nothing.jpg);
	padding: 7px;
}

#lines table{
	border:1px solid #000;
	border-collapse:collapse;
}

#lines th, #lines td{
	border:1px solid #000;
	border-collapse:collapse;
	}
	
#lines thead, #lines th, #lines tfoot{
	background:#fff6e5;
}

.sub_text {
	font-size: 9px;
}

/* Custom corners addition */

div.rounded_top {
	width: 400px;
  background:  url("/images/custom_corners_topleft.gif") top left no-repeat;
  position:relative; left: 80px;
  } 
div.rounded_top h3 {
  position:relative;
  background:  url("/images/custom_corners_topright.gif") top right no-repeat;
  padding:15px;
  padding-left:0;
  margin:0;
  right:-8px;
  }
div.rounded_top_body {
  background:  url("/images/custom_corners_right.gif") top right repeat-y;
  margin:0;
  margin-top:-2em;
  padding:15px;
  padding-left:0;
  position:relative;
  right:-8px;
  }
div.rounded_bot {
  background:  url("/images/custom_corners_bottomleft.gif") bottom left no-repeat;
  position:relative;
  top:7px;
  
  }
div.rounded_bot ul {
  background:  url("/images/custom_corners_bottomright.gif") bottom right no-repeat;
  padding:15px;
  padding-left:0;
  display:block;
  margin:-2em 0 0 0;
  position:relative;
  right:-8px;
  }
