/* Color Palette */
/* Red: 	#903 */
/* Sand:	#c63 */
/* Blue:	#036 or alex's #9cf */
/* Grey:	#333 */

body {
	background-color: #ffffff;
	margin: 20px 20px;
	padding: 0;
	}

p, ul, li	{
	font-family: georgia, serif;
	font-size: 14px;
	color: #000000;
	}

h1, h2, h3, h4 {
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	}

em {
	text-transform: uppercase;
	font-style: normal;}

a	{
	color: #990033;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
h2 {
	font-size: 32px;
	color: #990033;
	margin: 41px 0 0 0;
	}
	
h3 {
	font-size: 18px;
	padding-top: 18px;
	color: #003366;
	margin-bottom: 0;
	}

h4 {
	font-family: verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -.5em;
	color: #c63;
	}

/* YOU ARE HERE STYLES */
body#section1 #menu1,
body#section2 #menu2,
body#section3 #menu3,
body#section4 #menu4,
body#section5 #menu5 {
	 color: #fff;
	}

/* DIVS */

div.body { 
	padding: 20px 0;
	}

div.main {
	margin-right: 200px;
	}

/* id needed to align main group with bar group */
#first, .first { margin-top: 0; padding-top: 0; }

div.bar {
	font-family: verdana, sans-serif;
	font-size: 11px;
	border: 0px solid #333;
	padding: 3px;
	}

/* DIV BAR */

div.bar p {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #003366;
	margin-top: 0;
	}

p.pullquote {
	margin: 0;
	text-align: right;
	}

p.ex, #exquote{
	font-family: georgia, serif;
	text-align: left;
	font-weight: bold;
	}

hr.top { margin-top: 0; }

/* HEADER STYLES */

h1 {
	font-size: 32px;
	color: #cc6633;
	margin: 0 0 6px 0;
	}
	
h1 span {
	display: block;
	color: #990033;
	font-size: 18px;
	}

h1 a { color: #cc6633; }
h1 a:hover {
	color: #333333;
	text-decoration: none; }

p.nav {
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: right;
	background-color: #cc6633;
	padding: 4px 12px 4px 4px;
	border-top: 7px solid #990033;
	margin: 0;
	}

p.nav a { color: #333333; }
p.nav a:hover { text-decoration: underline; }

/* FOOTER STYLES */

p.footer { 
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: right;
	background-color: #fff;
	padding: 4px 12px 4px 4px;
	border-top: 7px solid #003366;
	clear: both;
	}

p.footer a { color: #333; }

/* INDEX PAGE */


p.covercopy {
	font-family: georgia, serif; 
	color: #333;
	font-size: 14px; 
	line-height: 1.4em;
	}

span.cover {
	float: left;
	}

span.cover img { border: 1px solid #999; }

#shout {	
	font-family: helvetica, arial, sans-serif;
	font-size: 28px;	
	text-align: center;
	margin-top: 5px;
	}

/* MISC PAGES */

/* used only for tim's banner button */
img.button {
	vertical-align: middle;
	margin-left: 1em;
	padding: 2px;
	border: 2px solid #990033;
	}

div.body cite {
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	}

p.ind {
	text-indent: 2em;
	}

/* LINKS PAGE */

div.links {
	padding-left: 5%;
	}

div.links p {
	margin: 0;
	}

ul {
	font-family: helvetica, arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 2em;
	margin-left: 0;
	padding-left: 0;
	}

ul li {
	font-family: helvetica, arial, sans-serif;
	font-size: 18px;
	margin-top: 1em;
	color: #003366;
	}

ul ul {
	font-family: georgia, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	margin: 1em 0 0 0;
	padding-left: 0;
	}

ul ul li {
	font-family: georgia, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	padding-left: 0;
	margin-top: .5em;
	}

li.first {
	padding-left: 0;
	margin-left: 0;
	margin-bottom: .5em;
	margin-top: 0;
	}

/* EXCERPT STYLES */

div.excerpt p {
	text-indent: 2em;
	margin: 0 0 .5em 0;
	}

div.excerpt p.location { 
	text-indent: 0;
	margin-top: 1.5em;
	font-weight: bold;
	}

div.excerpt p.top {
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 0;
	text-indent: 0;
	text-align: right;
	margin-right: 2em;
	}