
 
 /*What follows is a global stylesheet for John R. Corrigan's website. */
/*This stylesheet was created by Corey White.*/
/*Unauthorized use of this stylesheet, in whole or in part, is strictly prohibited.*/


/*-----------------------------
The style rules at the beginning of this document are global, applying to all
pages on the site.
-------------------------------*/

html {
	/*background-color: #C8C4A6;*/
	background-color: #518EA5;
	margin: 0;
}

/*The following style rules apply to the graphical headers*/

#header {
	background-color: #305427;
	padding: 0;
	margin: 0;
	clear: both;
	border: none;
}

#titlebar {
	background: url(../images/reviewheaderbg.gif);
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	clear: both;
	border: none;
}


/*These rules apply to the body of the page, setting its size, border, and positioning.*/

body {
	background-color: #83A550;
	width: 700px;
	border: medium solid #305427;
	margin: 10px auto 10px auto;
	margin-right: auto;
	padding: 0;
}

/*These rules apply to the navigation portion of the page.*/
#navigation {
	float: left;
	height: 100%;
	width: 80px;
	padding: 0;
	margin: 0;
}

#navbar {
	list-style: none;
	margin: 0;
	margin-left: 5px;
	margin-top: 0;
	padding: 0;
}

/*The following rules describe the formatting for items in the navbar.*/
#navbar li {
	font: bold medium "Trebuchet MS" "Arial Black" "Verdana" "Helvetica" sans-serif;
	text-decoration: none;
	line-height: 2em;
	color: #8A251A;	
}

/*This sets the formatting for items in the navbar that are not links*/
#curloc {
	text-decoration: underline;
}

/*The following rule sets the formatting for links in the navbar.*/
#navbar li a {
	color: #ffffff;
	text-decoration: none;
}

/*What follows sets the formatting for links on which the cursor rests.*/
#navbar li a:hover {
	color: #8A251A;

}

/*This sets the formatting, size, and positioning for the main text area of the site.*/
#main {
	font: small "Arial" "Verdana" "Helvetica" sans-serif;
	background-color: #ffffff;
	margin: 0 25px 0 80px;
	padding: 1em 2em 1em 25px;
}

h1 {
	font: bold small "Arial" "Verdana" "Helvetica" sans-serif;
	position: relative;
	left: -10px;
	text-transform: uppercase;
	margin: 0;
	color: #000000;
}

a:link {
	border: none;
	text-decoration: none;
	color: #8A251A;
	font-weight: bold;
}

a:visited {
	border: none;
	text-decoration: none;
	color: #8A251A;
	font-weight: bold;
}

a:active {
	border: none;
	text-decoration: none;
	color: #8A251A;
	font-weight: bold;
}

a:hover {
	border: none;
	text-decoration: underline;
	color: #8A251A;
	font-weight: bold;
}

.section {
	margin-bottom: 2em;
	color: #222222;
}

.title {
	font-style: italic;

}




/*The following sets the positioning and formatting for the footer at the bottom of the page.*/

#footer {
	font: bold x-small "Trebuchet MS" "Arial Black" "Verdana" "Helvetica" sans-serif;
	color: #ffffff;
	text-align: center;
	clear: both;
	background-color: #305427;
	padding: 2px;
	border-top: thin solid #305427;
	width: 100%;
}

#footer a {
	color: #83A550;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #83A550;
}




/* This is a hack which will only affect Internet Explorer for Windows, and will fix the gap in the border in that browser. \*/
* html #header img {width: 704px;}
 /* End hide from IE5-mac */
