/**** THEME SPECIFIC CSS ****/

a:link,
a:visited {
  color:#045290;
}

a:hover {
  color:#333333;
}

body {
  background: #ffffff;
  margin: 0 auto 40px auto; 
}

.surround {
	padding:4px 0 0 0;
	background: #ffffff;
	margin-left: auto; 
	margin-right: auto;
	width: 1090px;
 }

#logo { 
	background: url('images/logos/logo.png') no-repeat left top; 
	height: 120px;
} 

/******* HOME PAGE CONTENT ******/
.img-text h2		{color:#005492;font-size:1.3em;margin:20px 0 -5px 0;}
.img-text h2.white	{color:#FFF;font-size:1.3em;margin:10px 0 -5px 0;}
.img-text h3		{color:#005492;font-size:1.0emmargin:10px 0 -7px 0;}
.img-text p			{margin-top:1em; text-align:left;line-height:150%;}
.img-text p.white	{color:#FFF;font-size: 11px;margin-top:1em; text-align:left;line-height:130%;font-weight: normal;}
.img-text .middle	{margin:0 0 0 7px;width:620px;}
.thumb:hover 		{cursor: pointer;}

/***** HOME PAGE COURSE LIST ****/

.coursebox {
	border-left:solid 1px #B10873;
	border-right:solid 1px #B10873;
	background-color:#fff;
	padding:2px 10px 5px 10px;
	width:598px;
	min-height:75px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
}

.teflpink {
	background: url('images/course_box_top.png') no-repeat center top; 
	padding-top: 10px;
	margin: 0;
}
.teflpink2 {
	background: url('images/course_box_bottom.png') no-repeat center top; 
	height: 15px;
	*margin-top: -4px;
	margin-bottom: 10px;
}

.teflborder {
	border: 1px solid #B20A74;
	border-width: 0 1px 0 1px;
	
}
