body {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#990033', endColorstr='#fff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#990033), to(#fff)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #990033, #fff); /* for firefox 3.6+ */ 
	background-repeat: no-repeat;
	/*color: #262222;*/
	color: #000;	
	font-family: 'Adamina', serif;
	font-weight: normal;	
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}

p {
	margin: 10px 15px 10px 15px;
	padding: 5px;
	/*text-indent: 15px;*/
}
p > a {
	border-bottom: 1px dotted;	
}
p > a:hover {
	border-bottom: 1px solid;
	text-decoration: none;		
}

#main_title {	
	color: #F2F1EB;
	margin: 25px auto 25px auto;
	text-align: center;
	text-shadow: 8px 8px 10px rgba(0, 0, 0, 0.5);
	width: 850px;	
}
#main_title > h1 {
	font-size: 22px;	
}
#main_title > h2 {
	font-size: 18px;
}
#banner {
	background: url(images/banner.jpg) no-repeat;
	border: 4px solid #000;	
	height: 113px;
	margin: 0px auto 0px auto;
	width: 848px;	
}

#container {
	background-color: #F2F1EB;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 0 10px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 10px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px 10px rgba(0,0,0,0.5);
	margin: 0px auto 0px auto;
	padding: 5px;
	width: 1100px;	
}

#vertical_nav {
	float: left;
	margin-right: 35px;
	position: relative;
	width: 250px;
}
#vertical_nav > ul {		
	color: #F2F1EB;
	list-style: none;
	margin: 5px 0px 10px -25px;
}
#vertical_nav > ul > li {
	background-color: #b7b7b7;	
	border-bottom: 1px solid #802A30;
	-moz-box-shadow: 8px 8px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 8px 8px 10px rgba(0,0,0,0.5);
	box-shadow: 8px 8px 10px rgba(0,0,0,0.5);			
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 10px;
	width: 225px;
}

#vertical_nav > ul > li:first-child {
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
}
#vertical_nav > ul > li:last-child {
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;	
}
#vertical_nav > ul > li > a {
	/* color: #aaaaaa; */
	color: #000;
	text-decoration: none;
}
#vertical_nav > ul > li > a:hover {
	/*color: #F2F1EB;*/
	text-decoration: underline;
	text-shadow: 8px 8px 10px rgba(0, 0, 0, 0.5);
}


#vertical_nav > ul > li > span.subMenuArrow {
	color: #fff;
	float: right;
	font-size: 12px;
	margin-right: 10px;
	margin-top: 2px;
}
#vertical_nav > ul > li > ul {
	display: none;
	list-style: none;		
	position: absolute;
	left: 225px;
	margin-top: -29px;
	width: 200px;
}
#vertical_nav > ul > li > ul > li {
	/* background-color: #262222; */
	background-color: #000;
	border-bottom: 1px solid #802A30;
	-moz-box-shadow: 8px 8px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 8px 8px 10px rgba(0,0,0,0.5);
	box-shadow: 8px 8px 10px rgba(0,0,0,0.5);			
	color: #fff;
	font-size: 15px;
	margin: 0px;
	padding: 10px;
}
#vertical_nav > ul > li > ul > li:first-child {
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
}
#vertical_nav > ul > li > ul > li:last-child {
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;	
}
#vertical_nav > ul > li > ul > li > a {
	color: #fff;
	display: block;
}
#vertical_nav > ul > li > ul > li > a:hover {
	text-shadow: 8px 8px 10px rgba(0, 0, 0, 0.5);
}


div.page_title {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;	
}
/*
div.page_title:hover {
	font-size: 20px;	
}
*/
.breadcrumb > a
 {	
	/* color: #262222; */
	color: #000;
	font-size: 18px;
	font-weight: normal;
	margin-top: 15px;
	margin-right: 10px	

}
.breadcrumb > a:hover {	
	font-size: 20px;
}
.bc_active > a {
	/*color: #8C0303;*/
	color: #000;	
	font-weight: bold;
	text-decoration: underline;	
}



/* use photoshop to scale down screenshot images to height=225px and width=375px */
.video-screen-shot {
	border: none;
	float: left;
	margin-right: 25px;
	height: 225px;
	width: 375px;			
}
.video-screen-shot:hover {
	opacity: 0.8;	
}
#welcome-video-holder {
	background: url(images/welcome-video.png) no-repeat;
	
}
#camtasia-video-holder {
	background: url(images/first-year-comp-video.png) no-repeat;
	border: none;
	margin-left: 25px;	
}
#meet-instructor-video-holder {
	background: url(images/meet-your-instructor-video3.png) no-repeat;
	margin-left: 25px;
}
#social-interaction-video-holder {
	background: url(images/social-interaction-video3.png) no-repeat;
	margin-left: 25px;
}
#ethos-video-holder {
	background: url(images/ethos-video3.png) no-repeat;
	background-position-x: -65px;
	margin-left: 25px;
}
#psa-video-holder {
	background: url(images/psa-asu-video3.png) no-repeat;
	background-position-x: -25px;
	margin-left: 25px;	
	margin-top: 25px;
}
#criteria-video-holder {
	background: url(images/criteria-video3.png) no-repeat;
	margin-left: 25px;	
}
#jing-video-holder {
	background: url(images/feedback-video3.png) no-repeat;
	margin-left: 25px;	
}


