/* Style Sheet for Starting Point Service.  Applied over the top of the serc base.css and layout.css */ 

/* ------------ start with chrome-type formatting for things around the core text ------------- */
/* set a background image for the header */
body{
	
}

#header {
	height: 100px;
	color: #fff;
	border-bottom: 3px solid #4F683F;
}

/* used in cutting-edge style chrome extras */
#titlebar {
	color: #666;
	border-top: 2px solid #666;
}
	
/* keeps the content out of the way of the nav */
.serc-content{
	margin-left: 175px;
	max-width: 1350px;
}

#subfooter {
	border-top: 2px solid #4F683F;
	border-bottom: 7px solid #4F683F;
}

/* basic nav menu */
#nav {
border-right: 1px solid #666;
border-bottom: 1px solid #666;
margin-top: 2.3em;
line-height: 1em;
padding: 0;
padding-bottom: 1px;
padding-left: 5px;
width: 170px;
left:0px;
top: 91px;
background: #fff;
}

#nav ul{
	padding-left: 7px;
}

#nav li{
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
}


#nav a{
	margin: 0;
	padding: 0;
	font-size: 0.89em;
	color: #537dc5;
	display: block; 
	padding-top: 4px;
	padding-bottom: 3px;
	text-decoration:none;
}


#nav .fullnavelement a{ 
		border-bottom: 1px solid #ddd;
		border-right: none;
		color: #537dc5;
		
}

#nav .fullnavelement .topnavelement a{ 
		color: #537dc5;
		margin-left: -7px;
}
	
#nav .navelement a{
	color: #537dc5;
	border-bottom: none;
}
	
#nav .navsubelement a{
	color: #537dc5;
	border-bottom: none;

}
#nav .navsubsubelement a{
	color: #537dc5;
	border-bottom: none;

}

#nav a.currentlocation {
		background: #ba724b;
		color:#fff;
		border-left: 4px solid #ba724b;
	}
	
#nav .fullnavelement a:hover {
		background: #a55252;
		color:#fff;
		border-bottom: 1px solid #a55252;
	}

#nav a:hover{
		background: #4F683F;
		color:#fff;
	}
	
#nav li.nav-heading {
	color: #fff;
	background: #537dc5;
	padding: 2px;
}


/* breadcrumb styles */

#crumbs{
border-bottom: 2px solid #ddd;
margin: 0;
padding: 3px;
line-height: 1em;
font-size: 0.8em;
color: #aaa;
}

#crumbs a{
	text-decoration:none;
	 color: #55b;
	 border: none;
}

#crumbs a:hover{
	text-decoration:underline;
}

#crumbs em{
	font-weight: normal;
	font-style: normal;
}

/* upper right search box a la quant skills */
#searchbox{
	position: absolute;
	left: 820px;
	top: 15px;
}

#searchbox input{
	font-size: 10px;

}

/* whitenav are the upper right explore examples option from SP-intro */
#whitenav {
margin: 0;
padding: 1px;
padding-right: 5px;
line-height: 1em;
font-size: 0.9em;
color: #aaa;
text-align: right;
}

#whitenav a{
	text-decoration:none;
	color: #434127;
	
}

/*  email reminder link a la SP-intro */

#emailremind {
	padding: 2px;
	font-size: 0.8em;
	border: 1px dotted #f7926a;
	float: right;
	margin: 5px;
	line-height: 1em;
	margin-right: -10px;
}
	
#emailremind a{
text-decoration: none;
}



/* ------------styles for the core text ------------------ */

/* heading color and styles */ 
h3, h4{
color: #111;
}

h1{
	color: #5e7750;
	font-weight: normal;
	font-size:230%;
	line-height: 1.0em;

}

h2{
	color: #537dc5;
	font-weight: normal;
	font-size:170%;
	margin-bottom: 4px;
	line-height: 1.2em;

	
}

h3{
	color: #4d673f;
	font-weight: normal;
	font-size:140%;

	
}



