/**
 * Various CSS styles relating to basic page display.
 */
body {
	background: #E5AE46;
	text-align: center;
}

#container {
	display: block;
	width: 820px;
	background: #A6CBE5;
	margin: 0 auto;
	border-left: 1px solid black;
	border-right: 1px solid black;
	text-align: left;
}

#page {
	display: block;
	width: 728px;
	background: white;
	margin: 0 45px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	text-align: left;
}

#header {
	position: relative;
	width: 728px;
	height: 320px;
	background: white url(images/header.jpg) 0 62px no-repeat;
}

#header .title {
	position: relative;
	left: 0;
	top: 0;
	width: 728px;
	height: 62px;
	border-bottom: 1px solid black;
	background: white url(images/logo.gif) no-repeat;
}

#header .title span {
	display: none;
}

#header .tagline {
	position: absolute;
	left: -46px;
	bottom: 0;
	height: 48px;
	width: 820px;
	background: black url(images/tagline.gif) no-repeat;
}

#header .tagline span {
	display: none;
}

#content {
	font-family: "Trebuchet", "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 0.8em;
	color: black;
}

#content h1 {
	font-family: "Impact", "Georgia", "Times New Roman", "Times", "Helvetica", serif;
	font-weight: 100;
	font-variant: small-caps;
	color: #E48B1A;
	line-height: 1.25em;
}

#content h2 {
	font-family: "Impact", "Georgia", "Times New Roman", "Times", "Helvetica", serif;
	font-weight: 100;
	font-variant: small-caps;
	color: #E48B1A;
	line-height: 1.25em;
}

#content h3 {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
	color: #E85A15;
	font-size: 1.5em;
	margin-top: 35px;
	border-bottom: 1px dashed #006BF0;
}

#content h4 {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
	color: #E85A15;
	font-size: 1.3em;
	font-style: italic;
	margin-top: 25px;
}

#content a {
	color: #E98B25;
	text-decoration: underline;
}

#content .article .title {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
	font-size: 14pt;
	font-weight: bold;
	color: #607EAC;
}

#content .article .author {
	font-family: "Georgia", "Book Antiqua", "Palatino Linotype", "Palatino", "Trebuchet MS", "New Century Schoolbook", serif;
	font-size: 10pt;
	font-style: italic;
	color: #4A4A3D;
}

#content .home .text {
	font-family: "Trebuchet", "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 9pt;
	color: black;
}

#content .home .title {
	font-family: "Impact", "Georgia", "Times New Roman", "Times", "Helvetica", serif;
	font-size: 13pt;
	font-weight: 100;
	font-variant: small-caps;
	color: #E48B1A;
}

blockquote.quotation {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
	font-size: 14pt;
	color: #4A4A3D;
	background: url(images/quote-left.gif) 0.4em 0.7em no-repeat;
}

blockquote.quotation div.quotation {
	background: url(images/quote-right.gif) bottom right no-repeat;
}


#menu { }
#mainmenu {
	display: none;
}
/* Quickmenu is a image map */
#quickmenu {
	position: relative;
	left: 0;
	top: 0;
	width: 728px;
	background: white url(images/fade_yellow.gif) 400px 0 no-repeat;
}
#quickmenu img {
	border: 0;
}

#content {
	padding: 15px;
}

#footer {
	border-top: 1px solid black;
}

#footer .contact {
	background: #E3E9F0;
	padding: 15px;
	border-bottom: 1px solid black;
}

#footer .legal {
	padding: 15px;
}