/* PRINT STYLESHEET */
/* CONTAINER */

#container {
	width: 940px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 1.6em;
	color: #000000;
	background-color: #FFF;
}

/* GENERAL  */

h1, h2, h3, h4 {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #ffffff;
}
h1 {
	font-weight: bold;
	font-size: 20px;
	color: #000000;
}
h2 {
	color: #000000;
	font-size: 16px;
}
h3 {
	color:#6a3328;
	font-size: 12px;
	margin:0;
	padding:0;
}
h4 {
	color: #000000;
	font-size: 11px;
	margin:0;
	padding:0;
}

a {
	color:#6faac6;
	text-decoration: none;
}
a:hover {
	color:#6a3328!important;
}
a.active {
	color:#6faac6!important;
}

form {
	font-size: 9px;
	margin-bottom: 10px;
}
fieldset {
	border: none;
}
legend {
	color: #666;
	font-size: 12px;
	font-weight: bold;
}
input {
	background-color: #ffffff;
	color: #6a3328;
	border: 1px solid #dddddd;
	font-size: 11px;
	padding: 3px;
}
input.submit {
	padding: 2px;
	color: #000000;
	cursor: pointer;
} 

img.bottom-border {
  border-bottom: 1px solid #dddddd;
}

/* HEADER ELEMENTS */

#header {
	border-bottom: 4px solid #6faac6;
	padding-top: 5px;
	margin-bottom: 10px;
}
		
#header img {
	border: none;
}

img#girl {
	position:absolute;
	top:0;
	margin-left:685px;
	height: 249px;
	width:301px;
	border: none;
}

/* BREADCRUMB ELEMENT */

div#breadcrumb {
	margin: 0 0 10px 15px;
	padding: 0;
	width: 650px;
}

/* NAVIGATION ELEMENTS */

#navigation ul {
	margin-left: 10px;
	padding-left: 0;
	list-style-type: none;			
	float: left;
	width: 215px;
}

#navigation a {
	display: block;
	padding: 5px;
	width: 205px;
	border-bottom: 1px solid #CCC;
}

#navigation a:link, .navlist a:visited {
	color:#6a3328;
	text-decoration: none;
}

#navigation a:hover {
	background-color: #eef5f8;
	color:#6a3328;
}

#navigation ul li ul#navSecondary {
	margin-left: 10px;
	padding-left: 10px;
	list-style-type: none;
	width: 200px;
}

#navigation ul li ul#navSecondary a {
	padding: 5px;
	width: 200px;
	border-bottom: none;
}

#navigation p {
	margin-top: 40px;
	padding: 5px;
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
}

/* ACTIONS */
div#actionsHolder {
	position: absolute;
	width: 400px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	z-index: 10;
}

#content p.actions {
  height: 20px;
  padding: 5px 0;
  margin: 0;
  text-align: right;
  border-bottom: 1px solid #dddddd;
}

