/***********************************************/
/* Department of Philosophy CSS  WJB          */
/*                                            */
/*                                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #000000;	
	margin: 0px 10px 0px 10px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */


h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #506A72;	
	font-weight: lighter;
}

h2{
 font-size: 120%; 
 color: #506A72;
}

h3{
	font-size: 110%;
	font-weight: bold;
	color: #506A72;
}

h4{
 font-size: 105%;
 font-weight: normal;
 color: #506A72;
}

h5{
 font-size: 100%;
 color: #334d55;
}

hr{
 color: #666666;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				
.externallinkText{
	font: x-small Arial, sans-serif;
	color: #666666; 
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#shell{
	display: block;
	position: relative;
	width: 950px;
	margin: 0 auto 0 auto;						
	}


#masthead{
	margin: 12px 0px 0px 0px;
	padding: 10px 0px 15px 0px;
	width: 100%;
	background-color: #FFFFFF;
}

#navBar{
	margin: 0 76% 10px 0;
	padding: 0px;
	background-color: #E1E3B7;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

#content{
	float: right;
	width: 71%;
	margin: 0;
	padding-top: 0;
	padding-right: 0%;
	padding-bottom: 0;
	padding-left: 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	background-color: #FFFFFF;	
}


/*************** #pageName styles **************/

#pageName{
	padding: 20px 0px 0px 10px;
	background-color: #FFFFFF;	
}


/************* #globalNav styles **************/

#globalNav{
	color: #FFFFFF;
	padding: 3px 10px 3px 10px;
	white-space: nowrap;
	background-color: #506A72;
	vertical-align: middle;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 80%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	float: right;
	padding: 10px 10px 5px 10px;
	margin: 10px 0px 10px 0px;
	background-color: #FFFFFF;
}


/************** .feature styles ***************/

.feature{
	font-size: 90%;
	line-height: 1.2;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.feature h2{
	font-size: 130%;
	text-align: left;
}

.featurecaption{
	float: right;
	padding: 10px;
	font-size: x-small;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 22px;
}



/* adjust margins to change separation between the feature image and text flowing around it */

/************** .person styles ***************/

.person{
	padding: 40px 0px 0px 10px;
	font-size: 90%;
	line-height: 1.2;	
	background-color: #FFFFFF;
}

.person h2{	
	text-align: left;
}

.person img{
	float: right;
	padding: 0px 30px 20px 10px;
}

.person a:link img{
	border: #006699;
}
.person a:visited img{
	border: #006699;
}
/* fixes MSIE fuck up with anchored image borders? */





/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 90%;
}

.story p{
	padding: 0px 0px 10px 0px;
	background-color: #FFFFFF;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #666666;
	font-size: 80%;
	color: #666666;
	padding: 10px 15px 10px 15px;
	margin: 10px 0px 10px 0px;  
	background-color: #FFFFFF;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 14px 4px 4px;	
}


/************* #search styles ***************/

#search{
	padding: 0px 0px 0px 10px;
	font: x-small Verdana, Sans-serif;
	color: #FFFFFF;	
}

#search form{
 margin: 0px;
 padding: 0px; 
}

#search label{
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

.buttons{
	font: bold x-small Verdana, Sans-serif;
	padding: 1px 4px;	
	background: #526A72;
	color: #FFFFFF;
}

input.buttons:hover {
	color: #FBBD00; 
}

.smallText {
	font: x-small Verdana, sans-serif; 
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	color: #333333;
}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #666666;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{	
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #666666;
	font-size: 95%;
	font-weight: bold
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #666666;
}

#sectionLinks a:link{
	padding: 2px 2px 2px 10px;
	border-top: 1px solid #666666;
	width: 100%;
    voice-family: "\"}\""; 
    voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #666666;	
	padding: 2px 2px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #FFFFFF;
	padding: 2px 2px 2px 10px; 
	text-decoration: none;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

/*********** #subsectionLinks styles ***********/

#subsectionLinks{	
	padding: 10px 0px 15px 10px;	
	font-size: 80%;
	background-color: #FFFFFF;
	line-height: 1.8;	
}



#subsectionLinks a:link{
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#subsectionLinks a:visited{
	
}

#subsectionLinks a:hover{
	background-color: #FFFFFF;
	
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px;
	font-size: 80%;	
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 5px 5px 0px;	
}

.xcaption{
	float: right;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	font-size: x-small;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.xborder{
	border: 1px solid #CCCCCC;
	padding: 8px;
	margin-top: 15px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 4px;
}

.xborder p{
	margin: 20px 30px 20px 30px;
	font-size: 85%;
	line-height: normal;
}

.newsborder{
	border: 1px solid #CCCCCC;
	padding: 8px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 4px;
}

.newsborder p{
	margin: 20px 20px 20px 35px;
	font-size: 90%;
	line-height: 1.1;
}

.newsWCPA{
	padding: 8px;
	margin: 15px 0px 0px 0px;	
}

.highlight{
	border: 1px solid #CCCCCC;
	padding: 8px;
	background-color: #E6EFF8;
}

.highClean{		
	background-color: #E6EFF8;
}

.highRes{
	border: 1px solid #CCCCCC;	
	font-size: 80%;
	padding: 10px;
	margin: 0px 0px 5px 0px;
	background-color: #E6EFF8;
}

