
/* set a background image for the header */
body{
	background-image: url(/images/integrate/banner.jpg);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
	font-size: 14px;
}



#header {
	height:125px;
	color: #fff;
	width: auto;
}

.headerimagelink{
	display: block;
	height: 125px;
	width: auto;
	margin: 0px;
}

/* 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;
}

#subfooter {
	border-top: 2px solid #11528a;
	border-bottom: 7px solid #11528a;
}

/* basic nav menu */
#nav {

border: 3px solid #7296b5;
border-left: none;
border-top: 1px solid #7296b5;
margin-top: 4em;
line-height: 1em;
padding: 0;
padding-bottom: 1px;
width: 170px;
-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 1px 1px 2px #ddd;
  -webkit-box-shadow: 1px 1px 2px #ddd;
  box-shadow: 1px 1px 2px #ddd;
  background: #f1f9fc;
top: 130px;
left: 0px;
}

#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: #444;
	display: block; 
	padding-top: 4px;
	padding-bottom: 3px;
	text-decoration:none;
	border-left: 4px solid #f1f9fc;
}


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

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

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

}

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

#nav a:hover{
		background: #11528a;
		color:#fff;
		border-left: 4px solid #11528a;
	}
	
 .nav-heading {
	color: #333333;
	background: #dddddd;
}


/* breadcrumb styles */

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

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

#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: 780px;
	top: 25px;
}

#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: #30415c;
	font-weight: normal;
	font-size:240%;

}

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

	
}

h3{
	color: #30415c;
	font-weight: normal;
	font-size:135%;

	
}



/* link colors */
a{
color: #55b;
}

a:visited{
color: #e77;
}



h2 a,h3 a{
    color: #4d6e8a;
	
}
h2 a:visited,h3 a:visited{
    color: #4d6e8a;
	
}
h2 a:hover,h3 a:hover{
    color: #15548a;
	
}

h1 div.context2{
	font-size: 60%;
	background: #f1e9cb;
	color: #333;
	line-height: 115%;
	border: 5px solid #f1e9cb;
}

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

.author{
	color: #aaa;	
}


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


	
.pullquote {
	color: #726361;
	float: center;
	background-color: #f1f9fc;
	border: 3px solid #7296b5;
	padding: 10px;
	margin: 10px 40px 10px 40px;
	border-radius: 3px;

}

.descriptionpullquote {
	font-size: 1.1em; 
	float: center;
	background-color: #fff;
	border: 2px solid #7296b5;
	border-bottom: 3px solid #7296b5;
	padding: 5px;
	padding-top: 0px;
	margin: 15px 10px 10px 5px;
	color: #000;
	overflow: auto;
	border-radius: 4px;
}

.descriptionpullquote h4, .descriptionpullquote h2{
	margin-top: 0; color: #fff;
	background: #11528a;
	display: block;
	border-bottom: 1px solid #11528a;
	padding: 2px;
	margin-left: -5px;
	margin-right: -5px;

}
.descriptionpullquote p{
	padding: 5px;
	margin: 0px;
}
.descriptionpullquote .thumbimage{
         margin-right: 15px;         
}


.context2{
	border: 5px solid #11528a;
	border-radius: 4px;
	background: #fff;
	margin-left: 0;
	margin-right:0;
}

.context2 h3{
	background: #11528a;
	color: #fff;
	margin-bottom: 10px;
	margin-top: -15px;
	margin-left: -10px;
	margin-right: -10px;
	padding: 5px;
	
}

.context h3{
	margin-top: 0;
}

.context br + h3{
    font-size: 1.1em;
    margin-top: -30px;
}
.context p + h3{
    font-size: 1.1em;
    margin-top: -25px;
}


.context2 br + h3{
    font-size: 1.1em;
    margin-top: -30px;
}
.context2 p + h3{
    font-size: 1.1em;
    margin-top: -25px;
}

.context3{
	float: right;
	width: 38%;
}

.context4 {
   background: #fff;
   border: 1px solid #ddd;
   padding: 6px;
   margin: 0;
   -moz-box-shadow: 1px 1px 2px #ddd;
  -webkit-box-shadow: 1px 1px 2px #ddd;
  box-shadow: 1px 1px 2px #ddd;
}

.context4 h3{
	margin-top: 0;
}

.context4 br + h3 {
    margin-top: -20px;
}
.context4 p + h3 {
    margin-top: -15px;
}

.context5 {
   background: #fff;
   border: none;
   padding: 6px;
   margin: 0;
   margin-left: 40px;
   margin-right: 40px;
   	font-size: 90%;

   -moz-box-shadow: 1px 1px 2px #ddd;
  -webkit-box-shadow: 1px 1px 2px #ddd;
  box-shadow: 1px 1px 2px #ddd;
  	color: #e48398;

}

.context5 h3{
	margin: -6px;
	margin-bottom: 4px;
	padding: 1px;
	background: none;
	color: #e4637f;
}

.context5 br + h3 {
    margin-top: -20px;
}
.context5 p + h3 {
    margin-top: -15px;
}


.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;

}

.rightlink {
	font-weight: normal;
}

a.linkbutton{
	border: 2px solid #11528a;
        background: #f1f9fc;
	color: #11528a;
}
a.linkbutton:hover{
	border: 2px solid #009900;
	color: #009900;
}
a.biglinkbutton {
	border: 3px solid #11528a;
}

.image-caption {
    font-size: 11px;
    line-height: 13px;
}

/* 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 #11528a;
}

.browselimit1 h2, .browsevocab1 h1 {
	background: #11528a;
	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;

}
#serc-account-bar{
        display:block;
}
#header{
	margin-top: 20px;
}
.rightcolumn{
	width: 180px;
	margin-right: -30px;
	border: none;
	font-size: 85%;
	background: #F1F9FC;
}

a.image-block-bottom {
	display: block;
	position: relative;
	margin: 15px;
	border: 1px solid #ccc;
	background-repeat: no-repeat;
	background-clip: padding-box;
	background-size: 100% auto;
	height: 220px;
	width: 350px;
	color: #fff;
	text-decoration: none;
	font-size: 120%;
}
a.image-block-bottom:visited {
	color:#fff;
}
.image-block-bottom .image-block-content{
	width: 330px;
	position: absolute;
	bottom: 0;
	background: #333;
	padding: 10px;
}

a.link-bar-left{
	width: 97%;
	background: #f6f6f6;
	display: block;
	position: relative;
	border-radius: 50px 50px 50px 50px;

	margin: 15px;
	margin-bottom: 30px;
	border: 1px solid #ccc;
	background-repeat: no-repeat;
	background-clip: padding-box;
	background-size: auto 100%;
	text-decoration: none;
	min-height: 180px;
}

a.link-bar-left:hover {
	border: 1px solid #444;
}
a.link-bar-left:visited{
	color:#333;
}
a.link-bar-left img{
	float: left;
	margin-right: 15px;
	width: 5%;
}


a.link-bar-left .link-bar-content{
	padding: 10px;
	margin-left: 25%;
	min-height: 160px;
	
}
a.link-bar-left h3{
	font-size: 155%;
	line-height: 1.2em;
	margin-top: 0;
}
a.link-bar-left h3 b{
	font-weight: bold;
}

