﻿/***************************
     Motif
 ***************************/

@import url(fonts.css);

body {
	font-family: "Baskerville MT", "Book Antiqua", "Times New Roman", Times, serif;
	color: black;
	background-color: white;
	text-align: center;
	margin: 30px 0 0 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, legend {
	/* font-family: "Syntax LT", Corbel, Verdana, Helvetica, Arial, sans-serif;*/
	font-weight: bold;
}

h1 { font-size: 1.75em; }

h1 { font-size: 1.75em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1em; }
h5 { font-size: 0.8em; }
h6 { font-size: 0.6em; }

a         { text-decoration: none; }
a:link    { color: #970; }
a:visited { color: #850; }
a:hover   { text-decoration: underline; }
a:active  { color: #CA0; }

.hidden { display: none; }

blockquote { font-style: italic; }

blockquote cite { font-style: normal; }

address { font-style: normal; }

legend { color: black; }

/***************************
     Container
 ***************************/
 
@media screen 
{
    #container {
        position: absolute;
        left: 50%;
        width: 770px;
        margin: 0 0 0 -385px;
        padding: 0;
    }
}
    

/***************************
     Header  
 ***************************/

#logo {
	background-image: url(banners/logo.png);
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	padding: 70px 0 0 0;
	margin: 0;
	overflow: hidden;
	height: 70px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 0;
}


/***************************
     Navigation  
 ***************************/

#navigation {
	width: 100%;
	position: relative;
	padding-top: 5px;
	margin-bottom: 2em;
	margin-top: 1em;
}

#navigation ul {
	margin-top: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

#navigation li {
	margin: 0;
	padding: 5px 0 5px 0;
	display: inline;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}

#navigation li.last { border-right: 0; }

#navigation li.current { background-color: #DC6; }

#navigation a {
	margin: 0;
	padding: 5px;
	color: black;
	text-decoration: none;
}

#navigation a:hover { background-color: #DC6; }

#navigation li.current a:hover { background-color: silver; }


/***************************
     Banner  
 ***************************/

#banner { border: 10px solid black; }


/***************************
     Content  
 ***************************/

#content { text-align: left; }


/***************************
     Footer  
 ***************************/

#footer {
	/*font-family: "Syntax LT", Corbel, Verdana, Helvetica, Arial, sans-serif;*/
	padding-top: 1em;
	border-top: 1px solid black;
	margin-bottom: 1em;
	padding-bottom: 0;
}

.subdued {
	font-family: "Syntax LT", Corbel, Verdana, Helvetica, Arial, sans-serif;
	font-size: small;
	color: gray;
}

p.subdued {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 1ex;
}

