/*--------------------------------------------------------------
REGULAR STYLES
--------------------------------------------------------------*/
body{
	position: relative;
	background: #ffffff url(images/bg.jpg) no-repeat bottom center;
	background-attachment: fixed;
	margin: 0 0 20px 0;
	padding: 0;
	font: 12px arial, helvetica, sans-serif;
	color: #ffffff;
}

.heading1{
	font: 17px georgia, helvetica, sans-serif;
	color: #d4c59c;
}

.heading2{
	font: 12px arial, helvetica, sans-serif;
	color: #d4c59c;
}

a:link, a:visited{
	text-decoration: underline;
	color: #d4c59c;
}

a:hover{
	text-decoration: none;
}

img{
	margin: 0;
	border: 0;
}

img.source-image {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

div{
	margin: 0;
	text-align: justify;
}

.clear{
	clear: both;
}

.wrapper{
	background: transparent;
	width: 672px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.hd_home{
	height: 122px;
	width: 248px;
	float: left;
	margin: 0;
	overflow: hidden;
	position: relative;
	left:0;
}

.hd_home a:hover{
	position: relative;
	left: -248px;
}

.hd_program{
	width: 129px;
	float: left;
	margin: 0;
	overflow: hidden;
	position: relative;
	top: 78px;
	left:0;
}

.hd_program a:hover{
	position: relative;
	left: -129px;
}

.hd_apply{
	height: 122px;
	width: 89px;
	float: left;
	margin: 0;
	overflow: hidden;
	position: relative;
	top: 78px;
	left:0;
}

.hd_apply a:hover{
	position: relative;
	left: -89px;
}

.hd_contact{
	height: 122px;
	width: 106px;
	float: left;
	margin: 0;
	overflow: hidden;
	position: relative;
	top: 78px;
	left:0;
}

.hd_contact a:hover{
	position: relative;
	left: -106px;
}

.hd_blog{
	height: 122px;
	width: 87px;
	float: left;
	margin: 0 0 0 5px;
	overflow: hidden;
	position: relative;
	top: 77px;
	left:0;
}

.hd_blog a:hover{
	position: relative;
	left: -87px;
}

.hd_photo{
	background: url(images/hd_photo_base.png) no-repeat top left;
	width: 100%;
	height: 177px;
}

.hd_photo_inner{
	height: 151px;
	width: 651px;
	position: relative;
	top: 13px;
	left:9px;
}

.home_left{
	width: 426px;
	float: left;
	margin: 0;
	text-align: left;
}

.campusweek{
	width: 400px;
	height: 69px;
	overflow: hidden;
}

.campusweek a:hover{
	position: relative;
	left: -400px;
}

.home_video{
	height: 252px;
	background: url(images/home_left_videobg.png) no-repeat top left;
	padding: 0 0 6px 0;
}

.home_video_inner{
	height: 230px;
	width: 390px;
	position: relative;
	top: 13px;
	left:9px;
}

.home_content{
	background: url(images/home_con_bg.png) repeat-y top left;
	overflow: hidden;
}

.home_content div{
	padding: 0 25px 0 9px;
	margin: 0;
}

.home_right{
	width: auto;
	float: right;
	margin: 0;
	text-align: right;
}

.left_nav{
	width: 201px;
	float: left;
	margin: 0;
}

.ln_button{
	position: relative;
	top: 0;
	left:0;
	overflow: hidden;
}

.ln_button a:hover{
	position: relative;
	left:-201px;
}

.ln_select{
	position: relative;
	top: 0;
	left:0;
	overflow: hidden;
}

.ln_download{
	position: relative;
	top: 0;
	left:0;
	overflow: hidden;
}

.ln_download a:hover{
	position: relative;
	left:-201px;
}

.content_wrapper{
	width: 471px;
	float: right;
	margin: 0;
}

.content{
	background: url(images/con_bg.png) repeat-y top left;
	height: 328px;
	margin: 0;
	overflow: auto;
}

.content div{
	padding: 0 10px;
	margin: 0;
}

.clickthru{
	width: 124px;
	float: right;
	margin: 0;
	overflow: hidden;
	position: relative;
	left:0;
}

.clickthru a:hover{
	position: relative;
	left:-124px;
}

.calendar {
	background: url(images/calendar_bg.png) repeat top left;
	margin-bottom: 10px;
	width: 100%;
}

.calendar iframe{
	margin: 10px 0 10px 10px;
}