﻿/* CSS layout */
#container {
	padding:		0;
	border-left:	5px #FFFFFF solid;
	border-right:	5px #FFFFFF solid;
	position:		relative;
	width:			800px;
	margin-left:	auto;
	margin-right:	auto;
}
#courselinks {
	width: 645px;
	height: 500px;
	background-color: #E7C394;
	border-right: 5px #FFFFFF solid;
}
#courselinks h1 {
	padding:			0px;
	margin:				0px;
	color:				blue;
	text-align:			center;
	font-size:			x-large;
	font-weight:		bold;
	position:			relative;
	top:				30px;
}
#courselinks h2 {
	color: blue;
	text-align: center;
	position: relative;
	top: 30px;
}
#courselinks h3 {
	color:			black;
	text-align:		center;
	margin:			0px;
	padding:		0px;
	position:		relative;
	top:			30px;
	font-size:		medium;
}
#courselinks h4 {
	position:		relative;
	left:			10px;
	padding-right:	15px;
}
#courselinks ul {
	font-size: x-large;
	position: relative;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	top: 0px;
	left: 200px;
}
#courselinks li
{
	background-repeat: no-repeat;
	background-position: 0px 0px; 
	padding-left: 40px; 
}
#wrapPlaceHolder {
	position: absolute;
	width: 800px;
	height: 455px;
	top: 175px;
	margin-right: auto;
	margin-left: auto;
}
#placeHolder1 {
	width: 645px;
	height: 455px;
	top: 0px;
	position: relative;
}
#body {
	width: 645px;
	height: 455px;
	top: 0px;
	float: right;
}
#banner {
	width:				800px;
	height:				200px;
	background-color:	white;
	position:			relative;
}
#masthead {
	background-image:	url('images/strategicLogo.jpg');
	width:				800px;
	height:				175px;
	position:			absolute;
	top:				10px;
	z-index:			3;
}
#googlelayer {
	width:				800px;
	height:				175px;
	position:			absolute;
	top:				10px;
	
}
#googlead {
	width:				180px;
	height:				150px;
	position:			absolute;
	top:				45px;
	left:				590px;
	background-color:	aqua;	
	z-index: 			5;
}
#googlesearch {
	width:				340px;
	height:				45px;
	position:			absolute;
	top:				10px;
	left:				450px;
	background-color:	white;	
	z-index: 			4;
}
#top_nav {
	background-color: #295994;
	overflow: hidden;
}

#top_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#pageContent {
	background-image: url('Images/SRMP BackgroundWithMenuOverlay (800x455).jpg');
	z-index: 4;
	width: 800px;
	height: 455px;
}

#footer {
	margin:				0;
	padding:			0;
	background-image:	url('Images/srmpFooterImage.jpg');
	width:				800px;
	border-top:			0px;
	border-left:		5px #FFFFFF solid;
	border-right:		5px #FFFFFF solid;
	border-bottom:		3px #FFFFFF solid;
	margin-right:		auto;
	margin-left:		auto;
	z-index:			6;
	top:				-16px;
	position:			relative;
}

.imageStyle {
	float:		right;
	position:	relative
}
.step {
	position: 			relative;
	z-index:			1; 
	padding:			0;
	width:				51px;
	height:				13px;
	margin:				0;
	text-align:			center;
	background-color:	#395D8C;
	color:				#FFFFFF;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			small;
	font-weight:		bold;
	border:				2px white solid;
}

.step a {
	border:				2px #c9c9c9 solid;
	color:				white;
	display:			block;
	text-decoration:	none;
}

.step a:hover {
	color:				#000;
	text-decoration:	none;
	border:				2px #a9a9a9 solid;
	background-color:	#a9a9a9;
}


.activeStep {
	position: 			relative;
	z-index:			1; 
	padding:			0;
	width:				47px;
	height:				13px;
	margin:				0;
	text-align:			center;
	background-color:	#FFFFFF;
	color:				#395D8C;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			small;
	font-weight:		bold;
	border:				4px #395D8C solid;
	
}

