/* CSS Document */

body {
	margin:0;
	padding:0;
}

p {
	margin:0;
	padding:0;
	color: #000;
}

ul {
	margin:0;
	padding:0;
}	

li {
	margin:0;
	padding:0;
}	

.padding {
	padding-top:10px;
}	

.top-padding {
	padding-top:14px;
	color:#548694;
}	

.float {
	float:left;
	padding-right:14px;
}	

.text-bold {
	font-weight:bold;
	color: #000;
}	

div.spacer{clear: both;}

div {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#316AC5;
}	

div#center {
	width:100%;
	height:100%;
	
}

div#top {
	width:100%;
	height:47px;
	background-image: url(images/top-bg.gif);
	background-repeat:repeat-x;
}	

div#top1 {
	width:770px;
	height:100px;
	margin:12px auto 0 auto;
}

div.logo {
	width:200px;
	float:left;
}		

div#menu {
	width:570px;
	float:left;
}

	

div#menu a{
	height:0px;
	width:80px;
	background-color:#982121;
	text-align:center;
	display: block;
	float: left;
	border-right:#ffffff 1px solid;
	padding:52px 0 20px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	border-top: 10px solid #FFFFFF;
	text-decoration:none;
}	
div#menu a:hover {
	color:#FFFFFF;
	text-decoration:none;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #611414;
	background-image: url(images/btnback.gif);
	background-repeat: no-repeat;
}


div#menu a.current {
	/*height:8px;*/
	width:80px;
	text-align:center;
	display: block;
	float: left;
	background-color:#982121;
	padding:52px 0 20px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	border-top-width: 10px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #611414;
	border-left-color: #ffffff;
	background-image: url(images/btnback_on.gif);
	background-repeat: no-repeat;
}
div#menu a.current:hover{
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #611414;
	background-image: url(images/btnback.gif);
}

div#welcome {
	width:770px;
	margin:15px auto 17px auto;
	
}

div#pic {
	width:376px;
	float:left;
	margin:0;
}

div#text {
	float:left;
	width: 283px;
	padding: 60px 15px 0 22px;
	background-image:url(images/welcome.gif);
	background-repeat:no-repeat;
	background-position:20px 20px;
	/*
	padding-left:22px;
	padding-right:15px;
	*/
	padding-top:60px;
}	

.redtext {
	color:#B95F5B;
	font-weight:bold;
	padding-top:12px;
	font-size:10px;
}		

div#border {
	width:770px;
	margin:0 auto 17px auto;
	background-image:url(images/border.gif);
	background-repeat:no-repeat;
}

div#content {
	width:770px;
	margin:0 auto 17px auto;
}	

div.left-portion {
	width:450px;
	float:left;
	margin-left: 10px;
}		

div.right-portion {
	width:300px;
	float:left;
	background-image:url(images/right-bg.gif);
	background-repeat:repeat-y;
}

div.programs {
	width:155px;
	margin-left:11px;
	float:left;
	background-image:url(images/programs.gif);
	background-repeat:no-repeat;
	background-position:0 18px;
	padding-top:50px;
}

.list {
	list-style-type:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#1098BF;
	line-height:24px;
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position:7px 10px;
	padding-left:20px;
}	

div.discipline {
	width:200px;
	margin-left:20px;
	background-image: url(images/disciplines.gif);
	background-repeat: no-repeat;
	background-position:0 18px;
	float:left;
	padding-top:50px;
}			

div.events {
	width:307px;
	margin-left:25px;
	border-bottom:#CFD0D1 1px solid;
	padding-bottom:12px;
	padding-top:50px;
	padding-right:10px;
	background-image:url(images/events.gif);
	background-repeat:no-repeat;
	background-position:10px 20px;
}	

div.news {
	width:307px;
	margin-left:25px;
	padding-bottom:12px;
	padding-top:0px;
	padding-right:10px;
	padding-left:10px;
	background-repeat:no-repeat;
	background-position:10px 20px;
}	

.news-more-padding {
	padding-left:239px;
	padding-top:8px;
}	

.more-link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#006;
	text-decoration:none;
}	
.more-link:hover {
	text-decoration:underline;
	color: #006;
}	

div#footer {
	width:100%;
	background-repeat:repeat-x;
	padding-top:24px;
	padding-bottom:28px;
	color:#AECFD9;
	font-size:10px;
	margin-top:10px;
	text-align:center;
	background-image: url(images/footer-bg.gif);
}	

.footer-link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:10px;
	text-decoration:none;
}	
.footer-link:hover {
	text-decoration:underline;
}	

.apply-link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#B95F5B;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
}	
.apply-link:hover {
	text-decoration:underline;
}	