p.actions span#actionsAlignment {
  float: left;
}
a#download {
  padding-left: 18px;
  background: url("/images/icons/pdf.gif");
  background-position: center left;
  background-repeat: no-repeat;	
}
a#print {
  padding: 2px 0 2px 20px;
  background: url("/images/icons/print.gif");
  background-position: center left;
  background-repeat: no-repeat;	
}
span#social-email-controller {
  padding: 2px 0 2px 20px;
  background: url("/images/icons/email_go.gif");
  background-position: center left;
  background-repeat: no-repeat;	
}
span#social-bookmarks-controller {
  padding: 2px 0 2px 18px;
  background: url("/images/icons/share-icon-14x14.png");
  background-position: center left;
  background-repeat: no-repeat;	
}				
a.email {
  cursor: pointer;
}
div#social-email-holder {
  display:none;
  overflow:hidden;
  padding: 5px 0 0 0;
  border-bottom: 1px solid #ccc!important;
}
form#social-email {
	margin: 0 auto;
	width: 300px;
}
form#social-email label { 
	float:left;
	text-align: right;
	margin-right: 15px;
	margin-top:3px;
	width: 100px;
	font-weight:bold;
}
form#social-email input {
	margin-top: 3px;
}
form#social-email label.checkBox {
	float: right;
	text-align: left;
	width: 260px;
	margin: 0;
	padding: 0;
}
form#social-email input.submit {
	float: right;
	margin: 0 25px 10px 0;
}
a#social-bookmarks-share-this {
  color:#6faac6;
}
div#social-bookmarks-controller-hide {
  text-align:right;
}
div.social-bookmarks-layout-right div#social-bookmarks-controller-hide {
  border:none;
}
div#social-bookmarks-controller-hide a {
  font-size:10px;
  color: #999;
}
div.social-bookmarks-layout-right div#social-bookmarks-controller-hide a {
  color: #072a60;
}
div#social-bookmarks-holder {
  display:none;
  overflow:hidden;
  padding: 5px 0 0 0;
  border-bottom: 1px solid #ccc;
}
div.social-bookmarks-layout-right li {
  width: 175px;
}
ul#social-bookmarks {
  display:block;
  margin: -5px 0 5px 0;
}
ul#social-bookmarks li {
  float: right;
  list-style-type: none!important;
}
ul#social-bookmarks li a {
  display:block;
  height:20px;
  padding:4px 0pt 0pt 22px;
  vertical-align:middle;
  background-position:0px 4px;
  background-repeat:no-repeat;
  color: #6faac6;
  font-size: 11px;
  text-decoration:none;
}
ul#social-bookmarks li a:hover {
	color: #007660;
}
A#bookmark-delicious { background-image:url(/images/icons/delicious.gif); }
A#bookmark-digg { background-image:url(/images/icons/digg.gif); }
A#bookmark-furl { background-image:url(/images/icons/furl.gif); }
A#bookmark-facebook { background-image:url(/images/icons/facebook.gif); }
A#bookmark-netscape { background-image:url(/images/icons/netscape.gif); }
A#bookmark-yahoomyweb { background-image:url(/images/icons/yahoomyweb.gif); }
A#bookmark-stumbleupon { background-image:url(/images/icons/stumbleupon.gif); }
A#bookmark-googlebookmarks { background-image:url(/images/icons/googlebookmarks.gif); }
A#bookmark-blinklist{ background-image:url(/images/icons/blinklist.gif); }
A#bookmark-newsvine { background-image:url(/images/icons/newsvine.gif); }
A#bookmark-magnolia { background-image:url(/images/icons/magnolia.gif); }
A#bookmark-reddit { background-image:url(/images/icons/reddit.gif); }
A#bookmark-windowslive { background-image:url(/images/icons/windowslive.gif); }
A#bookmark-slashdot { background-image:url(/images/icons/slashdot.gif); }

/* CONTENT ELEMENTS */

#contentWide {
  width: 600px; 
  margin: 0 0 0 240px;
}
  
#content {
	width: 400px;
	margin: 0 200px 0 240px;
}

#content p {
	padding-bottom: 10px;
}

#content p.beforeList {
	padding-bottom: 0;
}

#content p.no-space {
  margin-top: 0;
  padding-top:0;
}  

#content ul li {
	padding: 3px 0px;
	color: #6a3328;
	font-size: 16px;
	list-style-type: square;
}

#content ul li span {
	color: #666;
	font-size: 11px;
}

#content a.the-read-more-link {
  display:none;
}  

ul.sitemap li {
  padding: 2px;
  color: #6a3328;
  list-style-type: square;
}
ul.sitemap li span {
  color: #666;
}
ul.sitemap li a {
  font-size: 11px;
}
ul.sitemap li a.tier1 {
  font-size: 14px;
  font-weight: bold;
}
ul.sitemap li a.tier2 {
  font-size: 12px;
  font-weight: bold;
}

div.contentSpacer {
	margin-top:60px;
}
div.aboutSpacer {
  margin-top: 20px;
}

/* SIDEBAR ELEMENTS */

#sidebar {
	margin-top: 50px;
	float: right;
	width: 280px;
	z-index: 1;
}

#sidebar form#cse-search-box {
	position:absolute;
	top: 230px;
	width: 280px;
	z-index: 5;
	display: none;
}

/*#sidebar form#cse-search-box label.hide {
	display: none;
}*/

#sidebar form#cse-search-box input#q {
	width: 125px;
}

form#cse-search-box input {
	margin-top: 3px;
}

#sidebar h2 {
	clear: right;
	margin-bottom: 0px;
	padding-bottom:0px;
	background: #6faac6;
}	

#sidebar h3 {
	padding-top: 5px;
}

#sidebar h3, #sidebar h4 {
	padding-left: 10px;
	background-color: transparent;
}	

#sidebar p {
	margin-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}

