/* 
   James Madison University 
   Computer Science Dept. 
   InfoSec Program
   
   CSS Document
   TABLE OF CONTENTS
   
   GENERAL      - general html tag redefinitions, annoucement/info boxes
   CONTAINER    - the container style
   HEADER       - header area style, header message style
   CONTENT      - general content style, page specific styles
   NAV          - main horizontal navigation style, cookie crumbles
   SIDENAV 	    - side vertical navigation style, side content style 
   FOOTER       - footer style, footer content style
   TECHREPORTS  - tech report styles
*/
body {
	text-align:center;
	font-size: 14px;
	line-height: 22px;
	color: #000000; /*484848*/

	background-image:url(images/background.gif); /* generates the background: purple outside, white center */
	background-repeat:repeat-y;
	background-position:center;
	background-color: #3d567f; /* purple used for background */
}

p, h1, h2, h3, h4, table  {
	margin: 0 10px 10px;
}

h1, h2, h3, h4 {
	padding-top: 15px;
}

h1, h2, h3, h4 { 
	font-family:Arial, Helvetica, sans-serif;
}

/* Styles for cohort/course tables */
table.courses {
	border: 1px solid #000000;
	width: 80%;	
	
	margin-left:auto; margin-right:auto;
}
table.courses td { 
	border: 1px solid #000000; 
	}

table.courses td.date { 
	width:150px; 
	}

/* Centers a box */
.center { margin-left:auto; margin-right:auto; }

/* Centers any text */
.textcenter { text-align:center; }

.dark { 
	color:#000000;
	background-color: #E0E0E0;
	border: 0px solid #000000;}
	
.quoteBoxOne {
	width:80%;
	
	background-color:#FFFFCC;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	text-align: center;
	line-height: 16px;
	
	margin-left:auto;
	margin-right:auto;
	padding-top:15px;
	padding-bottom:15px;
}

.quoteBoxTwo {
	font-size:12px;
	width:80%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.announcement3 {
	font-size:12px;
	text-align:center;
	color:#000000;
	background-color:#76b9e6;
	
	width: auto;
	margin-left:5px;
	padding-bottom: 5px;
	display:block;
	
	border-top: 3px double #000;
	border-bottom: 3px double #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	}

.announcement3 div{
	margin: 0 0 0 0;
}

.announcement3 a {
	font-weight: bold;
}

/* 
   Used with a <div> containg the rest of the site.
   All other sections reside in this <div>: header, navigation,
   content, sidenav, footer, etc.
*/
#container {
	text-align:left;
	width:800px;
	height: auto;
	margin:10px auto;
	background-color: #FFFFFF;
	position:relative;
}

/*
   This contains the header style
*/
#header {
	height:100px;
	line-height:60px;
	background-image:url(images/header.gif);
	border-top-color: #333333;
	border-top-width:5px;
	border-top-style:double;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color:#ffffff;
	text-align: center;
}

/*
   This contains the style for the header messages that changes
   on each page load
*/
#headerMessage {
	width:625px;
	height:60px;
	float:right;	
}

/*
   General content style
*/
.content {
	float:right;
	width:625px;
	margin: 0px 0px 10px 0px;
}

/*
   Used for some particular styles in the 'associates.shtml' page.
*/
#associates img {
	float:right;
	border: 0px solid #dddddd;	
	background-color:#ffffff;
	padding:7px;
}

#associates a {
	font-weight:bold;
	}

/*
   Used for some particular styles in the 'people.shtml' page.
*/
#people p{
	line-height: 14px;
	display:block;
	padding-top:5px;
	}

#people img {
	border: 1px solid #dddddd;	
	background-color:#ffffff;
	padding:5px;
	}
#people hr {
	clear:both;
	width:97%;
	border: 0;
	color: #3d567f;
	background-color: #3d567f;
	height: 1px;
}

/* 
   User in people.shtml for seperating the images from text.
*/
.leftcontent {
	float:left;
	width:135px;
	background:#fff;
	margin: 0 25px;
	}

.rightcontent {
	line-height: 14px;
	margin-right:5px;
	}

/* 
   User in people.shtml for seperating each person. This acts
   like a <hr> tag.
*/
div.spacer {
  	clear: both;
	padding-top:20px;
  }

/*
   Used in the abstract pages generatred for each tech report. Spans
   the whole content area.
*/
.full {
	width:auto;
}

/* Top level navigation - horizontal menu */
.navigation{
	width: 800px;
	height: 45px;
	margin: 0px 0px 5px 0px;
	line-height: 14px;
	background-image:url(images/nav.gif);
	background-repeat:repeat-x;
}
	
