/* St Gabriel's 2005 print styles */

/* St Gabriel's purple: #641982 */


body {
	padding: 0px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
}

* {
	padding: 0;
	margin: 0;
}

body {
	margin: 3% 3% 5% 3%;
	background-color: #FFFFFF;
    color: #000;    
	text-align: left;
}

img {
    border: 0;
}
/* Show image ALT text after images */
div#content img:after {
	font-size: 10px;
	content: " (" attr(alt) ")";
}
.hidden, .no-print {
	display: none;
}
/* Show link URLs */
a:link, a:visited {
	font-size: 100%;
}
div#content a:link:after, div#content a:visited:after {
	color: #000000;
	content: " (" attr(href) ")";
	font-size: 80%;
	text-decoration: none;
}
div#content a[href^="/"]:after {
	content: " (http://www.reep.org" attr(href) ")";
}

.centre {
	text-align: center;
}
.centreQuote {
	text-align: center;
	font-style: italic;
}
.redText {
	color: #CC0000;
}
.greenText {
	color: #006600;
}

/* Main holder Div */
div#main {
    background-color: #FFFFFF;
    margin-top: 0.8em;
}

/* Header Div */

div#header {
	background-color: #FFFFFF;
}
div#header img {
	display: none;
}
div#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #641982;
	font-size: 1.5em;
	line-height: 1.8em;
	border-bottom: 1px solid #641982;
	margin: 0 0 0.5em 0;
}
div#header h1 a {
   	display: none;
}

div#header p.date {
   	display: none;
}


/* Content div */

div#content {
	background-image: none;
	float: none;
}
div#content p {
    line-height: 1.6em;
    padding: 0em 0em 0.9em 0em;
}
div#content > p {}
div#content ul {
	list-style-type: none;
	padding: 0em 0.8em 0.9em 0.8em; 
}
div#content li {
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}
div.article {}
div#content img.imageWrapLeft {
	margin: 0.4em 0em 0.2em 0em;
	float: none;
}
div#content img.imageWrapRight {
	margin: 0.4em 0em 0.2em 0em;
	float: none;
}
div#content img.imageWrapLeft {
	padding-top: 0.8em;
}
div#content img.imageWrapRight {
	padding-top: 0.8em;
}
h2 {
    margin: 0 0 0em 0em;
	padding: 0 0 0 0em;
    font-family: georgia, times new roman, serif;
    font-size: 1.4em;
    line-height: 1.6em;
	color: #641982;
}

#content h2 a:hover, h3 a:hover {
  color: #000;
}

#content h3 {
	border-top: 1px solid #ccc;
	color: #641982;
  margin: 0.1em 0em 0.3em 0;
	padding: 0.4em 0.1em 0 0em;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.2em;
  line-height: 1.4em;
	clear: left;
}
#content h3.no-border-print {
	border-top: none;
}
div#content h3 a {
	text-decoration: none;
	color: #cc0000;
}
div#content h3 a:hover {
	text-decoration: underline;
}
div#content h4 {
	padding: 0 0.8em 0.3em 0em;
	border-bottom: 1px solid #ccc;
}
div#content ul.bullets {
	list-style-type: disc;
	list-style-position: inside;
	line-height: 1.5em;
}
div#content ul.bullets ul.bullets {
	list-style-type: disc;
}

/*****************/
/* Right column  */
/*****************/

div#menuColumn {
	display: none;
}

/********************/
/* Top Nav Menu Div */
/********************/

#topnav {
	display: none;
}

/**********************/
/* Articlw Footer Div */
/**********************/

p.articleSpacer {
	display: none;
}

/*******************/
/* Page Footer Div */
/*******************/

div#pageFooter {
    border-top: 1px solid #641982;
}

div#pageFooter p {
    font-size: 0.8em;
	margin: 0;
	padding: 1em 0em 0em 0em;
}    

div#pageFooter p.left {
	float: none;
    text-align: left;
}

div#pageFooter p.right {
	display: none;
}

p.culhamLogo {
	display: none;
}

/* Form styles */
ul.formFields {
	list-style-type: none;
}
ul.formFields li {
	clear: both;
	margin: 0;
	padding: 0;	
}
div#formSubmit {
	background-color: #BC8AE6;
	text-align: center;
	padding: 0.3em 0 0.3em 0;
}
form.standard {
	border: 1px solid #BC8AE6;
	background-color: #EEEEEE;
	margin: 0em 0.8em 0.9em 0.8em;
	padding: 0;
}
form.standard p {
	margin: 0.3em 0.5em 0 0.5em;
}
form.standard fieldset {
	margin: 0;
	padding: 0 0 0.5em 0;
	border: none;
	border-bottom: 1px solid #BC8AE6;
}
form.standard legend {
	margin: 0em;
	padding: 0.2em 0.5em 0.2em 0.5em;
	background-color: #BC8AE6;
}
form.standard label {
	float: left;
	text-align: right;
	width: 14em;
	padding: 0.3em 0.3em 0 0;
}
form.standard input {
	text-align: left;
	width: 20em;
}
form.standard textarea {
	text-align: left;
	width: 20em;
}
form.standard input[type="checkbox"] {
	width: 1em;
	margin: 0 0.5em 0 0.5em;
}
fieldset#aboutYou label {
	width: 25em;
}
fieldset#aboutYou input {
	width: 9em;
}
form.standard input#submitButton {
	width: 8em;
	text-align: center;
	padding: 0;
	margin: 0;
}
select#jobMenu {
	width: 20em;
}

/* Teacher Weekend Pages */
body.weekend h1 {
	font-style: italic;
	font-family: "Lucida Casual CE", "Lucida Casual", "Lucida Sans", Georgia;	
}
body.weekend h2 {
	font-style: italic;
	font-family: "Lucida Casual CE", "Lucida Casual", "Lucida Sans", Georgia;	
}
body.weekend h3 {
	font-style: italic;
	font-family: "Lucida Casual CE", "Lucida Casual", "Lucida Sans", Georgia;	
}
body.weekend h4 {
	font-style: italic;
	font-family: "Lucida Casual CE", "Lucida Casual", "Lucida Sans", Georgia;
}
body.weekend p span.label {
	font-style: italic;
	color: #333;
}
body.weekend div#header img {
	display: block;
	width: 100%;
	margin-bottom: 12px;
}
body.weekend-application div#pageFooter {
	display: none;
}
