/* CSS Document */

#header h1{
	background:url(../students/images/home_big_image.jpg) no-repeat;
	height:230px;
	width:860px;
	text-indent:-9000px;
	margin:7px 0 0 0;
}

#floater{
	margin:0 5px 10px 5px;
}

#sub_nav{
	width:280px;
	margin: 20px 0px 0px 0px;
	padding:0;
	float:left;
}

#contentpage{
	width:580px;
	margin: 20px 0px 0px 0;
	padding:0;
	float:left;
	margin-left:inherit;
}

.rounded_title{
	background:transparent url(../images/rounded_title_header.jpg) repeat-x;
	width:280px;
	height:25px;
	margin:0;
	padding:0;
}

.subnav{
	background:transparent url(../images/doted_line.gif) repeat-x;
	width:280px;
	height:32px;
	margin:0;
	padding:0;
}

.rounded_title_page{
	background:transparent url(../images/rounded_title_header.jpg) repeat-x;
	width:570px;
	height:25px;
	margin:0;
	padding:0;
}

.rounded_title h2{
	font-family:"Century Gothic";
	font-size:12px;
	font-weight:bold;
	color:#333;
	margin:0;
	padding:5px 5px 0px 9px;
}

.subnav h2{
	font-family:"Century Gothic";
	font-size:18px;
	color:#333;
	margin:0;
	padding:5px 5px 5px 9px;
}

/* adjusting the sub navigation height */

#rounded_content_nav_index {
	background:#b7b7b7;
}

.rounded_content p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:15px;
	color:#333;
	margin:0;
	padding:10px;
}
.links_one{
	width:240px;
	float:left;
}
.links_two{
	width:240px;
	float:left;
}

.links_one a:link,
.links_one a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	padding:10px 0 0px 0px;
	text-decoration:none;
	color:#333;
}

.links_one a:hover {
	color:#FF3333;
}

#rounded_content_page h5{
	margin:0;
	padding:10px 0 0 20px;
}

#rounded_content_page p{
	margin:0;
	padding:10px 20px 10px 20px;
}
#rounded_content_page .links_one p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	display:block;
	height:60px;
	margin:0;
	padding:0px 20px 0px 20px;
}
	
.links_two a:link,
.links_two a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	padding:20px 0 0px 0px;
	text-decoration:none;
	color:#333;
}
.links_two a:hover{
	color:#FF3333;
}

#rounded_content_page .links_two p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	height:60px;
	display:block;
	margin:0;
	padding:0px 20px 0px 20px;
}

#rounded_content_page .vertical_divider{
	background:url(../students/images/divider.gif) no-repeat;
	height:200px;
	width:2px;
	float:left;
}

#rounded_content_page .divider_horizon{
	background:url(../images/doted_repeat.gif) repeat-x 10px 0px;
	height:1px;
}

#content table {
	margin-bottom: 1.5em;
	border-collapse: collapse;
}

#content table th,
#content table td {
	border: 1px solid #e5e5e5;
	border-collapse: collapse;
	padding: 10em;
}

#content table td.center,
#content table th.center {
	text-align: center;
	vertical-align: middle;
}

#content table th {
	background: #eee;
}

#content table caption {
	caption-side: top;
	text-align: right;
	font-style: italic;
	margin-bottom: 0.5em;
}

#content table p,
#content table ul,
#content table ol,
#content table blockquote {
	margin-left: 0;
	margin-bottom: 0;
}

.testi_image{
	width:80px;
	float:left;
}

.testi_quotes{
	width:400px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-top:0px;
	margin-left:80px;
}

.testi{
	padding:20px;
}

/*accommodation tab*/

#tab {
	background:#dae0d2 url("../images/tabs/bg.gif") repeat-x bottom;
	margin: 0 0 15px 0;
}
#tab ul {
  margin:0 0 0 10px;
  padding:10px 10px 0;
  list-style:none;
  }
#tab ul li {
  float:left;
  background:url("../images/tabs/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
  
#tab ul li a {
  background:url("../images/tabs/right.gif") no-repeat right top;
  color:#fff;
  display:block;
  font-weight:normal;
  float:left;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  }
  
#tab ul li a:hover {
  color:#333;
  }
  
#tab #current {
  background-image:url("../images/tabs/left_on.gif");
  }
  
#tab #current a {
  background-image:url("../images/tabs/right_on.gif");
  color:#333;
  padding-bottom:5px;
  }
  
#tab ul li.selected {
  background-image:url("../images/tabs/left_on.gif");
  }
  
#tab ul li.selected a {
  background-image:url("../images/tabs/right_on.gif");
  color:#333;
  padding-bottom:5px;
  }
  
.rowheader {
	width: 200px;
}
.lightbox img {
	background: #eee;
	border: 2px solid #bbb;
	padding: 2px;
	margin: 0 10px 0 0;
}
.col {
	float: left;
	width: 50%;
}
.colcontainer {
	overflow: auto;
}