/*
  momc_ss_popup_screen.css
  Mosier McCann Success Stories Popup Screen Stylesheet
  
  ----------------------------------
  
  COLORSET:
  .background
  Page Background Lightest Green: rgb(240,238,227);
  Content-Area Background Light Green: rgb(225,222,201);
  Header Background: rgb(204,204,153);
  .foreground
  Default Foreground Color: rgb(46,91,105);
  MosierMcCann Dark Green: rgb(41,94,71);
  Strong/Link Red: rgb(121,0,0);

*/

body {
  text-align: center;  
  
  background-color: rgb(240,238,227);
  font-family: verdana, sans-serif;
  color: rgb(46,91,105);
}

#stackablePrintingCopy {
  display: none;
}

strong {
  font-weight: bold;
}

.red {
  color: rgb(121,0,0);
}

p {
  margin: 0 0 1em 0;
}

ul {
  margin-top: 0;
  list-style-type: circle;
  margin-left: 0;
  padding-left: 16px;

}
li {
  margin-bottom: 1em;
}



#widthContainer {
  width: 759px;
  margin: 21px auto 21px auto;
  background-color: rgb(225,222,201);  
  border: 1px solid rgb(46,91,105);  
  
}

/*
  
  HEADER

*/

#mosierSuccessHeader {
  width: 100%;
  height: 106px;
  min-height: 106px;
  
  background-color: rgb(58,100,111);
  background-image: url(../aIMG/mosierSuccessHeader.gif);
  background-position: top right;
  background-repeat: no-repeat;

  border-bottom: 3px solid rgb(240,238,227);
 
  text-align: left;
}

#mosierSuccessHeader #popupControls {
  padding: 18px 0 0 20px;
}

#mosierSuccessHeader a {
  display: block;
  margin-bottom: 10px;
}

#mosierSuccessHeader a img {
  display: block;
  margin-bottom: 10px;
  border: 0px;
}

#mosierPrintableHeader {
  display: none;
}

/*  
  
  h2 headers for the services page

*/
#mosierSuccessStoriesHeader {
  text-align: left;
  padding: 21px 0 15px 26px;  
  border-bottom: 3px solid rgb(240,238,227);   
}
#mosierSuccessStoriesHeader h2 {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  color: rgb(46,91,105);
}

/*

  Main Structural Table

*/
/* for inner services pages */
table#mosierThreeColumn {

}
table#mosierThreeColumn h3 {
  margin: 0;
  font-size: 12px;
  line-height: 30px;
  font-weight: bold;
  color: rgb(121,0,0);
}


/*

  SIDEBAR (td)

*/


#mosierSuccessStoriesSidebar {
  margin: 0px;
  width: 267px;
  background: rgb(204,204,153);
  vertical-align: top;
  text-align: left;  
}
#mosierSuccessStoriesSidebar #needCopy {
  padding: 10px 21px 0 21px;
  font-size: 13px;
  line-height: 20px;
}




td#successStoriesPlan {
  width: 247px;
  border-left: 3px solid rgb(240,238,227); 
  background-color: rgb(225,222,201);
  color: rgb(46,91,105);  

  vertical-align: top;
  text-align: left;

  font-size: 13px;
  line-height: 20px;
}
td#successStoriesPlan #planCopy {
  padding: 10px 11px 0 11px;
  font-size: 13px;
  line-height: 20px;
}







td#successStoriesResults {
  border-left: 3px solid rgb(240,238,227); 
  
  background-color: rgb(206,213,184);
  color: rgb(46,91,105);  

  vertical-align: top;
  text-align: left;

  font-size: 13px;
  line-height: 20px;
}
td#successStoriesResults #resultsCopy{
  padding: 10px 21px 0 21px;
  font-size: 13px;
  line-height: 20px;
}


/* success stories layout */
h3.story {
	border-top: 3px solid #f0eee3;
	border-bottom: 3px solid #f0eee3;
	padding: 10px 20px 6px 28px;
	margin: 39px 0pt 0pt !important;
	color: #30596f !important;
}

div.story {
	padding: 10px 20px 6px 28px;
	text-align: left !important;
	font-size: 12px;
	line-height: 20px;
}

div.story h4 {
	color: #7c0000 !important;
	margin: 0;
	padding: 0;
}

.story ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type: circle;
}

.story ul li {
	margin: 0 0 15px 0;
}


#plan { background-color: #dbd8b9; }
#results { background-color: #d1d0a2; }

td.photo {
	vertical-align: top;
}

.vtop { vertical-align: top; }
.border-top { border-top: 3px solid #F0EEE3; }
.border-right { border-right: 3px solid #F0EEE3; }
.border-bottom { border-bottom: 3px solid #F0EEE3; }
.border-left { border-left: 3px solid #F0EEE3; }