.video-play-button {
	border: none;
	margin: 50px 0px 0px 100px;
}
.video_name {
	color: #aaa;
	font-size: 14px;
	font-weight: bold;
	margin-left: 15px;
	text-decoration: underline;	
}
/*
iframe {
	float: left;	
	margin-left: 15px;
	margin-right: 10px;
}
*/

#learning-outcomes-video {
	float: left;	
	margin-left: 15px;
	margin-right: 10px;	
}

#meetInstructorVideo,
#socialInteractionVideo,
#ethosVideo,
#psaVideo,
#criteriaVideo {
	margin-left: 25px;	
}
#firstYearCompVideo {
	float: right;	
	margin-bottom: 10px;
	margin-left: 15px;
}
#feedbackVideo {
	float: right;
	margin-left: 15px;
	margin-top: 15px;	
}

.section_title {
	color: #000;
	display: block;
	font-size: 17px;
	font-style: italic;
	font-weight: normal;	
	margin-bottom: -15px;
}
.section_title > a, 
.section_title > a:hover {
	border-bottom: none;	
}
.sub_section_title {
	/* color: #262222; */
	color: #000;
	display: block;
	font-size: 16px;
	font-weight: bold;	
	margin-bottom: -15px;		
}
ul.references_list {
	list-style: none;
	margin-right: 35px;
	width: 950px;
}
ul.references_list > li {
	margin: 15px 10px 15px 10px;	
	padding: 5px;
}

ul.appendix_list {
	margin-left: 20px;	
	margin-right: 20px;
	margin-top: -10px;
}
ul.appendix_list > li {
	padding: 5px;	
}

.appendix_table {
	border: 1px solid #000;
	margin: 15px;
}
.appendix_table > tbody > tr.headerRow {
	background-color: #cccccc;		
}
.appendix_table > tbody > tr.headerRow > th {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	padding: 10px;		
}
.appendix_table > tbody > tr.headerRow > th:last-child {
	border-right: none;	
}

.appendix_table > tbody > tr > td {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;	
}
.appendix_table > tbody > tr:last-child > td {
	border-bottom: none;
}
.appendix_table > tbody > tr > td:last-child {
	border-right: none;	
}





.bottom_breadcrumb { 
	overflow: hidden; 
	clear: both;
	color: #aaa;
	float: right;
	font-size: 12px; 
	margin-right: 50px;
	position: relative;
}
.bottom_breadcrumb ul { 
	list-style: none;
	padding: 0px;
}
.bottom_breadcrumb li { 
	display: inline;
	padding: 0px; 
	margin: 0px; 
}
.bottom_breadcrumb li:hover {
	/* color: #262222; */
	color: #000;
	cursor: pointer;
	text-decoration: underline;	
}
.bbc_active {
	/* color: #262222; */
	color: #000;
	font-size: 16px;
	font-weight: bold;	
}
.bottom_breadcrumb li:before { content: " | "; }
.bottom_breadcrumb li:first-child:before { content: ""; }




.pager_links { 
	overflow: hidden; 
	clear: both; 
	text-align: center; 
	position: relative;
	display: block; 
	color: transparent; 
}
.pager_links ul { 
	list-style: none;
	padding: 0px;
}
.pager_links li { 
	display: inline;
	padding: 0px; 
	margin: 0px; 
}
.pager_links li:before { content: " | "; }
.pager_links li:first-child:before { content: ""; }

.pager_links li > a {
	text-decoration: none;	
}
.pager_links li > a.no_page {
	color: rgb(170, 170, 170);
	opacity: 0.6;	
}
.pager_links li > a.curr_page {
	font-size: 20px;
	font-weight: bold;
}
.pager_links li > a:hover {
	text-decoration: underline;	
}



div.footnotes {
	font-size: 14px;	
}
div.footnotes > ul {
	list-style: none;	
	margin-left: -15px;
}
div.footnotes > ul > li {
	margin: 5px;	
}




#footer { 
	overflow: hidden; 
	clear: both; 
	text-align: center; 
	position: relative;
	margin: 15px auto 15px auto;
	display: block; 
	width: 1000px;
}
#footer ul { 
	list-style: none;
	padding: 0px;
}
#footer li { 
	display: inline;
	padding: 0px; 
	margin: 0px; 
}
#footer li:before { content: " | "; }
#footer li:first-child:before { content: ""; }