#sidebar div.sidebarnavlist {
	margin-bottom: 4px; /* For .box background image */
	padding-top: 5px;
	padding-bottom: 0px;
	background-color: #eef5f8;
	background-image: url("/images/ltBlueTop.gif");
	background-position: 50% 0%;
	background-repeat: no-repeat;
}	

#sidebar div.sidebarnavlist ul.navlist {
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}	

#sidebar div.sidebarnavlist ul.navlist li a.last-child {
	border: none;
	padding-bottom: 5px;
}

#relatedRecs {
	margin-top: 10px;
}

#sidebar ul.navlist a {
	display: block;
	padding: 3px 5px;
	width: 255px;
	color:#6a3328;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
}	

#sidebar ul.navlist a:hover {
	color:#6a3328;
	background-color: #fff;
}	
#sidebar ul.navlist a:visited {
	color: #666;
}

#sidebar div.box {
	margin: 0 0 10px 0;
	padding: 0;
	background-image: url("/images/ltBlueBottom.gif"); 
	background-repeat: no-repeat;
	background-position: 50% 100%;
	border: 1px solid #fff; /* Without this the background image doesn't show */
}	

#sidebar div.box h2 {
	display: block;
	width: 10.5em; /*width: 175px;*/
	margin:0;
	padding: 0 5px 0 0;
	color: #fff;
	background-color: #6faac6;
	background-image: url("/images/rTabBlue.gif");
	background-position: right top;
	background-repeat: no-repeat;
}

#sidebar div.box h2 span {
	display: block;
	padding: 5px 0 5px 5px;
	margin: 0;
	background-color: #6faac6;
	background-image: url("/images/lTabBlue.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

div.box div.story {
	background-color: #eef5f8;
	background-image: url("/images/ltBlueTop.gif");
	background-position: top;
	background-repeat: no-repeat;
	margin:0;
	padding:0;
}

div.box div.story h2 {
	margin-top: 0px;
	padding: 5px 0px 0px 10px;
	color:#6a3328;
	font-size: 12px;
}

div.box div.story p.first {
	margin-top:0;
	padding-top:3px;
	margin-bottom: 5px; /* For Author Section background image */
}	
div.box div.story p.last {
  padding-bottom:0;
  margin-bottom:5px;
}  

#sidebar a.the-read-more-link {
  display: inline;
}  

/* FOOTER ELEMENTS */

#footer {
	margin-top: 20px;
	clear: both;
	color: #ffffff;
	background-color:#6a3328;
	padding: 10px 5px;
	border-top: 4px solid #6faac6;
	height: 20px;
}

#footer ul { text-align: left; list-style-type: none; margin: 0; padding:0; }
#footer ul li { float : left; padding: 5px; }
#footer ul li a { color: #fff; border-bottom: 1px solid #89817f; }
#footer ul li a:hover { color: #6faac6!important; }
#footer span { float: right; padding: 5px 5px 0 0; }

/* HOME PAGE */

#focusTitle {
	position: relative; 
	top:175px; left:0px; 
	margin-top: -50px;
	z-index:10;
}

div#aboutProject p {
  display:none;
}
div#aboutProject p.blurb {
  display:block;
}

.mootabs_title {
  margin: 0px;
  padding: 0px;
  height: 24px;
}
.mootabs_title li {
  float:left;
  background-color: #6faac6!important;
  background: url("/images/lTabBlue.gif");
  background-repeat: no-repeat;
  background-postion: left top;
  margin: 0;
  padding: 3px 0 0 3px;
  list-style-type: none!important;
}
.mootabs_title li span {
  float: left;
  display: none;
  margin: -3px 0 0 5px;
  background-color: #6faac6;
  background: url("/images/rTabBlue.gif"); 
  background-repeat: no-repeat;
  background-position: right top;
  padding: 5px 15px 0px 0px;
  font-size: 16px!important;
  font-weight: bold;
  color: #fff!important;
  cursor: pointer;
}  
.mootabs_title li.active {
  float:left;
  background-color: #6a3328!important;
  background: url("/images/lTabActive.png");
  background-repeat: no-repeat;
  background-postion: left top;
  margin: 0;
  padding: 3px 0 0 3px;
  border: none;
}
.mootabs_title li.active span {
  float: left;
  display: block;
  margin: -3px 0 0 5px;
  background-color: #6a3328!important;
  background: url("/images/rTabActive.png"); 
  background-repeat: no-repeat;
  background-position: right top;
  padding: 5px 15px 0px 0px;
  font-weight: bold;
  color: #fff!important;
  cursor: pointer;
 } 
