@media all { 

/* =The above @media rule hides this stylesheet from the 
discontinued Microsoft Internet Explorer for Mac. */

/* =html */

html { 
	margin : 0; 
	padding : 0; 
	color : #000; 
	text-align : center; 
}

/* =body */
body { 
	width : 735px;
	font : 75%/130% "Lucida Grande", Arial, sans-serif; 
	background-color : #fff;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
	
}

/* =hx */


h1 { font-size : 170%; color : #333; letter-spacing : .05em; line-height : 155%;}
h2 { font-size : 130%; color : #666; letter-spacing : .05em;}
h3 { font-size : 110%; color : #666; }
h4 { font-size : 150%; color : #459cd3; }
h5 { font-size : 130%; color : #459cd3; }


/* =a */
a:link { 
	color : #f76c10;
	text-decoration : none; 
}

a:visited { 
	color : #f76c10;
	text-decoration : none;
}

a:hover { 
	color : #ff0000; 
	text-decoration : underline; 
}

a:active { 
	color : #ff0000; 
	text-decoration : underline; 
}

img, img a { 
	border : none; 
}


/* =container */
#container { 
	width : 735px;
}

/* =branding */

#branding {
	width : 100%;
}

#logo {
	float : left;
	text-align : center;
	width : 200px;
	height : 142px;	

}

#logoPage {
	float : left;
	width : 280px;
	height : 100px;	
}

#heading {
	float : right;
	text-align : center;
	width : 535px;
	height : 142px;
}

#headingHome {
	float : right;
	width : 535px;
	height : 142px;
}

.projectHome {
	font-size : 90%;
	color : #666;
	text-align : center;
}

#line {
	clear : both;
	border-bottom : 1px solid #f76c10;
	width : 735px;
	
}

#headingPage {
	float : right;
	text-align : center;
	width : 455px;
	height : 100px;
}


/* =main navigation */


#nav { 
	clear : both;
	width : 100%; 
	text-align : center; 
}

#navlinks { 
	margin : 0; 
	text-align : center;  
	padding-top : 7px; 
}

#navlinks ul { margin-top : 0; padding-right : 2em;}

#navlinks li { 
	list-style-type : none; 
	display : inline; 
	font-weight : bold; 
	font-size : 90%; 
	letter-spacing : 0.09em; 
}

#left {
	float : left;
	width : 100px;
}

#right {
	float : right;
	width : 100px;
}

#center {
	float : left;
	width : 535px;
	padding-bottom : 10px;
}

#left2 {
	float : left;
	width : 117px;
}

#right2 {
	float : right;
	width : 118px;
}

#center2 {
	float : left;
	width : 500px;
	padding-bottom : 10px;
}

#slideshow {
	text-align : center;

}

#text {
	width : 500px;
	background-color : #DDDDDD;
}

#statement {
	padding-top : 10px;
	padding-bottom : 20px;
	padding-left : 20px;
	padding-right : 20px;
}

.exhibits {
	padding-left : 10px;
	color : #fff;
	font-size : 100%;
	font-weight : bold;
}

.exhibits2 {
	padding : 10px;
	color : #fff;
	font-size : 80%;
}

.thumbs {
	padding-top : 10px;
}

.thumbsText {
	color : #666;
	font-size : smaller;
	text-align : center;
}

#columnLeft {
	float : left;
	width : 280px;
	padding-right : 20px;
	padding-top : 20px;
}

#columnRight {
	float : right;
	width : 435px;
}

#columnLeft2 {
	float : left;
	width : 387px;
	padding-right : 20px;
}

#columnLibrariesRight {
	float : right;
	width : 425px;
}

#columnLibrariesLeft {
	float : left;
	width : 290px;
	padding-right : 20px;
}


#columnPressLeft {
	float : left;
	width : 356px;
	padding-right : 20px;
	text-align : left;
}

#columnPressRight {
	float : right;
	width : 356px;
	text-align : left;
}


#columnRight2 {
	float : right;
	width : 328px;
}


#columnLeft3 {
	width : 200px;
	float : left;
	margin: 0;
}

#columnRight3 {
	float : right;
	width : 500px;
	padding-left : 20px;
	border-left : 1px dashed #cccccc;
}


.photoText {
	font-size : smaller;
	color : #666;
}

.greyText { color : #666; }

.statement { font-weight : bold; color : #459cd3;}

#clear {
	clear : both;
	width : 100%;	
}

#footer {
	clear : both;
	width : 100%;
	text-align : center;
	font-size : smaller;
	color : #666;
	border-top : 1px solid #f76c10;
	padding-top : 10px;
}

#footerLogo {
	float : left;
	width : 49%;
	text-align : right;	
}

#copyright {
	float : right;
	width : 49%;
	text-align : left;	
	padding-top : 15px;	
}

#poetryColumn {
	padding-left : 275px;
}

div#callout {
	text-align : left;
	padding : 10px;
	background-color : #D6EAEF;
	color : #000066;	
}

/* =Lists */



#BigList{
	margin : 0 0 20px 0;
	padding : 0;
}


ul#BigList a { 
	text-decoration : none;
}


ul#BigList a:hover { 
	text-decoration : underline;
}

.bullet{
	list-style-type : none;
	margin : 0 0 1em 0;
	padding : 4px 0 0 17px;
	background : url(../images/red_bullet.gif) no-repeat 0 7px;
}

.linkColor { color : #f76c10; }


}