@charset "utf-8";
body  {
	font: 0.8125em Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: #72858d url(images/back-main.jpg) repeat-x;
	color: #454545;
	line-height: 140%;
	margin-bottom: 20px;
}
a:link,
a:visited {
  color: #866A07;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #C32125;
  text-decoration: underline;
  font-weight: bold;
}
h1, h2, h3, h4, h5 {
	margin-bottom: -8px;
	margin-top: 20px;
	line-height: normal;
}

h1 {
  color: #7C1315;
  padding: 10px 0 0 0;
  font-size: 190%;
}

h2 {
  color: #72858D;
  font-size: 160%;
}

h3 {
  color: #2E6D85;
  font-size: 130%;
}
.twoColFixRtHdr #container { 
	width: 719px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/fullpage-back.png) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: url(images/header-world.png) no-repeat center;
	height: 113px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header-img-fade1 { 
	height: 159px;
	position: absolute;
    z-index:0;
	margin-left: 9px;
} 
.twoColFixRtHdr #header-img-fade2 { 
	height: 159px;
	position: absolute;
    z-index:0;
	margin-left: 9px;
} 
.twoColFixRtHdr #header-img3 { 
	height: 100px;
	position: absolute;
    z-index:5;
} 
.twoColFixRtHdr #header-img { 
	/*background: url(images/header-image.png) no-repeat center;*/
	height: 159px;
} 
.logo {  
  height: 116px;
  padding: 10px 10px 0 25px;
  position: absolute;
  z-index: 1;
}
.language {
  text-align: right;
  font: 10px verdana;
  margin: 10px 20px 0;
  width: auto;
  float: right;
  padding: 6px;
  border: #84A3BA 1px solid;
  background-color: #CBD6DE;
}
.language a {
	color: #42555C;
}
.title {
  top: 113px;
  left: 0;
  height: 65px; 
}
.twoColFixRtHdr #ribbon {
	margin-top: 18px; 
	height: 75px;
	width: 847px;
	left: -64px;
	position: relative;
}
.twoColFixRtHdr #nav-links { 
	height: 30px;
	width: 737px;
	position: relative;
	text-align: center;
	padding: 0 0 0 110px;
	background: url(images/ribbon-2.png) no-repeat center;
}

.twoColFixRtHdr #nav-links a {
  line-height: 24px;
  margin: 3px 0;
  display: block;
  text-decoration: none;
  /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
  font-size: 11px;
  color: #3E3104;
  text-align: center;
  padding: 0 10px;
  float: left;
  font-weight: normal;
}
.twoColFixRtHdr #nav-links a:hover {
  color: #37474D;
/*  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;*/
  background-color: #F6E3AD;
}

.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF6D2; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin-right: 9px;
	/*border-left: #B3C3D4 1px solid;*/
}
.sidebar-content {
	padding: 10px;
}
.login-box {
  background-color: #D3DDE6;
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 6px;
  margin-bottom: 4px;
  width: 168px;
  border-bottom: #72858D 1px solid;
}
.login-text {
  font-weight: bold;
  color: #42555C;
}
.twoColFixRtHdr #mainContent { 
	/*margin: 0 190px 0 0;  the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer { 
	padding: 8px 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#DDDDDD;*/ 
	background: #72858d url(images/footer-corners.png) no-repeat;
	margin-top: 15px;
	color: #D3DDE6;
	text-align: center;
} 
.twoColFixRtHdr #footer a { 
	color: #D3DDE6;
	text-decoration: none;
	padding: 14px 6px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
} 
.twoColFixRtHdr #footer a:hover { 
	color: #EFCB68;
	background: #42555C;
	overflow: visible;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.footer-logo {
	float: right;
	border: 0;
	margin: -20px -25px 0 0;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.steps {
	float: left;
	position: relative;
	text-align: center;
	background: url(images/steps-back.png) center no-repeat;
	width: 80px;
	height: 55px;
	left: -12px;
	line-height: 51px;
	color: #866A07;
}

.steps-paragraph {
	margin-left: 80px;
}

.button {
	float: right;
	font: Arial, Helvetica, sans-serif;
}

.button a{
	text-decoration: none;
	background: #5B8EA3 url(images/button-back.jpg) repeat-x center;
	padding: 5px 7px;
	text-transform: uppercase;
	color: #ffffff;
	border: #2E6D85 1px solid;
	display: block;
	box-shadow: 3px 3px 4px #989999;
	-webkit-box-shadow: 2px 2px 4px #989999;
	-moz-box-shadow: 2px 2px 4px #989999;
	-ms-filter: "progid:DXImageTransform.Microsoft.dropShadow(color=#989999, offX=2, offY=2, positive=true)";
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#989999, offX=2, offY=2, positive=true);
}
.button a:hover{
	text-decoration: none;
	background: #AD1D21 url(images/button-back-hov.jpg) repeat-x center;
	color: #ffffff;
	border: #7C1315 1px solid;
	display: block;
	margin: 2px -2px;
	box-shadow: -1px -1px 2px #8B8C8C;
	-webkit-box-shadow: -1px -1px 2px #8B8C8C;
	-moz-box-shadow: -1px -1px 2px #8B8C8C;
	-ms-filter: "progid:DXImageTransform.Microsoft.dropShadow(color=#8B8C8C, offX=-1, offY=-1, positive=true)";
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#8B8C8C, offX=-1, offY=-1, positive=true);
}


.title-heading1 {
	font-size: 1.9em;
	font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
	/*font-style: italic;*/
	color: #2E6D85;
}
.title-subscript {
	font-size: .8em;
	text-transform: uppercase;
	top: -10px;
}

.courses-list {
	border-bottom: #72858D 1px solid;
	padding: 10px;
	text-align: left;
	display: block;
	float: left;
}

.courses-list-left {
	width: 344px;
	float: left;
	padding-right: 15px;
	display: block;
}
.courses-list-left a {
	background: none;
	text-transform: none;
	color: #454545;
	font-weight: normal;
}
.courses-list-left a {
	text-decoration: none;
}

.courses-list-right {
	width: 240px;
	float: right;
	text-align: right;
}
.courses-list-right a {
	padding: 4px;
	text-decoration: none;
	text-transform: uppercase;
	font: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background: #D3DDE5;
	border: #93ABBF 1px solid;
	color: #525252;
	font-weight: normal; 
}
.courses-list-right a:hover {
	background: #F4DB96;
	border: #EDC351 1px solid;
	color: #3E3104;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #E7E9EB;
padding: 5px;
left: -1000px;
border: 1px solid #525252;
visibility: hidden;
color: black;
text-decoration: none;
	box-shadow: -3px 3px 4px #989999;
	-webkit-box-shadow: -2px 2px 4px #989999;
	-moz-box-shadow: -2px 2px 4px #989999;
	-ms-filter: "progid:DXImageTransform.Microsoft.dropShadow(color=#989999, offX=-2, offY=2, positive=true)";
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#989999, offX=-2, offY=2, positive=true);
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

.team-photos {
	float: left;
	width: 162px;
	padding: 5px;
	border: #C1CFDA 1px solid;
	text-align: center;
	margin: 8px;
	line-height: normal;
	color: #6C7D85;
}