/* CSS Document */

/* PRESENTATION */


 /* ---------------------------------------------------------------------- */
/*  IMAGE TREATMENTS */	

.imageleft {
	float: left;
	margin: 0px 10px 5px 0px;
	}
.imageright {
	float: right;
	margin: 0px 0px 5px 10px;
	}
.imageleft-outlined {
	float: left;
	padding: 1px;
	border:1px solid #999999;
	/*margin: 0px 10px 5px 0px;*/
	margin-right:10px;
	}
.imageright-outlined {
	float: right;
	padding: 1px;
	border:1px solid #999999;
	margin: 0px 0px 5px 10px;
	}
	
	
/* ---------------------------------------------------------------------- */
/*  HOMEPAGE-SPECIFIC MARKUP */	


#homepageRightColumn {
	float: right;
	width: 300px;
	background-color:#D1DEE1;
	margin: 0 0 20px 20px;
}

	
#homepageRightColumn p, #homepageRightColumn ul {
	padding: 0 10px;
}	
	

.dropCapTan {
	float:left;
	margin:0px 3px 0px -12px; 
	color:#A49369; 
	font: 65px/55px Georgia, 'Times New Roman', Times, serif; 
	padding: 0;
}

.featureSectionHeader {
	background-color: #E2D6B2;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	font-size: 93%;
	font-weight:bold;
	border: solid #B8B88A;
	border-width: 1px 0;
	margin-bottom: 10px;
	}
 /* ---------------------------------------------------------------------- */
/* BOX AT RIGHT WITH IMAGE AND CAPTION */
/* DEFAULT WIDTH IS 300PX. */
/* CHANGE WIDTH BY INSERTING style="width: XXXpx"	INTO THE DIV */
/* ON THE PAGE IN QUESTION. */
	
.imageWithCaption {
	width: 300px;
	float: right;
	margin: 0 0 15px 20px;
	background: #FCEDC6 url(/earthsciences/images/structure/bg-fade-gold-reverse.jpg) repeat-x bottom;
	padding: 0;
	border: 1px solid #666666;
}	
div.imageWithCaption img {
		border-bottom: 1px solid #666666;
	}
div.imageWithCaption p {
	margin-top: 0;
	margin: 10px 15px;
	font: 93%/140% Arial, Helvetica, sans-serif;
}	

div.imageWithCaption .boxHeader {
	background-image: url(/images/structure/columnheaderbg.jpg);
	background-repeat:repeat-x;
	color: #FFFFFF;
	text-transform:uppercase;
	text-align:center;
	font: bold 97% Arial, Helvetica, sans-serif;
	padding: 7px 0px;
	margin: 0;
}


 /* ---------------------------------------------------------------------- */
/* LINKS */	
		
 a:link, a:visited {
 	text-decoration: none;
	color: #0038A8;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #CE1126;
}
a.globalNavigation-link-container {
	padding: 0 0 0 20px;
	text-transform: uppercase;
 color: #FFFFFF;
}	
a.globalNavigation-link-container:hover {
 color: #B10000;
}	

 /* ---------------------------------------------------------------------- */
 /* ADDITIONAL TEXT STYLES */
 
blockquote.pullquoteRed { /* USED FOR A PULLQUOTE  */
	border:none;
	background: none;
	font-style:italic;
	margin: 20px 30px;
	padding: 0px 20px;
	font-size:120%;
	color: #CE1126;
line-height: 160%;
}

h2 {
	color: #B10000;
	font: bold 150% Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #B10000;
}

h3 {
	color: #B10000;
	text-transform:uppercase;
	font: bold 120% Arial, Helvetica, sans-serif;
	padding-top: 15px;
}
h4 {
	color: #333333;
	font: bold 110% Arial, Helvetica, sans-serif;
}

ul.squarebullet {
	padding-left: 8px;
	margin-left: 8px;
}

ul.squarebullet li {
list-style-image:url(/vision/images/bullet.gif);
margin-bottom:10px;
}




/* code below keeps right column on education homepage from overflowing. Does not work in IE*/
 .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


 /* ---------------------------------------------------------------------- */
 /* can we get rid of this stuff? */
 
a.zone-6-breadcrumb {
	font-weight: normal;
}
#homeContentRight ul{
	padding-left: 8px;
	margin-left: 8px;
 }
#homeContentRight ul li{
	list-style-image:url(/vision/images/bullet.gif);
 }
 