.mootabs_panel {
  display: none;
  position: relative;
  width: 100%;
  height: 300px;
  /*top: -11px;*/
  top: 0;
  clear: both;
  color: #000000;;
  padding: 5px;
  margin-bottom:20px;

}
.mootabs_panel, x:-moz-any-link { top: 0px }
.mootabs_panel, x:-moz-any-link, x:default { top: 0px }

*:first-child+html .mootabs_panel { 
  top: -1px;
}

.mootabs_panel.active {
  background-color: #fff;
  display: block;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  overflow: visible;
}

#spacer{
  height:25px;
}

div#content#facts{
  margin-bottom:20px;
}

div#content div.contentSpacer ul#moostick li span.homeLink { display: none; }

/* PULL OUT */

.CCpullout {
	width: 220px; 
	height:160px; 
  	padding: 15px; 
	float: left; 
	margin-left: -85px;
}	
.CCpullout span {
	width: 220px;
	height:160px; 
	margin: -10px 0px 0px -15px;
	position:absolute;
	z-index: 15;
}
.CCpullout del {
	display: none;
}	
.CCspaceHorizontal {
	width: 55px; 
	height: 170px;
  	padding: 10px;
	float: right;
}
.CCpullout2 {
  width:200px;
  height:275px;
  padding: 0 10px 0 0;
  margin: 0 0 0 -60px;
  float:left;
}  
.CCpullout2 img {
	width: 206px;
	height: 275px; 
	margin: 0 7px 0 0; 
	padding: 0;
	position: absolute;
	z-index: 15;
}
.CCspaceVertical {
	width: 25px; 
	height: 275px; 
  	padding: 10px;
	float: right;
}

/* ORDER FORM */

form#orderForm {
	font-size: 11px;
	margin: 0;
	width: 400px;
}
form#orderForm label { 
	float:left;
	text-align: right;
	margin-right: 15px;
	margin-top:3px;
	width: 100px;
	font-weight:bold;
}
form#orderForm input {
	width: 67%;
	margin-top: 3px;
}
form#orderForm select {
	margin-top: 3px;
	width: 69%;
}	
form#orderForm input#submit {
	float: right;
	width: 50px;
	margin-right: 3%;
	cursor: pointer;
}
form#orderForm div.validation-advice {	
	padding: 0 0 0 125px;
	color: #6a3328;
	font-weight: bold;
}	

/* ACCESSIBILITY */

div#accessibility {
	text-align: right;
	height: 20px;
	padding-bottom:0;
	margin-bottom: 0;
}
a.skiplink {
	float: left!important;
	display: none;	
}
span#changeSize {
	position: absolute;
	top: 5px;
	margin-left: -135px;
	height: 20px;
	width: 135px;
	z-index: 5;
	display:none;
}
a.fontDefault {
	font-size: 11px;
	font-weight: bold;
}
a.fontMedium {
	font-size: 12px;
	font-weight: bold;
}	
a.fontLarge {
	font-size: 14px;
	font-weight: bold;
}
span.accessKey {
	text-decoration: none;
}
ul.navlist a:focus,
ul.navlist a:active {
	background-color: #eef5f8;
}

div#read-more-excerpt span.blurb,
div#read-more-excerpt span.blurb-only {
  display: inline;
  padding: 0;
  margin-bottom: 0;
}

div#read-more-excerpt p.blurb,
div#read-more-excerpt p.some-blurb,
div#read-more-excerpt div.success-story-excerpt-heading,
div#content div#success-story-full-image {  
  display: block;
  margin-bottom: 5px;
}

div#content span.blurb-only,
div#contentWide span.blurb-only,
div#content div.success-story-excerpt-heading,
div#read-more-excerpt div#success-story-full-image,
div#read-more-excerpt span.no-blurb,
div#read-more-excerpt p,
div#read-more-excerpt ul {
  display:none;
}

p.recommendation {
  padding-bottom: 5px;
  margin-bottom:0;
}
ul.recommendation {
  margin:-5px 0 0 15px;
  padding:0;
}
ul.lastRecommendation {
  margin:-5px 0 20px 15px;
  padding:0;
}

#sidebar div.box h2#hide {
  display: none!important;
}  
