/* Start of CMSMS style sheet 'Layout: Destiny' */
body {
	/*background-image: url(uploads/DestinyLayout/bgs/sitebg.gif);*/ 
	/*background-repeat: repeat-y;*/
	background-color:#5b86b9;
	margin:0;
	padding:0;
	/*text-align:center;*/
}

body, td, table td, .greenTables td, .greenTables {
	color:#505050;
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
}

table {
	border-collapse:collapse;
}

a {color:#cf2525;text-decoration:underline;}
a:hover {color:#5b86b9;text-decoration:underline;}

H1, H2{
	font-size:14pt;
	color:#7DA7D8;
	line-height:16pt;
	/* was #CAE57E */
}

H3 {
	font-size:9pt;
	color:#7DA7D8;
}

#container {
	background:#7DA7D8 url(uploads/DestinyLayout/fullBG.jpg) top left repeat-y;
	width:960px;
	margin:0 auto;
	text-align:left;
}

#header {
	background-color:#7DA7D8;
	background-image: url(uploads/DestinyLayout/header-left-bg.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
	#header #right {
		float:right;
		height:96px;
		width:780px;
		background-image: url(uploads/DestinyLayout/new-header-right.jpg);
		background-repeat: no-repeat;
		background-position: right;
	}
	#header #left {
		float:left;
	}
	#header #nav {
		clear:both;
		background:#b3d670;
	}
	#header #nav #left {
		background:#c6e56d;
		width:6px;
		height:27px;
		display:block;
		float:left;
	}
	#header #nav #topNav {
		width:952px;
		height:27px;
		display:block;
		float:left;
		text-align:center;
		background:#b3d670;
	}
		#topNav ul {padding:0;margin:0;text-align:center;width:952px;}
		#topNav ul li {display:inline;}
	
		#topNav ul li a {
			background-color:#b3d670; 
			color:#505050; 
			float:none;
			display:inline-block;
			font-size:13px;
			font-weight:bold;
			letter-spacing:-1px; 
			margin:0px 1px 0px 1px;
			padding:6px 0 0 0;
			width:120px;
			height:21px;
			text-align:center;
			text-decoration:none;
		}
		
		#topNav ul li a:hover, #topNav ul li a.menuactive {
			background-color:#c6e56d;
		}
	#header #nav #right {
		width:2px;
		height:27px;
		display:block;
		float:left;
		background:#4b7abc;
	}
	
#middle {
	clear:both;
	margin:0;
	padding:0;
}
	#middle #left {
		float:left;
		width:172px;
	}
		#middle #left ul {
			margin: 10px 0px 0px 0px;
			padding: 0;
			list-style-type: none;
			font-size:11px;
		}
		
		#middle #left li a {
			display:block;
			width:148px;
			height:25px;
			color:#505050;
			line-height:26px;
			margin:0px 0px 3px 0px;
			padding:0px 0px 0px 17px;
			background: #b3d670 url(uploads/DestinyLayout/nav-left-bg.gif) repeat-y center left;
			text-decoration:none;
		}
		
		#middle #left li a:hover {  /* #middle #left li a.menuactive */
			color: #505050;
			background-color:#f1f1f1;
		}

		#middle #left li li a.menuactive {
			color:white;
			background:none;
		}

		#middle #left .menuparent .unli {
		        display:none;
		}

		#middle #left .menuactive .unli {
		        display:inline;
		}
		
		#middle #left ul ul {margin:0px;}
		
		#middle #left ul ul li a {
			display:block;
			width:138px;
			height:20px;
			color:white;
			line-height:21px;
			margin:0px 0px 3px 6px;
			padding:0px 0px 0px 21px;
			background:none;
			text-decoration:none;
		}
		
		#middle #left ul ul li a:hover {
			color:#505050;
			background-color:#c9dbf0;
		}
		
		#middle #left #address {
			color:#ffffff;
			/*font-size: 9px;*/
			padding:50px 0px 10px 20px;
		}
		
	#middle #mid {
		float:left;
		width:598px;
		padding:10px 20px;
		font-size:8pt;
		line-height:12pt;
	}
	#middle #right {
		width:130px;
		float:left;
		padding:10px 10px 10px 8px;
		font-size:8pt;
		color:#0008a4;
	}
	#middle #right p {
		padding:0px 0px 10px 0px;
		border-bottom: medium solid #ffffff;
	}

#footer {
	clear:both;
	color:#ffffff;
	font-size:10px;
	text-align:center;
	background:#b3d670;
}
	#footer #left {
		background:#c6e56d;
		width:6px;
		height:27px;
		display:block;
		float:left;
	}
	#footer #mid {
		background:#b3d670;
		padding-top:7px;
		width:952px;
		height:20px;
		display:block;
		float:left;
	}
	#footer #right {
		background:#4b7abc;
		width:2px;
		height:27px;
		display:block;
		float:left;
	}
	
.blue a {
	color:#0008a4;
}

.blue a:hover {
	color:#5b86b9;
	text-decoration:none;
}

.bannerOrange {
	background-color:#ffc88c;
	border:1px solid #fbaf5d;
	padding:10px;
}

.bannerBlue {
	background-color:#dbe9f9;
	border:1px solid #b2cae5;
	padding:10px;
}

.photoBorderGreen {
	background-color:#e7f6bd;
	padding:4px;
	border:1px solid #CAE57E;
	margin:1px 0px 6px 0px;
}

.facultyPhotoThumbnail {
	border:1px solid #b5d66d;
	margin:0px 10px 5px 0px;
}

.greenTables {
	border:solid 1px #CAE57E;
	border-collapse:collapse;
}

.greenTables td {
	padding:5px;
	font-size:8pt;
}

.pdfLink, .pdflink {
	background: url(uploads/DestinyLayout/pdf-icon-small.gif) left no-repeat;
	padding:5px 0 5px 30px;
	display:table;
}

.wordLink, .wordlink {
	background: url(uploads/DestinyLayout/word-icon-small.gif) left no-repeat;
	padding:5px 0 5px 30px;
	display:table;
}

hr {
	color:#B3D670;
	background-color: #B3D670;
	height: 2px;
	border: 0;
	margin:3px 0px 15px 0px;
}

#slides {
	width:400px;
	height:270px;
	display:block;
	margin:0 auto;
}

/* End of 'Layout: Destiny' */