.stepSubtitle
{
  font-family:		"Times New Roman", Times, serif;
  font-size:		medium;
  font-weight:		bolder;
  color:			#0069a4;
  text-align:		left;
  text-indent:		0px;
}

.wrapStep {
	position: absolute;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 455px;
}
.stepText
{
	position: relative;
	left: 50px;
	width: 515px;
	height: 275px;
	z-index: 3;
	overflow: scroll;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 0px;
	border: medium #733808 solid;
	border-bottom: medium #733808 solid;
	border-left: medium #733808 solid;
	text-indent: 25px;
	padding: 10px;
	background-color: #E7C394;
	color: #733808;
	top: 35px;
}
.stepTitle
{
	position: relative;
	left: 50px;
	top: 50px;
	width: 535px;
	height: 37px;
	z-index: 1;
	margin: 0px;
	margin-bottom: 11px;
	padding: 0px;
	padding-bottom: 5px;
	color: white;
	text-align: center;
	vertical-align: middle;
	background-color: #42517B;
	border: medium white solid;
}

h2 {
	padding:			0px;
	margin:				0px;
	color:				white;
	font-size:			x-large;
	font-weight:		bold;
}

h6 {
	padding-left:		5px;
	margin:				0px;
	color:				white;
	text-align:			left;
	font-size:			x-small;
	margin-bottom:		3px;
	text-indent:		5px;
}

.stepAuthor
{
  position:			relative;
  width:			211px;
  height:			0px;
  z-index:			5;
  line-height:		normal;
  text-align:		left;
  font-family:		"Times New Roman", Times, serif;
  font-size:		xx-small;
}

.sidebar
{
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	width: 175px;
	height: 213px;
	z-index: 1;
	float: right;
	border: 1px black solid;
	background-color: #BDC7CE;
	text-indent: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 0px;
	margin-top: 0px;
}

.sidebarTitle
{
  font-weight:			bold;
  color:				#6c67a1;
  margin-top:			0px;
  margin-bottom:		0px;
}

.sidebarSubtitles
{
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 0px;
	text-decoration: underline;
}

.sidebarParagraphs
{
  margin-top:			0px;
  margin-bottom:		0px;
}

#courseNavBar {
	overflow: hidden;
	font-family: "Times New Roman", Times, serif;
	position: absolute;
	left: 160px;
	top: -130px;
	width: 340px;
}

#courseNavBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#courseNavBar li {
	background-color: #295994;
	margin: 0px;
	float: left;
	padding: 0px;
}

#courseNavBar a {
	border:				1px #c9c9c9 solid;
	color:				white;
	display:			block;
	padding:			5px;
	text-decoration:	none;
}

#courseNavBar a:hover {
	color:				#000;
	text-decoration:	none;
	border:				1px #a9a9a9 solid;
	background-color:	#a9a9a9;
}

#stepNavBar {
	overflow: hidden;
	font-family: "Times New Roman", Times, serif;
	position: absolute;
	left: 135px;
	top: 415px;
	width: 340px;
}

#stepNavBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#stepNavBar li {
	background-color: #295994;
	margin: 0px;
	float: left;
	padding: 0px;
}

#stepNavBar a {
	border:				1px #c9c9c9 solid;
	color:				white;
	display:			block;
	padding:			5px;
	text-decoration:	none;
}

#stepNavBar a:hover {
	color:				#000;
	text-decoration:	none;
	border:				1px #a9a9a9 solid;
	background-color:	#a9a9a9;
}

a: {
	color: #36;
	text-decoration: underline;
}

a: hover {
	color: #808080;
	text-decoration: underline;
}

#sidebar {
	color: #9496A5;
	clear: both;
	float: left;
	position: relative;
	width: 155px;
	display: inline;
	height: 280px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	z-index: 5;
}
#sidebar li {
	display: block;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #cdf;
}
#sidebar ul {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#sidebar a {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #f9f9f9;
	color: #04b;
	display: block;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
	text-indent: 10px;
}
.rrlinks {
	color:				#0000FF;
	text-decoration:	underline;
	cursor:				hand;
}