.navigation ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 100%;
}
	
.navigation li {
	float:left;
	width: 114px;
	height: 45px;
	text-align: center;
	list-style-type: none;
	font-size: 14px;	
}

.navigation li.home {
	float:left;
	width: 114px;
	height: 20px;
	text-align: center;
	list-style-type: none;
	font-size: 14px;	
}

.navigation li a {
	color: #000000;
	font-weight: bold;
	height: 100%;
	display:block;
	text-decoration:none;
	
	padding-top: 7px;
}


.navigation li.currentpage a.overview {
	background-image:url(images/button_current_page_one.gif);
	background-repeat:no-repeat;
}

.navigation li.currentpage a.prospective {
	background-image:url(images/button_current_page_two.gif);
	background-repeat:no-repeat;
}

.navigation li.currentpage a.admissions {
	background-image:url(images/button_current_page_three.gif);
	background-repeat:no-repeat;
}
 
.navigation li.currentpage a {
	background-image:url(images/button_current_page.gif);
	background-repeat:no-repeat;
	color:#000000;
	
	/*
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
	*/
}

.navigation a.overview:hover {
	background-image:url(images/button_current_page_one.gif);
	background-repeat:no-repeat;
	text-decoration: underline;
}

.navigation a.prospective:hover {
	background-image:url(images/button_current_page_two.gif);
	background-repeat:no-repeat;
	text-decoration: underline;
}

.navigation a.admissions:hover {
	background-image:url(images/button_current_page_three.gif);
	background-repeat:no-repeat;
	text-decoration: underline;
}

.navigation a:hover {
	
	background-image:url(images/button_current_page.gif);
	background-repeat:no-repeat;
	text-decoration: underline;
    }	

/*
   Breadcrumbs for navigation
*/
div.breadcrumbs {
	font-size: 85%;
	font-weight:bold;
	margin: 0px 0px 5px 15px;
	float:left;
	clear:both;
}

/* 
   Second level navigation - vertical side menu 
*/
#sidenav {
	width: 170px;
	float: left;
	clear:left;
	margin: 0px;
	padding: 25px 0px;
	font-size: 75%;
	line-height: 14px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;

}

#sidenav ul {
	padding: 0px;
	margin: 5px 0px 0px 15px;
	list-style-type: none;
	}
	
#sidenav li {
	padding: 5px 0;
	margin:0;
	font-weight: bold;
	font-size:13px;
	text-align: center;
	
	
	border-bottom:1px solid #ccc;	
}

#sidenav li.header {
	padding: 3px 0;
	margin:0;
	font-weight: bold;
	font-size:13px;
	color:#333333;
	text-align: center;
	
	border-top:3px double #000;
	border-bottom:3px double #000;
	background-color:#92bfeb;
}
	
#sidenav li a:link, #sidenav li a:visited {
	display:block;
	color: #0000CC;
	font-weight: normal;
	text-decoration: none;
}
	
#sidenav li a:hover{
	display:block;
	color:#093679;
	
	
	border-left: 1px double #000;
	border-right: 1px double #000;
	}

/* 
   Contained in the sidenav div tag. Contains the 
   contact links and jmaddy image.
*/
#contact {
	float: left;
	width: 170px;
	line-height: 14px;
	
	padding-top: 20px;
	position:absolute;
}

/*
   This contains the footer style
*/
#footer {
	font-size:12px;
	clear:both;
	width:800px;
	height:35px;
	
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;

	border-bottom-color: #333333;
	border-bottom-width:5px;
	border-bottom-style:double;
}

/*
    Used if some information/text needs to be placed in the footer.
*/
.footercontent {
	width:250px;
	float: left;
	padding-left:15px;
	line-height: 10px;
	font-size: 12px;
	font-weight: bold;

}

/* Tech Reports */

.techreports a:link {text-decoration: none; color: blue;}
.techreports a:visited {text-decoration: none; color: blue;}
.techreports a:hover {text-decoration: underline;}

table.techreports {
	border-collapse: collapse;
	}
	
table.techreports td {
	text-align:center;
	border-top:1px solid #999999;
	
	padding: 0 5px 0 5px;
}
.techreports td.title { 
	text-align:left;
	line-height:12px;}
.techreports td.author {
	text-align:left;
	line-height:12px;}

.techreports th {
	padding: 0 5px 0 5px;
}

/* For a particular tech report page */
.techreports h1 {
		}
.techreports td.reportheader {
	width:150px; 
	border:1px solid gray; 
	padding:5px; 
	background-color: #ffffcc;
	}
.techreports td.reportbody {
	padding: 5px;
	}
