@import "reset_styles.css";

body {
	color: #252f46;
	font-family: Arial, Helvetica, sans-serif; font-size: large;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size-adjust:none;
	line-height: 1.3em;
}

body.schedule-pop {
	
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia,"Times New Roman",Times,serif;
	color: #2e3a58;
	font-weight: normal;
}

h1 {
	display: none;
}

h2 {
	font-size: 144%;
	color: white;
	padding-top: 0.75em;
	padding-left: 22px;
	padding-bottom: 0.375em;
	border-bottom: 1px solid black;
}

.schedule-pop h2 {
	padding-left: 22px;
	text-align:left;
}

#wrap-content-secondary h2 {
	padding-left: 15px;
	border-left: 1px solid black;
}

#wrap-content h2 {
	background-color: #2e3a58;
	padding-left: 20px;
}

h3 {
	font-size: 144%;
	margin-bottom: 0.375em;
}

h4 {
	font-size: 136%;
	margin-bottom: 0.375em;
}

h5 {
	font-size: 122%;
	margin-bottom: 0.375em;
}

p {
	margin-bottom: 1em;
}

a, a:link {
	color: #993333;
}

a:hover {
	color: #800000;
}

a, a:visited {
	color: #800000;
}

a img {
	border-width: 0;
}

/* -- Paragraph Styles ------------------------------- */
#footer p {
	color: #C0C0C0;
	text-align: center;
	font-size: 77%;
	margin-bottom: 0.25em;
}

p.close, #footer p.close {
 	font-size: 85%;
 	color:white;
	text-align:right;
	margin-right: 1em;
	line-height: 2em;
 }
 
 p.close a, #footer p.close a {
 	color: #F5F5F5;
 }

/* -- H2 Page Headers ------------------------------- */

/* ----- Blue ----- */
#wrap-content-primary h2 {
	background-color: #2e3a58;
}

#wrap-content-secondary h2 {
	background-color: #252f46;
	padding-left: 15px;
	border-left: 1px solid black;
}
