/*
The Center for Strategic Supply Leadership

Screen style sheet

Created by: Joel LaTondress
Last updated on: 7/20/04

*/

/*
default elements
*/

BODY {
	color: #000;
	background: #000;
	text-align: center;
	font-family: verdana, sans-serif;
	line-height: 1.3em;
	padding: 0;
	font-size: small;
	font-size: x-small; /* IE5 Win */
	margin: 10px 0 10px 0;
	voice-family: "\";}\""; 
  	voice-family: inherit;
  	font-size: small;
	}


html>body { /* be nice to Opera */
	font-size: small;
	}
	

	
HR {
	color: Black;
}
	
IMG {
	border: 0;
}

acronym {font-style: normal; border-bottom: dotted 1px #000; cursor: help;}

h1 {
	font-size: 110%;
	font-weight: bold;
	color: #1E3E6F;
	}

h2 {
	font-style: italic;
	font-size: 105%;
	color: #000;
	}
	
h3 {
	font-size: 100%;
	color: #000;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	color: #1E3E6F;
	border-top: 3px solid #1E3E6F;
	border-left: 1px solid #1E3E6F;
	padding: 0 0 0 2px;
}

h5 {
	font-size: 100%;
	color: #000;
}

th {
	padding: 2px 5px;
	text-align: center;
}
	
td {
	padding: 2px 5px;
	text-align: left;
}
	
/*hides rule from IE5-Mac \*/
#main {clear: left;}
/*end hide*/

/*
outer content div
*/

#outerShell {
	position: relative;
	background: #fff; /*url(cssl_background.gif) repeat-y; repeating vertical background consists of white content area surrounded by three lines of color */
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin: 0 auto; /*this centers the page*/
	/*padding: 0 8px;*/
	padding: 0;
	font-size: 100%;
	text-align: left; /*left align content*/
	width: 720px; /* for 800x600 */
	voice-family: "\";}\""; 
  	voice-family: inherit;
  	width: 720px;
	}

html>body #outerShell {
  	width: 720px;
	} 
	
/*
anchor pseudo-classes
*/
	
a:link {
	color: #1E3E6F;
}

a:visited {
	color: #7F8485;
}
	
a:hover, a:active {
	color: #7F8485;
	
}

ul {
	list-style-type: square;
}

/*
main masthead
*/

#logo {
	height: 101px;
	width: 720px;
	margin: 0;
	padding: 0;
}

#logo a {
	border-style: none;
	display: block; /*need this because it uses a span element (which is inline by default */
	width: 720px;
}

#logo img {
	display: block;
	}
	
/*
sub-navigation bar - this is extremely finicky cross-browser - false anchor height of 1% was needed to get margins/padding applied
in IE5.5
*/
	
#subNav {
	
	padding: 2px 0 2px 20px;
	background: #fff url(stripes.gif); /*striped background of sub-navigation menu */
	line-height: 1em; /* -.3 ems less than body line spacing */
	border-top: 2px solid #666; 
	border-bottom: 2px solid #666;
	width: 720px; /*make the same width as content area */
	voice-family: "\";}\""; 
  	voice-family: inherit;
  	width: 700px;
	}

html>body #subNav {
  	width: 700px;
	}
	
#subNav ul {
	margin: 0;
	padding: 5px 5px; /*space items */
	font-size: x-small;
 	text-align: left;
}

#subNav li {
	
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#subNav a
{
	margin: 0;
	padding: 0;
	text-decoration: none; /*remove default link underlines */
	color: #000;
}

/* hide from MacIE \*/
* html #subNav a{
    height: 1%;
}
/* end hide */

/*/*/a{}
#subNav a {
	
	padding: 3px 6px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	border-right: 1px solid black;
}
	
#subNav a:link, #subNav a:visited {
	
	color: #000;
}
	
#subNav a:hover,#subNav a:active {
	border-top: 3px solid #666; /*rollover action */
	border-bottom: 3px solid #666;
	color: #1E3E6F;
	
}

/*active rollover state is tested in top sub-nav menu include - this is redundant but necessary */

#activeState {
	border-top: 3px double #666;
	border-bottom: 3px double #666;
	color: #666;
}

/*
main content div
*/

#content {
	position: relative;
	width: 664px; /*this is #outerShell width - 40px for right and left margins */
	margin: 20px 20px 20px 20px;
	padding: 0;
	}
	
/*right main content floats - can be used for anything, but is used right now for "Focus on the Future" graphic on the main page*/
	
#content .inset {
	float: left;
	margin: 0 0 0 50px;
	text-align: left;
	
	}

#content .inset img {
	margin: 0 0 5px 0;
	padding: 5px;
	}
	
#content .graphicInset {
	float: right;
	margin: .5em 0 5px 20px;
	text-align: center;
	clear: both;
	}

#content .graphicInset img {
	margin: 0 0 1em 0;
	padding: 5px;
	}
	
div .clear{
	clear: both;
}
	

	
/*
keypoints on index with arrow bullets - use background property to move up or down (finicky in IE)
*/
	
#keypoints ul {
	list-style: url(arrows.gif);
	padding-left: 30px;
	
	}

#keypoints ul li {
	padding: 0;
	line-height: 1.4em; /*space lines more than default */
}

/*
right side box floats
*/

#sideBox {
	float: right;
	width: 300px;
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 80%;
	line-height: 1em;
	border: 1px solid #666;
	clear: left;
}

/*this is the box header*/
#sideBox h1 {
	background-color: #666;
	color: #fff;
	font-size: 105%;
	font-weight: bold;
	padding: 3px 5px;
	margin: 0;
}

#sideBox ul {
	list-style: square;
}

#upcomingEvents li {
	padding: 2px 0;
}

/*
footer
*/
	
#bottom {
	background: url(pyramid.gif) no-repeat 99%; /*right pyramid graphic*/
	padding: 2px 0 5px 5px;
	margin: 0;
	border-top: 1px solid #7F8485;
	voice-family: "\";}\""; 
  	voice-family: inherit;
  	width: 715px; /*this is #outerShell width - 5px for right margin */
	clear: both;
}

html>body #bottom {
  	width: 715px;
	}
	
#bottom p {
	font-size: 75%;
}

/*
trustees floats
*/

#trusteesLeft {
	float: left;
	width: 300px;
	padding: 0 5px 0 0;
	clear: right;
}

#trusteesRight {
	float: right;
	width: 300px;
	padding: 0 5px 0 0;
	clear: right;
}

.footnote {
	font-size: 90%;
	font-weight: bold;
	color: red;
}

/*elements to follow are used on the program page */

#linkNav {
	margin: 5px auto;
	padding: 0;
	
	font-size: 85%;
	text-align: center;
}

.title {
	display: inline;
}

.subtitle {
	display: inline;
}

.PRAbout {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	border: 1px solid #1E3E6F;
	width: 500px;
	font-size: 85%;
	line-height: 1.2;
	text-align: left;
	background-color: #F5F5F5;
	
}

.PRAbout h3 {
	background-color: #1E3E6F;
	color: #fff;
	margin: 0;
	padding: 3px 5px;
	font-size: 105%;
	font-weight: bold;
}

.PRAbout p{
	padding: 5px;
}

#programList li{
	padding: 5px 0;
}