/* link colors */
a{
color: #181b56;
text-decoration: none;
border-bottom: 1px dotted;
}

a:hover{
color: #3768ca;
}

a:visited{
	color: #8c3535;
}


/* direct support for various cms tags and template styles */


#invisible a:hover {
		background: #fff;
		color:#fff;
	}


	
.pullquote {
	color: #857471;
	float: center;
	background-color: #c0d2f1;
	border: 1px solid #82706e;
	padding: 10px;
	margin: 10px 40px 10px 40px;
	 -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

}

.context2{
	background-color: #fff;
	border: 2px solid #4F6E38;
	border-bottom: 2px solid #4F6E38;
}

.context2 h2{
	border-bottom: none;
}

.context2 h3{
	color: #777;
}

.descriptionpullquote {
	font-size: 1.1em; 
	float: center;
	background-color: #fff;
	border: 1px solid #4F683F;
	border-bottom: 3px solid #4F683F;
	padding: 0px;
	margin: 15px 10px 10px 5px;
	color: #000;
}

.descriptionpullquote h4, .descriptionpullquote h2{
	margin-top: 0; color: #fff;
	background: #4F683F;
	display: block;
	border-bottom: 1px solid #4F683F;
	padding: 2px;

}
.descriptionpullquote p{
	padding: 5px;
	margin: 0px;

}

.descriptionpullquotered {
	font-size: 1.1em; 
	float: center;
	background-color: #fff;
	border: 1px solid #845361;
	border-bottom: 3px solid #845361;
	padding: 0px;
	margin: 15px 10px 10px 5px;
	color: #000;
}

.descriptionpullquotered strong{
	color: #fff;
	background: #845361;
	display: block;
	border-bottom: 1px solid #845361;
	padding: 2px;

}
.descriptionpullquotered p{
	padding: 5px;
	margin: 0px;

}



/* browse interface box colors  just two here that over-ride the defaults */

.browselimit2 h2, .browselimit1 h2, .browsevocab2 h2, .browsevocab1 h2{
	border: none;
}

.browsevocab1{
	border: 1px solid #4F683F;
}

.browselimit1 h2, .browsevocab1 h1 {
	background: #4F683F;
	padding: 2px;

}

.browsevocab2 {
	border: 1px solid #a7522a;
}

.browselimit2 h2, .browsevocab2 h1 {
	background: #a7522a;
	padding: 2px;
}
.browselimit2 h2, .browselimit1 h2 {
	display: inline;
}



.content-squeezed-for-liveedit{
margin-right: 180px;
margin-left: 10px;

}

.rightcolumn{
  padding: 10px;
  width: 30%;
  max-width: 280px;
  background: #f1d1c0;
  border: 1px solid #dd8759;
  font-size: 11px;
  line-height: 1.1em;
  -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 color: #ba724b;
 

}

.moreways{
	margin-top: -35px;
	width: 200px;
}

.rightcolumn h3 {
  margin-top: 0px;
  font-size: 120%;
  color: #faf9f9;
  margin-bottom: 7px;
  font-weight: bold;

}
.rightcolumn li{
	margin-bottom: 8px;
}

.rightcolumn .projectlist{
	margin-top: 0px;
}

.rightcolumn .projectlist li:first-letter{
	color: #9e522a;
}
.rightcolumn .projectlist a, .rightcolumn .projectlist a:visited{
	font-size: 12px;
	color: #ba724b;
	border: none;
	
}

.rightcolumn .projectlist a:hover{
	text-decoration: underline;
}

.twocolumns .column-one, .twocolumns .column-two{
	width: 48%;
}

.twocolumns .column-one{
	float: left;
}

.twocolumns .column-two{
	float:right;
}

@media screen and (max-width: 805px){
	.twocolumns .column-one, .twocolumns .column-two{
		width: 100%;
		float: none;
	}
}

	
}

#serc-account-bar{
        display:block;
}
#header{
	margin-top: 20px;
}
#searchbox{
	top:40px;
}
#nav {
	top: 112px;
}
